@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,337 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
Client as __Client,
|
|
24
|
+
DefaultsMode as __DefaultsMode,
|
|
25
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
26
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
30
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
StreamCollector as __StreamCollector,
|
|
41
|
+
UrlParser as __UrlParser,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
BatchCreateBillScenarioCommitmentModificationCommandInput,
|
|
50
|
+
BatchCreateBillScenarioCommitmentModificationCommandOutput,
|
|
51
|
+
} from "./commands/BatchCreateBillScenarioCommitmentModificationCommand";
|
|
52
|
+
import {
|
|
53
|
+
BatchCreateBillScenarioUsageModificationCommandInput,
|
|
54
|
+
BatchCreateBillScenarioUsageModificationCommandOutput,
|
|
55
|
+
} from "./commands/BatchCreateBillScenarioUsageModificationCommand";
|
|
56
|
+
import {
|
|
57
|
+
BatchCreateWorkloadEstimateUsageCommandInput,
|
|
58
|
+
BatchCreateWorkloadEstimateUsageCommandOutput,
|
|
59
|
+
} from "./commands/BatchCreateWorkloadEstimateUsageCommand";
|
|
60
|
+
import {
|
|
61
|
+
BatchDeleteBillScenarioCommitmentModificationCommandInput,
|
|
62
|
+
BatchDeleteBillScenarioCommitmentModificationCommandOutput,
|
|
63
|
+
} from "./commands/BatchDeleteBillScenarioCommitmentModificationCommand";
|
|
64
|
+
import {
|
|
65
|
+
BatchDeleteBillScenarioUsageModificationCommandInput,
|
|
66
|
+
BatchDeleteBillScenarioUsageModificationCommandOutput,
|
|
67
|
+
} from "./commands/BatchDeleteBillScenarioUsageModificationCommand";
|
|
68
|
+
import {
|
|
69
|
+
BatchDeleteWorkloadEstimateUsageCommandInput,
|
|
70
|
+
BatchDeleteWorkloadEstimateUsageCommandOutput,
|
|
71
|
+
} from "./commands/BatchDeleteWorkloadEstimateUsageCommand";
|
|
72
|
+
import {
|
|
73
|
+
BatchUpdateBillScenarioCommitmentModificationCommandInput,
|
|
74
|
+
BatchUpdateBillScenarioCommitmentModificationCommandOutput,
|
|
75
|
+
} from "./commands/BatchUpdateBillScenarioCommitmentModificationCommand";
|
|
76
|
+
import {
|
|
77
|
+
BatchUpdateBillScenarioUsageModificationCommandInput,
|
|
78
|
+
BatchUpdateBillScenarioUsageModificationCommandOutput,
|
|
79
|
+
} from "./commands/BatchUpdateBillScenarioUsageModificationCommand";
|
|
80
|
+
import {
|
|
81
|
+
BatchUpdateWorkloadEstimateUsageCommandInput,
|
|
82
|
+
BatchUpdateWorkloadEstimateUsageCommandOutput,
|
|
83
|
+
} from "./commands/BatchUpdateWorkloadEstimateUsageCommand";
|
|
84
|
+
import {
|
|
85
|
+
CreateBillEstimateCommandInput,
|
|
86
|
+
CreateBillEstimateCommandOutput,
|
|
87
|
+
} from "./commands/CreateBillEstimateCommand";
|
|
88
|
+
import {
|
|
89
|
+
CreateBillScenarioCommandInput,
|
|
90
|
+
CreateBillScenarioCommandOutput,
|
|
91
|
+
} from "./commands/CreateBillScenarioCommand";
|
|
92
|
+
import {
|
|
93
|
+
CreateWorkloadEstimateCommandInput,
|
|
94
|
+
CreateWorkloadEstimateCommandOutput,
|
|
95
|
+
} from "./commands/CreateWorkloadEstimateCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteBillEstimateCommandInput,
|
|
98
|
+
DeleteBillEstimateCommandOutput,
|
|
99
|
+
} from "./commands/DeleteBillEstimateCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteBillScenarioCommandInput,
|
|
102
|
+
DeleteBillScenarioCommandOutput,
|
|
103
|
+
} from "./commands/DeleteBillScenarioCommand";
|
|
104
|
+
import {
|
|
105
|
+
DeleteWorkloadEstimateCommandInput,
|
|
106
|
+
DeleteWorkloadEstimateCommandOutput,
|
|
107
|
+
} from "./commands/DeleteWorkloadEstimateCommand";
|
|
108
|
+
import {
|
|
109
|
+
GetBillEstimateCommandInput,
|
|
110
|
+
GetBillEstimateCommandOutput,
|
|
111
|
+
} from "./commands/GetBillEstimateCommand";
|
|
112
|
+
import {
|
|
113
|
+
GetBillScenarioCommandInput,
|
|
114
|
+
GetBillScenarioCommandOutput,
|
|
115
|
+
} from "./commands/GetBillScenarioCommand";
|
|
116
|
+
import {
|
|
117
|
+
GetPreferencesCommandInput,
|
|
118
|
+
GetPreferencesCommandOutput,
|
|
119
|
+
} from "./commands/GetPreferencesCommand";
|
|
120
|
+
import {
|
|
121
|
+
GetWorkloadEstimateCommandInput,
|
|
122
|
+
GetWorkloadEstimateCommandOutput,
|
|
123
|
+
} from "./commands/GetWorkloadEstimateCommand";
|
|
124
|
+
import {
|
|
125
|
+
ListBillEstimateCommitmentsCommandInput,
|
|
126
|
+
ListBillEstimateCommitmentsCommandOutput,
|
|
127
|
+
} from "./commands/ListBillEstimateCommitmentsCommand";
|
|
128
|
+
import {
|
|
129
|
+
ListBillEstimateInputCommitmentModificationsCommandInput,
|
|
130
|
+
ListBillEstimateInputCommitmentModificationsCommandOutput,
|
|
131
|
+
} from "./commands/ListBillEstimateInputCommitmentModificationsCommand";
|
|
132
|
+
import {
|
|
133
|
+
ListBillEstimateInputUsageModificationsCommandInput,
|
|
134
|
+
ListBillEstimateInputUsageModificationsCommandOutput,
|
|
135
|
+
} from "./commands/ListBillEstimateInputUsageModificationsCommand";
|
|
136
|
+
import {
|
|
137
|
+
ListBillEstimateLineItemsCommandInput,
|
|
138
|
+
ListBillEstimateLineItemsCommandOutput,
|
|
139
|
+
} from "./commands/ListBillEstimateLineItemsCommand";
|
|
140
|
+
import {
|
|
141
|
+
ListBillEstimatesCommandInput,
|
|
142
|
+
ListBillEstimatesCommandOutput,
|
|
143
|
+
} from "./commands/ListBillEstimatesCommand";
|
|
144
|
+
import {
|
|
145
|
+
ListBillScenarioCommitmentModificationsCommandInput,
|
|
146
|
+
ListBillScenarioCommitmentModificationsCommandOutput,
|
|
147
|
+
} from "./commands/ListBillScenarioCommitmentModificationsCommand";
|
|
148
|
+
import {
|
|
149
|
+
ListBillScenariosCommandInput,
|
|
150
|
+
ListBillScenariosCommandOutput,
|
|
151
|
+
} from "./commands/ListBillScenariosCommand";
|
|
152
|
+
import {
|
|
153
|
+
ListBillScenarioUsageModificationsCommandInput,
|
|
154
|
+
ListBillScenarioUsageModificationsCommandOutput,
|
|
155
|
+
} from "./commands/ListBillScenarioUsageModificationsCommand";
|
|
156
|
+
import {
|
|
157
|
+
ListTagsForResourceCommandInput,
|
|
158
|
+
ListTagsForResourceCommandOutput,
|
|
159
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
160
|
+
import {
|
|
161
|
+
ListWorkloadEstimatesCommandInput,
|
|
162
|
+
ListWorkloadEstimatesCommandOutput,
|
|
163
|
+
} from "./commands/ListWorkloadEstimatesCommand";
|
|
164
|
+
import {
|
|
165
|
+
ListWorkloadEstimateUsageCommandInput,
|
|
166
|
+
ListWorkloadEstimateUsageCommandOutput,
|
|
167
|
+
} from "./commands/ListWorkloadEstimateUsageCommand";
|
|
168
|
+
import {
|
|
169
|
+
TagResourceCommandInput,
|
|
170
|
+
TagResourceCommandOutput,
|
|
171
|
+
} from "./commands/TagResourceCommand";
|
|
172
|
+
import {
|
|
173
|
+
UntagResourceCommandInput,
|
|
174
|
+
UntagResourceCommandOutput,
|
|
175
|
+
} from "./commands/UntagResourceCommand";
|
|
176
|
+
import {
|
|
177
|
+
UpdateBillEstimateCommandInput,
|
|
178
|
+
UpdateBillEstimateCommandOutput,
|
|
179
|
+
} from "./commands/UpdateBillEstimateCommand";
|
|
180
|
+
import {
|
|
181
|
+
UpdateBillScenarioCommandInput,
|
|
182
|
+
UpdateBillScenarioCommandOutput,
|
|
183
|
+
} from "./commands/UpdateBillScenarioCommand";
|
|
184
|
+
import {
|
|
185
|
+
UpdatePreferencesCommandInput,
|
|
186
|
+
UpdatePreferencesCommandOutput,
|
|
187
|
+
} from "./commands/UpdatePreferencesCommand";
|
|
188
|
+
import {
|
|
189
|
+
UpdateWorkloadEstimateCommandInput,
|
|
190
|
+
UpdateWorkloadEstimateCommandOutput,
|
|
191
|
+
} from "./commands/UpdateWorkloadEstimateCommand";
|
|
192
|
+
import {
|
|
193
|
+
ClientInputEndpointParameters,
|
|
194
|
+
ClientResolvedEndpointParameters,
|
|
195
|
+
EndpointParameters,
|
|
196
|
+
} from "./endpoint/EndpointParameters";
|
|
197
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
198
|
+
export { __Client };
|
|
199
|
+
export type ServiceInputTypes =
|
|
200
|
+
| BatchCreateBillScenarioCommitmentModificationCommandInput
|
|
201
|
+
| BatchCreateBillScenarioUsageModificationCommandInput
|
|
202
|
+
| BatchCreateWorkloadEstimateUsageCommandInput
|
|
203
|
+
| BatchDeleteBillScenarioCommitmentModificationCommandInput
|
|
204
|
+
| BatchDeleteBillScenarioUsageModificationCommandInput
|
|
205
|
+
| BatchDeleteWorkloadEstimateUsageCommandInput
|
|
206
|
+
| BatchUpdateBillScenarioCommitmentModificationCommandInput
|
|
207
|
+
| BatchUpdateBillScenarioUsageModificationCommandInput
|
|
208
|
+
| BatchUpdateWorkloadEstimateUsageCommandInput
|
|
209
|
+
| CreateBillEstimateCommandInput
|
|
210
|
+
| CreateBillScenarioCommandInput
|
|
211
|
+
| CreateWorkloadEstimateCommandInput
|
|
212
|
+
| DeleteBillEstimateCommandInput
|
|
213
|
+
| DeleteBillScenarioCommandInput
|
|
214
|
+
| DeleteWorkloadEstimateCommandInput
|
|
215
|
+
| GetBillEstimateCommandInput
|
|
216
|
+
| GetBillScenarioCommandInput
|
|
217
|
+
| GetPreferencesCommandInput
|
|
218
|
+
| GetWorkloadEstimateCommandInput
|
|
219
|
+
| ListBillEstimateCommitmentsCommandInput
|
|
220
|
+
| ListBillEstimateInputCommitmentModificationsCommandInput
|
|
221
|
+
| ListBillEstimateInputUsageModificationsCommandInput
|
|
222
|
+
| ListBillEstimateLineItemsCommandInput
|
|
223
|
+
| ListBillEstimatesCommandInput
|
|
224
|
+
| ListBillScenarioCommitmentModificationsCommandInput
|
|
225
|
+
| ListBillScenarioUsageModificationsCommandInput
|
|
226
|
+
| ListBillScenariosCommandInput
|
|
227
|
+
| ListTagsForResourceCommandInput
|
|
228
|
+
| ListWorkloadEstimateUsageCommandInput
|
|
229
|
+
| ListWorkloadEstimatesCommandInput
|
|
230
|
+
| TagResourceCommandInput
|
|
231
|
+
| UntagResourceCommandInput
|
|
232
|
+
| UpdateBillEstimateCommandInput
|
|
233
|
+
| UpdateBillScenarioCommandInput
|
|
234
|
+
| UpdatePreferencesCommandInput
|
|
235
|
+
| UpdateWorkloadEstimateCommandInput;
|
|
236
|
+
export type ServiceOutputTypes =
|
|
237
|
+
| BatchCreateBillScenarioCommitmentModificationCommandOutput
|
|
238
|
+
| BatchCreateBillScenarioUsageModificationCommandOutput
|
|
239
|
+
| BatchCreateWorkloadEstimateUsageCommandOutput
|
|
240
|
+
| BatchDeleteBillScenarioCommitmentModificationCommandOutput
|
|
241
|
+
| BatchDeleteBillScenarioUsageModificationCommandOutput
|
|
242
|
+
| BatchDeleteWorkloadEstimateUsageCommandOutput
|
|
243
|
+
| BatchUpdateBillScenarioCommitmentModificationCommandOutput
|
|
244
|
+
| BatchUpdateBillScenarioUsageModificationCommandOutput
|
|
245
|
+
| BatchUpdateWorkloadEstimateUsageCommandOutput
|
|
246
|
+
| CreateBillEstimateCommandOutput
|
|
247
|
+
| CreateBillScenarioCommandOutput
|
|
248
|
+
| CreateWorkloadEstimateCommandOutput
|
|
249
|
+
| DeleteBillEstimateCommandOutput
|
|
250
|
+
| DeleteBillScenarioCommandOutput
|
|
251
|
+
| DeleteWorkloadEstimateCommandOutput
|
|
252
|
+
| GetBillEstimateCommandOutput
|
|
253
|
+
| GetBillScenarioCommandOutput
|
|
254
|
+
| GetPreferencesCommandOutput
|
|
255
|
+
| GetWorkloadEstimateCommandOutput
|
|
256
|
+
| ListBillEstimateCommitmentsCommandOutput
|
|
257
|
+
| ListBillEstimateInputCommitmentModificationsCommandOutput
|
|
258
|
+
| ListBillEstimateInputUsageModificationsCommandOutput
|
|
259
|
+
| ListBillEstimateLineItemsCommandOutput
|
|
260
|
+
| ListBillEstimatesCommandOutput
|
|
261
|
+
| ListBillScenarioCommitmentModificationsCommandOutput
|
|
262
|
+
| ListBillScenarioUsageModificationsCommandOutput
|
|
263
|
+
| ListBillScenariosCommandOutput
|
|
264
|
+
| ListTagsForResourceCommandOutput
|
|
265
|
+
| ListWorkloadEstimateUsageCommandOutput
|
|
266
|
+
| ListWorkloadEstimatesCommandOutput
|
|
267
|
+
| TagResourceCommandOutput
|
|
268
|
+
| UntagResourceCommandOutput
|
|
269
|
+
| UpdateBillEstimateCommandOutput
|
|
270
|
+
| UpdateBillScenarioCommandOutput
|
|
271
|
+
| UpdatePreferencesCommandOutput
|
|
272
|
+
| UpdateWorkloadEstimateCommandOutput;
|
|
273
|
+
export interface ClientDefaults
|
|
274
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
275
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
276
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
277
|
+
urlParser?: __UrlParser;
|
|
278
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
279
|
+
streamCollector?: __StreamCollector;
|
|
280
|
+
base64Decoder?: __Decoder;
|
|
281
|
+
base64Encoder?: __Encoder;
|
|
282
|
+
utf8Decoder?: __Decoder;
|
|
283
|
+
utf8Encoder?: __Encoder;
|
|
284
|
+
runtime?: string;
|
|
285
|
+
disableHostPrefix?: boolean;
|
|
286
|
+
serviceId?: string;
|
|
287
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
288
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
289
|
+
region?: string | __Provider<string>;
|
|
290
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
291
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
292
|
+
maxAttempts?: number | __Provider<number>;
|
|
293
|
+
retryMode?: string | __Provider<string>;
|
|
294
|
+
logger?: __Logger;
|
|
295
|
+
extensions?: RuntimeExtension[];
|
|
296
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
297
|
+
}
|
|
298
|
+
export type BCMPricingCalculatorClientConfigType = Partial<
|
|
299
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
300
|
+
> &
|
|
301
|
+
ClientDefaults &
|
|
302
|
+
UserAgentInputConfig &
|
|
303
|
+
RetryInputConfig &
|
|
304
|
+
RegionInputConfig &
|
|
305
|
+
HostHeaderInputConfig &
|
|
306
|
+
EndpointInputConfig<EndpointParameters> &
|
|
307
|
+
HttpAuthSchemeInputConfig &
|
|
308
|
+
ClientInputEndpointParameters;
|
|
309
|
+
export interface BCMPricingCalculatorClientConfig
|
|
310
|
+
extends BCMPricingCalculatorClientConfigType {}
|
|
311
|
+
export type BCMPricingCalculatorClientResolvedConfigType =
|
|
312
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
313
|
+
Required<ClientDefaults> &
|
|
314
|
+
RuntimeExtensionsConfig &
|
|
315
|
+
UserAgentResolvedConfig &
|
|
316
|
+
RetryResolvedConfig &
|
|
317
|
+
RegionResolvedConfig &
|
|
318
|
+
HostHeaderResolvedConfig &
|
|
319
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
320
|
+
HttpAuthSchemeResolvedConfig &
|
|
321
|
+
ClientResolvedEndpointParameters;
|
|
322
|
+
export interface BCMPricingCalculatorClientResolvedConfig
|
|
323
|
+
extends BCMPricingCalculatorClientResolvedConfigType {}
|
|
324
|
+
export declare class BCMPricingCalculatorClient extends __Client<
|
|
325
|
+
__HttpHandlerOptions,
|
|
326
|
+
ServiceInputTypes,
|
|
327
|
+
ServiceOutputTypes,
|
|
328
|
+
BCMPricingCalculatorClientResolvedConfig
|
|
329
|
+
> {
|
|
330
|
+
readonly config: BCMPricingCalculatorClientResolvedConfig;
|
|
331
|
+
constructor(
|
|
332
|
+
...[
|
|
333
|
+
configuration,
|
|
334
|
+
]: __CheckOptionalClientConfig<BCMPricingCalculatorClientConfig>
|
|
335
|
+
);
|
|
336
|
+
destroy(): void;
|
|
337
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsCredentialIdentity,
|
|
3
|
+
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { BCMPricingCalculatorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: BCMPricingCalculatorHttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): BCMPricingCalculatorHttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: BCMPricingCalculatorHttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
} from "@smithy/types";
|
|
13
|
+
import { BCMPricingCalculatorClientResolvedConfig } from "../BCMPricingCalculatorClient";
|
|
14
|
+
export interface BCMPricingCalculatorHttpAuthSchemeParameters
|
|
15
|
+
extends HttpAuthSchemeParameters {
|
|
16
|
+
region?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface BCMPricingCalculatorHttpAuthSchemeParametersProvider
|
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
|
20
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
21
|
+
HandlerExecutionContext,
|
|
22
|
+
BCMPricingCalculatorHttpAuthSchemeParameters,
|
|
23
|
+
object
|
|
24
|
+
> {}
|
|
25
|
+
export declare const defaultBCMPricingCalculatorHttpAuthSchemeParametersProvider: (
|
|
26
|
+
config: BCMPricingCalculatorClientResolvedConfig,
|
|
27
|
+
context: HandlerExecutionContext,
|
|
28
|
+
input: object
|
|
29
|
+
) => Promise<BCMPricingCalculatorHttpAuthSchemeParameters>;
|
|
30
|
+
export interface BCMPricingCalculatorHttpAuthSchemeProvider
|
|
31
|
+
extends HttpAuthSchemeProvider<BCMPricingCalculatorHttpAuthSchemeParameters> {}
|
|
32
|
+
export declare const defaultBCMPricingCalculatorHttpAuthSchemeProvider: BCMPricingCalculatorHttpAuthSchemeProvider;
|
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
35
|
+
httpAuthSchemeProvider?: BCMPricingCalculatorHttpAuthSchemeProvider;
|
|
36
|
+
}
|
|
37
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
38
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
39
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
40
|
+
readonly httpAuthSchemeProvider: BCMPricingCalculatorHttpAuthSchemeProvider;
|
|
41
|
+
}
|
|
42
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
43
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
44
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BCMPricingCalculatorClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchCreateBillScenarioCommitmentModificationRequest,
|
|
10
|
+
BatchCreateBillScenarioCommitmentModificationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchCreateBillScenarioCommitmentModificationCommandInput
|
|
15
|
+
extends BatchCreateBillScenarioCommitmentModificationRequest {}
|
|
16
|
+
export interface BatchCreateBillScenarioCommitmentModificationCommandOutput
|
|
17
|
+
extends BatchCreateBillScenarioCommitmentModificationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchCreateBillScenarioCommitmentModificationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchCreateBillScenarioCommitmentModificationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchCreateBillScenarioCommitmentModificationCommandInput,
|
|
24
|
+
BatchCreateBillScenarioCommitmentModificationCommandOutput,
|
|
25
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchCreateBillScenarioCommitmentModificationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchCreateBillScenarioCommitmentModificationCommandInput,
|
|
33
|
+
BatchCreateBillScenarioCommitmentModificationCommandOutput,
|
|
34
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchCreateBillScenarioCommitmentModificationCommand extends BatchCreateBillScenarioCommitmentModificationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchCreateBillScenarioCommitmentModificationRequest;
|
|
44
|
+
output: BatchCreateBillScenarioCommitmentModificationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchCreateBillScenarioCommitmentModificationCommandInput;
|
|
48
|
+
output: BatchCreateBillScenarioCommitmentModificationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BCMPricingCalculatorClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchCreateBillScenarioUsageModificationRequest,
|
|
10
|
+
BatchCreateBillScenarioUsageModificationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchCreateBillScenarioUsageModificationCommandInput
|
|
15
|
+
extends BatchCreateBillScenarioUsageModificationRequest {}
|
|
16
|
+
export interface BatchCreateBillScenarioUsageModificationCommandOutput
|
|
17
|
+
extends BatchCreateBillScenarioUsageModificationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchCreateBillScenarioUsageModificationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchCreateBillScenarioUsageModificationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchCreateBillScenarioUsageModificationCommandInput,
|
|
24
|
+
BatchCreateBillScenarioUsageModificationCommandOutput,
|
|
25
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchCreateBillScenarioUsageModificationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchCreateBillScenarioUsageModificationCommandInput,
|
|
33
|
+
BatchCreateBillScenarioUsageModificationCommandOutput,
|
|
34
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchCreateBillScenarioUsageModificationCommand extends BatchCreateBillScenarioUsageModificationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchCreateBillScenarioUsageModificationRequest;
|
|
44
|
+
output: BatchCreateBillScenarioUsageModificationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchCreateBillScenarioUsageModificationCommandInput;
|
|
48
|
+
output: BatchCreateBillScenarioUsageModificationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BCMPricingCalculatorClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchCreateWorkloadEstimateUsageRequest,
|
|
10
|
+
BatchCreateWorkloadEstimateUsageResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchCreateWorkloadEstimateUsageCommandInput
|
|
15
|
+
extends BatchCreateWorkloadEstimateUsageRequest {}
|
|
16
|
+
export interface BatchCreateWorkloadEstimateUsageCommandOutput
|
|
17
|
+
extends BatchCreateWorkloadEstimateUsageResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchCreateWorkloadEstimateUsageCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchCreateWorkloadEstimateUsageCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchCreateWorkloadEstimateUsageCommandInput,
|
|
24
|
+
BatchCreateWorkloadEstimateUsageCommandOutput,
|
|
25
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchCreateWorkloadEstimateUsageCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchCreateWorkloadEstimateUsageCommandInput,
|
|
33
|
+
BatchCreateWorkloadEstimateUsageCommandOutput,
|
|
34
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchCreateWorkloadEstimateUsageCommand extends BatchCreateWorkloadEstimateUsageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchCreateWorkloadEstimateUsageRequest;
|
|
44
|
+
output: BatchCreateWorkloadEstimateUsageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchCreateWorkloadEstimateUsageCommandInput;
|
|
48
|
+
output: BatchCreateWorkloadEstimateUsageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BCMPricingCalculatorClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchDeleteBillScenarioCommitmentModificationRequest,
|
|
10
|
+
BatchDeleteBillScenarioCommitmentModificationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchDeleteBillScenarioCommitmentModificationCommandInput
|
|
15
|
+
extends BatchDeleteBillScenarioCommitmentModificationRequest {}
|
|
16
|
+
export interface BatchDeleteBillScenarioCommitmentModificationCommandOutput
|
|
17
|
+
extends BatchDeleteBillScenarioCommitmentModificationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchDeleteBillScenarioCommitmentModificationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchDeleteBillScenarioCommitmentModificationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchDeleteBillScenarioCommitmentModificationCommandInput,
|
|
24
|
+
BatchDeleteBillScenarioCommitmentModificationCommandOutput,
|
|
25
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchDeleteBillScenarioCommitmentModificationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchDeleteBillScenarioCommitmentModificationCommandInput,
|
|
33
|
+
BatchDeleteBillScenarioCommitmentModificationCommandOutput,
|
|
34
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchDeleteBillScenarioCommitmentModificationCommand extends BatchDeleteBillScenarioCommitmentModificationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchDeleteBillScenarioCommitmentModificationRequest;
|
|
44
|
+
output: BatchDeleteBillScenarioCommitmentModificationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchDeleteBillScenarioCommitmentModificationCommandInput;
|
|
48
|
+
output: BatchDeleteBillScenarioCommitmentModificationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BCMPricingCalculatorClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchDeleteBillScenarioUsageModificationRequest,
|
|
10
|
+
BatchDeleteBillScenarioUsageModificationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchDeleteBillScenarioUsageModificationCommandInput
|
|
15
|
+
extends BatchDeleteBillScenarioUsageModificationRequest {}
|
|
16
|
+
export interface BatchDeleteBillScenarioUsageModificationCommandOutput
|
|
17
|
+
extends BatchDeleteBillScenarioUsageModificationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchDeleteBillScenarioUsageModificationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchDeleteBillScenarioUsageModificationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchDeleteBillScenarioUsageModificationCommandInput,
|
|
24
|
+
BatchDeleteBillScenarioUsageModificationCommandOutput,
|
|
25
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: BatchDeleteBillScenarioUsageModificationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchDeleteBillScenarioUsageModificationCommandInput,
|
|
33
|
+
BatchDeleteBillScenarioUsageModificationCommandOutput,
|
|
34
|
+
BCMPricingCalculatorClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchDeleteBillScenarioUsageModificationCommand extends BatchDeleteBillScenarioUsageModificationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchDeleteBillScenarioUsageModificationRequest;
|
|
44
|
+
output: BatchDeleteBillScenarioUsageModificationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchDeleteBillScenarioUsageModificationCommandInput;
|
|
48
|
+
output: BatchDeleteBillScenarioUsageModificationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|