@aws-sdk/client-bcm-pricing-calculator 3.1077.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 +44 -363
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +2 -14
- package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +2 -14
- package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +2 -14
- package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +2 -14
- package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +2 -14
- package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +2 -14
- package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/CreateBillEstimateCommand.js +2 -14
- package/dist-es/commands/CreateBillScenarioCommand.js +2 -14
- package/dist-es/commands/CreateWorkloadEstimateCommand.js +2 -14
- package/dist-es/commands/DeleteBillEstimateCommand.js +2 -14
- package/dist-es/commands/DeleteBillScenarioCommand.js +2 -14
- package/dist-es/commands/DeleteWorkloadEstimateCommand.js +2 -14
- package/dist-es/commands/GetBillEstimateCommand.js +2 -14
- package/dist-es/commands/GetBillScenarioCommand.js +2 -14
- package/dist-es/commands/GetPreferencesCommand.js +2 -14
- package/dist-es/commands/GetWorkloadEstimateCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimateLineItemsCommand.js +2 -14
- package/dist-es/commands/ListBillEstimatesCommand.js +2 -14
- package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +2 -14
- package/dist-es/commands/ListBillScenariosCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +2 -14
- package/dist-es/commands/ListWorkloadEstimatesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBillEstimateCommand.js +2 -14
- package/dist-es/commands/UpdateBillScenarioCommand.js +2 -14
- package/dist-es/commands/UpdatePreferencesCommand.js +2 -14
- package/dist-es/commands/UpdateWorkloadEstimateCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/CreateBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/CreateBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +3 -8
- package/dist-types/commands/GetBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/GetBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/GetPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillEstimatesCommand.d.ts +3 -8
- package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBillScenariosCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkloadEstimatesCommand.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/UpdateBillEstimateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBillScenarioCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.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/UpdateBillEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchCreateWorkloadEstimateUsageRequest,
|
|
10
4
|
BatchCreateWorkloadEstimateUsageResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchCreateWorkloadEstimateUsageCommandInput
|
|
15
8
|
extends BatchCreateWorkloadEstimateUsageRequest {}
|
|
16
9
|
export interface BatchCreateWorkloadEstimateUsageCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchCreateWorkloadEstimateUsageCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchCreateWorkloadEstimateUsageCommandInput,
|
|
24
17
|
BatchCreateWorkloadEstimateUsageCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchCreateWorkloadEstimateUsageCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchCreateWorkloadEstimateUsageCommandInput,
|
|
33
26
|
BatchCreateWorkloadEstimateUsageCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 BatchCreateWorkloadEstimateUsageCommand extends BatchCreateWorkloadEstimateUsageCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDeleteBillScenarioCommitmentModificationRequest,
|
|
10
4
|
BatchDeleteBillScenarioCommitmentModificationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteBillScenarioCommitmentModificationCommandInput
|
|
15
8
|
extends BatchDeleteBillScenarioCommitmentModificationRequest {}
|
|
16
9
|
export interface BatchDeleteBillScenarioCommitmentModificationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteBillScenarioCommitmentModificationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteBillScenarioCommitmentModificationCommandInput,
|
|
24
17
|
BatchDeleteBillScenarioCommitmentModificationCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteBillScenarioCommitmentModificationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteBillScenarioCommitmentModificationCommandInput,
|
|
33
26
|
BatchDeleteBillScenarioCommitmentModificationCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 BatchDeleteBillScenarioCommitmentModificationCommand extends BatchDeleteBillScenarioCommitmentModificationCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDeleteBillScenarioUsageModificationRequest,
|
|
10
4
|
BatchDeleteBillScenarioUsageModificationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteBillScenarioUsageModificationCommandInput
|
|
15
8
|
extends BatchDeleteBillScenarioUsageModificationRequest {}
|
|
16
9
|
export interface BatchDeleteBillScenarioUsageModificationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteBillScenarioUsageModificationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteBillScenarioUsageModificationCommandInput,
|
|
24
17
|
BatchDeleteBillScenarioUsageModificationCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteBillScenarioUsageModificationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteBillScenarioUsageModificationCommandInput,
|
|
33
26
|
BatchDeleteBillScenarioUsageModificationCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 BatchDeleteBillScenarioUsageModificationCommand extends BatchDeleteBillScenarioUsageModificationCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDeleteWorkloadEstimateUsageRequest,
|
|
10
4
|
BatchDeleteWorkloadEstimateUsageResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteWorkloadEstimateUsageCommandInput
|
|
15
8
|
extends BatchDeleteWorkloadEstimateUsageRequest {}
|
|
16
9
|
export interface BatchDeleteWorkloadEstimateUsageCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteWorkloadEstimateUsageCommandInput,
|
|
24
17
|
BatchDeleteWorkloadEstimateUsageCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteWorkloadEstimateUsageCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteWorkloadEstimateUsageCommandInput,
|
|
33
26
|
BatchDeleteWorkloadEstimateUsageCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 BatchDeleteWorkloadEstimateUsageCommand extends BatchDeleteWorkloadEstimateUsageCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchUpdateBillScenarioCommitmentModificationRequest,
|
|
10
4
|
BatchUpdateBillScenarioCommitmentModificationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchUpdateBillScenarioCommitmentModificationCommandInput
|
|
15
8
|
extends BatchUpdateBillScenarioCommitmentModificationRequest {}
|
|
16
9
|
export interface BatchUpdateBillScenarioCommitmentModificationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchUpdateBillScenarioCommitmentModificationCommandInput,
|
|
24
17
|
BatchUpdateBillScenarioCommitmentModificationCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchUpdateBillScenarioCommitmentModificationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchUpdateBillScenarioCommitmentModificationCommandInput,
|
|
33
26
|
BatchUpdateBillScenarioCommitmentModificationCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 BatchUpdateBillScenarioCommitmentModificationCommand extends BatchUpdateBillScenarioCommitmentModificationCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchUpdateBillScenarioUsageModificationRequest,
|
|
10
4
|
BatchUpdateBillScenarioUsageModificationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchUpdateBillScenarioUsageModificationCommandInput
|
|
15
8
|
extends BatchUpdateBillScenarioUsageModificationRequest {}
|
|
16
9
|
export interface BatchUpdateBillScenarioUsageModificationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchUpdateBillScenarioUsageModificationCommandInput,
|
|
24
17
|
BatchUpdateBillScenarioUsageModificationCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchUpdateBillScenarioUsageModificationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchUpdateBillScenarioUsageModificationCommandInput,
|
|
33
26
|
BatchUpdateBillScenarioUsageModificationCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 BatchUpdateBillScenarioUsageModificationCommand extends BatchUpdateBillScenarioUsageModificationCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchUpdateWorkloadEstimateUsageRequest,
|
|
10
4
|
BatchUpdateWorkloadEstimateUsageResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchUpdateWorkloadEstimateUsageCommandInput
|
|
15
8
|
extends BatchUpdateWorkloadEstimateUsageRequest {}
|
|
16
9
|
export interface BatchUpdateWorkloadEstimateUsageCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchUpdateWorkloadEstimateUsageCommandInput,
|
|
24
17
|
BatchUpdateWorkloadEstimateUsageCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchUpdateWorkloadEstimateUsageCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchUpdateWorkloadEstimateUsageCommandInput,
|
|
33
26
|
BatchUpdateWorkloadEstimateUsageCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 BatchUpdateWorkloadEstimateUsageCommand extends BatchUpdateWorkloadEstimateUsageCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBillEstimateRequest,
|
|
10
4
|
CreateBillEstimateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBillEstimateCommandInput
|
|
15
8
|
extends CreateBillEstimateRequest {}
|
|
16
9
|
export interface CreateBillEstimateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBillEstimateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBillEstimateCommandInput,
|
|
24
17
|
CreateBillEstimateCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBillEstimateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBillEstimateCommandInput,
|
|
33
26
|
CreateBillEstimateCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 CreateBillEstimateCommand extends CreateBillEstimateCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBillScenarioRequest,
|
|
10
4
|
CreateBillScenarioResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBillScenarioCommandInput
|
|
15
8
|
extends CreateBillScenarioRequest {}
|
|
16
9
|
export interface CreateBillScenarioCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBillScenarioCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBillScenarioCommandInput,
|
|
24
17
|
CreateBillScenarioCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBillScenarioCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBillScenarioCommandInput,
|
|
33
26
|
CreateBillScenarioCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 CreateBillScenarioCommand extends CreateBillScenarioCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateWorkloadEstimateRequest,
|
|
10
4
|
CreateWorkloadEstimateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateWorkloadEstimateCommandInput
|
|
15
8
|
extends CreateWorkloadEstimateRequest {}
|
|
16
9
|
export interface CreateWorkloadEstimateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateWorkloadEstimateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateWorkloadEstimateCommandInput,
|
|
24
17
|
CreateWorkloadEstimateCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateWorkloadEstimateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateWorkloadEstimateCommandInput,
|
|
33
26
|
CreateWorkloadEstimateCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 CreateWorkloadEstimateCommand extends CreateWorkloadEstimateCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteBillEstimateRequest,
|
|
10
4
|
DeleteBillEstimateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteBillEstimateCommandInput
|
|
15
8
|
extends DeleteBillEstimateRequest {}
|
|
16
9
|
export interface DeleteBillEstimateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteBillEstimateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteBillEstimateCommandInput,
|
|
24
17
|
DeleteBillEstimateCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteBillEstimateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteBillEstimateCommandInput,
|
|
33
26
|
DeleteBillEstimateCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 DeleteBillEstimateCommand extends DeleteBillEstimateCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteBillScenarioRequest,
|
|
10
4
|
DeleteBillScenarioResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteBillScenarioCommandInput
|
|
15
8
|
extends DeleteBillScenarioRequest {}
|
|
16
9
|
export interface DeleteBillScenarioCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteBillScenarioCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteBillScenarioCommandInput,
|
|
24
17
|
DeleteBillScenarioCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteBillScenarioCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteBillScenarioCommandInput,
|
|
33
26
|
DeleteBillScenarioCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 DeleteBillScenarioCommand extends DeleteBillScenarioCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteWorkloadEstimateRequest,
|
|
10
4
|
DeleteWorkloadEstimateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteWorkloadEstimateCommandInput
|
|
15
8
|
extends DeleteWorkloadEstimateRequest {}
|
|
16
9
|
export interface DeleteWorkloadEstimateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteWorkloadEstimateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteWorkloadEstimateCommandInput,
|
|
24
17
|
DeleteWorkloadEstimateCommandOutput,
|
|
25
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteWorkloadEstimateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteWorkloadEstimateCommandInput,
|
|
33
26
|
DeleteWorkloadEstimateCommandOutput,
|
|
34
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 DeleteWorkloadEstimateCommand extends DeleteWorkloadEstimateCommand_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
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BCMPricingCalculatorClient";
|
|
8
2
|
import {
|
|
9
3
|
GetBillEstimateRequest,
|
|
10
4
|
GetBillEstimateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetBillEstimateCommandInput extends GetBillEstimateRequest {}
|
|
15
8
|
export interface GetBillEstimateCommandOutput
|
|
16
9
|
extends GetBillEstimateResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetBillEstimateCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetBillEstimateCommandInput,
|
|
23
16
|
GetBillEstimateCommandOutput,
|
|
24
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetBillEstimateCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetBillEstimateCommandInput,
|
|
32
25
|
GetBillEstimateCommandOutput,
|
|
33
|
-
BCMPricingCalculatorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BCMPricingCalculatorClientResolvedConfig,
|
|
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 GetBillEstimateCommand extends GetBillEstimateCommand_base {
|
|
42
33
|
protected static __types: {
|