@aws-sdk/client-cost-explorer 3.1045.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 +110 -111
- package/dist-cjs/models/CostExplorerServiceException.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/CostExplorer.js +1 -1
- package/dist-es/CostExplorerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +2 -2
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +2 -2
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/commands/GetAnomaliesCommand.js +2 -2
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +2 -2
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +2 -2
- package/dist-es/commands/GetApproximateUsageRecordsCommand.js +2 -2
- package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +2 -2
- package/dist-es/commands/GetCostAndUsageCommand.js +2 -2
- package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +2 -2
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
- package/dist-es/commands/GetCostCategoriesCommand.js +2 -2
- package/dist-es/commands/GetCostComparisonDriversCommand.js +2 -2
- package/dist-es/commands/GetCostForecastCommand.js +2 -2
- package/dist-es/commands/GetDimensionValuesCommand.js +2 -2
- package/dist-es/commands/GetReservationCoverageCommand.js +2 -2
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
- package/dist-es/commands/GetReservationUtilizationCommand.js +2 -2
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +2 -2
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
- package/dist-es/commands/GetTagsCommand.js +2 -2
- package/dist-es/commands/GetUsageForecastCommand.js +2 -2
- package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +2 -2
- package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +2 -2
- package/dist-es/commands/ListCostAllocationTagsCommand.js +2 -2
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListCostCategoryResourceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +2 -2
- package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +2 -2
- package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +2 -2
- package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +2 -2
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CostExplorerServiceException.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/CostExplorerClient.d.ts +5 -5
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetAnomaliesCommand.d.ts +6 -4
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +6 -4
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +6 -4
- package/dist-types/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetCostAndUsageComparisonsCommand.d.ts +6 -4
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -4
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +6 -4
- package/dist-types/commands/GetCostComparisonDriversCommand.d.ts +6 -4
- package/dist-types/commands/GetCostForecastCommand.d.ts +6 -4
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +6 -4
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +6 -4
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +6 -4
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -4
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetTagsCommand.d.ts +6 -4
- package/dist-types/commands/GetUsageForecastCommand.d.ts +6 -4
- package/dist-types/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +6 -4
- package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +6 -4
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListCostCategoryResourceAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -4
- package/dist-types/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +6 -4
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.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/UpdateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.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/CostExplorerServiceException.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/CostExplorerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.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/UpdateAnomalyMonitorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.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/CostExplorerServiceException.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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAnomalyMonitor$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateAnomalySubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateCostAllocationTagsStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateCostCategoryDefinition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const n = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = "sigv4", i = { [n]: "Endpoint" }, j = { [n]: d }, k = { "fn": f, "argv": [j, "name"] }, l = { "authSchemes": [{ "name": h, "signingRegion": "{PartitionResult#implicitGlobalRegion}" }] }, m = [{ [n]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class CostExplorerServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
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_1Protocol } 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 { defaultCostExplorerHttpAuthSchemeProvider } 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 { CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput } from "./commands/CreateAnomalyMonitorCommand";
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAnomalyMonitorCommandInput extends CreateAnomalyMonitorRe
|
|
|
22
22
|
export interface CreateAnomalyMonitorCommandOutput extends CreateAnomalyMonitorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAnomalyMonitorCommand_base: {
|
|
25
|
-
new (input: CreateAnomalyMonitorCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAnomalyMonitorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalyMonitorCommandInput, CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new cost anomaly detection monitor with the requested type and monitor
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAnomalySubscriptionCommandInput extends CreateAnomalySubs
|
|
|
22
22
|
export interface CreateAnomalySubscriptionCommandOutput extends CreateAnomalySubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAnomalySubscriptionCommand_base: {
|
|
25
|
-
new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateAnomalySubscriptionCommandInput, CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds an alert subscription to a cost anomaly detection monitor. You can use each
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { CreateCostCategoryDefinitionRequest, CreateCostCategoryDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateCostCategoryDefinitionCommandInput extends CreateCostCate
|
|
|
22
22
|
export interface CreateCostCategoryDefinitionCommandOutput extends CreateCostCategoryDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCostCategoryDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateCostCategoryDefinitionCommandInput, CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new cost category with the requested name and rules.</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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAnomalyMonitorCommandInput extends DeleteAnomalyMonitorRe
|
|
|
22
22
|
export interface DeleteAnomalyMonitorCommandOutput extends DeleteAnomalyMonitorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAnomalyMonitorCommand_base: {
|
|
25
|
-
new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAnomalyMonitorCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalyMonitorCommandInput, DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a cost anomaly monitor. </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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAnomalySubscriptionCommandInput extends DeleteAnomalySubs
|
|
|
22
22
|
export interface DeleteAnomalySubscriptionCommandOutput extends DeleteAnomalySubscriptionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAnomalySubscriptionCommand_base: {
|
|
25
|
-
new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAnomalySubscriptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnomalySubscriptionCommandInput, DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a cost anomaly subscription. </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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { DeleteCostCategoryDefinitionRequest, DeleteCostCategoryDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCostCategoryDefinitionCommandInput extends DeleteCostCate
|
|
|
22
22
|
export interface DeleteCostCategoryDefinitionCommandOutput extends DeleteCostCategoryDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCostCategoryDefinitionCommand_base: {
|
|
25
|
-
new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCostCategoryDefinitionCommandInput, DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a cost category. Expenses from this month going forward will no longer be
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { DescribeCostCategoryDefinitionRequest, DescribeCostCategoryDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeCostCategoryDefinitionCommandInput extends DescribeCost
|
|
|
22
22
|
export interface DescribeCostCategoryDefinitionCommandOutput extends DescribeCostCategoryDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeCostCategoryDefinitionCommand_base: {
|
|
25
|
-
new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeCostCategoryDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DescribeCostCategoryDefinitionCommandInput, DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {
|
|
|
22
22
|
export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnomaliesCommand_base: {
|
|
25
|
-
new (input: GetAnomaliesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAnomaliesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnomaliesCommandInput): import("@smithy/core/client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAnomaliesCommandInput): import("@smithy/core/client").CommandImpl<GetAnomaliesCommandInput, GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves all of the cost anomalies detected on your account during the time period that's
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAnomalyMonitorsCommandInput extends GetAnomalyMonitorsReques
|
|
|
22
22
|
export interface GetAnomalyMonitorsCommandOutput extends GetAnomalyMonitorsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnomalyMonitorsCommand_base: {
|
|
25
|
-
new (input: GetAnomalyMonitorsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAnomalyMonitorsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnomalyMonitorsCommandInput): import("@smithy/core/client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAnomalyMonitorsCommandInput]): import("@smithy/core/client").CommandImpl<GetAnomalyMonitorsCommandInput, GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the cost anomaly monitor definitions for your account. You can filter using a
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAnomalySubscriptionsCommandInput extends GetAnomalySubscript
|
|
|
22
22
|
export interface GetAnomalySubscriptionsCommandOutput extends GetAnomalySubscriptionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnomalySubscriptionsCommand_base: {
|
|
25
|
-
new (input: GetAnomalySubscriptionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAnomalySubscriptionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnomalySubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAnomalySubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the cost anomaly subscription objects for your account. You can filter using a
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetApproximateUsageRecordsRequest, GetApproximateUsageRecordsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetApproximateUsageRecordsCommandInput extends GetApproximateUs
|
|
|
22
22
|
export interface GetApproximateUsageRecordsCommandOutput extends GetApproximateUsageRecordsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetApproximateUsageRecordsCommand_base: {
|
|
25
|
-
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/core/client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetApproximateUsageRecordsCommandInput): import("@smithy/core/client").CommandImpl<GetApproximateUsageRecordsCommandInput, GetApproximateUsageRecordsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves estimated usage records for hourly granularity or resource-level data at daily
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetCommitmentPurchaseAnalysisRequest, GetCommitmentPurchaseAnalysisResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCommitmentPurchaseAnalysisCommandInput extends GetCommitment
|
|
|
22
22
|
export interface GetCommitmentPurchaseAnalysisCommandOutput extends GetCommitmentPurchaseAnalysisResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCommitmentPurchaseAnalysisCommand_base: {
|
|
25
|
-
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetCommitmentPurchaseAnalysisCommandInput, GetCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCommitmentPurchaseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetCommitmentPurchaseAnalysisCommandInput, GetCommitmentPurchaseAnalysisCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a commitment purchase analysis result based on the
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {
|
|
|
22
22
|
export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCostAndUsageCommand_base: {
|
|
25
|
-
new (input: GetCostAndUsageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCostAndUsageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCostAndUsageCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCostAndUsageCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageCommandInput, GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves cost and usage metrics for your account. You can specify which cost and
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetCostAndUsageComparisonsRequest, GetCostAndUsageComparisonsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCostAndUsageComparisonsCommandInput extends GetCostAndUsageC
|
|
|
22
22
|
export interface GetCostAndUsageComparisonsCommandOutput extends GetCostAndUsageComparisonsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCostAndUsageComparisonsCommand_base: {
|
|
25
|
-
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageComparisonsCommandInput, GetCostAndUsageComparisonsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCostAndUsageComparisonsCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageComparisonsCommandInput, GetCostAndUsageComparisonsCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves cost and usage comparisons for your account between two periods within the last
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetCostAndUsageWithResourcesRequest, GetCostAndUsageWithResourcesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCostAndUsageWithResourcesCommandInput extends GetCostAndUsag
|
|
|
22
22
|
export interface GetCostAndUsageWithResourcesCommandOutput extends GetCostAndUsageWithResourcesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCostAndUsageWithResourcesCommand_base: {
|
|
25
|
-
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCostAndUsageWithResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetCostAndUsageWithResourcesCommandInput, GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves cost and usage metrics with resources for your account. You can specify which
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCostCategoriesCommandInput extends GetCostCategoriesRequest
|
|
|
22
22
|
export interface GetCostCategoriesCommandOutput extends GetCostCategoriesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCostCategoriesCommand_base: {
|
|
25
|
-
new (input: GetCostCategoriesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCostCategoriesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCostCategoriesCommandInput): import("@smithy/core/client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCostCategoriesCommandInput): import("@smithy/core/client").CommandImpl<GetCostCategoriesCommandInput, GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an array of cost category names and values incurred cost.</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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetCostComparisonDriversRequest, GetCostComparisonDriversResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCostComparisonDriversCommandInput extends GetCostComparisonD
|
|
|
22
22
|
export interface GetCostComparisonDriversCommandOutput extends GetCostComparisonDriversResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCostComparisonDriversCommand_base: {
|
|
25
|
-
new (input: GetCostComparisonDriversCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCostComparisonDriversCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCostComparisonDriversCommandInput): import("@smithy/core/client").CommandImpl<GetCostComparisonDriversCommandInput, GetCostComparisonDriversCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCostComparisonDriversCommandInput): import("@smithy/core/client").CommandImpl<GetCostComparisonDriversCommandInput, GetCostComparisonDriversCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves key factors driving cost changes between two time periods within the last 13
|
|
@@ -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 { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostExplorerClient";
|
|
4
4
|
import type { GetCostForecastRequest, GetCostForecastResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCostForecastCommandInput extends GetCostForecastRequest {
|
|
|
22
22
|
export interface GetCostForecastCommandOutput extends GetCostForecastResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCostForecastCommand_base: {
|
|
25
|
-
new (input: GetCostForecastCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCostForecastCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCostForecastCommandInput): import("@smithy/core/client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCostForecastCommandInput): import("@smithy/core/client").CommandImpl<GetCostForecastCommandInput, GetCostForecastCommandOutput, CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a forecast for how much Amazon Web Services predicts that you will spend over
|