@aws-sdk/client-cost-explorer 3.489.0 → 3.495.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.
Files changed (56) hide show
  1. package/dist-cjs/CostExplorer.js +1 -87
  2. package/dist-cjs/CostExplorerClient.js +1 -43
  3. package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +1 -28
  4. package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +1 -28
  5. package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +1 -28
  10. package/dist-cjs/commands/GetAnomaliesCommand.js +1 -28
  11. package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +1 -28
  12. package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +1 -28
  13. package/dist-cjs/commands/GetCostAndUsageCommand.js +1 -28
  14. package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +1 -28
  15. package/dist-cjs/commands/GetCostCategoriesCommand.js +1 -28
  16. package/dist-cjs/commands/GetCostForecastCommand.js +1 -28
  17. package/dist-cjs/commands/GetDimensionValuesCommand.js +1 -28
  18. package/dist-cjs/commands/GetReservationCoverageCommand.js +1 -28
  19. package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +1 -28
  20. package/dist-cjs/commands/GetReservationUtilizationCommand.js +1 -28
  21. package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +1 -28
  22. package/dist-cjs/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +1 -28
  23. package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +1 -28
  24. package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +1 -28
  25. package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +1 -28
  26. package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +1 -28
  27. package/dist-cjs/commands/GetTagsCommand.js +1 -28
  28. package/dist-cjs/commands/GetUsageForecastCommand.js +1 -28
  29. package/dist-cjs/commands/ListCostAllocationTagsCommand.js +1 -28
  30. package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +1 -28
  31. package/dist-cjs/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -28
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  33. package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +1 -28
  34. package/dist-cjs/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -28
  35. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  36. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  37. package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +1 -28
  38. package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +1 -28
  40. package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +1 -28
  41. package/dist-cjs/commands/index.js +1 -41
  42. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  43. package/dist-cjs/extensionConfiguration.js +1 -2
  44. package/dist-cjs/index.js +3695 -11
  45. package/dist-cjs/models/CostExplorerServiceException.js +1 -12
  46. package/dist-cjs/models/index.js +1 -4
  47. package/dist-cjs/models/models_0.js +1 -389
  48. package/dist-cjs/pagination/GetSavingsPlansCoveragePaginator.js +1 -7
  49. package/dist-cjs/pagination/GetSavingsPlansUtilizationDetailsPaginator.js +1 -7
  50. package/dist-cjs/pagination/Interfaces.js +1 -2
  51. package/dist-cjs/pagination/ListCostAllocationTagsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListCostCategoryDefinitionsPaginator.js +1 -7
  53. package/dist-cjs/pagination/index.js +1 -8
  54. package/dist-cjs/protocols/Aws_json1_1.js +1 -2322
  55. package/dist-cjs/runtimeExtensions.js +1 -22
  56. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetReservationPurchaseRecommendationCommand = 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 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() {
27
- }
28
- exports.GetReservationPurchaseRecommendationCommand = GetReservationPurchaseRecommendationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetReservationUtilizationCommand = 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 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() {
27
- }
28
- exports.GetReservationUtilizationCommand = GetReservationUtilizationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRightsizingRecommendationCommand = 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 GetRightsizingRecommendationCommand 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", "GetRightsizingRecommendation", {})
22
- .n("CostExplorerClient", "GetRightsizingRecommendationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetRightsizingRecommendationCommand)
25
- .de(Aws_json1_1_1.de_GetRightsizingRecommendationCommand)
26
- .build() {
27
- }
28
- exports.GetRightsizingRecommendationCommand = GetRightsizingRecommendationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSavingsPlanPurchaseRecommendationDetailsCommand = 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 GetSavingsPlanPurchaseRecommendationDetailsCommand 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", "GetSavingsPlanPurchaseRecommendationDetails", {})
22
- .n("CostExplorerClient", "GetSavingsPlanPurchaseRecommendationDetailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetSavingsPlanPurchaseRecommendationDetailsCommand)
25
- .de(Aws_json1_1_1.de_GetSavingsPlanPurchaseRecommendationDetailsCommand)
26
- .build() {
27
- }
28
- exports.GetSavingsPlanPurchaseRecommendationDetailsCommand = GetSavingsPlanPurchaseRecommendationDetailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSavingsPlansCoverageCommand = 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 GetSavingsPlansCoverageCommand 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", "GetSavingsPlansCoverage", {})
22
- .n("CostExplorerClient", "GetSavingsPlansCoverageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetSavingsPlansCoverageCommand)
25
- .de(Aws_json1_1_1.de_GetSavingsPlansCoverageCommand)
26
- .build() {
27
- }
28
- exports.GetSavingsPlansCoverageCommand = GetSavingsPlansCoverageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSavingsPlansPurchaseRecommendationCommand = 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 GetSavingsPlansPurchaseRecommendationCommand 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", "GetSavingsPlansPurchaseRecommendation", {})
22
- .n("CostExplorerClient", "GetSavingsPlansPurchaseRecommendationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetSavingsPlansPurchaseRecommendationCommand)
25
- .de(Aws_json1_1_1.de_GetSavingsPlansPurchaseRecommendationCommand)
26
- .build() {
27
- }
28
- exports.GetSavingsPlansPurchaseRecommendationCommand = GetSavingsPlansPurchaseRecommendationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSavingsPlansUtilizationCommand = 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 GetSavingsPlansUtilizationCommand 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", "GetSavingsPlansUtilization", {})
22
- .n("CostExplorerClient", "GetSavingsPlansUtilizationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetSavingsPlansUtilizationCommand)
25
- .de(Aws_json1_1_1.de_GetSavingsPlansUtilizationCommand)
26
- .build() {
27
- }
28
- exports.GetSavingsPlansUtilizationCommand = GetSavingsPlansUtilizationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSavingsPlansUtilizationDetailsCommand = 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 GetSavingsPlansUtilizationDetailsCommand 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", "GetSavingsPlansUtilizationDetails", {})
22
- .n("CostExplorerClient", "GetSavingsPlansUtilizationDetailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetSavingsPlansUtilizationDetailsCommand)
25
- .de(Aws_json1_1_1.de_GetSavingsPlansUtilizationDetailsCommand)
26
- .build() {
27
- }
28
- exports.GetSavingsPlansUtilizationDetailsCommand = GetSavingsPlansUtilizationDetailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTagsCommand = 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 GetTagsCommand 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", "GetTags", {})
22
- .n("CostExplorerClient", "GetTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetTagsCommand)
25
- .de(Aws_json1_1_1.de_GetTagsCommand)
26
- .build() {
27
- }
28
- exports.GetTagsCommand = GetTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUsageForecastCommand = 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 GetUsageForecastCommand 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", "GetUsageForecast", {})
22
- .n("CostExplorerClient", "GetUsageForecastCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetUsageForecastCommand)
25
- .de(Aws_json1_1_1.de_GetUsageForecastCommand)
26
- .build() {
27
- }
28
- exports.GetUsageForecastCommand = GetUsageForecastCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCostAllocationTagsCommand = 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 ListCostAllocationTagsCommand 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", "ListCostAllocationTags", {})
22
- .n("CostExplorerClient", "ListCostAllocationTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCostAllocationTagsCommand)
25
- .de(Aws_json1_1_1.de_ListCostAllocationTagsCommand)
26
- .build() {
27
- }
28
- exports.ListCostAllocationTagsCommand = ListCostAllocationTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCostCategoryDefinitionsCommand = 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 ListCostCategoryDefinitionsCommand 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", "ListCostCategoryDefinitions", {})
22
- .n("CostExplorerClient", "ListCostCategoryDefinitionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListCostCategoryDefinitionsCommand)
25
- .de(Aws_json1_1_1.de_ListCostCategoryDefinitionsCommand)
26
- .build() {
27
- }
28
- exports.ListCostCategoryDefinitionsCommand = ListCostCategoryDefinitionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSavingsPlansPurchaseRecommendationGenerationCommand = 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 ListSavingsPlansPurchaseRecommendationGenerationCommand 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", "ListSavingsPlansPurchaseRecommendationGeneration", {})
22
- .n("CostExplorerClient", "ListSavingsPlansPurchaseRecommendationGenerationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListSavingsPlansPurchaseRecommendationGenerationCommand)
25
- .de(Aws_json1_1_1.de_ListSavingsPlansPurchaseRecommendationGenerationCommand)
26
- .build() {
27
- }
28
- exports.ListSavingsPlansPurchaseRecommendationGenerationCommand = ListSavingsPlansPurchaseRecommendationGenerationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("CostExplorerClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ProvideAnomalyFeedbackCommand = 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 ProvideAnomalyFeedbackCommand 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", "ProvideAnomalyFeedback", {})
22
- .n("CostExplorerClient", "ProvideAnomalyFeedbackCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ProvideAnomalyFeedbackCommand)
25
- .de(Aws_json1_1_1.de_ProvideAnomalyFeedbackCommand)
26
- .build() {
27
- }
28
- exports.ProvideAnomalyFeedbackCommand = ProvideAnomalyFeedbackCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSavingsPlansPurchaseRecommendationGenerationCommand = 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 StartSavingsPlansPurchaseRecommendationGenerationCommand 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", "StartSavingsPlansPurchaseRecommendationGeneration", {})
22
- .n("CostExplorerClient", "StartSavingsPlansPurchaseRecommendationGenerationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartSavingsPlansPurchaseRecommendationGenerationCommand)
25
- .de(Aws_json1_1_1.de_StartSavingsPlansPurchaseRecommendationGenerationCommand)
26
- .build() {
27
- }
28
- exports.StartSavingsPlansPurchaseRecommendationGenerationCommand = StartSavingsPlansPurchaseRecommendationGenerationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("CostExplorerClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_TagResourceCommand)
25
- .de(Aws_json1_1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("CostExplorerClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UntagResourceCommand)
25
- .de(Aws_json1_1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAnomalyMonitorCommand = 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 UpdateAnomalyMonitorCommand 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", "UpdateAnomalyMonitor", {})
22
- .n("CostExplorerClient", "UpdateAnomalyMonitorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateAnomalyMonitorCommand)
25
- .de(Aws_json1_1_1.de_UpdateAnomalyMonitorCommand)
26
- .build() {
27
- }
28
- exports.UpdateAnomalyMonitorCommand = UpdateAnomalyMonitorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAnomalySubscriptionCommand = 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 UpdateAnomalySubscriptionCommand 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", "UpdateAnomalySubscription", {})
22
- .n("CostExplorerClient", "UpdateAnomalySubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateAnomalySubscriptionCommand)
25
- .de(Aws_json1_1_1.de_UpdateAnomalySubscriptionCommand)
26
- .build() {
27
- }
28
- exports.UpdateAnomalySubscriptionCommand = UpdateAnomalySubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCostAllocationTagsStatusCommand = 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 UpdateCostAllocationTagsStatusCommand 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", "UpdateCostAllocationTagsStatus", {})
22
- .n("CostExplorerClient", "UpdateCostAllocationTagsStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateCostAllocationTagsStatusCommand)
25
- .de(Aws_json1_1_1.de_UpdateCostAllocationTagsStatusCommand)
26
- .build() {
27
- }
28
- exports.UpdateCostAllocationTagsStatusCommand = UpdateCostAllocationTagsStatusCommand;
1
+ module.exports = require("../index.js");