@aws-sdk/client-billingconductor 3.533.0 → 3.535.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-types/Billingconductor.d.ts +7 -1
- package/dist-types/BillingconductorClient.d.ts +1 -1
- package/dist-types/commands/AssociateAccountsCommand.d.ts +2 -1
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +2 -1
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +2 -1
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingPlansCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/ListPricingRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +407 -407
- package/dist-types/ts3.4/Billingconductor.d.ts +6 -0
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -336,6 +336,7 @@ export interface Billingconductor {
|
|
|
336
336
|
options: __HttpHandlerOptions,
|
|
337
337
|
cb: (err: any, data?: GetBillingGroupCostReportCommandOutput) => void
|
|
338
338
|
): void;
|
|
339
|
+
listAccountAssociations(): Promise<ListAccountAssociationsCommandOutput>;
|
|
339
340
|
listAccountAssociations(
|
|
340
341
|
args: ListAccountAssociationsCommandInput,
|
|
341
342
|
options?: __HttpHandlerOptions
|
|
@@ -349,6 +350,7 @@ export interface Billingconductor {
|
|
|
349
350
|
options: __HttpHandlerOptions,
|
|
350
351
|
cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void
|
|
351
352
|
): void;
|
|
353
|
+
listBillingGroupCostReports(): Promise<ListBillingGroupCostReportsCommandOutput>;
|
|
352
354
|
listBillingGroupCostReports(
|
|
353
355
|
args: ListBillingGroupCostReportsCommandInput,
|
|
354
356
|
options?: __HttpHandlerOptions
|
|
@@ -362,6 +364,7 @@ export interface Billingconductor {
|
|
|
362
364
|
options: __HttpHandlerOptions,
|
|
363
365
|
cb: (err: any, data?: ListBillingGroupCostReportsCommandOutput) => void
|
|
364
366
|
): void;
|
|
367
|
+
listBillingGroups(): Promise<ListBillingGroupsCommandOutput>;
|
|
365
368
|
listBillingGroups(
|
|
366
369
|
args: ListBillingGroupsCommandInput,
|
|
367
370
|
options?: __HttpHandlerOptions
|
|
@@ -375,6 +378,7 @@ export interface Billingconductor {
|
|
|
375
378
|
options: __HttpHandlerOptions,
|
|
376
379
|
cb: (err: any, data?: ListBillingGroupsCommandOutput) => void
|
|
377
380
|
): void;
|
|
381
|
+
listCustomLineItems(): Promise<ListCustomLineItemsCommandOutput>;
|
|
378
382
|
listCustomLineItems(
|
|
379
383
|
args: ListCustomLineItemsCommandInput,
|
|
380
384
|
options?: __HttpHandlerOptions
|
|
@@ -401,6 +405,7 @@ export interface Billingconductor {
|
|
|
401
405
|
options: __HttpHandlerOptions,
|
|
402
406
|
cb: (err: any, data?: ListCustomLineItemVersionsCommandOutput) => void
|
|
403
407
|
): void;
|
|
408
|
+
listPricingPlans(): Promise<ListPricingPlansCommandOutput>;
|
|
404
409
|
listPricingPlans(
|
|
405
410
|
args: ListPricingPlansCommandInput,
|
|
406
411
|
options?: __HttpHandlerOptions
|
|
@@ -433,6 +438,7 @@ export interface Billingconductor {
|
|
|
433
438
|
data?: ListPricingPlansAssociatedWithPricingRuleCommandOutput
|
|
434
439
|
) => void
|
|
435
440
|
): void;
|
|
441
|
+
listPricingRules(): Promise<ListPricingRulesCommandOutput>;
|
|
436
442
|
listPricingRules(
|
|
437
443
|
args: ListPricingRulesCommandInput,
|
|
438
444
|
options?: __HttpHandlerOptions
|
|
@@ -24,6 +24,15 @@ declare const AssociateAccountsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AssociateAccountsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AssociateAccountsCommandInput,
|
|
31
|
+
AssociateAccountsCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AssociateAccountsCommand extends AssociateAccountsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AssociatePricingRulesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociatePricingRulesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociatePricingRulesCommandInput,
|
|
32
|
+
AssociatePricingRulesCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociatePricingRulesCommand extends AssociatePricingRulesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchAssociateResourcesToCustomLineItemCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchAssociateResourcesToCustomLineItemCommandInput,
|
|
32
|
+
BatchAssociateResourcesToCustomLineItemCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchAssociateResourcesToCustomLineItemCommand extends BatchAssociateResourcesToCustomLineItemCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchDisassociateResourcesFromCustomLineItemCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchDisassociateResourcesFromCustomLineItemCommandInput,
|
|
32
|
+
BatchDisassociateResourcesFromCustomLineItemCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchDisassociateResourcesFromCustomLineItemCommand extends BatchDisassociateResourcesFromCustomLineItemCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateBillingGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateBillingGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateBillingGroupCommandInput,
|
|
32
|
+
CreateBillingGroupCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCustomLineItemCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCustomLineItemCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCustomLineItemCommandInput,
|
|
32
|
+
CreateCustomLineItemCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCustomLineItemCommand extends CreateCustomLineItemCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreatePricingPlanCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreatePricingPlanCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreatePricingPlanCommandInput,
|
|
31
|
+
CreatePricingPlanCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreatePricingPlanCommand extends CreatePricingPlanCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreatePricingRuleCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreatePricingRuleCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreatePricingRuleCommandInput,
|
|
31
|
+
CreatePricingRuleCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreatePricingRuleCommand extends CreatePricingRuleCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteBillingGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteBillingGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteBillingGroupCommandInput,
|
|
32
|
+
DeleteBillingGroupCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteBillingGroupCommand extends DeleteBillingGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteCustomLineItemCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteCustomLineItemCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteCustomLineItemCommandInput,
|
|
32
|
+
DeleteCustomLineItemCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteCustomLineItemCommand extends DeleteCustomLineItemCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeletePricingPlanCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeletePricingPlanCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeletePricingPlanCommandInput,
|
|
31
|
+
DeletePricingPlanCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeletePricingPlanCommand extends DeletePricingPlanCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeletePricingRuleCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeletePricingRuleCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeletePricingRuleCommandInput,
|
|
31
|
+
DeletePricingRuleCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeletePricingRuleCommand extends DeletePricingRuleCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateAccountsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateAccountsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateAccountsCommandInput,
|
|
32
|
+
DisassociateAccountsCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateAccountsCommand extends DisassociateAccountsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociatePricingRulesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociatePricingRulesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociatePricingRulesCommandInput,
|
|
32
|
+
DisassociatePricingRulesCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociatePricingRulesCommand extends DisassociatePricingRulesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetBillingGroupCostReportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetBillingGroupCostReportCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetBillingGroupCostReportCommandInput,
|
|
32
|
+
GetBillingGroupCostReportCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetBillingGroupCostReportCommand extends GetBillingGroupCostReportCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAccountAssociationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListAccountAssociationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAccountAssociationsCommandInput,
|
|
32
|
+
ListAccountAssociationsCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAccountAssociationsCommand extends ListAccountAssociationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListBillingGroupCostReportsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListBillingGroupCostReportsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListBillingGroupCostReportsCommandInput,
|
|
32
|
+
ListBillingGroupCostReportsCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListBillingGroupCostReportsCommand extends ListBillingGroupCostReportsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListBillingGroupsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListBillingGroupsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListBillingGroupsCommandInput,
|
|
31
|
+
ListBillingGroupsCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListBillingGroupsCommand extends ListBillingGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCustomLineItemVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListCustomLineItemVersionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCustomLineItemVersionsCommandInput,
|
|
32
|
+
ListCustomLineItemVersionsCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCustomLineItemVersionsCommand extends ListCustomLineItemVersionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCustomLineItemsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCustomLineItemsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCustomLineItemsCommandInput,
|
|
32
|
+
ListCustomLineItemsCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCustomLineItemsCommand extends ListCustomLineItemsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPricingPlansAssociatedWithPricingRuleCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPricingPlansAssociatedWithPricingRuleCommandInput,
|
|
32
|
+
ListPricingPlansAssociatedWithPricingRuleCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPricingPlansAssociatedWithPricingRuleCommand extends ListPricingPlansAssociatedWithPricingRuleCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListPricingPlansCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListPricingPlansCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListPricingPlansCommandInput,
|
|
31
|
+
ListPricingPlansCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListPricingPlansCommand extends ListPricingPlansCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPricingRulesAssociatedToPricingPlanCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPricingRulesAssociatedToPricingPlanCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPricingRulesAssociatedToPricingPlanCommandInput,
|
|
32
|
+
ListPricingRulesAssociatedToPricingPlanCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPricingRulesAssociatedToPricingPlanCommand extends ListPricingRulesAssociatedToPricingPlanCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListPricingRulesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListPricingRulesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListPricingRulesCommandInput,
|
|
31
|
+
ListPricingRulesCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListPricingRulesCommand extends ListPricingRulesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListResourcesAssociatedToCustomLineItemCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListResourcesAssociatedToCustomLineItemCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListResourcesAssociatedToCustomLineItemCommandInput,
|
|
32
|
+
ListResourcesAssociatedToCustomLineItemCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListResourcesAssociatedToCustomLineItemCommand extends ListResourcesAssociatedToCustomLineItemCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
BillingconductorClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UntagResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UntagResourceCommandInput,
|
|
31
|
+
UntagResourceCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateBillingGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateBillingGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateBillingGroupCommandInput,
|
|
32
|
+
UpdateBillingGroupCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateBillingGroupCommand extends UpdateBillingGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateCustomLineItemCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateCustomLineItemCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateCustomLineItemCommandInput,
|
|
32
|
+
UpdateCustomLineItemCommandOutput,
|
|
33
|
+
BillingconductorClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateCustomLineItemCommand extends UpdateCustomLineItemCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdatePricingPlanCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdatePricingPlanCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdatePricingPlanCommandInput,
|
|
31
|
+
UpdatePricingPlanCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdatePricingPlanCommand extends UpdatePricingPlanCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdatePricingRuleCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdatePricingRuleCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdatePricingRuleCommandInput,
|
|
31
|
+
UpdatePricingRuleCommandOutput,
|
|
32
|
+
BillingconductorClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdatePricingRuleCommand extends UpdatePricingRuleCommand_base {}
|