@aws-sdk/client-billingconductor 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/Billingconductor.d.ts +0 -30
- package/dist-types/ts3.4/BillingconductorClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -321
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface ListPricingRulesCommandInput extends ListPricingRulesInput {}
|
|
|
18
18
|
export interface ListPricingRulesCommandOutput
|
|
19
19
|
extends ListPricingRulesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPricingRulesCommand extends $Command<
|
|
23
22
|
ListPricingRulesCommandInput,
|
|
24
23
|
ListPricingRulesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPricingRulesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPricingRulesCommandInput;
|
|
28
27
|
constructor(input: ListPricingRulesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListResourcesAssociatedToCustomLineItemCommandInput
|
|
|
19
19
|
export interface ListResourcesAssociatedToCustomLineItemCommandOutput
|
|
20
20
|
extends ListResourcesAssociatedToCustomLineItemOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Command<
|
|
24
23
|
ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
25
24
|
ListResourcesAssociatedToCustomLineItemCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListResourcesAssociatedToCustomLineItemCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListResourcesAssociatedToCustomLineItemCommandInput;
|
|
29
28
|
constructor(input: ListResourcesAssociatedToCustomLineItemCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateBillingGroupCommandInput
|
|
|
19
19
|
export interface UpdateBillingGroupCommandOutput
|
|
20
20
|
extends UpdateBillingGroupOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateBillingGroupCommand extends $Command<
|
|
24
23
|
UpdateBillingGroupCommandInput,
|
|
25
24
|
UpdateBillingGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateBillingGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateBillingGroupCommandInput;
|
|
29
28
|
constructor(input: UpdateBillingGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateCustomLineItemCommandInput
|
|
|
19
19
|
export interface UpdateCustomLineItemCommandOutput
|
|
20
20
|
extends UpdateCustomLineItemOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateCustomLineItemCommand extends $Command<
|
|
24
23
|
UpdateCustomLineItemCommandInput,
|
|
25
24
|
UpdateCustomLineItemCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateCustomLineItemCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateCustomLineItemCommandInput;
|
|
29
28
|
constructor(input: UpdateCustomLineItemCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {}
|
|
|
18
18
|
export interface UpdatePricingPlanCommandOutput
|
|
19
19
|
extends UpdatePricingPlanOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdatePricingPlanCommand extends $Command<
|
|
23
22
|
UpdatePricingPlanCommandInput,
|
|
24
23
|
UpdatePricingPlanCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdatePricingPlanCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdatePricingPlanCommandInput;
|
|
28
27
|
constructor(input: UpdatePricingPlanCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {}
|
|
|
18
18
|
export interface UpdatePricingRuleCommandOutput
|
|
19
19
|
extends UpdatePricingRuleOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdatePricingRuleCommand extends $Command<
|
|
23
22
|
UpdatePricingRuleCommandInput,
|
|
24
23
|
UpdatePricingRuleCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdatePricingRuleCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdatePricingRuleCommandInput;
|
|
28
27
|
constructor(input: UpdatePricingRuleCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BillingconductorClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class BillingconductorServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|