@aws-sdk/client-cost-explorer 3.926.0 → 3.928.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 +2554 -2100
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CostExplorerClient.js +2 -0
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +3 -9
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +3 -9
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +3 -9
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +3 -9
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +3 -9
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +3 -9
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +3 -9
- package/dist-es/commands/GetAnomaliesCommand.js +3 -9
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +3 -9
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +3 -9
- package/dist-es/commands/GetApproximateUsageRecordsCommand.js +3 -9
- package/dist-es/commands/GetCommitmentPurchaseAnalysisCommand.js +3 -9
- package/dist-es/commands/GetCostAndUsageCommand.js +3 -9
- package/dist-es/commands/GetCostAndUsageComparisonsCommand.js +3 -9
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +3 -9
- package/dist-es/commands/GetCostCategoriesCommand.js +3 -9
- package/dist-es/commands/GetCostComparisonDriversCommand.js +3 -9
- package/dist-es/commands/GetCostForecastCommand.js +3 -9
- package/dist-es/commands/GetDimensionValuesCommand.js +3 -9
- package/dist-es/commands/GetReservationCoverageCommand.js +3 -9
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +3 -9
- package/dist-es/commands/GetReservationUtilizationCommand.js +3 -9
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +3 -9
- package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +3 -9
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +3 -9
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +3 -9
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +3 -9
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +3 -9
- package/dist-es/commands/GetTagsCommand.js +3 -9
- package/dist-es/commands/GetUsageForecastCommand.js +3 -9
- package/dist-es/commands/ListCommitmentPurchaseAnalysesCommand.js +3 -9
- package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +3 -9
- package/dist-es/commands/ListCostAllocationTagsCommand.js +3 -9
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +3 -9
- package/dist-es/commands/StartCommitmentPurchaseAnalysisCommand.js +3 -9
- package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +3 -9
- package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +3 -9
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +3 -9
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +3 -9
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2437 -0
- package/dist-types/CostExplorerClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +320 -0
- package/dist-types/ts3.4/CostExplorerClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1737
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -416
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -557
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetRightsizingRecommendation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRightsizingRecommendationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetRightsizingRecommendation", {})
|
|
17
13
|
.n("CostExplorerClient", "GetRightsizingRecommendationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRightsizingRecommendationCommand)
|
|
20
|
-
.de(de_GetRightsizingRecommendationCommand)
|
|
14
|
+
.sc(GetRightsizingRecommendation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSavingsPlanPurchaseRecommendationDetails } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetSavingsPlanPurchaseRecommendationDetails", {})
|
|
17
13
|
.n("CostExplorerClient", "GetSavingsPlanPurchaseRecommendationDetailsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSavingsPlanPurchaseRecommendationDetailsCommand)
|
|
20
|
-
.de(de_GetSavingsPlanPurchaseRecommendationDetailsCommand)
|
|
14
|
+
.sc(GetSavingsPlanPurchaseRecommendationDetails)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSavingsPlansCoverage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSavingsPlansCoverageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansCoverage", {})
|
|
17
13
|
.n("CostExplorerClient", "GetSavingsPlansCoverageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSavingsPlansCoverageCommand)
|
|
20
|
-
.de(de_GetSavingsPlansCoverageCommand)
|
|
14
|
+
.sc(GetSavingsPlansCoverage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSavingsPlansPurchaseRecommendation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSavingsPlansPurchaseRecommendationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansPurchaseRecommendation", {})
|
|
17
13
|
.n("CostExplorerClient", "GetSavingsPlansPurchaseRecommendationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSavingsPlansPurchaseRecommendationCommand)
|
|
20
|
-
.de(de_GetSavingsPlansPurchaseRecommendationCommand)
|
|
14
|
+
.sc(GetSavingsPlansPurchaseRecommendation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSavingsPlansUtilization } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSavingsPlansUtilizationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansUtilization", {})
|
|
17
13
|
.n("CostExplorerClient", "GetSavingsPlansUtilizationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSavingsPlansUtilizationCommand)
|
|
20
|
-
.de(de_GetSavingsPlansUtilizationCommand)
|
|
14
|
+
.sc(GetSavingsPlansUtilization)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetSavingsPlansUtilizationDetails } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSavingsPlansUtilizationDetailsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetSavingsPlansUtilizationDetails", {})
|
|
17
13
|
.n("CostExplorerClient", "GetSavingsPlansUtilizationDetailsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSavingsPlansUtilizationDetailsCommand)
|
|
20
|
-
.de(de_GetSavingsPlansUtilizationDetailsCommand)
|
|
14
|
+
.sc(GetSavingsPlansUtilizationDetails)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetTags", {})
|
|
17
13
|
.n("CostExplorerClient", "GetTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetTagsCommand)
|
|
20
|
-
.de(de_GetTagsCommand)
|
|
14
|
+
.sc(GetTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUsageForecast } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUsageForecastCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "GetUsageForecast", {})
|
|
17
13
|
.n("CostExplorerClient", "GetUsageForecastCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUsageForecastCommand)
|
|
20
|
-
.de(de_GetUsageForecastCommand)
|
|
14
|
+
.sc(GetUsageForecast)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCommitmentPurchaseAnalyses } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCommitmentPurchaseAnalysesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "ListCommitmentPurchaseAnalyses", {})
|
|
17
13
|
.n("CostExplorerClient", "ListCommitmentPurchaseAnalysesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCommitmentPurchaseAnalysesCommand)
|
|
20
|
-
.de(de_ListCommitmentPurchaseAnalysesCommand)
|
|
14
|
+
.sc(ListCommitmentPurchaseAnalyses)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCostAllocationTagBackfillHistory } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCostAllocationTagBackfillHistoryCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "ListCostAllocationTagBackfillHistory", {})
|
|
17
13
|
.n("CostExplorerClient", "ListCostAllocationTagBackfillHistoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCostAllocationTagBackfillHistoryCommand)
|
|
20
|
-
.de(de_ListCostAllocationTagBackfillHistoryCommand)
|
|
14
|
+
.sc(ListCostAllocationTagBackfillHistory)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCostAllocationTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCostAllocationTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "ListCostAllocationTags", {})
|
|
17
13
|
.n("CostExplorerClient", "ListCostAllocationTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCostAllocationTagsCommand)
|
|
20
|
-
.de(de_ListCostAllocationTagsCommand)
|
|
14
|
+
.sc(ListCostAllocationTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCostCategoryDefinitions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCostCategoryDefinitionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "ListCostCategoryDefinitions", {})
|
|
17
13
|
.n("CostExplorerClient", "ListCostCategoryDefinitionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCostCategoryDefinitionsCommand)
|
|
20
|
-
.de(de_ListCostCategoryDefinitionsCommand)
|
|
14
|
+
.sc(ListCostCategoryDefinitions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSavingsPlansPurchaseRecommendationGeneration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "ListSavingsPlansPurchaseRecommendationGeneration", {})
|
|
17
13
|
.n("CostExplorerClient", "ListSavingsPlansPurchaseRecommendationGenerationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSavingsPlansPurchaseRecommendationGenerationCommand)
|
|
20
|
-
.de(de_ListSavingsPlansPurchaseRecommendationGenerationCommand)
|
|
14
|
+
.sc(ListSavingsPlansPurchaseRecommendationGeneration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "ListTagsForResource", {})
|
|
17
13
|
.n("CostExplorerClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ProvideAnomalyFeedback } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ProvideAnomalyFeedbackCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "ProvideAnomalyFeedback", {})
|
|
17
13
|
.n("CostExplorerClient", "ProvideAnomalyFeedbackCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ProvideAnomalyFeedbackCommand)
|
|
20
|
-
.de(de_ProvideAnomalyFeedbackCommand)
|
|
14
|
+
.sc(ProvideAnomalyFeedback)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartCommitmentPurchaseAnalysis } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartCommitmentPurchaseAnalysisCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "StartCommitmentPurchaseAnalysis", {})
|
|
17
13
|
.n("CostExplorerClient", "StartCommitmentPurchaseAnalysisCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartCommitmentPurchaseAnalysisCommand)
|
|
20
|
-
.de(de_StartCommitmentPurchaseAnalysisCommand)
|
|
14
|
+
.sc(StartCommitmentPurchaseAnalysis)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartCostAllocationTagBackfill } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartCostAllocationTagBackfillCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "StartCostAllocationTagBackfill", {})
|
|
17
13
|
.n("CostExplorerClient", "StartCostAllocationTagBackfillCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartCostAllocationTagBackfillCommand)
|
|
20
|
-
.de(de_StartCostAllocationTagBackfillCommand)
|
|
14
|
+
.sc(StartCostAllocationTagBackfill)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { StartSavingsPlansPurchaseRecommendationGeneration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "StartSavingsPlansPurchaseRecommendationGeneration", {})
|
|
17
13
|
.n("CostExplorerClient", "StartSavingsPlansPurchaseRecommendationGenerationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_StartSavingsPlansPurchaseRecommendationGenerationCommand)
|
|
20
|
-
.de(de_StartSavingsPlansPurchaseRecommendationGenerationCommand)
|
|
14
|
+
.sc(StartSavingsPlansPurchaseRecommendationGeneration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "TagResource", {})
|
|
17
13
|
.n("CostExplorerClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "UntagResource", {})
|
|
17
13
|
.n("CostExplorerClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateAnomalyMonitor } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateAnomalyMonitorCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "UpdateAnomalyMonitor", {})
|
|
17
13
|
.n("CostExplorerClient", "UpdateAnomalyMonitorCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateAnomalyMonitorCommand)
|
|
20
|
-
.de(de_UpdateAnomalyMonitorCommand)
|
|
14
|
+
.sc(UpdateAnomalyMonitor)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateAnomalySubscription } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateAnomalySubscriptionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "UpdateAnomalySubscription", {})
|
|
17
13
|
.n("CostExplorerClient", "UpdateAnomalySubscriptionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateAnomalySubscriptionCommand)
|
|
20
|
-
.de(de_UpdateAnomalySubscriptionCommand)
|
|
14
|
+
.sc(UpdateAnomalySubscription)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateCostAllocationTagsStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateCostAllocationTagsStatusCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSInsightsIndexService", "UpdateCostAllocationTagsStatus", {})
|
|
17
13
|
.n("CostExplorerClient", "UpdateCostAllocationTagsStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateCostAllocationTagsStatusCommand)
|
|
20
|
-
.de(de_UpdateCostAllocationTagsStatusCommand)
|
|
14
|
+
.sc(UpdateCostAllocationTagsStatus)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|