@aws-sdk/client-billingconductor 3.478.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-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-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/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/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateAccountsCommandInput extends DisassociateAccountsIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateAccountsCommandOutput extends DisassociateAccountsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateAccountsCommand_base: {
|
|
24
|
+
new (input: DisassociateAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified list of account IDs from the given billing group. </p>
|
|
@@ -77,23 +80,5 @@ export interface DisassociateAccountsCommandOutput extends DisassociateAccountsO
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class DisassociateAccountsCommand extends
|
|
81
|
-
readonly input: DisassociateAccountsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: DisassociateAccountsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class DisassociateAccountsCommand extends DisassociateAccountsCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociatePricingRulesCommandInput extends DisassociatePricin
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociatePricingRulesCommandOutput extends DisassociatePricingRulesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociatePricingRulesCommand_base: {
|
|
24
|
+
new (input: DisassociatePricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -79,23 +82,5 @@ export interface DisassociatePricingRulesCommandOutput extends DisassociatePrici
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class DisassociatePricingRulesCommand extends
|
|
83
|
-
readonly input: DisassociatePricingRulesCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: DisassociatePricingRulesCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class DisassociatePricingRulesCommand extends DisassociatePricingRulesCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { GetBillingGroupCostReportInput, GetBillingGroupCostReportOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBillingGroupCostReportCommandInput extends GetBillingGroupCo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBillingGroupCostReportCommandOutput extends GetBillingGroupCostReportOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBillingGroupCostReportCommand_base: {
|
|
24
|
+
new (input: GetBillingGroupCostReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the margin summary report, which includes the Amazon Web Services cost and charged
|
|
@@ -96,23 +99,5 @@ export interface GetBillingGroupCostReportCommandOutput extends GetBillingGroupC
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class GetBillingGroupCostReportCommand extends
|
|
100
|
-
readonly input: GetBillingGroupCostReportCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: GetBillingGroupCostReportCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class GetBillingGroupCostReportCommand extends GetBillingGroupCostReportCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListAccountAssociationsInput, ListAccountAssociationsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAccountAssociationsCommandInput extends ListAccountAssociat
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAccountAssociationsCommandOutput extends ListAccountAssociationsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAccountAssociationsCommand_base: {
|
|
24
|
+
new (input: ListAccountAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> This is a paginated call to list linked accounts that are linked to the payer account for
|
|
@@ -89,23 +92,5 @@ export interface ListAccountAssociationsCommandOutput extends ListAccountAssocia
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class ListAccountAssociationsCommand extends
|
|
93
|
-
readonly input: ListAccountAssociationsCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: ListAccountAssociationsCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class ListAccountAssociationsCommand extends ListAccountAssociationsCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListBillingGroupCostReportsInput, ListBillingGroupCostReportsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListBillingGroupCostReportsCommandInput extends ListBillingGrou
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGroupCostReportsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListBillingGroupCostReportsCommand_base: {
|
|
24
|
+
new (input: ListBillingGroupCostReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated
|
|
@@ -88,23 +91,5 @@ export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGro
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class ListBillingGroupCostReportsCommand extends
|
|
92
|
-
readonly input: ListBillingGroupCostReportsCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: ListBillingGroupCostReportsCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class ListBillingGroupCostReportsCommand extends ListBillingGroupCostReportsCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListBillingGroupsInput, ListBillingGroupsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListBillingGroupsCommand_base: {
|
|
24
|
+
new (input: ListBillingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A paginated call to retrieve a list of billing groups for the given billing period. If you don't provide a billing group, the current billing period is used.</p>
|
|
@@ -101,23 +104,5 @@ export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput,
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class ListBillingGroupsCommand extends
|
|
105
|
-
readonly input: ListBillingGroupsCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: ListBillingGroupsCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class ListBillingGroupsCommand extends ListBillingGroupsCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListCustomLineItemVersionsInput, ListCustomLineItemVersionsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCustomLineItemVersionsCommandInput extends ListCustomLineIt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineItemVersionsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCustomLineItemVersionsCommand_base: {
|
|
24
|
+
new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A paginated call to get a list of all custom line item versions.</p>
|
|
@@ -109,23 +112,5 @@ export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineI
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class ListCustomLineItemVersionsCommand extends
|
|
113
|
-
readonly input: ListCustomLineItemVersionsCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: ListCustomLineItemVersionsCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class ListCustomLineItemVersionsCommand extends ListCustomLineItemVersionsCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListCustomLineItemsInput, ListCustomLineItemsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCustomLineItemsCommandInput extends ListCustomLineItemsInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCustomLineItemsCommand_base: {
|
|
24
|
+
new (input: ListCustomLineItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -120,23 +123,5 @@ export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOut
|
|
|
120
123
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
121
124
|
*
|
|
122
125
|
*/
|
|
123
|
-
export declare class ListCustomLineItemsCommand extends
|
|
124
|
-
readonly input: ListCustomLineItemsCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: ListCustomLineItemsCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
126
|
+
export declare class ListCustomLineItemsCommand extends ListCustomLineItemsCommand_base {
|
|
142
127
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListPricingPlansAssociatedWithPricingRuleInput, ListPricingPlansAssociatedWithPricingRuleOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandInput extends L
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends ListPricingPlansAssociatedWithPricingRuleOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
|
|
24
|
+
new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -80,23 +83,5 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends
|
|
84
|
-
readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListPricingPlansAssociatedWithPricingRuleCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends ListPricingPlansAssociatedWithPricingRuleCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListPricingPlansInput, ListPricingPlansOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPricingPlansCommandInput extends ListPricingPlansInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPricingPlansCommand_base: {
|
|
24
|
+
new (input: ListPricingPlansCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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.
|
|
@@ -85,23 +88,5 @@ export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, _
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListPricingPlansCommand extends
|
|
89
|
-
readonly input: ListPricingPlansCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListPricingPlansCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingPlansCommandInput, ListPricingPlansCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListPricingPlansCommand extends ListPricingPlansCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListPricingRulesAssociatedToPricingPlanInput, ListPricingRulesAssociatedToPricingPlanOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandInput extends Lis
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends ListPricingRulesAssociatedToPricingPlanOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
|
|
24
|
+
new (input: ListPricingRulesAssociatedToPricingPlanCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -80,23 +83,5 @@ export interface ListPricingRulesAssociatedToPricingPlanCommandOutput extends Li
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListPricingRulesAssociatedToPricingPlanCommand extends
|
|
84
|
-
readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListPricingRulesAssociatedToPricingPlanCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListPricingRulesAssociatedToPricingPlanCommand extends ListPricingRulesAssociatedToPricingPlanCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListPricingRulesInput, ListPricingRulesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPricingRulesCommandInput extends ListPricingRulesInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPricingRulesCommand_base: {
|
|
24
|
+
new (input: ListPricingRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPricingRulesCommandInput, ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -98,23 +101,5 @@ export interface ListPricingRulesCommandOutput extends ListPricingRulesOutput, _
|
|
|
98
101
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
99
102
|
*
|
|
100
103
|
*/
|
|
101
|
-
export declare class ListPricingRulesCommand extends
|
|
102
|
-
readonly input: ListPricingRulesCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: ListPricingRulesCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPricingRulesCommandInput, ListPricingRulesCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
104
|
+
export declare class ListPricingRulesCommand extends ListPricingRulesCommand_base {
|
|
120
105
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListResourcesAssociatedToCustomLineItemInput, ListResourcesAssociatedToCustomLineItemOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListResourcesAssociatedToCustomLineItemCommandInput extends Lis
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends ListResourcesAssociatedToCustomLineItemOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
|
|
24
|
+
new (input: ListResourcesAssociatedToCustomLineItemCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -86,23 +89,5 @@ export interface ListResourcesAssociatedToCustomLineItemCommandOutput extends Li
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class ListResourcesAssociatedToCustomLineItemCommand extends
|
|
90
|
-
readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class ListResourcesAssociatedToCustomLineItemCommand extends ListResourcesAssociatedToCustomLineItemCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -74,23 +77,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Billingconductor service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListTagsForResourceCommand extends
|
|
78
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BillingconductorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
96
81
|
}
|