@aws-sdk/client-billingconductor 3.1076.0 → 3.1078.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/index.js +43 -325
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateAccountsCommand.js +2 -14
- package/dist-es/commands/AssociatePricingRulesCommand.js +2 -14
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -14
- package/dist-es/commands/CreateBillingGroupCommand.js +2 -14
- package/dist-es/commands/CreateCustomLineItemCommand.js +2 -14
- package/dist-es/commands/CreatePricingPlanCommand.js +2 -14
- package/dist-es/commands/CreatePricingRuleCommand.js +2 -14
- package/dist-es/commands/DeleteBillingGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -14
- package/dist-es/commands/DeletePricingPlanCommand.js +2 -14
- package/dist-es/commands/DeletePricingRuleCommand.js +2 -14
- package/dist-es/commands/DisassociateAccountsCommand.js +2 -14
- package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -14
- package/dist-es/commands/GetBillingGroupCostReportCommand.js +2 -14
- package/dist-es/commands/ListAccountAssociationsCommand.js +2 -14
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -14
- package/dist-es/commands/ListBillingGroupsCommand.js +2 -14
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -14
- package/dist-es/commands/ListCustomLineItemsCommand.js +2 -14
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -14
- package/dist-es/commands/ListPricingPlansCommand.js +2 -14
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -14
- package/dist-es/commands/ListPricingRulesCommand.js +2 -14
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBillingGroupCommand.js +2 -14
- package/dist-es/commands/UpdateCustomLineItemCommand.js +2 -14
- package/dist-es/commands/UpdatePricingPlanCommand.js +2 -14
- package/dist-es/commands/UpdatePricingRuleCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -8
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +3 -8
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingPlansCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/ListPricingRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillingGroupCostReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomLineItemVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { BatchAssociateResourcesToCustomLineItemInput, BatchAssociateResourcesToCustomLineItemOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchAssociateResourcesToCustomLineItemCommandInput extends Bat
|
|
|
22
19
|
export interface BatchAssociateResourcesToCustomLineItemCommandOutput extends BatchAssociateResourcesToCustomLineItemOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchAssociateResourcesToCustomLineItemCommand_base: {
|
|
25
|
-
new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchAssociateResourcesToCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Associates a batch of resources to a percentage custom line item. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { BatchDisassociateResourcesFromCustomLineItemInput, BatchDisassociateResourcesFromCustomLineItemOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDisassociateResourcesFromCustomLineItemCommandInput extend
|
|
|
22
19
|
export interface BatchDisassociateResourcesFromCustomLineItemCommandOutput extends BatchDisassociateResourcesFromCustomLineItemOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDisassociateResourcesFromCustomLineItemCommand_base: {
|
|
25
|
-
new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDisassociateResourcesFromCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<BatchDisassociateResourcesFromCustomLineItemCommandInput, BatchDisassociateResourcesFromCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Disassociates a batch of resources from a percentage custom line item. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { CreateBillingGroupInput, CreateBillingGroupOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBillingGroupCommandInput extends CreateBillingGroupInput
|
|
|
22
19
|
export interface CreateBillingGroupCommandOutput extends CreateBillingGroupOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBillingGroupCommand_base: {
|
|
25
|
-
new (input: CreateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateBillingGroupCommandInput, CreateBillingGroupCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { CreateCustomLineItemInput, CreateCustomLineItemOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCustomLineItemCommandInput extends CreateCustomLineItemIn
|
|
|
22
19
|
export interface CreateCustomLineItemCommandOutput extends CreateCustomLineItemOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomLineItemCommand_base: {
|
|
25
|
-
new (input: CreateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomLineItemCommandInput, CreateCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { CreatePricingPlanInput, CreatePricingPlanOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {
|
|
|
22
19
|
export interface CreatePricingPlanCommandOutput extends CreatePricingPlanOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePricingPlanCommand_base: {
|
|
25
|
-
new (input: CreatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingPlanCommandInput, CreatePricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { CreatePricingRuleInput, CreatePricingRuleOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {
|
|
|
22
19
|
export interface CreatePricingRuleCommandOutput extends CreatePricingRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePricingRuleCommand_base: {
|
|
25
|
-
new (input: CreatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<CreatePricingRuleCommandInput, CreatePricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { DeleteBillingGroupInput, DeleteBillingGroupOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBillingGroupCommandInput extends DeleteBillingGroupInput
|
|
|
22
19
|
export interface DeleteBillingGroupCommandOutput extends DeleteBillingGroupOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBillingGroupCommand_base: {
|
|
25
|
-
new (input: DeleteBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBillingGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillingGroupCommandInput, DeleteBillingGroupCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes a billing group. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { DeleteCustomLineItemInput, DeleteCustomLineItemOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCustomLineItemCommandInput extends DeleteCustomLineItemIn
|
|
|
22
19
|
export interface DeleteCustomLineItemCommandOutput extends DeleteCustomLineItemOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCustomLineItemCommand_base: {
|
|
25
|
-
new (input: DeleteCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCustomLineItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomLineItemCommandInput, DeleteCustomLineItemCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes the custom line item identified by the given ARN in the current, or previous billing period. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { DeletePricingPlanInput, DeletePricingPlanOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {
|
|
|
22
19
|
export interface DeletePricingPlanCommandOutput extends DeletePricingPlanOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePricingPlanCommand_base: {
|
|
25
|
-
new (input: DeletePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePricingPlanCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingPlanCommandInput, DeletePricingPlanCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { DeletePricingRuleInput, DeletePricingRuleOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {
|
|
|
22
19
|
export interface DeletePricingRuleCommandOutput extends DeletePricingRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePricingRuleCommand_base: {
|
|
25
|
-
new (input: DeletePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePricingRuleCommandInput): import("@smithy/core/client").CommandImpl<DeletePricingRuleCommandInput, DeletePricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN). </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociateAccountsCommandInput extends DisassociateAccountsIn
|
|
|
22
19
|
export interface DisassociateAccountsCommandOutput extends DisassociateAccountsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateAccountsCommand_base: {
|
|
25
|
-
new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateAccountsCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAccountsCommandInput, DisassociateAccountsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified list of account IDs from the given billing group. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociatePricingRulesCommandInput extends DisassociatePricin
|
|
|
22
19
|
export interface DisassociatePricingRulesCommandOutput extends DisassociatePricingRulesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociatePricingRulesCommand_base: {
|
|
25
|
-
new (input: DisassociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociatePricingRulesCommandInput): import("@smithy/core/client").CommandImpl<DisassociatePricingRulesCommandInput, DisassociatePricingRulesCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Disassociates a list of pricing rules from a pricing plan. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { GetBillingGroupCostReportInput, GetBillingGroupCostReportOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBillingGroupCostReportCommandInput extends GetBillingGroupCo
|
|
|
22
19
|
export interface GetBillingGroupCostReportCommandOutput extends GetBillingGroupCostReportOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBillingGroupCostReportCommand_base: {
|
|
25
|
-
new (input: GetBillingGroupCostReportCommandInput): import("@smithy/core/client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBillingGroupCostReportCommandInput): import("@smithy/core/client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBillingGroupCostReportCommandInput): import("@smithy/core/client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBillingGroupCostReportCommandInput): import("@smithy/core/client").CommandImpl<GetBillingGroupCostReportCommandInput, GetBillingGroupCostReportCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the margin summary report, which includes the Amazon Web Services cost and charged amount (pro forma cost) by Amazon Web Services service for a specific billing group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { ListAccountAssociationsInput, ListAccountAssociationsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAccountAssociationsCommandInput extends ListAccountAssociat
|
|
|
22
19
|
export interface ListAccountAssociationsCommandOutput extends ListAccountAssociationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAccountAssociationsCommand_base: {
|
|
25
|
-
new (input: ListAccountAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListAccountAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAccountAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAccountAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> This is a paginated call to list linked accounts that are linked to the payer account for the specified time period. If no information is provided, the current billing period is used. The response will optionally include the billing group that's associated with the linked account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { ListBillingGroupCostReportsInput, ListBillingGroupCostReportsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillingGroupCostReportsCommandInput extends ListBillingGrou
|
|
|
22
19
|
export interface ListBillingGroupCostReportsCommandOutput extends ListBillingGroupCostReportsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillingGroupCostReportsCommand_base: {
|
|
25
|
-
new (input: ListBillingGroupCostReportsCommandInput): import("@smithy/core/client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBillingGroupCostReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillingGroupCostReportsCommandInput): import("@smithy/core/client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBillingGroupCostReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A paginated call to retrieve a summary report of actual Amazon Web Services charges and the calculated Amazon Web Services charges based on the associated pricing plan of a billing group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { ListBillingGroupsInput, ListBillingGroupsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {
|
|
|
22
19
|
export interface ListBillingGroupsCommandOutput extends ListBillingGroupsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillingGroupsCommand_base: {
|
|
25
|
-
new (input: ListBillingGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBillingGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillingGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBillingGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { ListCustomLineItemVersionsInput, ListCustomLineItemVersionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCustomLineItemVersionsCommandInput extends ListCustomLineIt
|
|
|
22
19
|
export interface ListCustomLineItemVersionsCommandOutput extends ListCustomLineItemVersionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCustomLineItemVersionsCommand_base: {
|
|
25
|
-
new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListCustomLineItemVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A paginated call to get a list of all custom line item versions.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { ListCustomLineItemsInput, ListCustomLineItemsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCustomLineItemsCommandInput extends ListCustomLineItemsInpu
|
|
|
22
19
|
export interface ListCustomLineItemsCommandOutput extends ListCustomLineItemsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCustomLineItemsCommand_base: {
|
|
25
|
-
new (input: ListCustomLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListCustomLineItemsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCustomLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListCustomLineItemsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> A paginated call to get a list of all custom line items (FFLIs) for the given billing period. If you don't provide a billing period, the current billing period is used. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { ListPricingPlansAssociatedWithPricingRuleInput, ListPricingPlansAssociatedWithPricingRuleOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPricingPlansAssociatedWithPricingRuleCommandInput extends L
|
|
|
22
19
|
export interface ListPricingPlansAssociatedWithPricingRuleCommandOutput extends ListPricingPlansAssociatedWithPricingRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPricingPlansAssociatedWithPricingRuleCommand_base: {
|
|
25
|
-
new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPricingPlansAssociatedWithPricingRuleCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> A list of the pricing plans that are associated with a pricing rule. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
2
|
import type { ListPricingPlansInput, ListPricingPlansOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPricingPlansCommandInput extends ListPricingPlansInput {
|
|
|
22
19
|
export interface ListPricingPlansCommandOutput extends ListPricingPlansOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPricingPlansCommand_base: {
|
|
25
|
-
new (input: ListPricingPlansCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListPricingPlansCommandInput]): import("@smithy/core/client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPricingPlansCommandInput): import("@smithy/core/client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListPricingPlansCommandInput]): import("@smithy/core/client").CommandImpl<ListPricingPlansCommandInput, ListPricingPlansCommandOutput, import("..").BillingconductorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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. </p>
|