@aws-sdk/client-cost-explorer 3.490.0 → 3.496.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/CostExplorer.js +1 -87
- package/dist-cjs/CostExplorerClient.js +1 -43
- package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +1 -28
- package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +1 -28
- package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +1 -28
- package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +1 -28
- package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +1 -28
- package/dist-cjs/commands/GetAnomaliesCommand.js +1 -28
- package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +1 -28
- package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/GetCostAndUsageCommand.js +1 -28
- package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +1 -28
- package/dist-cjs/commands/GetCostCategoriesCommand.js +1 -28
- package/dist-cjs/commands/GetCostForecastCommand.js +1 -28
- package/dist-cjs/commands/GetDimensionValuesCommand.js +1 -28
- package/dist-cjs/commands/GetReservationCoverageCommand.js +1 -28
- package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +1 -28
- package/dist-cjs/commands/GetReservationUtilizationCommand.js +1 -28
- package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +1 -28
- package/dist-cjs/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +1 -28
- package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +1 -28
- package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +1 -28
- package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +1 -28
- package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +1 -28
- package/dist-cjs/commands/GetTagsCommand.js +1 -28
- package/dist-cjs/commands/GetUsageForecastCommand.js +1 -28
- package/dist-cjs/commands/ListCostAllocationTagsCommand.js +1 -28
- package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +1 -28
- package/dist-cjs/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +1 -28
- package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +1 -28
- package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -41
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3697 -11
- package/dist-cjs/models/CostExplorerServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -389
- package/dist-cjs/pagination/GetSavingsPlansCoveragePaginator.js +1 -7
- package/dist-cjs/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCostAllocationTagsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCostCategoryDefinitionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -8
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2322
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/CostExplorer.js
CHANGED
|
@@ -1,87 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CostExplorer = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const CreateAnomalyMonitorCommand_1 = require("./commands/CreateAnomalyMonitorCommand");
|
|
6
|
-
const CreateAnomalySubscriptionCommand_1 = require("./commands/CreateAnomalySubscriptionCommand");
|
|
7
|
-
const CreateCostCategoryDefinitionCommand_1 = require("./commands/CreateCostCategoryDefinitionCommand");
|
|
8
|
-
const DeleteAnomalyMonitorCommand_1 = require("./commands/DeleteAnomalyMonitorCommand");
|
|
9
|
-
const DeleteAnomalySubscriptionCommand_1 = require("./commands/DeleteAnomalySubscriptionCommand");
|
|
10
|
-
const DeleteCostCategoryDefinitionCommand_1 = require("./commands/DeleteCostCategoryDefinitionCommand");
|
|
11
|
-
const DescribeCostCategoryDefinitionCommand_1 = require("./commands/DescribeCostCategoryDefinitionCommand");
|
|
12
|
-
const GetAnomaliesCommand_1 = require("./commands/GetAnomaliesCommand");
|
|
13
|
-
const GetAnomalyMonitorsCommand_1 = require("./commands/GetAnomalyMonitorsCommand");
|
|
14
|
-
const GetAnomalySubscriptionsCommand_1 = require("./commands/GetAnomalySubscriptionsCommand");
|
|
15
|
-
const GetCostAndUsageCommand_1 = require("./commands/GetCostAndUsageCommand");
|
|
16
|
-
const GetCostAndUsageWithResourcesCommand_1 = require("./commands/GetCostAndUsageWithResourcesCommand");
|
|
17
|
-
const GetCostCategoriesCommand_1 = require("./commands/GetCostCategoriesCommand");
|
|
18
|
-
const GetCostForecastCommand_1 = require("./commands/GetCostForecastCommand");
|
|
19
|
-
const GetDimensionValuesCommand_1 = require("./commands/GetDimensionValuesCommand");
|
|
20
|
-
const GetReservationCoverageCommand_1 = require("./commands/GetReservationCoverageCommand");
|
|
21
|
-
const GetReservationPurchaseRecommendationCommand_1 = require("./commands/GetReservationPurchaseRecommendationCommand");
|
|
22
|
-
const GetReservationUtilizationCommand_1 = require("./commands/GetReservationUtilizationCommand");
|
|
23
|
-
const GetRightsizingRecommendationCommand_1 = require("./commands/GetRightsizingRecommendationCommand");
|
|
24
|
-
const GetSavingsPlanPurchaseRecommendationDetailsCommand_1 = require("./commands/GetSavingsPlanPurchaseRecommendationDetailsCommand");
|
|
25
|
-
const GetSavingsPlansCoverageCommand_1 = require("./commands/GetSavingsPlansCoverageCommand");
|
|
26
|
-
const GetSavingsPlansPurchaseRecommendationCommand_1 = require("./commands/GetSavingsPlansPurchaseRecommendationCommand");
|
|
27
|
-
const GetSavingsPlansUtilizationCommand_1 = require("./commands/GetSavingsPlansUtilizationCommand");
|
|
28
|
-
const GetSavingsPlansUtilizationDetailsCommand_1 = require("./commands/GetSavingsPlansUtilizationDetailsCommand");
|
|
29
|
-
const GetTagsCommand_1 = require("./commands/GetTagsCommand");
|
|
30
|
-
const GetUsageForecastCommand_1 = require("./commands/GetUsageForecastCommand");
|
|
31
|
-
const ListCostAllocationTagsCommand_1 = require("./commands/ListCostAllocationTagsCommand");
|
|
32
|
-
const ListCostCategoryDefinitionsCommand_1 = require("./commands/ListCostCategoryDefinitionsCommand");
|
|
33
|
-
const ListSavingsPlansPurchaseRecommendationGenerationCommand_1 = require("./commands/ListSavingsPlansPurchaseRecommendationGenerationCommand");
|
|
34
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
35
|
-
const ProvideAnomalyFeedbackCommand_1 = require("./commands/ProvideAnomalyFeedbackCommand");
|
|
36
|
-
const StartSavingsPlansPurchaseRecommendationGenerationCommand_1 = require("./commands/StartSavingsPlansPurchaseRecommendationGenerationCommand");
|
|
37
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
38
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
39
|
-
const UpdateAnomalyMonitorCommand_1 = require("./commands/UpdateAnomalyMonitorCommand");
|
|
40
|
-
const UpdateAnomalySubscriptionCommand_1 = require("./commands/UpdateAnomalySubscriptionCommand");
|
|
41
|
-
const UpdateCostAllocationTagsStatusCommand_1 = require("./commands/UpdateCostAllocationTagsStatusCommand");
|
|
42
|
-
const UpdateCostCategoryDefinitionCommand_1 = require("./commands/UpdateCostCategoryDefinitionCommand");
|
|
43
|
-
const CostExplorerClient_1 = require("./CostExplorerClient");
|
|
44
|
-
const commands = {
|
|
45
|
-
CreateAnomalyMonitorCommand: CreateAnomalyMonitorCommand_1.CreateAnomalyMonitorCommand,
|
|
46
|
-
CreateAnomalySubscriptionCommand: CreateAnomalySubscriptionCommand_1.CreateAnomalySubscriptionCommand,
|
|
47
|
-
CreateCostCategoryDefinitionCommand: CreateCostCategoryDefinitionCommand_1.CreateCostCategoryDefinitionCommand,
|
|
48
|
-
DeleteAnomalyMonitorCommand: DeleteAnomalyMonitorCommand_1.DeleteAnomalyMonitorCommand,
|
|
49
|
-
DeleteAnomalySubscriptionCommand: DeleteAnomalySubscriptionCommand_1.DeleteAnomalySubscriptionCommand,
|
|
50
|
-
DeleteCostCategoryDefinitionCommand: DeleteCostCategoryDefinitionCommand_1.DeleteCostCategoryDefinitionCommand,
|
|
51
|
-
DescribeCostCategoryDefinitionCommand: DescribeCostCategoryDefinitionCommand_1.DescribeCostCategoryDefinitionCommand,
|
|
52
|
-
GetAnomaliesCommand: GetAnomaliesCommand_1.GetAnomaliesCommand,
|
|
53
|
-
GetAnomalyMonitorsCommand: GetAnomalyMonitorsCommand_1.GetAnomalyMonitorsCommand,
|
|
54
|
-
GetAnomalySubscriptionsCommand: GetAnomalySubscriptionsCommand_1.GetAnomalySubscriptionsCommand,
|
|
55
|
-
GetCostAndUsageCommand: GetCostAndUsageCommand_1.GetCostAndUsageCommand,
|
|
56
|
-
GetCostAndUsageWithResourcesCommand: GetCostAndUsageWithResourcesCommand_1.GetCostAndUsageWithResourcesCommand,
|
|
57
|
-
GetCostCategoriesCommand: GetCostCategoriesCommand_1.GetCostCategoriesCommand,
|
|
58
|
-
GetCostForecastCommand: GetCostForecastCommand_1.GetCostForecastCommand,
|
|
59
|
-
GetDimensionValuesCommand: GetDimensionValuesCommand_1.GetDimensionValuesCommand,
|
|
60
|
-
GetReservationCoverageCommand: GetReservationCoverageCommand_1.GetReservationCoverageCommand,
|
|
61
|
-
GetReservationPurchaseRecommendationCommand: GetReservationPurchaseRecommendationCommand_1.GetReservationPurchaseRecommendationCommand,
|
|
62
|
-
GetReservationUtilizationCommand: GetReservationUtilizationCommand_1.GetReservationUtilizationCommand,
|
|
63
|
-
GetRightsizingRecommendationCommand: GetRightsizingRecommendationCommand_1.GetRightsizingRecommendationCommand,
|
|
64
|
-
GetSavingsPlanPurchaseRecommendationDetailsCommand: GetSavingsPlanPurchaseRecommendationDetailsCommand_1.GetSavingsPlanPurchaseRecommendationDetailsCommand,
|
|
65
|
-
GetSavingsPlansCoverageCommand: GetSavingsPlansCoverageCommand_1.GetSavingsPlansCoverageCommand,
|
|
66
|
-
GetSavingsPlansPurchaseRecommendationCommand: GetSavingsPlansPurchaseRecommendationCommand_1.GetSavingsPlansPurchaseRecommendationCommand,
|
|
67
|
-
GetSavingsPlansUtilizationCommand: GetSavingsPlansUtilizationCommand_1.GetSavingsPlansUtilizationCommand,
|
|
68
|
-
GetSavingsPlansUtilizationDetailsCommand: GetSavingsPlansUtilizationDetailsCommand_1.GetSavingsPlansUtilizationDetailsCommand,
|
|
69
|
-
GetTagsCommand: GetTagsCommand_1.GetTagsCommand,
|
|
70
|
-
GetUsageForecastCommand: GetUsageForecastCommand_1.GetUsageForecastCommand,
|
|
71
|
-
ListCostAllocationTagsCommand: ListCostAllocationTagsCommand_1.ListCostAllocationTagsCommand,
|
|
72
|
-
ListCostCategoryDefinitionsCommand: ListCostCategoryDefinitionsCommand_1.ListCostCategoryDefinitionsCommand,
|
|
73
|
-
ListSavingsPlansPurchaseRecommendationGenerationCommand: ListSavingsPlansPurchaseRecommendationGenerationCommand_1.ListSavingsPlansPurchaseRecommendationGenerationCommand,
|
|
74
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
75
|
-
ProvideAnomalyFeedbackCommand: ProvideAnomalyFeedbackCommand_1.ProvideAnomalyFeedbackCommand,
|
|
76
|
-
StartSavingsPlansPurchaseRecommendationGenerationCommand: StartSavingsPlansPurchaseRecommendationGenerationCommand_1.StartSavingsPlansPurchaseRecommendationGenerationCommand,
|
|
77
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
78
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
79
|
-
UpdateAnomalyMonitorCommand: UpdateAnomalyMonitorCommand_1.UpdateAnomalyMonitorCommand,
|
|
80
|
-
UpdateAnomalySubscriptionCommand: UpdateAnomalySubscriptionCommand_1.UpdateAnomalySubscriptionCommand,
|
|
81
|
-
UpdateCostAllocationTagsStatusCommand: UpdateCostAllocationTagsStatusCommand_1.UpdateCostAllocationTagsStatusCommand,
|
|
82
|
-
UpdateCostCategoryDefinitionCommand: UpdateCostCategoryDefinitionCommand_1.UpdateCostCategoryDefinitionCommand,
|
|
83
|
-
};
|
|
84
|
-
class CostExplorer extends CostExplorerClient_1.CostExplorerClient {
|
|
85
|
-
}
|
|
86
|
-
exports.CostExplorer = CostExplorer;
|
|
87
|
-
(0, smithy_client_1.createAggregatedClient)(commands, CostExplorer);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CostExplorerClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class CostExplorerClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.CostExplorerClient = CostExplorerClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAnomalyMonitorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateAnomalyMonitorCommand 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", "CreateAnomalyMonitor", {})
|
|
22
|
-
.n("CostExplorerClient", "CreateAnomalyMonitorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateAnomalyMonitorCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateAnomalyMonitorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAnomalyMonitorCommand = CreateAnomalyMonitorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAnomalySubscriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateAnomalySubscriptionCommand 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", "CreateAnomalySubscription", {})
|
|
22
|
-
.n("CostExplorerClient", "CreateAnomalySubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateAnomalySubscriptionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateAnomalySubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAnomalySubscriptionCommand = CreateAnomalySubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateCostCategoryDefinitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateCostCategoryDefinitionCommand 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", "CreateCostCategoryDefinition", {})
|
|
22
|
-
.n("CostExplorerClient", "CreateCostCategoryDefinitionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateCostCategoryDefinitionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateCostCategoryDefinitionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateCostCategoryDefinitionCommand = CreateCostCategoryDefinitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAnomalyMonitorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteAnomalyMonitorCommand 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", "DeleteAnomalyMonitor", {})
|
|
22
|
-
.n("CostExplorerClient", "DeleteAnomalyMonitorCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteAnomalyMonitorCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteAnomalyMonitorCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAnomalyMonitorCommand = DeleteAnomalyMonitorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAnomalySubscriptionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteAnomalySubscriptionCommand 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", "DeleteAnomalySubscription", {})
|
|
22
|
-
.n("CostExplorerClient", "DeleteAnomalySubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteAnomalySubscriptionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteAnomalySubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAnomalySubscriptionCommand = DeleteAnomalySubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteCostCategoryDefinitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteCostCategoryDefinitionCommand 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", "DeleteCostCategoryDefinition", {})
|
|
22
|
-
.n("CostExplorerClient", "DeleteCostCategoryDefinitionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteCostCategoryDefinitionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteCostCategoryDefinitionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteCostCategoryDefinitionCommand = DeleteCostCategoryDefinitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeCostCategoryDefinitionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeCostCategoryDefinitionCommand 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", "DescribeCostCategoryDefinition", {})
|
|
22
|
-
.n("CostExplorerClient", "DescribeCostCategoryDefinitionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeCostCategoryDefinitionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeCostCategoryDefinitionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeCostCategoryDefinitionCommand = DescribeCostCategoryDefinitionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAnomaliesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetAnomaliesCommand 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", "GetAnomalies", {})
|
|
22
|
-
.n("CostExplorerClient", "GetAnomaliesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetAnomaliesCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetAnomaliesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAnomaliesCommand = GetAnomaliesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAnomalyMonitorsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetAnomalyMonitorsCommand 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", "GetAnomalyMonitors", {})
|
|
22
|
-
.n("CostExplorerClient", "GetAnomalyMonitorsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_GetAnomalyMonitorsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_GetAnomalyMonitorsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAnomalyMonitorsCommand = GetAnomalyMonitorsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetAnomalySubscriptionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetAnomalySubscriptionsCommand = GetAnomalySubscriptionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCostAndUsageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetCostAndUsageCommand = GetCostAndUsageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCostAndUsageWithResourcesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetCostAndUsageWithResourcesCommand = GetCostAndUsageWithResourcesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCostCategoriesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetCostCategoriesCommand = GetCostCategoriesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCostForecastCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetCostForecastCommand = GetCostForecastCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetDimensionValuesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetDimensionValuesCommand = GetDimensionValuesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetReservationCoverageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetReservationCoverageCommand = GetReservationCoverageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|