@aws-sdk/client-cost-explorer 3.477.0 → 3.481.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/commands/CreateAnomalyMonitorCommand.js +18 -41
- package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/commands/GetAnomaliesCommand.js +18 -41
- package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +18 -41
- package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/GetCostAndUsageCommand.js +18 -41
- package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +18 -41
- package/dist-cjs/commands/GetCostCategoriesCommand.js +18 -41
- package/dist-cjs/commands/GetCostForecastCommand.js +18 -41
- package/dist-cjs/commands/GetDimensionValuesCommand.js +18 -41
- package/dist-cjs/commands/GetReservationCoverageCommand.js +18 -41
- package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +18 -41
- package/dist-cjs/commands/GetReservationUtilizationCommand.js +18 -41
- package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +18 -41
- package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +18 -41
- package/dist-cjs/commands/GetTagsCommand.js +18 -41
- package/dist-cjs/commands/GetUsageForecastCommand.js +18 -41
- package/dist-cjs/commands/ListCostAllocationTagsCommand.js +18 -41
- package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +18 -41
- package/dist-cjs/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +18 -41
- package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetSavingsPlansCoveragePaginator.js +2 -24
- package/dist-cjs/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCostAllocationTagsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCostCategoryDefinitionsPaginator.js +2 -24
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +18 -41
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +18 -41
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/commands/GetAnomaliesCommand.js +18 -41
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +18 -41
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +18 -41
- package/dist-es/commands/GetCostAndUsageCommand.js +18 -41
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +18 -41
- package/dist-es/commands/GetCostCategoriesCommand.js +18 -41
- package/dist-es/commands/GetCostForecastCommand.js +18 -41
- package/dist-es/commands/GetDimensionValuesCommand.js +18 -41
- package/dist-es/commands/GetReservationCoverageCommand.js +18 -41
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +18 -41
- package/dist-es/commands/GetReservationUtilizationCommand.js +18 -41
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +18 -41
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +18 -41
- package/dist-es/commands/GetTagsCommand.js +18 -41
- package/dist-es/commands/GetUsageForecastCommand.js +18 -41
- package/dist-es/commands/ListCostAllocationTagsCommand.js +18 -41
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +18 -41
- package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +18 -41
- package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +18 -41
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +18 -41
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +18 -41
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetSavingsPlansCoveragePaginator.js +2 -23
- package/dist-es/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +2 -23
- package/dist-es/pagination/ListCostAllocationTagsPaginator.js +2 -23
- package/dist-es/pagination/ListCostCategoryDefinitionsPaginator.js +2 -23
- package/dist-types/commands/CreateAnomalyMonitorCommand.d.ts +6 -21
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/commands/GetAnomaliesCommand.d.ts +6 -21
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +6 -21
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +6 -21
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +6 -21
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +6 -21
- package/dist-types/commands/GetCostForecastCommand.d.ts +6 -21
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +6 -21
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +6 -21
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +6 -21
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +6 -21
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +6 -21
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +6 -21
- package/dist-types/commands/GetTagsCommand.d.ts +6 -21
- package/dist-types/commands/GetUsageForecastCommand.d.ts +6 -21
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +6 -21
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetSavingsPlansCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCostAllocationTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCostCategoryDefinitionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -25
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -25
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetDimensionValuesCommand, se_GetDimensionValuesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetDimensionValuesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetDimensionValuesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetDimensionValues",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetDimensionValuesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetDimensionValuesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetDimensionValuesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetDimensionValues", {})
|
|
19
|
+
.n("CostExplorerClient", "GetDimensionValuesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetDimensionValuesCommand)
|
|
22
|
+
.de(de_GetDimensionValuesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetReservationCoverageCommand, se_GetReservationCoverageCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetReservationCoverageCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetReservationCoverageCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetReservationCoverage",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetReservationCoverageCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetReservationCoverageCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetReservationCoverageCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetReservationCoverage", {})
|
|
19
|
+
.n("CostExplorerClient", "GetReservationCoverageCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetReservationCoverageCommand)
|
|
22
|
+
.de(de_GetReservationCoverageCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetReservationPurchaseRecommendationCommand, se_GetReservationPurchaseRecommendationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetReservationPurchaseRecommendationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetReservationPurchaseRecommendationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetReservationPurchaseRecommendation",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetReservationPurchaseRecommendationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetReservationPurchaseRecommendationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetReservationPurchaseRecommendationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetReservationPurchaseRecommendation", {})
|
|
19
|
+
.n("CostExplorerClient", "GetReservationPurchaseRecommendationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetReservationPurchaseRecommendationCommand)
|
|
22
|
+
.de(de_GetReservationPurchaseRecommendationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetReservationUtilizationCommand, se_GetReservationUtilizationCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetReservationUtilizationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetReservationUtilizationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetReservationUtilization",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetReservationUtilizationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetReservationUtilizationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetReservationUtilizationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetReservationUtilization", {})
|
|
19
|
+
.n("CostExplorerClient", "GetReservationUtilizationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetReservationUtilizationCommand)
|
|
22
|
+
.de(de_GetReservationUtilizationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetRightsizingRecommendationCommand, se_GetRightsizingRecommendationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetRightsizingRecommendationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetRightsizingRecommendationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetRightsizingRecommendation",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetRightsizingRecommendationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetRightsizingRecommendationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetRightsizingRecommendationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetRightsizingRecommendation", {})
|
|
19
|
+
.n("CostExplorerClient", "GetRightsizingRecommendationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetRightsizingRecommendationCommand)
|
|
22
|
+
.de(de_GetRightsizingRecommendationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSavingsPlanPurchaseRecommendationDetailsCommand, se_GetSavingsPlanPurchaseRecommendationDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetSavingsPlanPurchaseRecommendationDetailsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetSavingsPlanPurchaseRecommendationDetails",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetSavingsPlanPurchaseRecommendationDetailsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetSavingsPlanPurchaseRecommendationDetailsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetSavingsPlanPurchaseRecommendationDetails", {})
|
|
19
|
+
.n("CostExplorerClient", "GetSavingsPlanPurchaseRecommendationDetailsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSavingsPlanPurchaseRecommendationDetailsCommand)
|
|
22
|
+
.de(de_GetSavingsPlanPurchaseRecommendationDetailsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSavingsPlansCoverageCommand, se_GetSavingsPlansCoverageCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSavingsPlansCoverageCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetSavingsPlansCoverageCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetSavingsPlansCoverage",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetSavingsPlansCoverageCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetSavingsPlansCoverageCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetSavingsPlansCoverageCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetSavingsPlansCoverage", {})
|
|
19
|
+
.n("CostExplorerClient", "GetSavingsPlansCoverageCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSavingsPlansCoverageCommand)
|
|
22
|
+
.de(de_GetSavingsPlansCoverageCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSavingsPlansPurchaseRecommendationCommand, se_GetSavingsPlansPurchaseRecommendationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSavingsPlansPurchaseRecommendationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetSavingsPlansPurchaseRecommendationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetSavingsPlansPurchaseRecommendation",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetSavingsPlansPurchaseRecommendationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetSavingsPlansPurchaseRecommendationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetSavingsPlansPurchaseRecommendationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetSavingsPlansPurchaseRecommendation", {})
|
|
19
|
+
.n("CostExplorerClient", "GetSavingsPlansPurchaseRecommendationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSavingsPlansPurchaseRecommendationCommand)
|
|
22
|
+
.de(de_GetSavingsPlansPurchaseRecommendationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSavingsPlansUtilizationCommand, se_GetSavingsPlansUtilizationCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSavingsPlansUtilizationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CostExplorerClient";
|
|
26
|
-
const commandName = "GetSavingsPlansUtilizationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSInsightsIndexService",
|
|
35
|
-
operation: "GetSavingsPlansUtilization",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetSavingsPlansUtilizationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetSavingsPlansUtilizationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetSavingsPlansUtilizationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSInsightsIndexService", "GetSavingsPlansUtilization", {})
|
|
19
|
+
.n("CostExplorerClient", "GetSavingsPlansUtilizationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSavingsPlansUtilizationCommand)
|
|
22
|
+
.de(de_GetSavingsPlansUtilizationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|