@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,263 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkloadEstimateUpdateUsageErrorCode = exports.WorkloadEstimateCostStatus = exports.BatchCreateWorkloadEstimateUsageCode = exports.ListWorkloadEstimatesFilterName = exports.WorkloadEstimateStatus = exports.WorkloadEstimateRateType = exports.RateType = exports.ListBillScenariosFilterName = exports.BatchUpdateBillScenarioUsageModificationErrorCode = exports.BatchDeleteBillScenarioUsageModificationErrorCode = exports.ServiceQuotaExceededException = exports.BatchCreateBillScenarioUsageModificationErrorCode = exports.BillScenarioStatus = exports.BatchUpdateBillScenarioCommitmentModificationErrorCode = exports.BatchDeleteBillScenarioCommitmentModificationErrorCode = exports.BatchCreateBillScenarioCommitmentModificationErrorCode = exports.ListBillEstimatesFilterName = exports.ConflictException = exports.BillEstimateStatus = exports.ListBillEstimateLineItemsFilterName = exports.ListUsageFilterName = exports.MatchOption = exports.BillScenarioCommitmentModificationAction = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.PurchaseAgreementType = exports.CurrencyCode = exports.InternalServerException = exports.DataUnavailableException = exports.AccessDeniedException = void 0;
|
|
4
|
+
const BCMPricingCalculatorServiceException_1 = require("./BCMPricingCalculatorServiceException");
|
|
5
|
+
class AccessDeniedException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "AccessDeniedException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
this.name = "AccessDeniedException";
|
|
13
|
+
this.$fault = "client";
|
|
14
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
18
|
+
class DataUnavailableException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
19
|
+
constructor(opts) {
|
|
20
|
+
super({
|
|
21
|
+
name: "DataUnavailableException",
|
|
22
|
+
$fault: "client",
|
|
23
|
+
...opts,
|
|
24
|
+
});
|
|
25
|
+
this.name = "DataUnavailableException";
|
|
26
|
+
this.$fault = "client";
|
|
27
|
+
Object.setPrototypeOf(this, DataUnavailableException.prototype);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.DataUnavailableException = DataUnavailableException;
|
|
31
|
+
class InternalServerException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
32
|
+
constructor(opts) {
|
|
33
|
+
super({
|
|
34
|
+
name: "InternalServerException",
|
|
35
|
+
$fault: "server",
|
|
36
|
+
...opts,
|
|
37
|
+
});
|
|
38
|
+
this.name = "InternalServerException";
|
|
39
|
+
this.$fault = "server";
|
|
40
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
41
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.InternalServerException = InternalServerException;
|
|
45
|
+
exports.CurrencyCode = {
|
|
46
|
+
USD: "USD",
|
|
47
|
+
};
|
|
48
|
+
exports.PurchaseAgreementType = {
|
|
49
|
+
RESERVED_INSTANCE: "RESERVED_INSTANCE",
|
|
50
|
+
SAVINGS_PLANS: "SAVINGS_PLANS",
|
|
51
|
+
};
|
|
52
|
+
class ResourceNotFoundException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "ResourceNotFoundException",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
this.name = "ResourceNotFoundException";
|
|
60
|
+
this.$fault = "client";
|
|
61
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
62
|
+
this.resourceId = opts.resourceId;
|
|
63
|
+
this.resourceType = opts.resourceType;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
67
|
+
class ThrottlingException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
68
|
+
constructor(opts) {
|
|
69
|
+
super({
|
|
70
|
+
name: "ThrottlingException",
|
|
71
|
+
$fault: "client",
|
|
72
|
+
...opts,
|
|
73
|
+
});
|
|
74
|
+
this.name = "ThrottlingException";
|
|
75
|
+
this.$fault = "client";
|
|
76
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
77
|
+
this.serviceCode = opts.serviceCode;
|
|
78
|
+
this.quotaCode = opts.quotaCode;
|
|
79
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.ThrottlingException = ThrottlingException;
|
|
83
|
+
exports.ValidationExceptionReason = {
|
|
84
|
+
CANNOT_PARSE: "cannotParse",
|
|
85
|
+
DISALLOWED_RATE: "disallowedRate",
|
|
86
|
+
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
87
|
+
INVALID_REQUEST_FROM_MEMBER: "invalidRequestFromMember",
|
|
88
|
+
OTHER: "other",
|
|
89
|
+
UNKNOWN_OPERATION: "unknownOperation",
|
|
90
|
+
};
|
|
91
|
+
class ValidationException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
92
|
+
constructor(opts) {
|
|
93
|
+
super({
|
|
94
|
+
name: "ValidationException",
|
|
95
|
+
$fault: "client",
|
|
96
|
+
...opts,
|
|
97
|
+
});
|
|
98
|
+
this.name = "ValidationException";
|
|
99
|
+
this.$fault = "client";
|
|
100
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
101
|
+
this.reason = opts.reason;
|
|
102
|
+
this.fieldList = opts.fieldList;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.ValidationException = ValidationException;
|
|
106
|
+
var BillScenarioCommitmentModificationAction;
|
|
107
|
+
(function (BillScenarioCommitmentModificationAction) {
|
|
108
|
+
BillScenarioCommitmentModificationAction.visit = (value, visitor) => {
|
|
109
|
+
if (value.addReservedInstanceAction !== undefined)
|
|
110
|
+
return visitor.addReservedInstanceAction(value.addReservedInstanceAction);
|
|
111
|
+
if (value.addSavingsPlanAction !== undefined)
|
|
112
|
+
return visitor.addSavingsPlanAction(value.addSavingsPlanAction);
|
|
113
|
+
if (value.negateReservedInstanceAction !== undefined)
|
|
114
|
+
return visitor.negateReservedInstanceAction(value.negateReservedInstanceAction);
|
|
115
|
+
if (value.negateSavingsPlanAction !== undefined)
|
|
116
|
+
return visitor.negateSavingsPlanAction(value.negateSavingsPlanAction);
|
|
117
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
118
|
+
};
|
|
119
|
+
})(BillScenarioCommitmentModificationAction = exports.BillScenarioCommitmentModificationAction || (exports.BillScenarioCommitmentModificationAction = {}));
|
|
120
|
+
exports.MatchOption = {
|
|
121
|
+
CONTAINS: "CONTAINS",
|
|
122
|
+
EQUALS: "EQUALS",
|
|
123
|
+
STARTS_WITH: "STARTS_WITH",
|
|
124
|
+
};
|
|
125
|
+
exports.ListUsageFilterName = {
|
|
126
|
+
HISTORICAL_LOCATION: "HISTORICAL_LOCATION",
|
|
127
|
+
HISTORICAL_OPERATION: "HISTORICAL_OPERATION",
|
|
128
|
+
HISTORICAL_SERVICE_CODE: "HISTORICAL_SERVICE_CODE",
|
|
129
|
+
HISTORICAL_USAGE_ACCOUNT_ID: "HISTORICAL_USAGE_ACCOUNT_ID",
|
|
130
|
+
HISTORICAL_USAGE_TYPE: "HISTORICAL_USAGE_TYPE",
|
|
131
|
+
LOCATION: "LOCATION",
|
|
132
|
+
OPERATION: "OPERATION",
|
|
133
|
+
SERVICE_CODE: "SERVICE_CODE",
|
|
134
|
+
USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID",
|
|
135
|
+
USAGE_GROUP: "USAGE_GROUP",
|
|
136
|
+
USAGE_TYPE: "USAGE_TYPE",
|
|
137
|
+
};
|
|
138
|
+
exports.ListBillEstimateLineItemsFilterName = {
|
|
139
|
+
LINE_ITEM_TYPE: "LINE_ITEM_TYPE",
|
|
140
|
+
LOCATION: "LOCATION",
|
|
141
|
+
OPERATION: "OPERATION",
|
|
142
|
+
SERVICE_CODE: "SERVICE_CODE",
|
|
143
|
+
USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID",
|
|
144
|
+
USAGE_TYPE: "USAGE_TYPE",
|
|
145
|
+
};
|
|
146
|
+
exports.BillEstimateStatus = {
|
|
147
|
+
COMPLETE: "COMPLETE",
|
|
148
|
+
FAILED: "FAILED",
|
|
149
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
150
|
+
};
|
|
151
|
+
class ConflictException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
152
|
+
constructor(opts) {
|
|
153
|
+
super({
|
|
154
|
+
name: "ConflictException",
|
|
155
|
+
$fault: "client",
|
|
156
|
+
...opts,
|
|
157
|
+
});
|
|
158
|
+
this.name = "ConflictException";
|
|
159
|
+
this.$fault = "client";
|
|
160
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
161
|
+
this.resourceId = opts.resourceId;
|
|
162
|
+
this.resourceType = opts.resourceType;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
exports.ConflictException = ConflictException;
|
|
166
|
+
exports.ListBillEstimatesFilterName = {
|
|
167
|
+
NAME: "NAME",
|
|
168
|
+
STATUS: "STATUS",
|
|
169
|
+
};
|
|
170
|
+
exports.BatchCreateBillScenarioCommitmentModificationErrorCode = {
|
|
171
|
+
CONFLICT: "CONFLICT",
|
|
172
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
173
|
+
INVALID_ACCOUNT: "INVALID_ACCOUNT",
|
|
174
|
+
};
|
|
175
|
+
exports.BatchDeleteBillScenarioCommitmentModificationErrorCode = {
|
|
176
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
177
|
+
CONFLICT: "CONFLICT",
|
|
178
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
179
|
+
};
|
|
180
|
+
exports.BatchUpdateBillScenarioCommitmentModificationErrorCode = {
|
|
181
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
182
|
+
CONFLICT: "CONFLICT",
|
|
183
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
184
|
+
NOT_FOUND: "NOT_FOUND",
|
|
185
|
+
};
|
|
186
|
+
exports.BillScenarioStatus = {
|
|
187
|
+
FAILED: "FAILED",
|
|
188
|
+
LOCKED: "LOCKED",
|
|
189
|
+
READY: "READY",
|
|
190
|
+
};
|
|
191
|
+
exports.BatchCreateBillScenarioUsageModificationErrorCode = {
|
|
192
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
193
|
+
CONFLICT: "CONFLICT",
|
|
194
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
195
|
+
NOT_FOUND: "NOT_FOUND",
|
|
196
|
+
};
|
|
197
|
+
class ServiceQuotaExceededException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
198
|
+
constructor(opts) {
|
|
199
|
+
super({
|
|
200
|
+
name: "ServiceQuotaExceededException",
|
|
201
|
+
$fault: "client",
|
|
202
|
+
...opts,
|
|
203
|
+
});
|
|
204
|
+
this.name = "ServiceQuotaExceededException";
|
|
205
|
+
this.$fault = "client";
|
|
206
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
207
|
+
this.resourceId = opts.resourceId;
|
|
208
|
+
this.resourceType = opts.resourceType;
|
|
209
|
+
this.serviceCode = opts.serviceCode;
|
|
210
|
+
this.quotaCode = opts.quotaCode;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
214
|
+
exports.BatchDeleteBillScenarioUsageModificationErrorCode = {
|
|
215
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
216
|
+
CONFLICT: "CONFLICT",
|
|
217
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
218
|
+
};
|
|
219
|
+
exports.BatchUpdateBillScenarioUsageModificationErrorCode = {
|
|
220
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
221
|
+
CONFLICT: "CONFLICT",
|
|
222
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
223
|
+
NOT_FOUND: "NOT_FOUND",
|
|
224
|
+
};
|
|
225
|
+
exports.ListBillScenariosFilterName = {
|
|
226
|
+
NAME: "NAME",
|
|
227
|
+
STATUS: "STATUS",
|
|
228
|
+
};
|
|
229
|
+
exports.RateType = {
|
|
230
|
+
AFTER_DISCOUNTS: "AFTER_DISCOUNTS",
|
|
231
|
+
BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS",
|
|
232
|
+
};
|
|
233
|
+
exports.WorkloadEstimateRateType = {
|
|
234
|
+
AFTER_DISCOUNTS: "AFTER_DISCOUNTS",
|
|
235
|
+
BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS",
|
|
236
|
+
};
|
|
237
|
+
exports.WorkloadEstimateStatus = {
|
|
238
|
+
ACTION_NEEDED: "ACTION_NEEDED",
|
|
239
|
+
INVALID: "INVALID",
|
|
240
|
+
UPDATING: "UPDATING",
|
|
241
|
+
VALID: "VALID",
|
|
242
|
+
};
|
|
243
|
+
exports.ListWorkloadEstimatesFilterName = {
|
|
244
|
+
NAME: "NAME",
|
|
245
|
+
STATUS: "STATUS",
|
|
246
|
+
};
|
|
247
|
+
exports.BatchCreateWorkloadEstimateUsageCode = {
|
|
248
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
249
|
+
CONFLICT: "CONFLICT",
|
|
250
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
251
|
+
NOT_FOUND: "NOT_FOUND",
|
|
252
|
+
};
|
|
253
|
+
exports.WorkloadEstimateCostStatus = {
|
|
254
|
+
INVALID: "INVALID",
|
|
255
|
+
STALE: "STALE",
|
|
256
|
+
VALID: "VALID",
|
|
257
|
+
};
|
|
258
|
+
exports.WorkloadEstimateUpdateUsageErrorCode = {
|
|
259
|
+
BAD_REQUEST: "BAD_REQUEST",
|
|
260
|
+
CONFLICT: "CONFLICT",
|
|
261
|
+
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
262
|
+
NOT_FOUND: "NOT_FOUND",
|
|
263
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillEstimateCommitments = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillEstimateCommitmentsCommand_1 = require("../commands/ListBillEstimateCommitmentsCommand");
|
|
7
|
+
exports.paginateListBillEstimateCommitments = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateCommitmentsCommand_1.ListBillEstimateCommitmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillEstimateInputCommitmentModifications = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillEstimateInputCommitmentModificationsCommand_1 = require("../commands/ListBillEstimateInputCommitmentModificationsCommand");
|
|
7
|
+
exports.paginateListBillEstimateInputCommitmentModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateInputCommitmentModificationsCommand_1.ListBillEstimateInputCommitmentModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillEstimateInputUsageModifications = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillEstimateInputUsageModificationsCommand_1 = require("../commands/ListBillEstimateInputUsageModificationsCommand");
|
|
7
|
+
exports.paginateListBillEstimateInputUsageModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateInputUsageModificationsCommand_1.ListBillEstimateInputUsageModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillEstimateLineItems = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillEstimateLineItemsCommand_1 = require("../commands/ListBillEstimateLineItemsCommand");
|
|
7
|
+
exports.paginateListBillEstimateLineItems = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateLineItemsCommand_1.ListBillEstimateLineItemsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillEstimates = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillEstimatesCommand_1 = require("../commands/ListBillEstimatesCommand");
|
|
7
|
+
exports.paginateListBillEstimates = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimatesCommand_1.ListBillEstimatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillScenarioCommitmentModifications = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillScenarioCommitmentModificationsCommand_1 = require("../commands/ListBillScenarioCommitmentModificationsCommand");
|
|
7
|
+
exports.paginateListBillScenarioCommitmentModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillScenarioCommitmentModificationsCommand_1.ListBillScenarioCommitmentModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillScenarioUsageModifications = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillScenarioUsageModificationsCommand_1 = require("../commands/ListBillScenarioUsageModificationsCommand");
|
|
7
|
+
exports.paginateListBillScenarioUsageModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillScenarioUsageModificationsCommand_1.ListBillScenarioUsageModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListBillScenarios = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListBillScenariosCommand_1 = require("../commands/ListBillScenariosCommand");
|
|
7
|
+
exports.paginateListBillScenarios = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillScenariosCommand_1.ListBillScenariosCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListWorkloadEstimateUsage = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListWorkloadEstimateUsageCommand_1 = require("../commands/ListWorkloadEstimateUsageCommand");
|
|
7
|
+
exports.paginateListWorkloadEstimateUsage = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListWorkloadEstimateUsageCommand_1.ListWorkloadEstimateUsageCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListWorkloadEstimates = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
+
const ListWorkloadEstimatesCommand_1 = require("../commands/ListWorkloadEstimatesCommand");
|
|
7
|
+
exports.paginateListWorkloadEstimates = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListWorkloadEstimatesCommand_1.ListWorkloadEstimatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListBillEstimateCommitmentsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListBillEstimateInputCommitmentModificationsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListBillEstimateInputUsageModificationsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListBillEstimateLineItemsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListBillEstimatesPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListBillScenarioCommitmentModificationsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListBillScenarioUsageModificationsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListBillScenariosPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListWorkloadEstimateUsagePaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListWorkloadEstimatesPaginator"), exports);
|