@aws-sdk/client-bcm-pricing-calculator 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +88 -89
- package/dist-cjs/models/BCMPricingCalculatorServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/BCMPricingCalculator.js +1 -1
- package/dist-es/BCMPricingCalculatorClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/CreateBillEstimateCommand.js +2 -2
- package/dist-es/commands/CreateBillScenarioCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/DeleteBillEstimateCommand.js +2 -2
- package/dist-es/commands/DeleteBillScenarioCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/GetBillEstimateCommand.js +2 -2
- package/dist-es/commands/GetBillScenarioCommand.js +2 -2
- package/dist-es/commands/GetPreferencesCommand.js +2 -2
- package/dist-es/commands/GetWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateLineItemsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimatesCommand.js +2 -2
- package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillScenariosCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/ListWorkloadEstimatesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBillEstimateCommand.js +2 -2
- package/dist-es/commands/UpdateBillScenarioCommand.js +2 -2
- package/dist-es/commands/UpdatePreferencesCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadEstimateCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BCMPricingCalculatorServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/BCMPricingCalculatorClient.d.ts +5 -5
- package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/CreateBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/CreateBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/commands/GetBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/GetBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/GetPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimatesCommand.d.ts +6 -4
- package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillScenariosCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BCMPricingCalculatorServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BCMPricingCalculatorServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchDeleteWorkloadEstimateUsageCommandOutput
|
|
|
19
19
|
declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchDeleteWorkloadEstimateUsageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchDeleteWorkloadEstimateUsageCommandInput,
|
|
24
24
|
BatchDeleteWorkloadEstimateUsageCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchDeleteWorkloadEstimateUsageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchDeleteWorkloadEstimateUsageCommandInput,
|
|
33
33
|
BatchDeleteWorkloadEstimateUsageCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchDeleteWorkloadEstimateUsageCommand extends BatchDeleteWorkloadEstimateUsageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchUpdateBillScenarioCommitmentModificationCommandOutput
|
|
|
19
19
|
declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchUpdateBillScenarioCommitmentModificationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchUpdateBillScenarioCommitmentModificationCommandInput,
|
|
24
24
|
BatchUpdateBillScenarioCommitmentModificationCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchUpdateBillScenarioCommitmentModificationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchUpdateBillScenarioCommitmentModificationCommandInput,
|
|
33
33
|
BatchUpdateBillScenarioCommitmentModificationCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchUpdateBillScenarioCommitmentModificationCommand extends BatchUpdateBillScenarioCommitmentModificationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchUpdateBillScenarioUsageModificationCommandOutput
|
|
|
19
19
|
declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchUpdateBillScenarioUsageModificationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchUpdateBillScenarioUsageModificationCommandInput,
|
|
24
24
|
BatchUpdateBillScenarioUsageModificationCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchUpdateBillScenarioUsageModificationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchUpdateBillScenarioUsageModificationCommandInput,
|
|
33
33
|
BatchUpdateBillScenarioUsageModificationCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchUpdateBillScenarioUsageModificationCommand extends BatchUpdateBillScenarioUsageModificationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchUpdateWorkloadEstimateUsageCommandOutput
|
|
|
19
19
|
declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchUpdateWorkloadEstimateUsageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchUpdateWorkloadEstimateUsageCommandInput,
|
|
24
24
|
BatchUpdateWorkloadEstimateUsageCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchUpdateWorkloadEstimateUsageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchUpdateWorkloadEstimateUsageCommandInput,
|
|
33
33
|
BatchUpdateWorkloadEstimateUsageCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchUpdateWorkloadEstimateUsageCommand extends BatchUpdateWorkloadEstimateUsageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateBillEstimateCommandOutput
|
|
|
19
19
|
declare const CreateBillEstimateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateBillEstimateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateBillEstimateCommandInput,
|
|
24
24
|
CreateBillEstimateCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateBillEstimateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateBillEstimateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateBillEstimateCommandInput,
|
|
33
33
|
CreateBillEstimateCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateBillEstimateCommand extends CreateBillEstimateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateBillScenarioCommandOutput
|
|
|
19
19
|
declare const CreateBillScenarioCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateBillScenarioCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateBillScenarioCommandInput,
|
|
24
24
|
CreateBillScenarioCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateBillScenarioCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateBillScenarioCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateBillScenarioCommandInput,
|
|
33
33
|
CreateBillScenarioCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateBillScenarioCommand extends CreateBillScenarioCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateWorkloadEstimateCommandOutput
|
|
|
19
19
|
declare const CreateWorkloadEstimateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateWorkloadEstimateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateWorkloadEstimateCommandInput,
|
|
24
24
|
CreateWorkloadEstimateCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateWorkloadEstimateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateWorkloadEstimateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateWorkloadEstimateCommandInput,
|
|
33
33
|
CreateWorkloadEstimateCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateWorkloadEstimateCommand extends CreateWorkloadEstimateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteBillEstimateCommandOutput
|
|
|
19
19
|
declare const DeleteBillEstimateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteBillEstimateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteBillEstimateCommandInput,
|
|
24
24
|
DeleteBillEstimateCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteBillEstimateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteBillEstimateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteBillEstimateCommandInput,
|
|
33
33
|
DeleteBillEstimateCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteBillEstimateCommand extends DeleteBillEstimateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteBillScenarioCommandOutput
|
|
|
19
19
|
declare const DeleteBillScenarioCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteBillScenarioCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteBillScenarioCommandInput,
|
|
24
24
|
DeleteBillScenarioCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteBillScenarioCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteBillScenarioCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteBillScenarioCommandInput,
|
|
33
33
|
DeleteBillScenarioCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteBillScenarioCommand extends DeleteBillScenarioCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteWorkloadEstimateCommandOutput
|
|
|
19
19
|
declare const DeleteWorkloadEstimateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteWorkloadEstimateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteWorkloadEstimateCommandInput,
|
|
24
24
|
DeleteWorkloadEstimateCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteWorkloadEstimateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteWorkloadEstimateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteWorkloadEstimateCommandInput,
|
|
33
33
|
DeleteWorkloadEstimateCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteWorkloadEstimateCommand extends DeleteWorkloadEstimateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetBillEstimateCommandOutput
|
|
|
18
18
|
declare const GetBillEstimateCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetBillEstimateCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetBillEstimateCommandInput,
|
|
23
23
|
GetBillEstimateCommandOutput,
|
|
24
24
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetBillEstimateCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetBillEstimateCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetBillEstimateCommandInput,
|
|
32
32
|
GetBillEstimateCommandOutput,
|
|
33
33
|
BCMPricingCalculatorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetBillEstimateCommand extends GetBillEstimateCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetBillScenarioCommandOutput
|
|
|
18
18
|
declare const GetBillScenarioCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetBillScenarioCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetBillScenarioCommandInput,
|
|
23
23
|
GetBillScenarioCommandOutput,
|
|
24
24
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetBillScenarioCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetBillScenarioCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetBillScenarioCommandInput,
|
|
32
32
|
GetBillScenarioCommandOutput,
|
|
33
33
|
BCMPricingCalculatorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetBillScenarioCommand extends GetBillScenarioCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetPreferencesCommandOutput
|
|
|
18
18
|
declare const GetPreferencesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetPreferencesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetPreferencesCommandInput,
|
|
23
23
|
GetPreferencesCommandOutput,
|
|
24
24
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetPreferencesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [GetPreferencesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetPreferencesCommandInput,
|
|
32
32
|
GetPreferencesCommandOutput,
|
|
33
33
|
BCMPricingCalculatorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetPreferencesCommand extends GetPreferencesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetWorkloadEstimateCommandOutput
|
|
|
19
19
|
declare const GetWorkloadEstimateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetWorkloadEstimateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetWorkloadEstimateCommandInput,
|
|
24
24
|
GetWorkloadEstimateCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetWorkloadEstimateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetWorkloadEstimateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetWorkloadEstimateCommandInput,
|
|
33
33
|
GetWorkloadEstimateCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetWorkloadEstimateCommand extends GetWorkloadEstimateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListBillEstimateCommitmentsCommandOutput
|
|
|
19
19
|
declare const ListBillEstimateCommitmentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListBillEstimateCommitmentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListBillEstimateCommitmentsCommandInput,
|
|
24
24
|
ListBillEstimateCommitmentsCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListBillEstimateCommitmentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListBillEstimateCommitmentsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListBillEstimateCommitmentsCommandInput,
|
|
33
33
|
ListBillEstimateCommitmentsCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListBillEstimateCommitmentsCommand extends ListBillEstimateCommitmentsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListBillEstimateInputCommitmentModificationsCommandOutput
|
|
|
19
19
|
declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListBillEstimateInputCommitmentModificationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
24
24
|
ListBillEstimateInputCommitmentModificationsCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListBillEstimateInputCommitmentModificationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
33
33
|
ListBillEstimateInputCommitmentModificationsCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListBillEstimateInputCommitmentModificationsCommand extends ListBillEstimateInputCommitmentModificationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListBillEstimateInputUsageModificationsCommandOutput
|
|
|
19
19
|
declare const ListBillEstimateInputUsageModificationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListBillEstimateInputUsageModificationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListBillEstimateInputUsageModificationsCommandInput,
|
|
24
24
|
ListBillEstimateInputUsageModificationsCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListBillEstimateInputUsageModificationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListBillEstimateInputUsageModificationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListBillEstimateInputUsageModificationsCommandInput,
|
|
33
33
|
ListBillEstimateInputUsageModificationsCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListBillEstimateInputUsageModificationsCommand extends ListBillEstimateInputUsageModificationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListBillEstimateLineItemsCommandOutput
|
|
|
19
19
|
declare const ListBillEstimateLineItemsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListBillEstimateLineItemsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListBillEstimateLineItemsCommandInput,
|
|
24
24
|
ListBillEstimateLineItemsCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListBillEstimateLineItemsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListBillEstimateLineItemsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListBillEstimateLineItemsCommandInput,
|
|
33
33
|
ListBillEstimateLineItemsCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListBillEstimateLineItemsCommand extends ListBillEstimateLineItemsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListBillEstimatesCommandOutput
|
|
|
19
19
|
declare const ListBillEstimatesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListBillEstimatesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListBillEstimatesCommandInput,
|
|
24
24
|
ListBillEstimatesCommandOutput,
|
|
25
25
|
BCMPricingCalculatorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListBillEstimatesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListBillEstimatesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListBillEstimatesCommandInput,
|
|
33
33
|
ListBillEstimatesCommandOutput,
|
|
34
34
|
BCMPricingCalculatorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListBillEstimatesCommand extends ListBillEstimatesCommand_base {
|
|
41
43
|
protected static __types: {
|