@aws-sdk/client-billingconductor 3.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +215 -0
- package/dist-cjs/Billingconductor.js +457 -0
- package/dist-cjs/BillingconductorClient.js +35 -0
- package/dist-cjs/commands/AssociateAccountsCommand.js +36 -0
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +36 -0
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +36 -0
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +36 -0
- package/dist-cjs/commands/CreateBillingGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +36 -0
- package/dist-cjs/commands/CreatePricingPlanCommand.js +36 -0
- package/dist-cjs/commands/CreatePricingRuleCommand.js +36 -0
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +36 -0
- package/dist-cjs/commands/DeletePricingPlanCommand.js +36 -0
- package/dist-cjs/commands/DeletePricingRuleCommand.js +36 -0
- package/dist-cjs/commands/DisassociateAccountsCommand.js +36 -0
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +36 -0
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +36 -0
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +36 -0
- package/dist-cjs/commands/ListBillingGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListCustomLineItemsCommand.js +36 -0
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +36 -0
- package/dist-cjs/commands/ListPricingPlansCommand.js +36 -0
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +36 -0
- package/dist-cjs/commands/ListPricingRulesCommand.js +36 -0
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateBillingGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateCustomLineItemCommand.js +36 -0
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +36 -0
- package/dist-cjs/commands/UpdatePricingRuleCommand.js +36 -0
- package/dist-cjs/commands/index.js +33 -0
- package/dist-cjs/endpoints.js +131 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/BillingconductorServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +792 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAccountAssociationsPaginator.js +34 -0
- package/dist-cjs/pagination/ListBillingGroupCostReportsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBillingGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCustomLineItemsPaginator.js +35 -0
- package/dist-cjs/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +35 -0
- package/dist-cjs/pagination/ListPricingPlansPaginator.js +35 -0
- package/dist-cjs/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +35 -0
- package/dist-cjs/pagination/ListPricingRulesPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3178 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Billingconductor.js +460 -0
- package/dist-es/BillingconductorClient.js +37 -0
- package/dist-es/commands/AssociateAccountsCommand.js +39 -0
- package/dist-es/commands/AssociatePricingRulesCommand.js +39 -0
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +39 -0
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +39 -0
- package/dist-es/commands/CreateBillingGroupCommand.js +39 -0
- package/dist-es/commands/CreateCustomLineItemCommand.js +39 -0
- package/dist-es/commands/CreatePricingPlanCommand.js +39 -0
- package/dist-es/commands/CreatePricingRuleCommand.js +39 -0
- package/dist-es/commands/DeleteBillingGroupCommand.js +39 -0
- package/dist-es/commands/DeleteCustomLineItemCommand.js +39 -0
- package/dist-es/commands/DeletePricingPlanCommand.js +39 -0
- package/dist-es/commands/DeletePricingRuleCommand.js +39 -0
- package/dist-es/commands/DisassociateAccountsCommand.js +39 -0
- package/dist-es/commands/DisassociatePricingRulesCommand.js +39 -0
- package/dist-es/commands/ListAccountAssociationsCommand.js +39 -0
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +39 -0
- package/dist-es/commands/ListBillingGroupsCommand.js +39 -0
- package/dist-es/commands/ListCustomLineItemsCommand.js +39 -0
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +39 -0
- package/dist-es/commands/ListPricingPlansCommand.js +39 -0
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +39 -0
- package/dist-es/commands/ListPricingRulesCommand.js +39 -0
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateBillingGroupCommand.js +39 -0
- package/dist-es/commands/UpdateCustomLineItemCommand.js +39 -0
- package/dist-es/commands/UpdatePricingPlanCommand.js +39 -0
- package/dist-es/commands/UpdatePricingRuleCommand.js +39 -0
- package/dist-es/commands/index.js +30 -0
- package/dist-es/endpoints.js +127 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/BillingconductorServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +560 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAccountAssociationsPaginator.js +73 -0
- package/dist-es/pagination/ListBillingGroupCostReportsPaginator.js +74 -0
- package/dist-es/pagination/ListBillingGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListCustomLineItemsPaginator.js +74 -0
- package/dist-es/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.js +74 -0
- package/dist-es/pagination/ListPricingPlansPaginator.js +74 -0
- package/dist-es/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.js +74 -0
- package/dist-es/pagination/ListPricingRulesPaginator.js +74 -0
- package/dist-es/pagination/ListResourcesAssociatedToCustomLineItemPaginator.js +74 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +3850 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +28 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Billingconductor.d.ts +283 -0
- package/dist-types/BillingconductorClient.d.ts +186 -0
- package/dist-types/commands/AssociateAccountsCommand.d.ts +38 -0
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +36 -0
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +37 -0
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +37 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +37 -0
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +37 -0
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +36 -0
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +37 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +37 -0
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +36 -0
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +37 -0
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +43 -0
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +36 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +37 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +37 -0
- package/dist-types/commands/ListPricingPlansCommand.d.ts +36 -0
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +37 -0
- package/dist-types/commands/ListPricingRulesCommand.d.ts +37 -0
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +36 -0
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +37 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +36 -0
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +30 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/BillingconductorServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2576 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +4 -0
- package/dist-types/pagination/ListPricingPlansPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPricingRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +92 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/Billingconductor.d.ts +155 -0
- package/dist-types/ts3.4/BillingconductorClient.d.ts +103 -0
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1266 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +92 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +95 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { ListCustomLineItemsInput, ListCustomLineItemsOutput } from "../models/models_0";
|
|
5
|
+
export interface ListCustomLineItemsCommandInput extends ListCustomLineItemsInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, ListCustomLineItemsCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, ListCustomLineItemsCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new ListCustomLineItemsCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListCustomLineItemsCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListCustomLineItemsCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListCustomLineItemsCommand extends $Command<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: ListCustomLineItemsCommandInput;
|
|
30
|
+
constructor(input: ListCustomLineItemsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { ListPricingPlansAssociatedWithPricingRuleInput, ListPricingPlansAssociatedWithPricingRuleOutput } from "../models/models_0";
|
|
5
|
+
export interface ListPricingPlansAssociatedWithPricingRuleCommandInput extends ListPricingPlansAssociatedWithPricingRuleInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends ListPricingPlansAssociatedWithPricingRuleOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* A list of the pricing plans associated with a pricing rule.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, ListPricingPlansAssociatedWithPricingRuleCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, ListPricingPlansAssociatedWithPricingRuleCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new ListPricingPlansAssociatedWithPricingRuleCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListPricingPlansAssociatedWithPricingRuleCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListPricingPlansAssociatedWithPricingRuleCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
|
|
30
|
+
constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { ListPricingPlansInput, ListPricingPlansOutput } from "../models/models_0";
|
|
5
|
+
export interface ListPricingPlansCommandInput extends ListPricingPlansInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.
|
|
11
|
+
* </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { BillingconductorClient, ListPricingPlansCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
16
|
+
* // const { BillingconductorClient, ListPricingPlansCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
17
|
+
* const client = new BillingconductorClient(config);
|
|
18
|
+
* const command = new ListPricingPlansCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ListPricingPlansCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ListPricingPlansCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ListPricingPlansCommand extends $Command<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig> {
|
|
28
|
+
readonly input: ListPricingPlansCommandInput;
|
|
29
|
+
constructor(input: ListPricingPlansCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansCommandInput, ListPricingPlansCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { ListPricingRulesAssociatedToPricingPlanInput, ListPricingRulesAssociatedToPricingPlanOutput } from "../models/models_0";
|
|
5
|
+
export interface ListPricingRulesAssociatedToPricingPlanCommandInput extends ListPricingRulesAssociatedToPricingPlanInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends ListPricingRulesAssociatedToPricingPlanOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* Lists the pricing rules associated with a pricing plan.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, ListPricingRulesAssociatedToPricingPlanCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, ListPricingRulesAssociatedToPricingPlanCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new ListPricingRulesAssociatedToPricingPlanCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListPricingRulesAssociatedToPricingPlanCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListPricingRulesAssociatedToPricingPlanCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListPricingRulesAssociatedToPricingPlanCommand extends $Command<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
|
|
30
|
+
constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { ListPricingRulesInput, ListPricingRulesOutput } from "../models/models_0";
|
|
5
|
+
export interface ListPricingRulesCommandInput extends ListPricingRulesInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, ListPricingRulesCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, ListPricingRulesCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new ListPricingRulesCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListPricingRulesCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListPricingRulesCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListPricingRulesCommand extends $Command<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: ListPricingRulesCommandInput;
|
|
30
|
+
constructor(input: ListPricingRulesCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesCommandInput, ListPricingRulesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { ListResourcesAssociatedToCustomLineItemInput, ListResourcesAssociatedToCustomLineItemOutput } from "../models/models_0";
|
|
5
|
+
export interface ListResourcesAssociatedToCustomLineItemCommandInput extends ListResourcesAssociatedToCustomLineItemInput {
|
|
6
|
+
}
|
|
7
|
+
export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends ListResourcesAssociatedToCustomLineItemOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* List the resources associated to a custom line item.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, ListResourcesAssociatedToCustomLineItemCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, ListResourcesAssociatedToCustomLineItemCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new ListResourcesAssociatedToCustomLineItemCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListResourcesAssociatedToCustomLineItemCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListResourcesAssociatedToCustomLineItemCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Command<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
|
|
30
|
+
constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* A list the tags for a resource.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, ListTagsForResourceCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, ListTagsForResourceCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new ListTagsForResourceCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
30
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
11
|
+
* If existing tags on a resource are not specified in the request parameters, they are not
|
|
12
|
+
* changed. </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, TagResourceCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, TagResourceCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new TagResourceCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: TagResourceCommandInput;
|
|
30
|
+
constructor(input: TagResourceCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* Deletes specified tags from a resource.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, UntagResourceCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, UntagResourceCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new UntagResourceCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: UntagResourceCommandInput;
|
|
30
|
+
constructor(input: UntagResourceCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { UpdateBillingGroupInput, UpdateBillingGroupOutput } from "../models/models_0";
|
|
5
|
+
export interface UpdateBillingGroupCommandInput extends UpdateBillingGroupInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateBillingGroupCommandOutput extends UpdateBillingGroupOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This updates an existing billing group.
|
|
11
|
+
* </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { BillingconductorClient, UpdateBillingGroupCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
16
|
+
* // const { BillingconductorClient, UpdateBillingGroupCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
17
|
+
* const client = new BillingconductorClient(config);
|
|
18
|
+
* const command = new UpdateBillingGroupCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link UpdateBillingGroupCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link UpdateBillingGroupCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class UpdateBillingGroupCommand extends $Command<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput, BillingconductorClientResolvedConfig> {
|
|
28
|
+
readonly input: UpdateBillingGroupCommandInput;
|
|
29
|
+
constructor(input: UpdateBillingGroupCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { UpdateCustomLineItemInput, UpdateCustomLineItemOutput } from "../models/models_0";
|
|
5
|
+
export interface UpdateCustomLineItemCommandInput extends UpdateCustomLineItemInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateCustomLineItemCommandOutput extends UpdateCustomLineItemOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* Update an existing custom line item in the current or previous billing period.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, UpdateCustomLineItemCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, UpdateCustomLineItemCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new UpdateCustomLineItemCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link UpdateCustomLineItemCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link UpdateCustomLineItemCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class UpdateCustomLineItemCommand extends $Command<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: UpdateCustomLineItemCommandInput;
|
|
30
|
+
constructor(input: UpdateCustomLineItemCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { UpdatePricingPlanInput, UpdatePricingPlanOutput } from "../models/models_0";
|
|
5
|
+
export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>This updates an existing pricing plan.
|
|
11
|
+
* </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { BillingconductorClient, UpdatePricingPlanCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
16
|
+
* // const { BillingconductorClient, UpdatePricingPlanCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
17
|
+
* const client = new BillingconductorClient(config);
|
|
18
|
+
* const command = new UpdatePricingPlanCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link UpdatePricingPlanCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link UpdatePricingPlanCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class UpdatePricingPlanCommand extends $Command<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, BillingconductorClientResolvedConfig> {
|
|
28
|
+
readonly input: UpdatePricingPlanCommandInput;
|
|
29
|
+
constructor(input: UpdatePricingPlanCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import { UpdatePricingRuleInput, UpdatePricingRuleOutput } from "../models/models_0";
|
|
5
|
+
export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdatePricingRuleCommandOutput extends UpdatePricingRuleOutput, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* Updates an existing pricing rule.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { BillingconductorClient, UpdatePricingRuleCommand } from "@aws-sdk/client-billingconductor"; // ES Modules import
|
|
17
|
+
* // const { BillingconductorClient, UpdatePricingRuleCommand } = require("@aws-sdk/client-billingconductor"); // CommonJS import
|
|
18
|
+
* const client = new BillingconductorClient(config);
|
|
19
|
+
* const command = new UpdatePricingRuleCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link UpdatePricingRuleCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link UpdatePricingRuleCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link BillingconductorClientResolvedConfig | config} for BillingconductorClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class UpdatePricingRuleCommand extends $Command<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput, BillingconductorClientResolvedConfig> {
|
|
29
|
+
readonly input: UpdatePricingRuleCommandInput;
|
|
30
|
+
constructor(input: UpdatePricingRuleCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export * from "./AssociateAccountsCommand";
|
|
2
|
+
export * from "./AssociatePricingRulesCommand";
|
|
3
|
+
export * from "./BatchAssociateResourcesToCustomLineItemCommand";
|
|
4
|
+
export * from "./BatchDisassociateResourcesFromCustomLineItemCommand";
|
|
5
|
+
export * from "./CreateBillingGroupCommand";
|
|
6
|
+
export * from "./CreateCustomLineItemCommand";
|
|
7
|
+
export * from "./CreatePricingPlanCommand";
|
|
8
|
+
export * from "./CreatePricingRuleCommand";
|
|
9
|
+
export * from "./DeleteBillingGroupCommand";
|
|
10
|
+
export * from "./DeleteCustomLineItemCommand";
|
|
11
|
+
export * from "./DeletePricingPlanCommand";
|
|
12
|
+
export * from "./DeletePricingRuleCommand";
|
|
13
|
+
export * from "./DisassociateAccountsCommand";
|
|
14
|
+
export * from "./DisassociatePricingRulesCommand";
|
|
15
|
+
export * from "./ListAccountAssociationsCommand";
|
|
16
|
+
export * from "./ListBillingGroupCostReportsCommand";
|
|
17
|
+
export * from "./ListBillingGroupsCommand";
|
|
18
|
+
export * from "./ListCustomLineItemsCommand";
|
|
19
|
+
export * from "./ListPricingPlansAssociatedWithPricingRuleCommand";
|
|
20
|
+
export * from "./ListPricingPlansCommand";
|
|
21
|
+
export * from "./ListPricingRulesAssociatedToPricingPlanCommand";
|
|
22
|
+
export * from "./ListPricingRulesCommand";
|
|
23
|
+
export * from "./ListResourcesAssociatedToCustomLineItemCommand";
|
|
24
|
+
export * from "./ListTagsForResourceCommand";
|
|
25
|
+
export * from "./TagResourceCommand";
|
|
26
|
+
export * from "./UntagResourceCommand";
|
|
27
|
+
export * from "./UpdateBillingGroupCommand";
|
|
28
|
+
export * from "./UpdateCustomLineItemCommand";
|
|
29
|
+
export * from "./UpdatePricingPlanCommand";
|
|
30
|
+
export * from "./UpdatePricingRuleCommand";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from Billingconductor service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class BillingconductorServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|