@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
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetAnomalySubscriptionsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetAnomalySubscriptionsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetAnomalySubscriptions",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetAnomalySubscriptionsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetAnomalySubscriptionsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetAnomalySubscriptionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetAnomalySubscriptions", {})
|
|
22
|
+
.n("CostExplorerClient", "GetAnomalySubscriptionsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetAnomalySubscriptionsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetAnomalySubscriptionsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetAnomalySubscriptionsCommand = GetAnomalySubscriptionsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetCostAndUsageCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetCostAndUsageCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetCostAndUsage",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetCostAndUsageCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetCostAndUsageCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetCostAndUsageCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetCostAndUsage", {})
|
|
22
|
+
.n("CostExplorerClient", "GetCostAndUsageCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetCostAndUsageCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetCostAndUsageCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetCostAndUsageCommand = GetCostAndUsageCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetCostAndUsageWithResourcesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetCostAndUsageWithResourcesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetCostAndUsageWithResources",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetCostAndUsageWithResourcesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetCostAndUsageWithResourcesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetCostAndUsageWithResourcesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetCostAndUsageWithResources", {})
|
|
22
|
+
.n("CostExplorerClient", "GetCostAndUsageWithResourcesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetCostAndUsageWithResourcesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetCostAndUsageWithResourcesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetCostAndUsageWithResourcesCommand = GetCostAndUsageWithResourcesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetCostCategoriesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetCostCategoriesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetCostCategories",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetCostCategoriesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetCostCategoriesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetCostCategoriesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetCostCategories", {})
|
|
22
|
+
.n("CostExplorerClient", "GetCostCategoriesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetCostCategoriesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetCostCategoriesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetCostCategoriesCommand = GetCostCategoriesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetCostForecastCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetCostForecastCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetCostForecast",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetCostForecastCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetCostForecastCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetCostForecastCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetCostForecast", {})
|
|
22
|
+
.n("CostExplorerClient", "GetCostForecastCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetCostForecastCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetCostForecastCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetCostForecastCommand = GetCostForecastCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetDimensionValuesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetDimensionValuesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetDimensionValues",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetDimensionValuesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetDimensionValuesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetDimensionValuesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetDimensionValues", {})
|
|
22
|
+
.n("CostExplorerClient", "GetDimensionValuesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetDimensionValuesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetDimensionValuesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetDimensionValuesCommand = GetDimensionValuesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetReservationCoverageCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetReservationCoverageCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetReservationCoverage",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetReservationCoverageCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetReservationCoverageCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetReservationCoverageCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetReservationCoverage", {})
|
|
22
|
+
.n("CostExplorerClient", "GetReservationCoverageCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetReservationCoverageCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetReservationCoverageCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetReservationCoverageCommand = GetReservationCoverageCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetReservationPurchaseRecommendationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetReservationPurchaseRecommendationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetReservationPurchaseRecommendation",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetReservationPurchaseRecommendationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetReservationPurchaseRecommendationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetReservationPurchaseRecommendationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetReservationPurchaseRecommendation", {})
|
|
22
|
+
.n("CostExplorerClient", "GetReservationPurchaseRecommendationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetReservationPurchaseRecommendationCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetReservationPurchaseRecommendationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetReservationPurchaseRecommendationCommand = GetReservationPurchaseRecommendationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetReservationUtilizationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "CostExplorerClient";
|
|
29
|
-
const commandName = "GetReservationUtilizationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSInsightsIndexService",
|
|
38
|
-
operation: "GetReservationUtilization",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetReservationUtilizationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetReservationUtilizationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetReservationUtilizationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSInsightsIndexService", "GetReservationUtilization", {})
|
|
22
|
+
.n("CostExplorerClient", "GetReservationUtilizationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetReservationUtilizationCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetReservationUtilizationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetReservationUtilizationCommand = GetReservationUtilizationCommand;
|