@aws-sdk/client-cost-explorer 3.952.0 → 3.954.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/index.js +880 -601
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- 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/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +561 -539
- package/dist-types/CostExplorerClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +258 -326
- package/dist-types/ts3.4/CostExplorerClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -327
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.costexplorer",
|
|
32
|
+
version: "2017-10-25",
|
|
33
|
+
serviceTarget: "AWSInsightsIndexService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Cost Explorer",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAnomalyMonitor } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAnomalyMonitor$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAnomalyMonitorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAnomalyMonitorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "CreateAnomalyMonitor", {})
|
|
13
13
|
.n("CostExplorerClient", "CreateAnomalyMonitorCommand")
|
|
14
|
-
.sc(CreateAnomalyMonitor)
|
|
14
|
+
.sc(CreateAnomalyMonitor$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAnomalySubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAnomalySubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAnomalySubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAnomalySubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "CreateAnomalySubscription", {})
|
|
13
13
|
.n("CostExplorerClient", "CreateAnomalySubscriptionCommand")
|
|
14
|
-
.sc(CreateAnomalySubscription)
|
|
14
|
+
.sc(CreateAnomalySubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateCostCategoryDefinition } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateCostCategoryDefinition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateCostCategoryDefinitionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateCostCategoryDefinitionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "CreateCostCategoryDefinition", {})
|
|
13
13
|
.n("CostExplorerClient", "CreateCostCategoryDefinitionCommand")
|
|
14
|
-
.sc(CreateCostCategoryDefinition)
|
|
14
|
+
.sc(CreateCostCategoryDefinition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAnomalyMonitor } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAnomalyMonitor$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAnomalyMonitorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAnomalyMonitorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "DeleteAnomalyMonitor", {})
|
|
13
13
|
.n("CostExplorerClient", "DeleteAnomalyMonitorCommand")
|
|
14
|
-
.sc(DeleteAnomalyMonitor)
|
|
14
|
+
.sc(DeleteAnomalyMonitor$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAnomalySubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAnomalySubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAnomalySubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAnomalySubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "DeleteAnomalySubscription", {})
|
|
13
13
|
.n("CostExplorerClient", "DeleteAnomalySubscriptionCommand")
|
|
14
|
-
.sc(DeleteAnomalySubscription)
|
|
14
|
+
.sc(DeleteAnomalySubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteCostCategoryDefinition } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteCostCategoryDefinition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteCostCategoryDefinitionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteCostCategoryDefinitionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "DeleteCostCategoryDefinition", {})
|
|
13
13
|
.n("CostExplorerClient", "DeleteCostCategoryDefinitionCommand")
|
|
14
|
-
.sc(DeleteCostCategoryDefinition)
|
|
14
|
+
.sc(DeleteCostCategoryDefinition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCostCategoryDefinition } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCostCategoryDefinition$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCostCategoryDefinitionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCostCategoryDefinitionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "DescribeCostCategoryDefinition", {})
|
|
13
13
|
.n("CostExplorerClient", "DescribeCostCategoryDefinitionCommand")
|
|
14
|
-
.sc(DescribeCostCategoryDefinition)
|
|
14
|
+
.sc(DescribeCostCategoryDefinition$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAnomalies } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAnomalies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAnomaliesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAnomaliesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetAnomalies", {})
|
|
13
13
|
.n("CostExplorerClient", "GetAnomaliesCommand")
|
|
14
|
-
.sc(GetAnomalies)
|
|
14
|
+
.sc(GetAnomalies$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAnomalyMonitors } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAnomalyMonitors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAnomalyMonitorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAnomalyMonitorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetAnomalyMonitors", {})
|
|
13
13
|
.n("CostExplorerClient", "GetAnomalyMonitorsCommand")
|
|
14
|
-
.sc(GetAnomalyMonitors)
|
|
14
|
+
.sc(GetAnomalyMonitors$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAnomalySubscriptions } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAnomalySubscriptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAnomalySubscriptionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAnomalySubscriptionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetAnomalySubscriptions", {})
|
|
13
13
|
.n("CostExplorerClient", "GetAnomalySubscriptionsCommand")
|
|
14
|
-
.sc(GetAnomalySubscriptions)
|
|
14
|
+
.sc(GetAnomalySubscriptions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetApproximateUsageRecords } from "../schemas/schemas_0";
|
|
4
|
+
import { GetApproximateUsageRecords$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetApproximateUsageRecordsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetApproximateUsageRecordsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetApproximateUsageRecords", {})
|
|
13
13
|
.n("CostExplorerClient", "GetApproximateUsageRecordsCommand")
|
|
14
|
-
.sc(GetApproximateUsageRecords)
|
|
14
|
+
.sc(GetApproximateUsageRecords$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCommitmentPurchaseAnalysis } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCommitmentPurchaseAnalysis$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCommitmentPurchaseAnalysisCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCommitmentPurchaseAnalysisCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetCommitmentPurchaseAnalysis", {})
|
|
13
13
|
.n("CostExplorerClient", "GetCommitmentPurchaseAnalysisCommand")
|
|
14
|
-
.sc(GetCommitmentPurchaseAnalysis)
|
|
14
|
+
.sc(GetCommitmentPurchaseAnalysis$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCostAndUsage } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCostAndUsage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCostAndUsageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCostAndUsageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetCostAndUsage", {})
|
|
13
13
|
.n("CostExplorerClient", "GetCostAndUsageCommand")
|
|
14
|
-
.sc(GetCostAndUsage)
|
|
14
|
+
.sc(GetCostAndUsage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCostAndUsageComparisons } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCostAndUsageComparisons$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCostAndUsageComparisonsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCostAndUsageComparisonsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetCostAndUsageComparisons", {})
|
|
13
13
|
.n("CostExplorerClient", "GetCostAndUsageComparisonsCommand")
|
|
14
|
-
.sc(GetCostAndUsageComparisons)
|
|
14
|
+
.sc(GetCostAndUsageComparisons$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCostAndUsageWithResources } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCostAndUsageWithResources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCostAndUsageWithResourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCostAndUsageWithResourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetCostAndUsageWithResources", {})
|
|
13
13
|
.n("CostExplorerClient", "GetCostAndUsageWithResourcesCommand")
|
|
14
|
-
.sc(GetCostAndUsageWithResources)
|
|
14
|
+
.sc(GetCostAndUsageWithResources$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCostCategories } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCostCategories$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCostCategoriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCostCategoriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetCostCategories", {})
|
|
13
13
|
.n("CostExplorerClient", "GetCostCategoriesCommand")
|
|
14
|
-
.sc(GetCostCategories)
|
|
14
|
+
.sc(GetCostCategories$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCostComparisonDrivers } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCostComparisonDrivers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCostComparisonDriversCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCostComparisonDriversCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetCostComparisonDrivers", {})
|
|
13
13
|
.n("CostExplorerClient", "GetCostComparisonDriversCommand")
|
|
14
|
-
.sc(GetCostComparisonDrivers)
|
|
14
|
+
.sc(GetCostComparisonDrivers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetCostForecast } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCostForecast$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCostForecastCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCostForecastCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetCostForecast", {})
|
|
13
13
|
.n("CostExplorerClient", "GetCostForecastCommand")
|
|
14
|
-
.sc(GetCostForecast)
|
|
14
|
+
.sc(GetCostForecast$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDimensionValues } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDimensionValues$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDimensionValuesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDimensionValuesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetDimensionValues", {})
|
|
13
13
|
.n("CostExplorerClient", "GetDimensionValuesCommand")
|
|
14
|
-
.sc(GetDimensionValues)
|
|
14
|
+
.sc(GetDimensionValues$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReservationCoverage } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReservationCoverage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReservationCoverageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReservationCoverageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetReservationCoverage", {})
|
|
13
13
|
.n("CostExplorerClient", "GetReservationCoverageCommand")
|
|
14
|
-
.sc(GetReservationCoverage)
|
|
14
|
+
.sc(GetReservationCoverage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReservationPurchaseRecommendation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReservationPurchaseRecommendation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReservationPurchaseRecommendationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReservationPurchaseRecommendationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetReservationPurchaseRecommendation", {})
|
|
13
13
|
.n("CostExplorerClient", "GetReservationPurchaseRecommendationCommand")
|
|
14
|
-
.sc(GetReservationPurchaseRecommendation)
|
|
14
|
+
.sc(GetReservationPurchaseRecommendation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReservationUtilization } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReservationUtilization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReservationUtilizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReservationUtilizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetReservationUtilization", {})
|
|
13
13
|
.n("CostExplorerClient", "GetReservationUtilizationCommand")
|
|
14
|
-
.sc(GetReservationUtilization)
|
|
14
|
+
.sc(GetReservationUtilization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRightsizingRecommendation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRightsizingRecommendation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRightsizingRecommendationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRightsizingRecommendationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetRightsizingRecommendation", {})
|
|
13
13
|
.n("CostExplorerClient", "GetRightsizingRecommendationCommand")
|
|
14
|
-
.sc(GetRightsizingRecommendation)
|
|
14
|
+
.sc(GetRightsizingRecommendation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSavingsPlanPurchaseRecommendationDetails } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSavingsPlanPurchaseRecommendationDetails$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetSavingsPlanPurchaseRecommendationDetails", {})
|
|
13
13
|
.n("CostExplorerClient", "GetSavingsPlanPurchaseRecommendationDetailsCommand")
|
|
14
|
-
.sc(GetSavingsPlanPurchaseRecommendationDetails)
|
|
14
|
+
.sc(GetSavingsPlanPurchaseRecommendationDetails$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSavingsPlansCoverage } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSavingsPlansCoverage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSavingsPlansCoverageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSavingsPlansCoverageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansCoverage", {})
|
|
13
13
|
.n("CostExplorerClient", "GetSavingsPlansCoverageCommand")
|
|
14
|
-
.sc(GetSavingsPlansCoverage)
|
|
14
|
+
.sc(GetSavingsPlansCoverage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSavingsPlansPurchaseRecommendation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSavingsPlansPurchaseRecommendation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSavingsPlansPurchaseRecommendationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSavingsPlansPurchaseRecommendationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansPurchaseRecommendation", {})
|
|
13
13
|
.n("CostExplorerClient", "GetSavingsPlansPurchaseRecommendationCommand")
|
|
14
|
-
.sc(GetSavingsPlansPurchaseRecommendation)
|
|
14
|
+
.sc(GetSavingsPlansPurchaseRecommendation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSavingsPlansUtilization } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSavingsPlansUtilization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSavingsPlansUtilizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSavingsPlansUtilizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansUtilization", {})
|
|
13
13
|
.n("CostExplorerClient", "GetSavingsPlansUtilizationCommand")
|
|
14
|
-
.sc(GetSavingsPlansUtilization)
|
|
14
|
+
.sc(GetSavingsPlansUtilization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSavingsPlansUtilizationDetails } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSavingsPlansUtilizationDetails$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSavingsPlansUtilizationDetailsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSavingsPlansUtilizationDetailsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansUtilizationDetails", {})
|
|
13
13
|
.n("CostExplorerClient", "GetSavingsPlansUtilizationDetailsCommand")
|
|
14
|
-
.sc(GetSavingsPlansUtilizationDetails)
|
|
14
|
+
.sc(GetSavingsPlansUtilizationDetails$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTags } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetTags", {})
|
|
13
13
|
.n("CostExplorerClient", "GetTagsCommand")
|
|
14
|
-
.sc(GetTags)
|
|
14
|
+
.sc(GetTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetUsageForecast } from "../schemas/schemas_0";
|
|
4
|
+
import { GetUsageForecast$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetUsageForecastCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetUsageForecastCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "GetUsageForecast", {})
|
|
13
13
|
.n("CostExplorerClient", "GetUsageForecastCommand")
|
|
14
|
-
.sc(GetUsageForecast)
|
|
14
|
+
.sc(GetUsageForecast$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCommitmentPurchaseAnalyses } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCommitmentPurchaseAnalyses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCommitmentPurchaseAnalysesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCommitmentPurchaseAnalysesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "ListCommitmentPurchaseAnalyses", {})
|
|
13
13
|
.n("CostExplorerClient", "ListCommitmentPurchaseAnalysesCommand")
|
|
14
|
-
.sc(ListCommitmentPurchaseAnalyses)
|
|
14
|
+
.sc(ListCommitmentPurchaseAnalyses$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCostAllocationTagBackfillHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCostAllocationTagBackfillHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCostAllocationTagBackfillHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCostAllocationTagBackfillHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "ListCostAllocationTagBackfillHistory", {})
|
|
13
13
|
.n("CostExplorerClient", "ListCostAllocationTagBackfillHistoryCommand")
|
|
14
|
-
.sc(ListCostAllocationTagBackfillHistory)
|
|
14
|
+
.sc(ListCostAllocationTagBackfillHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCostAllocationTags } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCostAllocationTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCostAllocationTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCostAllocationTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "ListCostAllocationTags", {})
|
|
13
13
|
.n("CostExplorerClient", "ListCostAllocationTagsCommand")
|
|
14
|
-
.sc(ListCostAllocationTags)
|
|
14
|
+
.sc(ListCostAllocationTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCostCategoryDefinitions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCostCategoryDefinitions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCostCategoryDefinitionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCostCategoryDefinitionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSInsightsIndexService", "ListCostCategoryDefinitions", {})
|
|
13
13
|
.n("CostExplorerClient", "ListCostCategoryDefinitionsCommand")
|
|
14
|
-
.sc(ListCostCategoryDefinitions)
|
|
14
|
+
.sc(ListCostCategoryDefinitions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|