@aws-sdk/client-billingconductor 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Billingconductor.d.ts +574 -155
- package/dist-types/ts3.4/BillingconductorClient.d.ts +310 -103
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1176 -1074
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateBillingGroupInput,
|
|
15
|
+
UpdateBillingGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBillingGroupCommandInput
|
|
18
|
+
extends UpdateBillingGroupInput {}
|
|
19
|
+
export interface UpdateBillingGroupCommandOutput
|
|
20
|
+
extends UpdateBillingGroupOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateBillingGroupCommand extends $Command<
|
|
24
|
+
UpdateBillingGroupCommandInput,
|
|
25
|
+
UpdateBillingGroupCommandOutput,
|
|
26
|
+
BillingconductorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateBillingGroupCommandInput;
|
|
29
|
+
constructor(input: UpdateBillingGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateBillingGroupCommandInput, UpdateBillingGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateCustomLineItemInput,
|
|
15
|
+
UpdateCustomLineItemOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateCustomLineItemCommandInput
|
|
18
|
+
extends UpdateCustomLineItemInput {}
|
|
19
|
+
export interface UpdateCustomLineItemCommandOutput
|
|
20
|
+
extends UpdateCustomLineItemOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCustomLineItemCommand extends $Command<
|
|
24
|
+
UpdateCustomLineItemCommandInput,
|
|
25
|
+
UpdateCustomLineItemCommandOutput,
|
|
26
|
+
BillingconductorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCustomLineItemCommandInput;
|
|
29
|
+
constructor(input: UpdateCustomLineItemCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCustomLineItemCommandInput,
|
|
37
|
+
UpdateCustomLineItemCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdatePricingPlanInput,
|
|
15
|
+
UpdatePricingPlanOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanInput {}
|
|
18
|
+
export interface UpdatePricingPlanCommandOutput
|
|
19
|
+
extends UpdatePricingPlanOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdatePricingPlanCommand extends $Command<
|
|
23
|
+
UpdatePricingPlanCommandInput,
|
|
24
|
+
UpdatePricingPlanCommandOutput,
|
|
25
|
+
BillingconductorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdatePricingPlanCommandInput;
|
|
28
|
+
constructor(input: UpdatePricingPlanCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BillingconductorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BillingconductorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdatePricingRuleInput,
|
|
15
|
+
UpdatePricingRuleOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdatePricingRuleCommandInput extends UpdatePricingRuleInput {}
|
|
18
|
+
export interface UpdatePricingRuleCommandOutput
|
|
19
|
+
extends UpdatePricingRuleOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdatePricingRuleCommand extends $Command<
|
|
23
|
+
UpdatePricingRuleCommandInput,
|
|
24
|
+
UpdatePricingRuleCommandOutput,
|
|
25
|
+
BillingconductorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdatePricingRuleCommandInput;
|
|
28
|
+
constructor(input: UpdatePricingRuleCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BillingconductorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,30 +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";
|
|
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";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Billingconductor";
|
|
2
|
-
export * from "./BillingconductorClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { BillingconductorServiceException } from "./models/BillingconductorServiceException";
|
|
1
|
+
export * from "./Billingconductor";
|
|
2
|
+
export * from "./BillingconductorClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { BillingconductorServiceException } from "./models/BillingconductorServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class BillingconductorServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|