@aws-sdk/client-billingconductor 3.489.0 → 3.495.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.
Files changed (57) hide show
  1. package/dist-cjs/Billingconductor.js +1 -75
  2. package/dist-cjs/BillingconductorClient.js +1 -43
  3. package/dist-cjs/commands/AssociateAccountsCommand.js +1 -28
  4. package/dist-cjs/commands/AssociatePricingRulesCommand.js +1 -28
  5. package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +1 -28
  6. package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +1 -28
  7. package/dist-cjs/commands/CreateBillingGroupCommand.js +1 -29
  8. package/dist-cjs/commands/CreateCustomLineItemCommand.js +1 -29
  9. package/dist-cjs/commands/CreatePricingPlanCommand.js +1 -29
  10. package/dist-cjs/commands/CreatePricingRuleCommand.js +1 -29
  11. package/dist-cjs/commands/DeleteBillingGroupCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteCustomLineItemCommand.js +1 -28
  13. package/dist-cjs/commands/DeletePricingPlanCommand.js +1 -28
  14. package/dist-cjs/commands/DeletePricingRuleCommand.js +1 -28
  15. package/dist-cjs/commands/DisassociateAccountsCommand.js +1 -28
  16. package/dist-cjs/commands/DisassociatePricingRulesCommand.js +1 -28
  17. package/dist-cjs/commands/GetBillingGroupCostReportCommand.js +1 -28
  18. package/dist-cjs/commands/ListAccountAssociationsCommand.js +1 -29
  19. package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +1 -28
  20. package/dist-cjs/commands/ListBillingGroupsCommand.js +1 -29
  21. package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +1 -29
  22. package/dist-cjs/commands/ListCustomLineItemsCommand.js +1 -29
  23. package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +1 -28
  24. package/dist-cjs/commands/ListPricingPlansCommand.js +1 -29
  25. package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +1 -28
  26. package/dist-cjs/commands/ListPricingRulesCommand.js +1 -29
  27. package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +1 -28
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  29. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  30. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateBillingGroupCommand.js +1 -29
  32. package/dist-cjs/commands/UpdateCustomLineItemCommand.js +1 -29
  33. package/dist-cjs/commands/UpdatePricingPlanCommand.js +1 -29
  34. package/dist-cjs/commands/UpdatePricingRuleCommand.js +1 -29
  35. package/dist-cjs/commands/index.js +1 -35
  36. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  37. package/dist-cjs/extensionConfiguration.js +1 -2
  38. package/dist-cjs/index.js +3717 -11
  39. package/dist-cjs/models/BillingconductorServiceException.js +1 -12
  40. package/dist-cjs/models/index.js +1 -4
  41. package/dist-cjs/models/models_0.js +1 -392
  42. package/dist-cjs/pagination/GetBillingGroupCostReportPaginator.js +1 -7
  43. package/dist-cjs/pagination/Interfaces.js +1 -2
  44. package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListBillingGroupCostReportsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListBillingGroupsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListCustomLineItemVersionsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListCustomLineItemsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +1 -7
  50. package/dist-cjs/pagination/ListPricingPlansPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListPricingRulesPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +1 -7
  54. package/dist-cjs/pagination/index.js +1 -15
  55. package/dist-cjs/protocols/Aws_restJson1.js +1 -2390
  56. package/dist-cjs/runtimeExtensions.js +1 -22
  57. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBillingGroupCostReportsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListBillingGroupCostReportsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBillingConductor", "ListBillingGroupCostReports", {})
22
- .n("BillingconductorClient", "ListBillingGroupCostReportsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListBillingGroupCostReportsCommand)
25
- .de(Aws_restJson1_1.de_ListBillingGroupCostReportsCommand)
26
- .build() {
27
- }
28
- exports.ListBillingGroupCostReportsCommand = ListBillingGroupCostReportsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBillingGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListBillingGroupsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "ListBillingGroups", {})
23
- .n("BillingconductorClient", "ListBillingGroupsCommand")
24
- .f(void 0, models_0_1.ListBillingGroupsOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListBillingGroupsCommand)
26
- .de(Aws_restJson1_1.de_ListBillingGroupsCommand)
27
- .build() {
28
- }
29
- exports.ListBillingGroupsCommand = ListBillingGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCustomLineItemVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListCustomLineItemVersionsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "ListCustomLineItemVersions", {})
23
- .n("BillingconductorClient", "ListCustomLineItemVersionsCommand")
24
- .f(void 0, models_0_1.ListCustomLineItemVersionsOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListCustomLineItemVersionsCommand)
26
- .de(Aws_restJson1_1.de_ListCustomLineItemVersionsCommand)
27
- .build() {
28
- }
29
- exports.ListCustomLineItemVersionsCommand = ListCustomLineItemVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCustomLineItemsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListCustomLineItemsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "ListCustomLineItems", {})
23
- .n("BillingconductorClient", "ListCustomLineItemsCommand")
24
- .f(models_0_1.ListCustomLineItemsInputFilterSensitiveLog, models_0_1.ListCustomLineItemsOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListCustomLineItemsCommand)
26
- .de(Aws_restJson1_1.de_ListCustomLineItemsCommand)
27
- .build() {
28
- }
29
- exports.ListCustomLineItemsCommand = ListCustomLineItemsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPricingPlansAssociatedWithPricingRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPricingPlansAssociatedWithPricingRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBillingConductor", "ListPricingPlansAssociatedWithPricingRule", {})
22
- .n("BillingconductorClient", "ListPricingPlansAssociatedWithPricingRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPricingPlansAssociatedWithPricingRuleCommand)
25
- .de(Aws_restJson1_1.de_ListPricingPlansAssociatedWithPricingRuleCommand)
26
- .build() {
27
- }
28
- exports.ListPricingPlansAssociatedWithPricingRuleCommand = ListPricingPlansAssociatedWithPricingRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPricingPlansCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListPricingPlansCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "ListPricingPlans", {})
23
- .n("BillingconductorClient", "ListPricingPlansCommand")
24
- .f(void 0, models_0_1.ListPricingPlansOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListPricingPlansCommand)
26
- .de(Aws_restJson1_1.de_ListPricingPlansCommand)
27
- .build() {
28
- }
29
- exports.ListPricingPlansCommand = ListPricingPlansCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPricingRulesAssociatedToPricingPlanCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPricingRulesAssociatedToPricingPlanCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBillingConductor", "ListPricingRulesAssociatedToPricingPlan", {})
22
- .n("BillingconductorClient", "ListPricingRulesAssociatedToPricingPlanCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPricingRulesAssociatedToPricingPlanCommand)
25
- .de(Aws_restJson1_1.de_ListPricingRulesAssociatedToPricingPlanCommand)
26
- .build() {
27
- }
28
- exports.ListPricingRulesAssociatedToPricingPlanCommand = ListPricingRulesAssociatedToPricingPlanCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPricingRulesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListPricingRulesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "ListPricingRules", {})
23
- .n("BillingconductorClient", "ListPricingRulesCommand")
24
- .f(void 0, models_0_1.ListPricingRulesOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListPricingRulesCommand)
26
- .de(Aws_restJson1_1.de_ListPricingRulesCommand)
27
- .build() {
28
- }
29
- exports.ListPricingRulesCommand = ListPricingRulesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResourcesAssociatedToCustomLineItemCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListResourcesAssociatedToCustomLineItemCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBillingConductor", "ListResourcesAssociatedToCustomLineItem", {})
22
- .n("BillingconductorClient", "ListResourcesAssociatedToCustomLineItemCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListResourcesAssociatedToCustomLineItemCommand)
25
- .de(Aws_restJson1_1.de_ListResourcesAssociatedToCustomLineItemCommand)
26
- .build() {
27
- }
28
- exports.ListResourcesAssociatedToCustomLineItemCommand = ListResourcesAssociatedToCustomLineItemCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBillingConductor", "ListTagsForResource", {})
22
- .n("BillingconductorClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBillingConductor", "TagResource", {})
22
- .n("BillingconductorClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBillingConductor", "UntagResource", {})
22
- .n("BillingconductorClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBillingGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateBillingGroupCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "UpdateBillingGroup", {})
23
- .n("BillingconductorClient", "UpdateBillingGroupCommand")
24
- .f(models_0_1.UpdateBillingGroupInputFilterSensitiveLog, models_0_1.UpdateBillingGroupOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateBillingGroupCommand)
26
- .de(Aws_restJson1_1.de_UpdateBillingGroupCommand)
27
- .build() {
28
- }
29
- exports.UpdateBillingGroupCommand = UpdateBillingGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCustomLineItemCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateCustomLineItemCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "UpdateCustomLineItem", {})
23
- .n("BillingconductorClient", "UpdateCustomLineItemCommand")
24
- .f(models_0_1.UpdateCustomLineItemInputFilterSensitiveLog, models_0_1.UpdateCustomLineItemOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateCustomLineItemCommand)
26
- .de(Aws_restJson1_1.de_UpdateCustomLineItemCommand)
27
- .build() {
28
- }
29
- exports.UpdateCustomLineItemCommand = UpdateCustomLineItemCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePricingPlanCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdatePricingPlanCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "UpdatePricingPlan", {})
23
- .n("BillingconductorClient", "UpdatePricingPlanCommand")
24
- .f(models_0_1.UpdatePricingPlanInputFilterSensitiveLog, models_0_1.UpdatePricingPlanOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdatePricingPlanCommand)
26
- .de(Aws_restJson1_1.de_UpdatePricingPlanCommand)
27
- .build() {
28
- }
29
- exports.UpdatePricingPlanCommand = UpdatePricingPlanCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePricingRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdatePricingRuleCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBillingConductor", "UpdatePricingRule", {})
23
- .n("BillingconductorClient", "UpdatePricingRuleCommand")
24
- .f(models_0_1.UpdatePricingRuleInputFilterSensitiveLog, models_0_1.UpdatePricingRuleOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdatePricingRuleCommand)
26
- .de(Aws_restJson1_1.de_UpdatePricingRuleCommand)
27
- .build() {
28
- }
29
- exports.UpdatePricingRuleCommand = UpdatePricingRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,35 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateAccountsCommand"), exports);
5
- tslib_1.__exportStar(require("./AssociatePricingRulesCommand"), exports);
6
- tslib_1.__exportStar(require("./BatchAssociateResourcesToCustomLineItemCommand"), exports);
7
- tslib_1.__exportStar(require("./BatchDisassociateResourcesFromCustomLineItemCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateBillingGroupCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateCustomLineItemCommand"), exports);
10
- tslib_1.__exportStar(require("./CreatePricingPlanCommand"), exports);
11
- tslib_1.__exportStar(require("./CreatePricingRuleCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteBillingGroupCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteCustomLineItemCommand"), exports);
14
- tslib_1.__exportStar(require("./DeletePricingPlanCommand"), exports);
15
- tslib_1.__exportStar(require("./DeletePricingRuleCommand"), exports);
16
- tslib_1.__exportStar(require("./DisassociateAccountsCommand"), exports);
17
- tslib_1.__exportStar(require("./DisassociatePricingRulesCommand"), exports);
18
- tslib_1.__exportStar(require("./GetBillingGroupCostReportCommand"), exports);
19
- tslib_1.__exportStar(require("./ListAccountAssociationsCommand"), exports);
20
- tslib_1.__exportStar(require("./ListBillingGroupCostReportsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListBillingGroupsCommand"), exports);
22
- tslib_1.__exportStar(require("./ListCustomLineItemVersionsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListCustomLineItemsCommand"), exports);
24
- tslib_1.__exportStar(require("./ListPricingPlansAssociatedWithPricingRuleCommand"), exports);
25
- tslib_1.__exportStar(require("./ListPricingPlansCommand"), exports);
26
- tslib_1.__exportStar(require("./ListPricingRulesAssociatedToPricingPlanCommand"), exports);
27
- tslib_1.__exportStar(require("./ListPricingRulesCommand"), exports);
28
- tslib_1.__exportStar(require("./ListResourcesAssociatedToCustomLineItemCommand"), exports);
29
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
30
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
31
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
32
- tslib_1.__exportStar(require("./UpdateBillingGroupCommand"), exports);
33
- tslib_1.__exportStar(require("./UpdateCustomLineItemCommand"), exports);
34
- tslib_1.__exportStar(require("./UpdatePricingPlanCommand"), exports);
35
- tslib_1.__exportStar(require("./UpdatePricingRuleCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "billingconductor",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");