@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,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBillingGroupInput,
|
|
10
4
|
CreateBillingGroupOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBillingGroupCommandInput
|
|
15
8
|
extends CreateBillingGroupInput {}
|
|
16
9
|
export interface CreateBillingGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBillingGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBillingGroupCommandInput,
|
|
24
17
|
CreateBillingGroupCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBillingGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBillingGroupCommandInput,
|
|
33
26
|
CreateBillingGroupCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateBillingGroupCommand extends CreateBillingGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateCustomLineItemInput,
|
|
10
4
|
CreateCustomLineItemOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateCustomLineItemCommandInput
|
|
15
8
|
extends CreateCustomLineItemInput {}
|
|
16
9
|
export interface CreateCustomLineItemCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateCustomLineItemCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateCustomLineItemCommandInput,
|
|
24
17
|
CreateCustomLineItemCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateCustomLineItemCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateCustomLineItemCommandInput,
|
|
33
26
|
CreateCustomLineItemCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateCustomLineItemCommand extends CreateCustomLineItemCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreatePricingPlanInput,
|
|
10
4
|
CreatePricingPlanOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreatePricingPlanCommandInput extends CreatePricingPlanInput {}
|
|
15
8
|
export interface CreatePricingPlanCommandOutput
|
|
16
9
|
extends CreatePricingPlanOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreatePricingPlanCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreatePricingPlanCommandInput,
|
|
23
16
|
CreatePricingPlanCommandOutput,
|
|
24
|
-
BillingconductorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreatePricingPlanCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreatePricingPlanCommandInput,
|
|
32
25
|
CreatePricingPlanCommandOutput,
|
|
33
|
-
BillingconductorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreatePricingPlanCommand extends CreatePricingPlanCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreatePricingRuleInput,
|
|
10
4
|
CreatePricingRuleOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreatePricingRuleCommandInput extends CreatePricingRuleInput {}
|
|
15
8
|
export interface CreatePricingRuleCommandOutput
|
|
16
9
|
extends CreatePricingRuleOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreatePricingRuleCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreatePricingRuleCommandInput,
|
|
23
16
|
CreatePricingRuleCommandOutput,
|
|
24
|
-
BillingconductorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreatePricingRuleCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreatePricingRuleCommandInput,
|
|
32
25
|
CreatePricingRuleCommandOutput,
|
|
33
|
-
BillingconductorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreatePricingRuleCommand extends CreatePricingRuleCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteBillingGroupInput,
|
|
10
4
|
DeleteBillingGroupOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteBillingGroupCommandInput
|
|
15
8
|
extends DeleteBillingGroupInput {}
|
|
16
9
|
export interface DeleteBillingGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteBillingGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteBillingGroupCommandInput,
|
|
24
17
|
DeleteBillingGroupCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteBillingGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteBillingGroupCommandInput,
|
|
33
26
|
DeleteBillingGroupCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteBillingGroupCommand extends DeleteBillingGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteCustomLineItemInput,
|
|
10
4
|
DeleteCustomLineItemOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteCustomLineItemCommandInput
|
|
15
8
|
extends DeleteCustomLineItemInput {}
|
|
16
9
|
export interface DeleteCustomLineItemCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteCustomLineItemCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteCustomLineItemCommandInput,
|
|
24
17
|
DeleteCustomLineItemCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteCustomLineItemCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteCustomLineItemCommandInput,
|
|
33
26
|
DeleteCustomLineItemCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteCustomLineItemCommand extends DeleteCustomLineItemCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeletePricingPlanInput,
|
|
10
4
|
DeletePricingPlanOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePricingPlanCommandInput extends DeletePricingPlanInput {}
|
|
15
8
|
export interface DeletePricingPlanCommandOutput
|
|
16
9
|
extends DeletePricingPlanOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeletePricingPlanCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeletePricingPlanCommandInput,
|
|
23
16
|
DeletePricingPlanCommandOutput,
|
|
24
|
-
BillingconductorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeletePricingPlanCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeletePricingPlanCommandInput,
|
|
32
25
|
DeletePricingPlanCommandOutput,
|
|
33
|
-
BillingconductorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeletePricingPlanCommand extends DeletePricingPlanCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeletePricingRuleInput,
|
|
10
4
|
DeletePricingRuleOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePricingRuleCommandInput extends DeletePricingRuleInput {}
|
|
15
8
|
export interface DeletePricingRuleCommandOutput
|
|
16
9
|
extends DeletePricingRuleOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeletePricingRuleCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeletePricingRuleCommandInput,
|
|
23
16
|
DeletePricingRuleCommandOutput,
|
|
24
|
-
BillingconductorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeletePricingRuleCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeletePricingRuleCommandInput,
|
|
32
25
|
DeletePricingRuleCommandOutput,
|
|
33
|
-
BillingconductorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeletePricingRuleCommand extends DeletePricingRuleCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
DisassociateAccountsInput,
|
|
10
4
|
DisassociateAccountsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisassociateAccountsCommandInput
|
|
15
8
|
extends DisassociateAccountsInput {}
|
|
16
9
|
export interface DisassociateAccountsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociateAccountsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociateAccountsCommandInput,
|
|
24
17
|
DisassociateAccountsCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisassociateAccountsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociateAccountsCommandInput,
|
|
33
26
|
DisassociateAccountsCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisassociateAccountsCommand extends DisassociateAccountsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
DisassociatePricingRulesInput,
|
|
10
4
|
DisassociatePricingRulesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisassociatePricingRulesCommandInput
|
|
15
8
|
extends DisassociatePricingRulesInput {}
|
|
16
9
|
export interface DisassociatePricingRulesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociatePricingRulesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociatePricingRulesCommandInput,
|
|
24
17
|
DisassociatePricingRulesCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisassociatePricingRulesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociatePricingRulesCommandInput,
|
|
33
26
|
DisassociatePricingRulesCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisassociatePricingRulesCommand extends DisassociatePricingRulesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetBillingGroupCostReportInput,
|
|
10
4
|
GetBillingGroupCostReportOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetBillingGroupCostReportCommandInput
|
|
15
8
|
extends GetBillingGroupCostReportInput {}
|
|
16
9
|
export interface GetBillingGroupCostReportCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetBillingGroupCostReportCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetBillingGroupCostReportCommandInput,
|
|
24
17
|
GetBillingGroupCostReportCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetBillingGroupCostReportCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetBillingGroupCostReportCommandInput,
|
|
33
26
|
GetBillingGroupCostReportCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetBillingGroupCostReportCommand extends GetBillingGroupCostReportCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAccountAssociationsInput,
|
|
10
4
|
ListAccountAssociationsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAccountAssociationsCommandInput
|
|
15
8
|
extends ListAccountAssociationsInput {}
|
|
16
9
|
export interface ListAccountAssociationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAccountAssociationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAccountAssociationsCommandInput,
|
|
24
17
|
ListAccountAssociationsCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListAccountAssociationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAccountAssociationsCommandInput,
|
|
33
26
|
ListAccountAssociationsCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAccountAssociationsCommand extends ListAccountAssociationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListBillingGroupCostReportsInput,
|
|
10
4
|
ListBillingGroupCostReportsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListBillingGroupCostReportsCommandInput
|
|
15
8
|
extends ListBillingGroupCostReportsInput {}
|
|
16
9
|
export interface ListBillingGroupCostReportsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListBillingGroupCostReportsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListBillingGroupCostReportsCommandInput,
|
|
24
17
|
ListBillingGroupCostReportsCommandOutput,
|
|
25
|
-
BillingconductorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListBillingGroupCostReportsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListBillingGroupCostReportsCommandInput,
|
|
33
26
|
ListBillingGroupCostReportsCommandOutput,
|
|
34
|
-
BillingconductorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListBillingGroupCostReportsCommand extends ListBillingGroupCostReportsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BillingconductorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BillingconductorClient";
|
|
8
2
|
import {
|
|
9
3
|
ListBillingGroupsInput,
|
|
10
4
|
ListBillingGroupsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListBillingGroupsCommandInput extends ListBillingGroupsInput {}
|
|
15
8
|
export interface ListBillingGroupsCommandOutput
|
|
16
9
|
extends ListBillingGroupsOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListBillingGroupsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListBillingGroupsCommandInput,
|
|
23
16
|
ListBillingGroupsCommandOutput,
|
|
24
|
-
BillingconductorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListBillingGroupsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListBillingGroupsCommandInput,
|
|
32
25
|
ListBillingGroupsCommandOutput,
|
|
33
|
-
BillingconductorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BillingconductorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListBillingGroupsCommand extends ListBillingGroupsCommand_base {
|
|
42
33
|
protected static __types: {
|