@aws-sdk/client-bcm-pricing-calculator 3.699.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/LICENSE +201 -0
- package/README.md +504 -0
- package/dist-cjs/BCMPricingCalculator.js +83 -0
- package/dist-cjs/BCMPricingCalculatorClient.js +50 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchCreateBillScenarioUsageModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchCreateWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchDeleteBillScenarioUsageModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchDeleteWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchUpdateBillScenarioUsageModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchUpdateWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/CreateBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/CreateBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/CreateWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/DeleteBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/DeleteBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/DeleteWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/GetBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/GetBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/GetPreferencesCommand.js +26 -0
- package/dist-cjs/commands/GetWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateCommitmentsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateInputCommitmentModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateInputUsageModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateLineItemsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimatesCommand.js +26 -0
- package/dist-cjs/commands/ListBillScenarioCommitmentModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillScenarioUsageModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillScenariosCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/ListWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/ListWorkloadEstimatesCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/UpdateBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/UpdatePreferencesCommand.js +26 -0
- package/dist-cjs/commands/UpdateWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/index.js +39 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/BCMPricingCalculatorServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +263 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListBillEstimateCommitmentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimateInputUsageModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimateLineItemsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimatesPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillScenarioCommitmentModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillScenarioUsageModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillScenariosPaginator.js +7 -0
- package/dist-cjs/pagination/ListWorkloadEstimateUsagePaginator.js +7 -0
- package/dist-cjs/pagination/ListWorkloadEstimatesPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_json1_0.js +1761 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/BCMPricingCalculator.js +79 -0
- package/dist-es/BCMPricingCalculatorClient.js +46 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +22 -0
- package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +22 -0
- package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +22 -0
- package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +22 -0
- package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +22 -0
- package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +22 -0
- package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/CreateBillEstimateCommand.js +22 -0
- package/dist-es/commands/CreateBillScenarioCommand.js +22 -0
- package/dist-es/commands/CreateWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/DeleteBillEstimateCommand.js +22 -0
- package/dist-es/commands/DeleteBillScenarioCommand.js +22 -0
- package/dist-es/commands/DeleteWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/GetBillEstimateCommand.js +22 -0
- package/dist-es/commands/GetBillScenarioCommand.js +22 -0
- package/dist-es/commands/GetPreferencesCommand.js +22 -0
- package/dist-es/commands/GetWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateLineItemsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimatesCommand.js +22 -0
- package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillScenariosCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/ListWorkloadEstimatesCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateBillEstimateCommand.js +22 -0
- package/dist-es/commands/UpdateBillScenarioCommand.js +22 -0
- package/dist-es/commands/UpdatePreferencesCommand.js +22 -0
- package/dist-es/commands/UpdateWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/index.js +36 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/BCMPricingCalculatorServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +252 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListBillEstimateCommitmentsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimateInputUsageModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimateLineItemsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimatesPaginator.js +4 -0
- package/dist-es/pagination/ListBillScenarioCommitmentModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillScenarioUsageModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillScenariosPaginator.js +4 -0
- package/dist-es/pagination/ListWorkloadEstimateUsagePaginator.js +4 -0
- package/dist-es/pagination/ListWorkloadEstimatesPaginator.js +4 -0
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/protocols/Aws_json1_0.js +1685 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/BCMPricingCalculator.d.ts +278 -0
- package/dist-types/BCMPricingCalculatorClient.d.ts +216 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +162 -0
- package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +285 -0
- package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +278 -0
- package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +117 -0
- package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +120 -0
- package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +120 -0
- package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +138 -0
- package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +209 -0
- package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +203 -0
- package/dist-types/commands/CreateBillEstimateCommand.d.ts +146 -0
- package/dist-types/commands/CreateBillScenarioCommand.d.ts +121 -0
- package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +122 -0
- package/dist-types/commands/DeleteBillEstimateCommand.d.ts +96 -0
- package/dist-types/commands/DeleteBillScenarioCommand.d.ts +96 -0
- package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +96 -0
- package/dist-types/commands/GetBillEstimateCommand.d.ts +136 -0
- package/dist-types/commands/GetBillScenarioCommand.d.ts +112 -0
- package/dist-types/commands/GetPreferencesCommand.d.ts +101 -0
- package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +112 -0
- package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +124 -0
- package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +128 -0
- package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +197 -0
- package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +147 -0
- package/dist-types/commands/ListBillEstimatesCommand.d.ts +129 -0
- package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +128 -0
- package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +197 -0
- package/dist-types/commands/ListBillScenariosCommand.d.ts +130 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +100 -0
- package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +196 -0
- package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +130 -0
- package/dist-types/commands/TagResourceCommand.d.ts +104 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +99 -0
- package/dist-types/commands/UpdateBillEstimateCommand.d.ts +143 -0
- package/dist-types/commands/UpdateBillScenarioCommand.d.ts +119 -0
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +113 -0
- package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +119 -0
- package/dist-types/commands/index.d.ts +36 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +25 -0
- package/dist-types/models/BCMPricingCalculatorServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4474 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListBillEstimateCommitmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimateInputCommitmentModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimateInputUsageModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimateLineItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillScenarioCommitmentModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillScenarioUsageModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillScenariosPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkloadEstimateUsagePaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkloadEstimatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +326 -0
- package/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/dist-types/runtimeConfig.d.ts +48 -0
- package/dist-types/runtimeConfig.native.d.ts +47 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/BCMPricingCalculator.d.ts +684 -0
- package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +337 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +36 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/BCMPricingCalculatorServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +985 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateCommitmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateInputCommitmentModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateInputUsageModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateLineItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillScenarioCommitmentModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillScenarioUsageModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillScenariosPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkloadEstimateUsagePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkloadEstimatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +437 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +95 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +103 -0
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
|
+
import { ListBillEstimateLineItemsRequest, ListBillEstimateLineItemsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListBillEstimateLineItemsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListBillEstimateLineItemsCommandInput extends ListBillEstimateLineItemsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListBillEstimateLineItemsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListBillEstimateLineItemsCommandOutput extends ListBillEstimateLineItemsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListBillEstimateLineItemsCommand_base: {
|
|
25
|
+
new (input: ListBillEstimateLineItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListBillEstimateLineItemsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillEstimateLineItemsCommandInput, ListBillEstimateLineItemsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Lists the line items associated with a bill estimate.
|
|
32
|
+
* </p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BCMPricingCalculatorClient, ListBillEstimateLineItemsCommand } from "@aws-sdk/client-bcm-pricing-calculator"; // ES Modules import
|
|
37
|
+
* // const { BCMPricingCalculatorClient, ListBillEstimateLineItemsCommand } = require("@aws-sdk/client-bcm-pricing-calculator"); // CommonJS import
|
|
38
|
+
* const client = new BCMPricingCalculatorClient(config);
|
|
39
|
+
* const input = { // ListBillEstimateLineItemsRequest
|
|
40
|
+
* billEstimateId: "STRING_VALUE", // required
|
|
41
|
+
* filters: [ // ListBillEstimateLineItemsFilters
|
|
42
|
+
* { // ListBillEstimateLineItemsFilter
|
|
43
|
+
* name: "USAGE_ACCOUNT_ID" || "SERVICE_CODE" || "USAGE_TYPE" || "OPERATION" || "LOCATION" || "LINE_ITEM_TYPE", // required
|
|
44
|
+
* values: [ // ListBillEstimateLineItemsFilterValues // required
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* matchOption: "EQUALS" || "STARTS_WITH" || "CONTAINS",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* nextToken: "STRING_VALUE",
|
|
51
|
+
* maxResults: Number("int"),
|
|
52
|
+
* };
|
|
53
|
+
* const command = new ListBillEstimateLineItemsCommand(input);
|
|
54
|
+
* const response = await client.send(command);
|
|
55
|
+
* // { // ListBillEstimateLineItemsResponse
|
|
56
|
+
* // items: [ // BillEstimateLineItemSummaries
|
|
57
|
+
* // { // BillEstimateLineItemSummary
|
|
58
|
+
* // serviceCode: "STRING_VALUE", // required
|
|
59
|
+
* // usageType: "STRING_VALUE", // required
|
|
60
|
+
* // operation: "STRING_VALUE", // required
|
|
61
|
+
* // location: "STRING_VALUE",
|
|
62
|
+
* // availabilityZone: "STRING_VALUE",
|
|
63
|
+
* // id: "STRING_VALUE",
|
|
64
|
+
* // lineItemId: "STRING_VALUE",
|
|
65
|
+
* // lineItemType: "STRING_VALUE",
|
|
66
|
+
* // payerAccountId: "STRING_VALUE",
|
|
67
|
+
* // usageAccountId: "STRING_VALUE",
|
|
68
|
+
* // estimatedUsageQuantity: { // UsageQuantityResult
|
|
69
|
+
* // amount: Number("double"),
|
|
70
|
+
* // unit: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // estimatedCost: { // CostAmount
|
|
73
|
+
* // amount: Number("double"),
|
|
74
|
+
* // currency: "USD",
|
|
75
|
+
* // },
|
|
76
|
+
* // historicalUsageQuantity: {
|
|
77
|
+
* // amount: Number("double"),
|
|
78
|
+
* // unit: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // historicalCost: {
|
|
81
|
+
* // amount: Number("double"),
|
|
82
|
+
* // currency: "USD",
|
|
83
|
+
* // },
|
|
84
|
+
* // savingsPlanArns: [ // SavingsPlanArns
|
|
85
|
+
* // "STRING_VALUE",
|
|
86
|
+
* // ],
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // nextToken: "STRING_VALUE",
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
92
|
+
* ```
|
|
93
|
+
*
|
|
94
|
+
* @param ListBillEstimateLineItemsCommandInput - {@link ListBillEstimateLineItemsCommandInput}
|
|
95
|
+
* @returns {@link ListBillEstimateLineItemsCommandOutput}
|
|
96
|
+
* @see {@link ListBillEstimateLineItemsCommandInput} for command's `input` shape.
|
|
97
|
+
* @see {@link ListBillEstimateLineItemsCommandOutput} for command's `response` shape.
|
|
98
|
+
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
101
|
+
* <p>
|
|
102
|
+
* The requested data is currently unavailable.
|
|
103
|
+
* </p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
106
|
+
* <p>
|
|
107
|
+
* The specified resource was not found.
|
|
108
|
+
* </p>
|
|
109
|
+
*
|
|
110
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
111
|
+
* <p>
|
|
112
|
+
* You do not have sufficient access to perform this action.
|
|
113
|
+
* </p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link InternalServerException} (server fault)
|
|
116
|
+
* <p>
|
|
117
|
+
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
118
|
+
* </p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
121
|
+
* <p>
|
|
122
|
+
* The request was denied due to request throttling.
|
|
123
|
+
* </p>
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link ValidationException} (client fault)
|
|
126
|
+
* <p>
|
|
127
|
+
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
128
|
+
* </p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link BCMPricingCalculatorServiceException}
|
|
131
|
+
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
132
|
+
*
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export declare class ListBillEstimateLineItemsCommand extends ListBillEstimateLineItemsCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: ListBillEstimateLineItemsRequest;
|
|
140
|
+
output: ListBillEstimateLineItemsResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: ListBillEstimateLineItemsCommandInput;
|
|
144
|
+
output: ListBillEstimateLineItemsCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
|
+
import { ListBillEstimatesRequest, ListBillEstimatesResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListBillEstimatesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListBillEstimatesCommandInput extends ListBillEstimatesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListBillEstimatesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListBillEstimatesCommandOutput extends ListBillEstimatesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListBillEstimatesCommand_base: {
|
|
25
|
+
new (input: ListBillEstimatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListBillEstimatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBillEstimatesCommandInput, ListBillEstimatesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Lists all bill estimates for the account.
|
|
32
|
+
* </p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BCMPricingCalculatorClient, ListBillEstimatesCommand } from "@aws-sdk/client-bcm-pricing-calculator"; // ES Modules import
|
|
37
|
+
* // const { BCMPricingCalculatorClient, ListBillEstimatesCommand } = require("@aws-sdk/client-bcm-pricing-calculator"); // CommonJS import
|
|
38
|
+
* const client = new BCMPricingCalculatorClient(config);
|
|
39
|
+
* const input = { // ListBillEstimatesRequest
|
|
40
|
+
* filters: [ // ListBillEstimatesFilters
|
|
41
|
+
* { // ListBillEstimatesFilter
|
|
42
|
+
* name: "STATUS" || "NAME", // required
|
|
43
|
+
* values: [ // ListBillEstimatesFilterValues // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* matchOption: "EQUALS" || "STARTS_WITH" || "CONTAINS",
|
|
47
|
+
* },
|
|
48
|
+
* ],
|
|
49
|
+
* createdAtFilter: { // FilterTimestamp
|
|
50
|
+
* afterTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* beforeTimestamp: new Date("TIMESTAMP"),
|
|
52
|
+
* },
|
|
53
|
+
* expiresAtFilter: {
|
|
54
|
+
* afterTimestamp: new Date("TIMESTAMP"),
|
|
55
|
+
* beforeTimestamp: new Date("TIMESTAMP"),
|
|
56
|
+
* },
|
|
57
|
+
* nextToken: "STRING_VALUE",
|
|
58
|
+
* maxResults: Number("int"),
|
|
59
|
+
* };
|
|
60
|
+
* const command = new ListBillEstimatesCommand(input);
|
|
61
|
+
* const response = await client.send(command);
|
|
62
|
+
* // { // ListBillEstimatesResponse
|
|
63
|
+
* // items: [ // BillEstimateSummaries
|
|
64
|
+
* // { // BillEstimateSummary
|
|
65
|
+
* // id: "STRING_VALUE", // required
|
|
66
|
+
* // name: "STRING_VALUE",
|
|
67
|
+
* // status: "IN_PROGRESS" || "COMPLETE" || "FAILED",
|
|
68
|
+
* // billInterval: { // BillInterval
|
|
69
|
+
* // start: new Date("TIMESTAMP"),
|
|
70
|
+
* // end: new Date("TIMESTAMP"),
|
|
71
|
+
* // },
|
|
72
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
73
|
+
* // expiresAt: new Date("TIMESTAMP"),
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // nextToken: "STRING_VALUE",
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
79
|
+
* ```
|
|
80
|
+
*
|
|
81
|
+
* @param ListBillEstimatesCommandInput - {@link ListBillEstimatesCommandInput}
|
|
82
|
+
* @returns {@link ListBillEstimatesCommandOutput}
|
|
83
|
+
* @see {@link ListBillEstimatesCommandInput} for command's `input` shape.
|
|
84
|
+
* @see {@link ListBillEstimatesCommandOutput} for command's `response` shape.
|
|
85
|
+
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
88
|
+
* <p>
|
|
89
|
+
* The requested data is currently unavailable.
|
|
90
|
+
* </p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
93
|
+
* <p>
|
|
94
|
+
* You do not have sufficient access to perform this action.
|
|
95
|
+
* </p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link InternalServerException} (server fault)
|
|
98
|
+
* <p>
|
|
99
|
+
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
100
|
+
* </p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
103
|
+
* <p>
|
|
104
|
+
* The request was denied due to request throttling.
|
|
105
|
+
* </p>
|
|
106
|
+
*
|
|
107
|
+
* @throws {@link ValidationException} (client fault)
|
|
108
|
+
* <p>
|
|
109
|
+
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
110
|
+
* </p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link BCMPricingCalculatorServiceException}
|
|
113
|
+
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
114
|
+
*
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export declare class ListBillEstimatesCommand extends ListBillEstimatesCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: ListBillEstimatesRequest;
|
|
122
|
+
output: ListBillEstimatesResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: ListBillEstimatesCommandInput;
|
|
126
|
+
output: ListBillEstimatesCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
|
+
import { ListBillScenarioCommitmentModificationsRequest, ListBillScenarioCommitmentModificationsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListBillScenarioCommitmentModificationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListBillScenarioCommitmentModificationsCommandInput extends ListBillScenarioCommitmentModificationsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListBillScenarioCommitmentModificationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListBillScenarioCommitmentModificationsCommandOutput extends ListBillScenarioCommitmentModificationsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListBillScenarioCommitmentModificationsCommand_base: {
|
|
25
|
+
new (input: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListBillScenarioCommitmentModificationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillScenarioCommitmentModificationsCommandInput, ListBillScenarioCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Lists the commitment modifications associated with a bill scenario.
|
|
32
|
+
* </p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BCMPricingCalculatorClient, ListBillScenarioCommitmentModificationsCommand } from "@aws-sdk/client-bcm-pricing-calculator"; // ES Modules import
|
|
37
|
+
* // const { BCMPricingCalculatorClient, ListBillScenarioCommitmentModificationsCommand } = require("@aws-sdk/client-bcm-pricing-calculator"); // CommonJS import
|
|
38
|
+
* const client = new BCMPricingCalculatorClient(config);
|
|
39
|
+
* const input = { // ListBillScenarioCommitmentModificationsRequest
|
|
40
|
+
* billScenarioId: "STRING_VALUE", // required
|
|
41
|
+
* nextToken: "STRING_VALUE",
|
|
42
|
+
* maxResults: Number("int"),
|
|
43
|
+
* };
|
|
44
|
+
* const command = new ListBillScenarioCommitmentModificationsCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // ListBillScenarioCommitmentModificationsResponse
|
|
47
|
+
* // items: [ // BillScenarioCommitmentModificationItems
|
|
48
|
+
* // { // BillScenarioCommitmentModificationItem
|
|
49
|
+
* // id: "STRING_VALUE",
|
|
50
|
+
* // usageAccountId: "STRING_VALUE",
|
|
51
|
+
* // group: "STRING_VALUE",
|
|
52
|
+
* // commitmentAction: { // BillScenarioCommitmentModificationAction Union: only one key present
|
|
53
|
+
* // addReservedInstanceAction: { // AddReservedInstanceAction
|
|
54
|
+
* // reservedInstancesOfferingId: "STRING_VALUE",
|
|
55
|
+
* // instanceCount: Number("int"),
|
|
56
|
+
* // },
|
|
57
|
+
* // addSavingsPlanAction: { // AddSavingsPlanAction
|
|
58
|
+
* // savingsPlanOfferingId: "STRING_VALUE",
|
|
59
|
+
* // commitment: Number("double"),
|
|
60
|
+
* // },
|
|
61
|
+
* // negateReservedInstanceAction: { // NegateReservedInstanceAction
|
|
62
|
+
* // reservedInstancesId: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // negateSavingsPlanAction: { // NegateSavingsPlanAction
|
|
65
|
+
* // savingsPlanId: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // nextToken: "STRING_VALUE",
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param ListBillScenarioCommitmentModificationsCommandInput - {@link ListBillScenarioCommitmentModificationsCommandInput}
|
|
76
|
+
* @returns {@link ListBillScenarioCommitmentModificationsCommandOutput}
|
|
77
|
+
* @see {@link ListBillScenarioCommitmentModificationsCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link ListBillScenarioCommitmentModificationsCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
82
|
+
* <p>
|
|
83
|
+
* The requested data is currently unavailable.
|
|
84
|
+
* </p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
87
|
+
* <p>
|
|
88
|
+
* The specified resource was not found.
|
|
89
|
+
* </p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
92
|
+
* <p>
|
|
93
|
+
* You do not have sufficient access to perform this action.
|
|
94
|
+
* </p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InternalServerException} (server fault)
|
|
97
|
+
* <p>
|
|
98
|
+
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
99
|
+
* </p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
102
|
+
* <p>
|
|
103
|
+
* The request was denied due to request throttling.
|
|
104
|
+
* </p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ValidationException} (client fault)
|
|
107
|
+
* <p>
|
|
108
|
+
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
109
|
+
* </p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link BCMPricingCalculatorServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
113
|
+
*
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export declare class ListBillScenarioCommitmentModificationsCommand extends ListBillScenarioCommitmentModificationsCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: ListBillScenarioCommitmentModificationsRequest;
|
|
121
|
+
output: ListBillScenarioCommitmentModificationsResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: ListBillScenarioCommitmentModificationsCommandInput;
|
|
125
|
+
output: ListBillScenarioCommitmentModificationsCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
|
+
import { ListBillScenarioUsageModificationsRequest, ListBillScenarioUsageModificationsResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListBillScenarioUsageModificationsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListBillScenarioUsageModificationsCommandInput extends ListBillScenarioUsageModificationsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListBillScenarioUsageModificationsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListBillScenarioUsageModificationsCommandOutput extends ListBillScenarioUsageModificationsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListBillScenarioUsageModificationsCommand_base: {
|
|
25
|
+
new (input: ListBillScenarioUsageModificationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: ListBillScenarioUsageModificationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBillScenarioUsageModificationsCommandInput, ListBillScenarioUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>
|
|
31
|
+
* Lists the usage modifications associated with a bill scenario.
|
|
32
|
+
* </p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { BCMPricingCalculatorClient, ListBillScenarioUsageModificationsCommand } from "@aws-sdk/client-bcm-pricing-calculator"; // ES Modules import
|
|
37
|
+
* // const { BCMPricingCalculatorClient, ListBillScenarioUsageModificationsCommand } = require("@aws-sdk/client-bcm-pricing-calculator"); // CommonJS import
|
|
38
|
+
* const client = new BCMPricingCalculatorClient(config);
|
|
39
|
+
* const input = { // ListBillScenarioUsageModificationsRequest
|
|
40
|
+
* billScenarioId: "STRING_VALUE", // required
|
|
41
|
+
* filters: [ // ListUsageFilters
|
|
42
|
+
* { // ListUsageFilter
|
|
43
|
+
* name: "USAGE_ACCOUNT_ID" || "SERVICE_CODE" || "USAGE_TYPE" || "OPERATION" || "LOCATION" || "USAGE_GROUP" || "HISTORICAL_USAGE_ACCOUNT_ID" || "HISTORICAL_SERVICE_CODE" || "HISTORICAL_USAGE_TYPE" || "HISTORICAL_OPERATION" || "HISTORICAL_LOCATION", // required
|
|
44
|
+
* values: [ // ListUsageFilterValues // required
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* matchOption: "EQUALS" || "STARTS_WITH" || "CONTAINS",
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* nextToken: "STRING_VALUE",
|
|
51
|
+
* maxResults: Number("int"),
|
|
52
|
+
* };
|
|
53
|
+
* const command = new ListBillScenarioUsageModificationsCommand(input);
|
|
54
|
+
* const response = await client.send(command);
|
|
55
|
+
* // { // ListBillScenarioUsageModificationsResponse
|
|
56
|
+
* // items: [ // BillScenarioUsageModificationItems
|
|
57
|
+
* // { // BillScenarioUsageModificationItem
|
|
58
|
+
* // serviceCode: "STRING_VALUE", // required
|
|
59
|
+
* // usageType: "STRING_VALUE", // required
|
|
60
|
+
* // operation: "STRING_VALUE", // required
|
|
61
|
+
* // location: "STRING_VALUE",
|
|
62
|
+
* // availabilityZone: "STRING_VALUE",
|
|
63
|
+
* // id: "STRING_VALUE",
|
|
64
|
+
* // group: "STRING_VALUE",
|
|
65
|
+
* // usageAccountId: "STRING_VALUE",
|
|
66
|
+
* // quantities: [ // UsageQuantities
|
|
67
|
+
* // { // UsageQuantity
|
|
68
|
+
* // startHour: new Date("TIMESTAMP"),
|
|
69
|
+
* // unit: "STRING_VALUE",
|
|
70
|
+
* // amount: Number("double"),
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // historicalUsage: { // HistoricalUsageEntity
|
|
74
|
+
* // serviceCode: "STRING_VALUE", // required
|
|
75
|
+
* // usageType: "STRING_VALUE", // required
|
|
76
|
+
* // operation: "STRING_VALUE", // required
|
|
77
|
+
* // location: "STRING_VALUE",
|
|
78
|
+
* // usageAccountId: "STRING_VALUE", // required
|
|
79
|
+
* // billInterval: { // BillInterval
|
|
80
|
+
* // start: new Date("TIMESTAMP"),
|
|
81
|
+
* // end: new Date("TIMESTAMP"),
|
|
82
|
+
* // },
|
|
83
|
+
* // filterExpression: { // Expression
|
|
84
|
+
* // and: [ // ExpressionList
|
|
85
|
+
* // {
|
|
86
|
+
* // and: [
|
|
87
|
+
* // "<Expression>",
|
|
88
|
+
* // ],
|
|
89
|
+
* // or: [
|
|
90
|
+
* // "<Expression>",
|
|
91
|
+
* // ],
|
|
92
|
+
* // not: "<Expression>",
|
|
93
|
+
* // costCategories: { // ExpressionFilter
|
|
94
|
+
* // key: "STRING_VALUE",
|
|
95
|
+
* // matchOptions: [ // StringList
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // values: [
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // },
|
|
102
|
+
* // dimensions: {
|
|
103
|
+
* // key: "STRING_VALUE",
|
|
104
|
+
* // matchOptions: [
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
107
|
+
* // values: [
|
|
108
|
+
* // "STRING_VALUE",
|
|
109
|
+
* // ],
|
|
110
|
+
* // },
|
|
111
|
+
* // tags: {
|
|
112
|
+
* // key: "STRING_VALUE",
|
|
113
|
+
* // matchOptions: [
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // values: "<StringList>",
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
119
|
+
* // ],
|
|
120
|
+
* // or: [
|
|
121
|
+
* // "<Expression>",
|
|
122
|
+
* // ],
|
|
123
|
+
* // not: "<Expression>",
|
|
124
|
+
* // costCategories: {
|
|
125
|
+
* // key: "STRING_VALUE",
|
|
126
|
+
* // matchOptions: "<StringList>",
|
|
127
|
+
* // values: "<StringList>",
|
|
128
|
+
* // },
|
|
129
|
+
* // dimensions: {
|
|
130
|
+
* // key: "STRING_VALUE",
|
|
131
|
+
* // matchOptions: "<StringList>",
|
|
132
|
+
* // values: "<StringList>",
|
|
133
|
+
* // },
|
|
134
|
+
* // tags: "<ExpressionFilter>",
|
|
135
|
+
* // },
|
|
136
|
+
* // },
|
|
137
|
+
* // },
|
|
138
|
+
* // ],
|
|
139
|
+
* // nextToken: "STRING_VALUE",
|
|
140
|
+
* // };
|
|
141
|
+
*
|
|
142
|
+
* ```
|
|
143
|
+
*
|
|
144
|
+
* @param ListBillScenarioUsageModificationsCommandInput - {@link ListBillScenarioUsageModificationsCommandInput}
|
|
145
|
+
* @returns {@link ListBillScenarioUsageModificationsCommandOutput}
|
|
146
|
+
* @see {@link ListBillScenarioUsageModificationsCommandInput} for command's `input` shape.
|
|
147
|
+
* @see {@link ListBillScenarioUsageModificationsCommandOutput} for command's `response` shape.
|
|
148
|
+
* @see {@link BCMPricingCalculatorClientResolvedConfig | config} for BCMPricingCalculatorClient's `config` shape.
|
|
149
|
+
*
|
|
150
|
+
* @throws {@link DataUnavailableException} (client fault)
|
|
151
|
+
* <p>
|
|
152
|
+
* The requested data is currently unavailable.
|
|
153
|
+
* </p>
|
|
154
|
+
*
|
|
155
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
156
|
+
* <p>
|
|
157
|
+
* The specified resource was not found.
|
|
158
|
+
* </p>
|
|
159
|
+
*
|
|
160
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
161
|
+
* <p>
|
|
162
|
+
* You do not have sufficient access to perform this action.
|
|
163
|
+
* </p>
|
|
164
|
+
*
|
|
165
|
+
* @throws {@link InternalServerException} (server fault)
|
|
166
|
+
* <p>
|
|
167
|
+
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
168
|
+
* </p>
|
|
169
|
+
*
|
|
170
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
171
|
+
* <p>
|
|
172
|
+
* The request was denied due to request throttling.
|
|
173
|
+
* </p>
|
|
174
|
+
*
|
|
175
|
+
* @throws {@link ValidationException} (client fault)
|
|
176
|
+
* <p>
|
|
177
|
+
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
178
|
+
* </p>
|
|
179
|
+
*
|
|
180
|
+
* @throws {@link BCMPricingCalculatorServiceException}
|
|
181
|
+
* <p>Base exception class for all service exceptions from BCMPricingCalculator service.</p>
|
|
182
|
+
*
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export declare class ListBillScenarioUsageModificationsCommand extends ListBillScenarioUsageModificationsCommand_base {
|
|
186
|
+
/** @internal type navigation helper, not in runtime. */
|
|
187
|
+
protected static __types: {
|
|
188
|
+
api: {
|
|
189
|
+
input: ListBillScenarioUsageModificationsRequest;
|
|
190
|
+
output: ListBillScenarioUsageModificationsResponse;
|
|
191
|
+
};
|
|
192
|
+
sdk: {
|
|
193
|
+
input: ListBillScenarioUsageModificationsCommandInput;
|
|
194
|
+
output: ListBillScenarioUsageModificationsCommandOutput;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
}
|