@aws-sdk/client-bcm-pricing-calculator 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 +47 -365
- 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-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/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/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/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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { GetWorkloadEstimateRequest, GetWorkloadEstimateResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetWorkloadEstimateCommandInput extends GetWorkloadEstimateRequ
|
|
|
22
19
|
export interface GetWorkloadEstimateCommandOutput extends GetWorkloadEstimateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetWorkloadEstimateCommand_base: {
|
|
25
|
-
new (input: GetWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadEstimateCommandInput, GetWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadEstimateCommandInput, GetWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadEstimateCommandInput, GetWorkloadEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadEstimateCommandInput, GetWorkloadEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Retrieves details of a specific workload estimate. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillEstimateCommitmentsRequest, ListBillEstimateCommitmentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillEstimateCommitmentsCommandInput extends ListBillEstimat
|
|
|
22
19
|
export interface ListBillEstimateCommitmentsCommandOutput extends ListBillEstimateCommitmentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillEstimateCommitmentsCommand_base: {
|
|
25
|
-
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateCommitmentsCommandInput, ListBillEstimateCommitmentsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateCommitmentsCommandInput, ListBillEstimateCommitmentsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateCommitmentsCommandInput, ListBillEstimateCommitmentsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateCommitmentsCommandInput, ListBillEstimateCommitmentsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the commitments associated with a bill estimate. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillEstimateInputCommitmentModificationsRequest, ListBillEstimateInputCommitmentModificationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillEstimateInputCommitmentModificationsCommandInput extend
|
|
|
22
19
|
export interface ListBillEstimateInputCommitmentModificationsCommandOutput extends ListBillEstimateInputCommitmentModificationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
|
|
25
|
-
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the input commitment modifications associated with a bill estimate. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillEstimateInputUsageModificationsRequest, ListBillEstimateInputUsageModificationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillEstimateInputUsageModificationsCommandInput extends Lis
|
|
|
22
19
|
export interface ListBillEstimateInputUsageModificationsCommandOutput extends ListBillEstimateInputUsageModificationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillEstimateInputUsageModificationsCommand_base: {
|
|
25
|
-
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the input usage modifications associated with a bill estimate. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillEstimateLineItemsRequest, ListBillEstimateLineItemsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillEstimateLineItemsCommandInput extends ListBillEstimateL
|
|
|
22
19
|
export interface ListBillEstimateLineItemsCommandOutput extends ListBillEstimateLineItemsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillEstimateLineItemsCommand_base: {
|
|
25
|
-
new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the line items associated with a bill estimate. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillEstimatesRequest, ListBillEstimatesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillEstimatesCommandInput extends ListBillEstimatesRequest
|
|
|
22
19
|
export interface ListBillEstimatesCommandOutput extends ListBillEstimatesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillEstimatesCommand_base: {
|
|
25
|
-
new (input: ListBillEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBillEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBillEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all bill estimates for the account. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillScenarioCommitmentModificationsRequest, ListBillScenarioCommitmentModificationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillScenarioCommitmentModificationsCommandInput extends Lis
|
|
|
22
19
|
export interface ListBillScenarioCommitmentModificationsCommandOutput extends ListBillScenarioCommitmentModificationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillScenarioCommitmentModificationsCommand_base: {
|
|
25
|
-
new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the commitment modifications associated with a bill scenario. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillScenarioUsageModificationsRequest, ListBillScenarioUsageModificationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillScenarioUsageModificationsCommandInput extends ListBill
|
|
|
22
19
|
export interface ListBillScenarioUsageModificationsCommandOutput extends ListBillScenarioUsageModificationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillScenarioUsageModificationsCommand_base: {
|
|
25
|
-
new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the usage modifications associated with a bill scenario. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListBillScenariosRequest, ListBillScenariosResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBillScenariosCommandInput extends ListBillScenariosRequest
|
|
|
22
19
|
export interface ListBillScenariosCommandOutput extends ListBillScenariosResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBillScenariosCommand_base: {
|
|
25
|
-
new (input: ListBillScenariosCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBillScenariosCommandInput]): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBillScenariosCommandInput): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBillScenariosCommandInput]): import("@smithy/core/client").CommandImpl<ListBillScenariosCommandInput, ListBillScenariosCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all bill scenarios for the account. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all tags associated with a specified resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListWorkloadEstimateUsageRequest, ListWorkloadEstimateUsageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListWorkloadEstimateUsageCommandInput extends ListWorkloadEstim
|
|
|
22
19
|
export interface ListWorkloadEstimateUsageCommandOutput extends ListWorkloadEstimateUsageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWorkloadEstimateUsageCommand_base: {
|
|
25
|
-
new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimateUsageCommandInput, ListWorkloadEstimateUsageCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists the usage associated with a workload estimate. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { ListWorkloadEstimatesRequest, ListWorkloadEstimatesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListWorkloadEstimatesCommandInput extends ListWorkloadEstimates
|
|
|
22
19
|
export interface ListWorkloadEstimatesCommandOutput extends ListWorkloadEstimatesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWorkloadEstimatesCommand_base: {
|
|
25
|
-
new (input: ListWorkloadEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListWorkloadEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListWorkloadEstimatesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListWorkloadEstimatesCommandInput]): import("@smithy/core/client").CommandImpl<ListWorkloadEstimatesCommandInput, ListWorkloadEstimatesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Lists all workload estimates for the account. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Adds one or more tags to a specified resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Removes one or more tags from a specified resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { UpdateBillEstimateRequest, UpdateBillEstimateResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBillEstimateCommandInput extends UpdateBillEstimateReques
|
|
|
22
19
|
export interface UpdateBillEstimateCommandOutput extends UpdateBillEstimateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBillEstimateCommand_base: {
|
|
25
|
-
new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillEstimateCommandInput, UpdateBillEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates an existing bill estimate. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { UpdateBillScenarioRequest, UpdateBillScenarioResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBillScenarioCommandInput extends UpdateBillScenarioReques
|
|
|
22
19
|
export interface UpdateBillScenarioCommandOutput extends UpdateBillScenarioResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBillScenarioCommand_base: {
|
|
25
|
-
new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<UpdateBillScenarioCommandInput, UpdateBillScenarioCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates an existing bill scenario. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { UpdatePreferencesRequest, UpdatePreferencesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdatePreferencesCommandInput extends UpdatePreferencesRequest
|
|
|
22
19
|
export interface UpdatePreferencesCommandOutput extends UpdatePreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePreferencesCommand_base: {
|
|
25
|
-
new (input: UpdatePreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [UpdatePreferencesCommandInput]): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePreferencesCommandInput): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [UpdatePreferencesCommandInput]): import("@smithy/core/client").CommandImpl<UpdatePreferencesCommandInput, UpdatePreferencesCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates the preferences for Pricing Calculator. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
2
|
import type { UpdateWorkloadEstimateRequest, UpdateWorkloadEstimateResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateWorkloadEstimateCommandInput extends UpdateWorkloadEstima
|
|
|
22
19
|
export interface UpdateWorkloadEstimateCommandOutput extends UpdateWorkloadEstimateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWorkloadEstimateCommand_base: {
|
|
25
|
-
new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWorkloadEstimateCommandInput, UpdateWorkloadEstimateCommandOutput, import("..").BCMPricingCalculatorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Updates an existing workload estimate. </p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { BCMPricingCalculatorExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { BCMPricingCalculatorClientConfig } from "./BCMPricingCalculatorCli
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: BCMPricingCalculatorClientConfig
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|