@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,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@smithy/types";
|
|
2
|
+
import { BCMPricingCalculatorClient } from "../BCMPricingCalculatorClient";
|
|
3
|
+
export interface BCMPricingCalculatorPaginationConfiguration
|
|
4
|
+
extends PaginationConfiguration {
|
|
5
|
+
client: BCMPricingCalculatorClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillEstimateCommitmentsCommandInput,
|
|
4
|
+
ListBillEstimateCommitmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListBillEstimateCommitmentsCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillEstimateCommitments: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillEstimateCommitmentsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillEstimateCommitmentsCommandOutput>;
|
package/dist-types/ts3.4/pagination/ListBillEstimateInputCommitmentModificationsPaginator.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
4
|
+
ListBillEstimateInputCommitmentModificationsCommandOutput,
|
|
5
|
+
} from "../commands/ListBillEstimateInputCommitmentModificationsCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillEstimateInputCommitmentModifications: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillEstimateInputCommitmentModificationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillEstimateInputUsageModificationsCommandInput,
|
|
4
|
+
ListBillEstimateInputUsageModificationsCommandOutput,
|
|
5
|
+
} from "../commands/ListBillEstimateInputUsageModificationsCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillEstimateInputUsageModifications: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillEstimateInputUsageModificationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillEstimateInputUsageModificationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillEstimateLineItemsCommandInput,
|
|
4
|
+
ListBillEstimateLineItemsCommandOutput,
|
|
5
|
+
} from "../commands/ListBillEstimateLineItemsCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillEstimateLineItems: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillEstimateLineItemsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillEstimateLineItemsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillEstimatesCommandInput,
|
|
4
|
+
ListBillEstimatesCommandOutput,
|
|
5
|
+
} from "../commands/ListBillEstimatesCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillEstimates: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillEstimatesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillEstimatesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillScenarioCommitmentModificationsCommandInput,
|
|
4
|
+
ListBillScenarioCommitmentModificationsCommandOutput,
|
|
5
|
+
} from "../commands/ListBillScenarioCommitmentModificationsCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillScenarioCommitmentModifications: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillScenarioCommitmentModificationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillScenarioCommitmentModificationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillScenarioUsageModificationsCommandInput,
|
|
4
|
+
ListBillScenarioUsageModificationsCommandOutput,
|
|
5
|
+
} from "../commands/ListBillScenarioUsageModificationsCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillScenarioUsageModifications: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillScenarioUsageModificationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillScenarioUsageModificationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBillScenariosCommandInput,
|
|
4
|
+
ListBillScenariosCommandOutput,
|
|
5
|
+
} from "../commands/ListBillScenariosCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBillScenarios: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListBillScenariosCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBillScenariosCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListWorkloadEstimateUsageCommandInput,
|
|
4
|
+
ListWorkloadEstimateUsageCommandOutput,
|
|
5
|
+
} from "../commands/ListWorkloadEstimateUsageCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListWorkloadEstimateUsage: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListWorkloadEstimateUsageCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListWorkloadEstimateUsageCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListWorkloadEstimatesCommandInput,
|
|
4
|
+
ListWorkloadEstimatesCommandOutput,
|
|
5
|
+
} from "../commands/ListWorkloadEstimatesCommand";
|
|
6
|
+
import { BCMPricingCalculatorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListWorkloadEstimates: (
|
|
8
|
+
config: BCMPricingCalculatorPaginationConfiguration,
|
|
9
|
+
input: ListWorkloadEstimatesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListWorkloadEstimatesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBillEstimateCommitmentsPaginator";
|
|
3
|
+
export * from "./ListBillEstimateInputCommitmentModificationsPaginator";
|
|
4
|
+
export * from "./ListBillEstimateInputUsageModificationsPaginator";
|
|
5
|
+
export * from "./ListBillEstimateLineItemsPaginator";
|
|
6
|
+
export * from "./ListBillEstimatesPaginator";
|
|
7
|
+
export * from "./ListBillScenarioCommitmentModificationsPaginator";
|
|
8
|
+
export * from "./ListBillScenarioUsageModificationsPaginator";
|
|
9
|
+
export * from "./ListBillScenariosPaginator";
|
|
10
|
+
export * from "./ListWorkloadEstimateUsagePaginator";
|
|
11
|
+
export * from "./ListWorkloadEstimatesPaginator";
|
|
@@ -0,0 +1,437 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
BatchCreateBillScenarioCommitmentModificationCommandInput,
|
|
8
|
+
BatchCreateBillScenarioCommitmentModificationCommandOutput,
|
|
9
|
+
} from "../commands/BatchCreateBillScenarioCommitmentModificationCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchCreateBillScenarioUsageModificationCommandInput,
|
|
12
|
+
BatchCreateBillScenarioUsageModificationCommandOutput,
|
|
13
|
+
} from "../commands/BatchCreateBillScenarioUsageModificationCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchCreateWorkloadEstimateUsageCommandInput,
|
|
16
|
+
BatchCreateWorkloadEstimateUsageCommandOutput,
|
|
17
|
+
} from "../commands/BatchCreateWorkloadEstimateUsageCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchDeleteBillScenarioCommitmentModificationCommandInput,
|
|
20
|
+
BatchDeleteBillScenarioCommitmentModificationCommandOutput,
|
|
21
|
+
} from "../commands/BatchDeleteBillScenarioCommitmentModificationCommand";
|
|
22
|
+
import {
|
|
23
|
+
BatchDeleteBillScenarioUsageModificationCommandInput,
|
|
24
|
+
BatchDeleteBillScenarioUsageModificationCommandOutput,
|
|
25
|
+
} from "../commands/BatchDeleteBillScenarioUsageModificationCommand";
|
|
26
|
+
import {
|
|
27
|
+
BatchDeleteWorkloadEstimateUsageCommandInput,
|
|
28
|
+
BatchDeleteWorkloadEstimateUsageCommandOutput,
|
|
29
|
+
} from "../commands/BatchDeleteWorkloadEstimateUsageCommand";
|
|
30
|
+
import {
|
|
31
|
+
BatchUpdateBillScenarioCommitmentModificationCommandInput,
|
|
32
|
+
BatchUpdateBillScenarioCommitmentModificationCommandOutput,
|
|
33
|
+
} from "../commands/BatchUpdateBillScenarioCommitmentModificationCommand";
|
|
34
|
+
import {
|
|
35
|
+
BatchUpdateBillScenarioUsageModificationCommandInput,
|
|
36
|
+
BatchUpdateBillScenarioUsageModificationCommandOutput,
|
|
37
|
+
} from "../commands/BatchUpdateBillScenarioUsageModificationCommand";
|
|
38
|
+
import {
|
|
39
|
+
BatchUpdateWorkloadEstimateUsageCommandInput,
|
|
40
|
+
BatchUpdateWorkloadEstimateUsageCommandOutput,
|
|
41
|
+
} from "../commands/BatchUpdateWorkloadEstimateUsageCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateBillEstimateCommandInput,
|
|
44
|
+
CreateBillEstimateCommandOutput,
|
|
45
|
+
} from "../commands/CreateBillEstimateCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateBillScenarioCommandInput,
|
|
48
|
+
CreateBillScenarioCommandOutput,
|
|
49
|
+
} from "../commands/CreateBillScenarioCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateWorkloadEstimateCommandInput,
|
|
52
|
+
CreateWorkloadEstimateCommandOutput,
|
|
53
|
+
} from "../commands/CreateWorkloadEstimateCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteBillEstimateCommandInput,
|
|
56
|
+
DeleteBillEstimateCommandOutput,
|
|
57
|
+
} from "../commands/DeleteBillEstimateCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteBillScenarioCommandInput,
|
|
60
|
+
DeleteBillScenarioCommandOutput,
|
|
61
|
+
} from "../commands/DeleteBillScenarioCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteWorkloadEstimateCommandInput,
|
|
64
|
+
DeleteWorkloadEstimateCommandOutput,
|
|
65
|
+
} from "../commands/DeleteWorkloadEstimateCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetBillEstimateCommandInput,
|
|
68
|
+
GetBillEstimateCommandOutput,
|
|
69
|
+
} from "../commands/GetBillEstimateCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetBillScenarioCommandInput,
|
|
72
|
+
GetBillScenarioCommandOutput,
|
|
73
|
+
} from "../commands/GetBillScenarioCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetPreferencesCommandInput,
|
|
76
|
+
GetPreferencesCommandOutput,
|
|
77
|
+
} from "../commands/GetPreferencesCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetWorkloadEstimateCommandInput,
|
|
80
|
+
GetWorkloadEstimateCommandOutput,
|
|
81
|
+
} from "../commands/GetWorkloadEstimateCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListBillEstimateCommitmentsCommandInput,
|
|
84
|
+
ListBillEstimateCommitmentsCommandOutput,
|
|
85
|
+
} from "../commands/ListBillEstimateCommitmentsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
88
|
+
ListBillEstimateInputCommitmentModificationsCommandOutput,
|
|
89
|
+
} from "../commands/ListBillEstimateInputCommitmentModificationsCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListBillEstimateInputUsageModificationsCommandInput,
|
|
92
|
+
ListBillEstimateInputUsageModificationsCommandOutput,
|
|
93
|
+
} from "../commands/ListBillEstimateInputUsageModificationsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListBillEstimateLineItemsCommandInput,
|
|
96
|
+
ListBillEstimateLineItemsCommandOutput,
|
|
97
|
+
} from "../commands/ListBillEstimateLineItemsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListBillEstimatesCommandInput,
|
|
100
|
+
ListBillEstimatesCommandOutput,
|
|
101
|
+
} from "../commands/ListBillEstimatesCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListBillScenarioCommitmentModificationsCommandInput,
|
|
104
|
+
ListBillScenarioCommitmentModificationsCommandOutput,
|
|
105
|
+
} from "../commands/ListBillScenarioCommitmentModificationsCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListBillScenariosCommandInput,
|
|
108
|
+
ListBillScenariosCommandOutput,
|
|
109
|
+
} from "../commands/ListBillScenariosCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListBillScenarioUsageModificationsCommandInput,
|
|
112
|
+
ListBillScenarioUsageModificationsCommandOutput,
|
|
113
|
+
} from "../commands/ListBillScenarioUsageModificationsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListTagsForResourceCommandInput,
|
|
116
|
+
ListTagsForResourceCommandOutput,
|
|
117
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListWorkloadEstimatesCommandInput,
|
|
120
|
+
ListWorkloadEstimatesCommandOutput,
|
|
121
|
+
} from "../commands/ListWorkloadEstimatesCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListWorkloadEstimateUsageCommandInput,
|
|
124
|
+
ListWorkloadEstimateUsageCommandOutput,
|
|
125
|
+
} from "../commands/ListWorkloadEstimateUsageCommand";
|
|
126
|
+
import {
|
|
127
|
+
TagResourceCommandInput,
|
|
128
|
+
TagResourceCommandOutput,
|
|
129
|
+
} from "../commands/TagResourceCommand";
|
|
130
|
+
import {
|
|
131
|
+
UntagResourceCommandInput,
|
|
132
|
+
UntagResourceCommandOutput,
|
|
133
|
+
} from "../commands/UntagResourceCommand";
|
|
134
|
+
import {
|
|
135
|
+
UpdateBillEstimateCommandInput,
|
|
136
|
+
UpdateBillEstimateCommandOutput,
|
|
137
|
+
} from "../commands/UpdateBillEstimateCommand";
|
|
138
|
+
import {
|
|
139
|
+
UpdateBillScenarioCommandInput,
|
|
140
|
+
UpdateBillScenarioCommandOutput,
|
|
141
|
+
} from "../commands/UpdateBillScenarioCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdatePreferencesCommandInput,
|
|
144
|
+
UpdatePreferencesCommandOutput,
|
|
145
|
+
} from "../commands/UpdatePreferencesCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateWorkloadEstimateCommandInput,
|
|
148
|
+
UpdateWorkloadEstimateCommandOutput,
|
|
149
|
+
} from "../commands/UpdateWorkloadEstimateCommand";
|
|
150
|
+
export declare const se_BatchCreateBillScenarioCommitmentModificationCommand: (
|
|
151
|
+
input: BatchCreateBillScenarioCommitmentModificationCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const se_BatchCreateBillScenarioUsageModificationCommand: (
|
|
155
|
+
input: BatchCreateBillScenarioUsageModificationCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const se_BatchCreateWorkloadEstimateUsageCommand: (
|
|
159
|
+
input: BatchCreateWorkloadEstimateUsageCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const se_BatchDeleteBillScenarioCommitmentModificationCommand: (
|
|
163
|
+
input: BatchDeleteBillScenarioCommitmentModificationCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const se_BatchDeleteBillScenarioUsageModificationCommand: (
|
|
167
|
+
input: BatchDeleteBillScenarioUsageModificationCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const se_BatchDeleteWorkloadEstimateUsageCommand: (
|
|
171
|
+
input: BatchDeleteWorkloadEstimateUsageCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const se_BatchUpdateBillScenarioCommitmentModificationCommand: (
|
|
175
|
+
input: BatchUpdateBillScenarioCommitmentModificationCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const se_BatchUpdateBillScenarioUsageModificationCommand: (
|
|
179
|
+
input: BatchUpdateBillScenarioUsageModificationCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const se_BatchUpdateWorkloadEstimateUsageCommand: (
|
|
183
|
+
input: BatchUpdateWorkloadEstimateUsageCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const se_CreateBillEstimateCommand: (
|
|
187
|
+
input: CreateBillEstimateCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const se_CreateBillScenarioCommand: (
|
|
191
|
+
input: CreateBillScenarioCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_CreateWorkloadEstimateCommand: (
|
|
195
|
+
input: CreateWorkloadEstimateCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const se_DeleteBillEstimateCommand: (
|
|
199
|
+
input: DeleteBillEstimateCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const se_DeleteBillScenarioCommand: (
|
|
203
|
+
input: DeleteBillScenarioCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const se_DeleteWorkloadEstimateCommand: (
|
|
207
|
+
input: DeleteWorkloadEstimateCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const se_GetBillEstimateCommand: (
|
|
211
|
+
input: GetBillEstimateCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const se_GetBillScenarioCommand: (
|
|
215
|
+
input: GetBillScenarioCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const se_GetPreferencesCommand: (
|
|
219
|
+
input: GetPreferencesCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_GetWorkloadEstimateCommand: (
|
|
223
|
+
input: GetWorkloadEstimateCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const se_ListBillEstimateCommitmentsCommand: (
|
|
227
|
+
input: ListBillEstimateCommitmentsCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const se_ListBillEstimateInputCommitmentModificationsCommand: (
|
|
231
|
+
input: ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_ListBillEstimateInputUsageModificationsCommand: (
|
|
235
|
+
input: ListBillEstimateInputUsageModificationsCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const se_ListBillEstimateLineItemsCommand: (
|
|
239
|
+
input: ListBillEstimateLineItemsCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const se_ListBillEstimatesCommand: (
|
|
243
|
+
input: ListBillEstimatesCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const se_ListBillScenarioCommitmentModificationsCommand: (
|
|
247
|
+
input: ListBillScenarioCommitmentModificationsCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_ListBillScenariosCommand: (
|
|
251
|
+
input: ListBillScenariosCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const se_ListBillScenarioUsageModificationsCommand: (
|
|
255
|
+
input: ListBillScenarioUsageModificationsCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
259
|
+
input: ListTagsForResourceCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const se_ListWorkloadEstimatesCommand: (
|
|
263
|
+
input: ListWorkloadEstimatesCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const se_ListWorkloadEstimateUsageCommand: (
|
|
267
|
+
input: ListWorkloadEstimateUsageCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const se_TagResourceCommand: (
|
|
271
|
+
input: TagResourceCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const se_UntagResourceCommand: (
|
|
275
|
+
input: UntagResourceCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const se_UpdateBillEstimateCommand: (
|
|
279
|
+
input: UpdateBillEstimateCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const se_UpdateBillScenarioCommand: (
|
|
283
|
+
input: UpdateBillScenarioCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const se_UpdatePreferencesCommand: (
|
|
287
|
+
input: UpdatePreferencesCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const se_UpdateWorkloadEstimateCommand: (
|
|
291
|
+
input: UpdateWorkloadEstimateCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const de_BatchCreateBillScenarioCommitmentModificationCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<BatchCreateBillScenarioCommitmentModificationCommandOutput>;
|
|
298
|
+
export declare const de_BatchCreateBillScenarioUsageModificationCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<BatchCreateBillScenarioUsageModificationCommandOutput>;
|
|
302
|
+
export declare const de_BatchCreateWorkloadEstimateUsageCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<BatchCreateWorkloadEstimateUsageCommandOutput>;
|
|
306
|
+
export declare const de_BatchDeleteBillScenarioCommitmentModificationCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<BatchDeleteBillScenarioCommitmentModificationCommandOutput>;
|
|
310
|
+
export declare const de_BatchDeleteBillScenarioUsageModificationCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<BatchDeleteBillScenarioUsageModificationCommandOutput>;
|
|
314
|
+
export declare const de_BatchDeleteWorkloadEstimateUsageCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<BatchDeleteWorkloadEstimateUsageCommandOutput>;
|
|
318
|
+
export declare const de_BatchUpdateBillScenarioCommitmentModificationCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<BatchUpdateBillScenarioCommitmentModificationCommandOutput>;
|
|
322
|
+
export declare const de_BatchUpdateBillScenarioUsageModificationCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<BatchUpdateBillScenarioUsageModificationCommandOutput>;
|
|
326
|
+
export declare const de_BatchUpdateWorkloadEstimateUsageCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<BatchUpdateWorkloadEstimateUsageCommandOutput>;
|
|
330
|
+
export declare const de_CreateBillEstimateCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<CreateBillEstimateCommandOutput>;
|
|
334
|
+
export declare const de_CreateBillScenarioCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<CreateBillScenarioCommandOutput>;
|
|
338
|
+
export declare const de_CreateWorkloadEstimateCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<CreateWorkloadEstimateCommandOutput>;
|
|
342
|
+
export declare const de_DeleteBillEstimateCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<DeleteBillEstimateCommandOutput>;
|
|
346
|
+
export declare const de_DeleteBillScenarioCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<DeleteBillScenarioCommandOutput>;
|
|
350
|
+
export declare const de_DeleteWorkloadEstimateCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<DeleteWorkloadEstimateCommandOutput>;
|
|
354
|
+
export declare const de_GetBillEstimateCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<GetBillEstimateCommandOutput>;
|
|
358
|
+
export declare const de_GetBillScenarioCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<GetBillScenarioCommandOutput>;
|
|
362
|
+
export declare const de_GetPreferencesCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<GetPreferencesCommandOutput>;
|
|
366
|
+
export declare const de_GetWorkloadEstimateCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<GetWorkloadEstimateCommandOutput>;
|
|
370
|
+
export declare const de_ListBillEstimateCommitmentsCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<ListBillEstimateCommitmentsCommandOutput>;
|
|
374
|
+
export declare const de_ListBillEstimateInputCommitmentModificationsCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<ListBillEstimateInputCommitmentModificationsCommandOutput>;
|
|
378
|
+
export declare const de_ListBillEstimateInputUsageModificationsCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<ListBillEstimateInputUsageModificationsCommandOutput>;
|
|
382
|
+
export declare const de_ListBillEstimateLineItemsCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<ListBillEstimateLineItemsCommandOutput>;
|
|
386
|
+
export declare const de_ListBillEstimatesCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<ListBillEstimatesCommandOutput>;
|
|
390
|
+
export declare const de_ListBillScenarioCommitmentModificationsCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<ListBillScenarioCommitmentModificationsCommandOutput>;
|
|
394
|
+
export declare const de_ListBillScenariosCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<ListBillScenariosCommandOutput>;
|
|
398
|
+
export declare const de_ListBillScenarioUsageModificationsCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<ListBillScenarioUsageModificationsCommandOutput>;
|
|
402
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
406
|
+
export declare const de_ListWorkloadEstimatesCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<ListWorkloadEstimatesCommandOutput>;
|
|
410
|
+
export declare const de_ListWorkloadEstimateUsageCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<ListWorkloadEstimateUsageCommandOutput>;
|
|
414
|
+
export declare const de_TagResourceCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<TagResourceCommandOutput>;
|
|
418
|
+
export declare const de_UntagResourceCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
422
|
+
export declare const de_UpdateBillEstimateCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<UpdateBillEstimateCommandOutput>;
|
|
426
|
+
export declare const de_UpdateBillScenarioCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<UpdateBillScenarioCommandOutput>;
|
|
430
|
+
export declare const de_UpdatePreferencesCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<UpdatePreferencesCommandOutput>;
|
|
434
|
+
export declare const de_UpdateWorkloadEstimateCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<UpdateWorkloadEstimateCommandOutput>;
|