@aws-sdk/client-bcm-pricing-calculator 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +88 -89
- package/dist-cjs/models/BCMPricingCalculatorServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/BCMPricingCalculator.js +1 -1
- package/dist-es/BCMPricingCalculatorClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +2 -2
- package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +2 -2
- package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/CreateBillEstimateCommand.js +2 -2
- package/dist-es/commands/CreateBillScenarioCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/DeleteBillEstimateCommand.js +2 -2
- package/dist-es/commands/DeleteBillScenarioCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/GetBillEstimateCommand.js +2 -2
- package/dist-es/commands/GetBillScenarioCommand.js +2 -2
- package/dist-es/commands/GetPreferencesCommand.js +2 -2
- package/dist-es/commands/GetWorkloadEstimateCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimateLineItemsCommand.js +2 -2
- package/dist-es/commands/ListBillEstimatesCommand.js +2 -2
- package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +2 -2
- package/dist-es/commands/ListBillScenariosCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +2 -2
- package/dist-es/commands/ListWorkloadEstimatesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBillEstimateCommand.js +2 -2
- package/dist-es/commands/UpdateBillScenarioCommand.js +2 -2
- package/dist-es/commands/UpdatePreferencesCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadEstimateCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BCMPricingCalculatorServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/BCMPricingCalculatorClient.d.ts +5 -5
- package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/CreateBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/CreateBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/commands/GetBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/GetBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/GetPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillEstimatesCommand.d.ts +6 -4
- package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBillScenariosCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBillEstimateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBillScenarioCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BCMPricingCalculatorServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BCMPricingCalculatorServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultBCMPricingCalculatorHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { BatchCreateBillScenarioCommitmentModificationCommandInput, BatchCreateBillScenarioCommitmentModificationCommandOutput } from "./commands/BatchCreateBillScenarioCommitmentModificationCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchCreateBillScenarioCommitmentModificationRequest, BatchCreateBillScenarioCommitmentModificationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchCreateBillScenarioCommitmentModificationCommandInput exten
|
|
|
22
22
|
export interface BatchCreateBillScenarioCommitmentModificationCommandOutput extends BatchCreateBillScenarioCommitmentModificationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchCreateBillScenarioCommitmentModificationCommand_base: {
|
|
25
|
-
new (input: BatchCreateBillScenarioCommitmentModificationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchCreateBillScenarioCommitmentModificationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchCreateBillScenarioCommitmentModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateBillScenarioCommitmentModificationCommandInput, BatchCreateBillScenarioCommitmentModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchCreateBillScenarioCommitmentModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateBillScenarioCommitmentModificationCommandInput, BatchCreateBillScenarioCommitmentModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario. </p> <note> <p>The <code>BatchCreateBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:CreateBillScenarioCommitmentModification</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchCreateBillScenarioUsageModificationRequest, BatchCreateBillScenarioUsageModificationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchCreateBillScenarioUsageModificationCommandInput extends Ba
|
|
|
22
22
|
export interface BatchCreateBillScenarioUsageModificationCommandOutput extends BatchCreateBillScenarioUsageModificationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchCreateBillScenarioUsageModificationCommand_base: {
|
|
25
|
-
new (input: BatchCreateBillScenarioUsageModificationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchCreateBillScenarioUsageModificationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchCreateBillScenarioUsageModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateBillScenarioUsageModificationCommandInput, BatchCreateBillScenarioUsageModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchCreateBillScenarioUsageModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateBillScenarioUsageModificationCommandInput, BatchCreateBillScenarioUsageModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Create Amazon Web Services service usage that you want to model in a Bill Scenario. </p> <note> <p>The <code>BatchCreateBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:CreateBillScenarioUsageModification</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchCreateWorkloadEstimateUsageRequest, BatchCreateWorkloadEstimateUsageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchCreateWorkloadEstimateUsageCommandInput extends BatchCreat
|
|
|
22
22
|
export interface BatchCreateWorkloadEstimateUsageCommandOutput extends BatchCreateWorkloadEstimateUsageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchCreateWorkloadEstimateUsageCommand_base: {
|
|
25
|
-
new (input: BatchCreateWorkloadEstimateUsageCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchCreateWorkloadEstimateUsageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchCreateWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateWorkloadEstimateUsageCommandInput, BatchCreateWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchCreateWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateWorkloadEstimateUsageCommandInput, BatchCreateWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Create Amazon Web Services service usage that you want to model in a Workload Estimate. </p> <note> <p>The <code>BatchCreateWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:CreateWorkloadEstimateUsage</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchDeleteBillScenarioCommitmentModificationRequest, BatchDeleteBillScenarioCommitmentModificationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteBillScenarioCommitmentModificationCommandInput exten
|
|
|
22
22
|
export interface BatchDeleteBillScenarioCommitmentModificationCommandOutput extends BatchDeleteBillScenarioCommitmentModificationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteBillScenarioCommitmentModificationCommand_base: {
|
|
25
|
-
new (input: BatchDeleteBillScenarioCommitmentModificationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteBillScenarioCommitmentModificationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDeleteBillScenarioCommitmentModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBillScenarioCommitmentModificationCommandInput, BatchDeleteBillScenarioCommitmentModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteBillScenarioCommitmentModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBillScenarioCommitmentModificationCommandInput, BatchDeleteBillScenarioCommitmentModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Delete commitment that you have created in a Bill Scenario. You can only delete a commitment that you had added and cannot model deletion (or removal) of a existing commitment. If you want model deletion of an existing commitment, see the negate <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BillScenarioCommitmentModificationAction.html"> BillScenarioCommitmentModificationAction</a> of <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateBillScenarioUsageModification.html"> BatchCreateBillScenarioCommitmentModification</a> operation. </p> <note> <p>The <code>BatchDeleteBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:DeleteBillScenarioCommitmentModification</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchDeleteBillScenarioUsageModificationRequest, BatchDeleteBillScenarioUsageModificationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteBillScenarioUsageModificationCommandInput extends Ba
|
|
|
22
22
|
export interface BatchDeleteBillScenarioUsageModificationCommandOutput extends BatchDeleteBillScenarioUsageModificationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteBillScenarioUsageModificationCommand_base: {
|
|
25
|
-
new (input: BatchDeleteBillScenarioUsageModificationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteBillScenarioUsageModificationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDeleteBillScenarioUsageModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBillScenarioUsageModificationCommandInput, BatchDeleteBillScenarioUsageModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteBillScenarioUsageModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteBillScenarioUsageModificationCommandInput, BatchDeleteBillScenarioUsageModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Delete usage that you have created in a Bill Scenario. You can only delete usage that you had added and cannot model deletion (or removal) of a existing usage. If you want model removal of an existing usage, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateBillScenarioUsageModification.html"> BatchUpdateBillScenarioUsageModification</a>. </p> <note> <p>The <code>BatchDeleteBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:DeleteBillScenarioUsageModification</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchDeleteWorkloadEstimateUsageRequest, BatchDeleteWorkloadEstimateUsageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteWorkloadEstimateUsageCommandInput extends BatchDelet
|
|
|
22
22
|
export interface BatchDeleteWorkloadEstimateUsageCommandOutput extends BatchDeleteWorkloadEstimateUsageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteWorkloadEstimateUsageCommand_base: {
|
|
25
|
-
new (input: BatchDeleteWorkloadEstimateUsageCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteWorkloadEstimateUsageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchDeleteWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteWorkloadEstimateUsageCommandInput, BatchDeleteWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchDeleteWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteWorkloadEstimateUsageCommandInput, BatchDeleteWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Delete usage that you have created in a Workload estimate. You can only delete usage that you had added and cannot model deletion (or removal) of a existing usage. If you want model removal of an existing usage, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateWorkloadEstimateUsage.html"> BatchUpdateWorkloadEstimateUsage</a>. </p> <note> <p>The <code>BatchDeleteWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:DeleteWorkloadEstimateUsage</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchUpdateBillScenarioCommitmentModificationRequest, BatchUpdateBillScenarioCommitmentModificationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchUpdateBillScenarioCommitmentModificationCommandInput exten
|
|
|
22
22
|
export interface BatchUpdateBillScenarioCommitmentModificationCommandOutput extends BatchUpdateBillScenarioCommitmentModificationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchUpdateBillScenarioCommitmentModificationCommand_base: {
|
|
25
|
-
new (input: BatchUpdateBillScenarioCommitmentModificationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchUpdateBillScenarioCommitmentModificationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchUpdateBillScenarioCommitmentModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateBillScenarioCommitmentModificationCommandInput, BatchUpdateBillScenarioCommitmentModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchUpdateBillScenarioCommitmentModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateBillScenarioCommitmentModificationCommandInput, BatchUpdateBillScenarioCommitmentModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Update a newly added or existing commitment. You can update the commitment group based on a commitment ID and a Bill scenario ID. </p> <note> <p>The <code>BatchUpdateBillScenarioCommitmentModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:UpdateBillScenarioCommitmentModification</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchUpdateBillScenarioUsageModificationRequest, BatchUpdateBillScenarioUsageModificationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchUpdateBillScenarioUsageModificationCommandInput extends Ba
|
|
|
22
22
|
export interface BatchUpdateBillScenarioUsageModificationCommandOutput extends BatchUpdateBillScenarioUsageModificationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchUpdateBillScenarioUsageModificationCommand_base: {
|
|
25
|
-
new (input: BatchUpdateBillScenarioUsageModificationCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchUpdateBillScenarioUsageModificationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchUpdateBillScenarioUsageModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateBillScenarioUsageModificationCommandInput, BatchUpdateBillScenarioUsageModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchUpdateBillScenarioUsageModificationCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateBillScenarioUsageModificationCommandInput, BatchUpdateBillScenarioUsageModificationCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Update a newly added or existing usage lines. You can update the usage amounts, usage hour, and usage group based on a usage ID and a Bill scenario ID. </p> <note> <p>The <code>BatchUpdateBillScenarioUsageModification</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:UpdateBillScenarioUsageModification</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { BatchUpdateWorkloadEstimateUsageRequest, BatchUpdateWorkloadEstimateUsageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchUpdateWorkloadEstimateUsageCommandInput extends BatchUpdat
|
|
|
22
22
|
export interface BatchUpdateWorkloadEstimateUsageCommandOutput extends BatchUpdateWorkloadEstimateUsageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchUpdateWorkloadEstimateUsageCommand_base: {
|
|
25
|
-
new (input: BatchUpdateWorkloadEstimateUsageCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchUpdateWorkloadEstimateUsageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchUpdateWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateWorkloadEstimateUsageCommandInput, BatchUpdateWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchUpdateWorkloadEstimateUsageCommandInput): import("@smithy/core/client").CommandImpl<BatchUpdateWorkloadEstimateUsageCommandInput, BatchUpdateWorkloadEstimateUsageCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Update a newly added or existing usage lines. You can update the usage amounts and usage group based on a usage ID and a Workload estimate ID. </p> <note> <p>The <code>BatchUpdateWorkloadEstimateUsage</code> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <code>bcm-pricing-calculator:UpdateWorkloadEstimateUsage</code> in your policies.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { CreateBillEstimateRequest, CreateBillEstimateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBillEstimateCommandInput extends CreateBillEstimateReques
|
|
|
22
22
|
export interface CreateBillEstimateCommandOutput extends CreateBillEstimateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBillEstimateCommand_base: {
|
|
25
|
-
new (input: CreateBillEstimateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBillEstimateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<CreateBillEstimateCommandInput, CreateBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<CreateBillEstimateCommandInput, CreateBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Create a Bill estimate from a Bill scenario. In the Bill scenario you can model usage addition, usage changes, and usage removal. You can also model commitment addition and commitment removal. After all changes in a Bill scenario is made satisfactorily, you can call this API with a Bill scenario ID to generate the Bill estimate. Bill estimate calculates the pre-tax cost for your consolidated billing family, incorporating all modeled usage and commitments alongside existing usage and commitments from your most recent completed anniversary bill, with any applicable discounts applied. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { CreateBillScenarioRequest, CreateBillScenarioResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBillScenarioCommandInput extends CreateBillScenarioReques
|
|
|
22
22
|
export interface CreateBillScenarioCommandOutput extends CreateBillScenarioResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBillScenarioCommand_base: {
|
|
25
|
-
new (input: CreateBillScenarioCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBillScenarioCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<CreateBillScenarioCommandInput, CreateBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<CreateBillScenarioCommandInput, CreateBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a new bill scenario to model potential changes to Amazon Web Services usage and costs. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { CreateWorkloadEstimateRequest, CreateWorkloadEstimateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateWorkloadEstimateCommandInput extends CreateWorkloadEstima
|
|
|
22
22
|
export interface CreateWorkloadEstimateCommandOutput extends CreateWorkloadEstimateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateWorkloadEstimateCommand_base: {
|
|
25
|
-
new (input: CreateWorkloadEstimateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateWorkloadEstimateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadEstimateCommandInput, CreateWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<CreateWorkloadEstimateCommandInput, CreateWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a new workload estimate to model costs for a specific workload. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { DeleteBillEstimateRequest, DeleteBillEstimateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBillEstimateCommandInput extends DeleteBillEstimateReques
|
|
|
22
22
|
export interface DeleteBillEstimateCommandOutput extends DeleteBillEstimateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBillEstimateCommand_base: {
|
|
25
|
-
new (input: DeleteBillEstimateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBillEstimateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillEstimateCommandInput, DeleteBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillEstimateCommandInput, DeleteBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes an existing bill estimate. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { DeleteBillScenarioRequest, DeleteBillScenarioResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteBillScenarioCommandInput extends DeleteBillScenarioReques
|
|
|
22
22
|
export interface DeleteBillScenarioCommandOutput extends DeleteBillScenarioResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteBillScenarioCommand_base: {
|
|
25
|
-
new (input: DeleteBillScenarioCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteBillScenarioCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillScenarioCommandInput, DeleteBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<DeleteBillScenarioCommandInput, DeleteBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes an existing bill scenario. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { DeleteWorkloadEstimateRequest, DeleteWorkloadEstimateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteWorkloadEstimateCommandInput extends DeleteWorkloadEstima
|
|
|
22
22
|
export interface DeleteWorkloadEstimateCommandOutput extends DeleteWorkloadEstimateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteWorkloadEstimateCommand_base: {
|
|
25
|
-
new (input: DeleteWorkloadEstimateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteWorkloadEstimateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadEstimateCommandInput, DeleteWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkloadEstimateCommandInput, DeleteWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Deletes an existing workload estimate. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { GetBillEstimateRequest, GetBillEstimateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBillEstimateCommandInput extends GetBillEstimateRequest {
|
|
|
22
22
|
export interface GetBillEstimateCommandOutput extends GetBillEstimateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBillEstimateCommand_base: {
|
|
25
|
-
new (input: GetBillEstimateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBillEstimateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetBillEstimateCommandInput, GetBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBillEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetBillEstimateCommandInput, GetBillEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Retrieves details of a specific bill estimate. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { GetBillScenarioRequest, GetBillScenarioResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBillScenarioCommandInput extends GetBillScenarioRequest {
|
|
|
22
22
|
export interface GetBillScenarioCommandOutput extends GetBillScenarioResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBillScenarioCommand_base: {
|
|
25
|
-
new (input: GetBillScenarioCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBillScenarioCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<GetBillScenarioCommandInput, GetBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBillScenarioCommandInput): import("@smithy/core/client").CommandImpl<GetBillScenarioCommandInput, GetBillScenarioCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Retrieves details of a specific bill scenario. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { GetPreferencesRequest, GetPreferencesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPreferencesCommandInput extends GetPreferencesRequest {
|
|
|
22
22
|
export interface GetPreferencesCommandOutput extends GetPreferencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPreferencesCommand_base: {
|
|
25
|
-
new (input: GetPreferencesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetPreferencesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetPreferencesCommandInput, GetPreferencesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<GetPreferencesCommandInput, GetPreferencesCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Retrieves the current preferences for Pricing Calculator. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { GetWorkloadEstimateRequest, GetWorkloadEstimateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetWorkloadEstimateCommandInput extends GetWorkloadEstimateRequ
|
|
|
22
22
|
export interface GetWorkloadEstimateCommandOutput extends GetWorkloadEstimateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetWorkloadEstimateCommand_base: {
|
|
25
|
-
new (input: GetWorkloadEstimateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetWorkloadEstimateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadEstimateCommandInput, GetWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetWorkloadEstimateCommandInput): import("@smithy/core/client").CommandImpl<GetWorkloadEstimateCommandInput, GetWorkloadEstimateCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Retrieves details of a specific workload estimate. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { ListBillEstimateCommitmentsRequest, ListBillEstimateCommitmentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBillEstimateCommitmentsCommandInput extends ListBillEstimat
|
|
|
22
22
|
export interface ListBillEstimateCommitmentsCommandOutput extends ListBillEstimateCommitmentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBillEstimateCommitmentsCommand_base: {
|
|
25
|
-
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateCommitmentsCommandInput, ListBillEstimateCommitmentsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListBillEstimateCommitmentsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateCommitmentsCommandInput, ListBillEstimateCommitmentsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists the commitments associated with a bill estimate. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { ListBillEstimateInputCommitmentModificationsRequest, ListBillEstimateInputCommitmentModificationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBillEstimateInputCommitmentModificationsCommandInput extend
|
|
|
22
22
|
export interface ListBillEstimateInputCommitmentModificationsCommandOutput extends ListBillEstimateInputCommitmentModificationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBillEstimateInputCommitmentModificationsCommand_base: {
|
|
25
|
-
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListBillEstimateInputCommitmentModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputCommitmentModificationsCommandInput, ListBillEstimateInputCommitmentModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists the input commitment modifications associated with a bill estimate. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BCMPricingCalculatorClient";
|
|
4
4
|
import type { ListBillEstimateInputUsageModificationsRequest, ListBillEstimateInputUsageModificationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBillEstimateInputUsageModificationsCommandInput extends Lis
|
|
|
22
22
|
export interface ListBillEstimateInputUsageModificationsCommandOutput extends ListBillEstimateInputUsageModificationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBillEstimateInputUsageModificationsCommand_base: {
|
|
25
|
-
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListBillEstimateInputUsageModificationsCommandInput): import("@smithy/core/client").CommandImpl<ListBillEstimateInputUsageModificationsCommandInput, ListBillEstimateInputUsageModificationsCommandOutput, BCMPricingCalculatorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Lists the input usage modifications associated with a bill estimate. </p>
|