@aws-sdk/client-billingconductor 3.477.0 → 3.481.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 +18 -41
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +18 -41
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +18 -41
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +18 -41
- package/dist-cjs/commands/CreateBillingGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +18 -41
- package/dist-cjs/commands/CreatePricingPlanCommand.js +18 -41
- package/dist-cjs/commands/CreatePricingRuleCommand.js +18 -41
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +18 -41
- package/dist-cjs/commands/DeletePricingPlanCommand.js +18 -41
- package/dist-cjs/commands/DeletePricingRuleCommand.js +18 -41
- package/dist-cjs/commands/DisassociateAccountsCommand.js +18 -41
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +18 -41
- package/dist-cjs/commands/GetBillingGroupCostReportCommand.js +18 -41
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +18 -41
- package/dist-cjs/commands/ListBillingGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListCustomLineItemsCommand.js +18 -41
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +18 -41
- package/dist-cjs/commands/ListPricingPlansCommand.js +18 -41
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +18 -41
- package/dist-cjs/commands/ListPricingRulesCommand.js +18 -41
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBillingGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateCustomLineItemCommand.js +18 -41
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +18 -41
- package/dist-cjs/commands/UpdatePricingRuleCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetBillingGroupCostReportPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +2 -23
- package/dist-cjs/pagination/ListBillingGroupCostReportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListBillingGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCustomLineItemVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCustomLineItemsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +2 -24
- package/dist-cjs/pagination/ListPricingPlansPaginator.js +2 -24
- package/dist-cjs/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +2 -24
- package/dist-cjs/pagination/ListPricingRulesPaginator.js +2 -24
- package/dist-cjs/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +2 -24
- package/dist-es/commands/AssociateAccountsCommand.js +18 -41
- package/dist-es/commands/AssociatePricingRulesCommand.js +18 -41
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +18 -41
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +18 -41
- package/dist-es/commands/CreateBillingGroupCommand.js +18 -41
- package/dist-es/commands/CreateCustomLineItemCommand.js +18 -41
- package/dist-es/commands/CreatePricingPlanCommand.js +18 -41
- package/dist-es/commands/CreatePricingRuleCommand.js +18 -41
- package/dist-es/commands/DeleteBillingGroupCommand.js +18 -41
- package/dist-es/commands/DeleteCustomLineItemCommand.js +18 -41
- package/dist-es/commands/DeletePricingPlanCommand.js +18 -41
- package/dist-es/commands/DeletePricingRuleCommand.js +18 -41
- package/dist-es/commands/DisassociateAccountsCommand.js +18 -41
- package/dist-es/commands/DisassociatePricingRulesCommand.js +18 -41
- package/dist-es/commands/GetBillingGroupCostReportCommand.js +18 -41
- package/dist-es/commands/ListAccountAssociationsCommand.js +18 -41
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +18 -41
- package/dist-es/commands/ListBillingGroupsCommand.js +18 -41
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +18 -41
- package/dist-es/commands/ListCustomLineItemsCommand.js +18 -41
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +18 -41
- package/dist-es/commands/ListPricingPlansCommand.js +18 -41
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +18 -41
- package/dist-es/commands/ListPricingRulesCommand.js +18 -41
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBillingGroupCommand.js +18 -41
- package/dist-es/commands/UpdateCustomLineItemCommand.js +18 -41
- package/dist-es/commands/UpdatePricingPlanCommand.js +18 -41
- package/dist-es/commands/UpdatePricingRuleCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetBillingGroupCostReportPaginator.js +2 -23
- package/dist-es/pagination/ListAccountAssociationsPaginator.js +2 -22
- package/dist-es/pagination/ListBillingGroupCostReportsPaginator.js +2 -23
- package/dist-es/pagination/ListBillingGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListCustomLineItemVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListCustomLineItemsPaginator.js +2 -23
- package/dist-es/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +2 -23
- package/dist-es/pagination/ListPricingPlansPaginator.js +2 -23
- package/dist-es/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +2 -23
- package/dist-es/pagination/ListPricingRulesPaginator.js +2 -23
- package/dist-es/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +2 -23
- package/dist-types/commands/AssociateAccountsCommand.d.ts +6 -21
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +6 -21
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +6 -21
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +6 -21
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +6 -21
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +6 -21
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +6 -21
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +6 -21
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +6 -21
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +6 -21
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +6 -21
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +6 -21
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +6 -21
- package/dist-types/commands/ListPricingPlansCommand.d.ts +6 -21
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +6 -21
- package/dist-types/commands/ListPricingRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetBillingGroupCostReportPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetBillingGroupCostReportPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListPricingRulesAssociatedToPricingPlan = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const BillingconductorClient_1 = require("../BillingconductorClient");
|
|
5
6
|
const ListPricingRulesAssociatedToPricingPlanCommand_1 = require("../commands/ListPricingRulesAssociatedToPricingPlanCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListPricingRulesAssociatedToPricingPlanCommand_1.ListPricingRulesAssociatedToPricingPlanCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListPricingRulesAssociatedToPricingPlan(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof BillingconductorClient_1.BillingconductorClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListPricingRulesAssociatedToPricingPlan = paginateListPricingRulesAssociatedToPricingPlan;
|
|
7
|
+
exports.paginateListPricingRulesAssociatedToPricingPlan = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListPricingRulesAssociatedToPricingPlanCommand_1.ListPricingRulesAssociatedToPricingPlanCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListPricingRules = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const BillingconductorClient_1 = require("../BillingconductorClient");
|
|
5
6
|
const ListPricingRulesCommand_1 = require("../commands/ListPricingRulesCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListPricingRulesCommand_1.ListPricingRulesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListPricingRules(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof BillingconductorClient_1.BillingconductorClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListPricingRules = paginateListPricingRules;
|
|
7
|
+
exports.paginateListPricingRules = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListPricingRulesCommand_1.ListPricingRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListResourcesAssociatedToCustomLineItem = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const BillingconductorClient_1 = require("../BillingconductorClient");
|
|
5
6
|
const ListResourcesAssociatedToCustomLineItemCommand_1 = require("../commands/ListResourcesAssociatedToCustomLineItemCommand");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListResourcesAssociatedToCustomLineItemCommand_1.ListResourcesAssociatedToCustomLineItemCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListResourcesAssociatedToCustomLineItem(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof BillingconductorClient_1.BillingconductorClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Billingconductor | BillingconductorClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListResourcesAssociatedToCustomLineItem = paginateListResourcesAssociatedToCustomLineItem;
|
|
7
|
+
exports.paginateListResourcesAssociatedToCustomLineItem = (0, core_1.createPaginator)(BillingconductorClient_1.BillingconductorClient, ListResourcesAssociatedToCustomLineItemCommand_1.ListResourcesAssociatedToCustomLineItemCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociateAccountsCommand, se_AssociateAccountsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociateAccountsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "BillingconductorClient";
|
|
26
|
-
const commandName = "AssociateAccountsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSBillingConductor",
|
|
35
|
-
operation: "AssociateAccounts",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociateAccountsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociateAccountsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociateAccountsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBillingConductor", "AssociateAccounts", {})
|
|
19
|
+
.n("BillingconductorClient", "AssociateAccountsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateAccountsCommand)
|
|
22
|
+
.de(de_AssociateAccountsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociatePricingRulesCommand, se_AssociatePricingRulesCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociatePricingRulesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "BillingconductorClient";
|
|
26
|
-
const commandName = "AssociatePricingRulesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSBillingConductor",
|
|
35
|
-
operation: "AssociatePricingRules",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociatePricingRulesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociatePricingRulesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociatePricingRulesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBillingConductor", "AssociatePricingRules", {})
|
|
19
|
+
.n("BillingconductorClient", "AssociatePricingRulesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociatePricingRulesCommand)
|
|
22
|
+
.de(de_AssociatePricingRulesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_BatchAssociateResourcesToCustomLineItemCommand, se_BatchAssociateResourcesToCustomLineItemCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class BatchAssociateResourcesToCustomLineItemCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "BillingconductorClient";
|
|
26
|
-
const commandName = "BatchAssociateResourcesToCustomLineItemCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSBillingConductor",
|
|
35
|
-
operation: "BatchAssociateResourcesToCustomLineItem",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_BatchAssociateResourcesToCustomLineItemCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_BatchAssociateResourcesToCustomLineItemCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class BatchAssociateResourcesToCustomLineItemCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBillingConductor", "BatchAssociateResourcesToCustomLineItem", {})
|
|
19
|
+
.n("BillingconductorClient", "BatchAssociateResourcesToCustomLineItemCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_BatchAssociateResourcesToCustomLineItemCommand)
|
|
22
|
+
.de(de_BatchAssociateResourcesToCustomLineItemCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_BatchDisassociateResourcesFromCustomLineItemCommand, se_BatchDisassociateResourcesFromCustomLineItemCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "BillingconductorClient";
|
|
26
|
-
const commandName = "BatchDisassociateResourcesFromCustomLineItemCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSBillingConductor",
|
|
35
|
-
operation: "BatchDisassociateResourcesFromCustomLineItem",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_BatchDisassociateResourcesFromCustomLineItemCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_BatchDisassociateResourcesFromCustomLineItemCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBillingConductor", "BatchDisassociateResourcesFromCustomLineItem", {})
|
|
19
|
+
.n("BillingconductorClient", "BatchDisassociateResourcesFromCustomLineItemCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_BatchDisassociateResourcesFromCustomLineItemCommand)
|
|
22
|
+
.de(de_BatchDisassociateResourcesFromCustomLineItemCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateBillingGroupInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateBillingGroupCommand, se_CreateBillingGroupCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateBillingGroupCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BillingconductorClient";
|
|
27
|
-
const commandName = "CreateBillingGroupCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreateBillingGroupInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBillingConductor",
|
|
36
|
-
operation: "CreateBillingGroup",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateBillingGroupCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateBillingGroupCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateBillingGroupCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBillingConductor", "CreateBillingGroup", {})
|
|
20
|
+
.n("BillingconductorClient", "CreateBillingGroupCommand")
|
|
21
|
+
.f(CreateBillingGroupInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreateBillingGroupCommand)
|
|
23
|
+
.de(de_CreateBillingGroupCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreateCustomLineItemInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreateCustomLineItemCommand, se_CreateCustomLineItemCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreateCustomLineItemCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BillingconductorClient";
|
|
27
|
-
const commandName = "CreateCustomLineItemCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreateCustomLineItemInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBillingConductor",
|
|
36
|
-
operation: "CreateCustomLineItem",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreateCustomLineItemCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreateCustomLineItemCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreateCustomLineItemCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBillingConductor", "CreateCustomLineItem", {})
|
|
20
|
+
.n("BillingconductorClient", "CreateCustomLineItemCommand")
|
|
21
|
+
.f(CreateCustomLineItemInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreateCustomLineItemCommand)
|
|
23
|
+
.de(de_CreateCustomLineItemCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreatePricingPlanInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreatePricingPlanCommand, se_CreatePricingPlanCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreatePricingPlanCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BillingconductorClient";
|
|
27
|
-
const commandName = "CreatePricingPlanCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreatePricingPlanInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBillingConductor",
|
|
36
|
-
operation: "CreatePricingPlan",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreatePricingPlanCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreatePricingPlanCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreatePricingPlanCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBillingConductor", "CreatePricingPlan", {})
|
|
20
|
+
.n("BillingconductorClient", "CreatePricingPlanCommand")
|
|
21
|
+
.f(CreatePricingPlanInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreatePricingPlanCommand)
|
|
23
|
+
.de(de_CreatePricingPlanCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { CreatePricingRuleInputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_CreatePricingRuleCommand, se_CreatePricingRuleCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class CreatePricingRuleCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BillingconductorClient";
|
|
27
|
-
const commandName = "CreatePricingRuleCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: CreatePricingRuleInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBillingConductor",
|
|
36
|
-
operation: "CreatePricingRule",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_CreatePricingRuleCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_CreatePricingRuleCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class CreatePricingRuleCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBillingConductor", "CreatePricingRule", {})
|
|
20
|
+
.n("BillingconductorClient", "CreatePricingRuleCommand")
|
|
21
|
+
.f(CreatePricingRuleInputFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_CreatePricingRuleCommand)
|
|
23
|
+
.de(de_CreatePricingRuleCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|