@aws-sdk/client-cost-explorer 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAnomalyMonitorCommand.js +2 -2
- package/dist-cjs/commands/CreateAnomalySubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnomalyMonitorCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnomalySubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/commands/GetAnomaliesCommand.js +2 -2
- package/dist-cjs/commands/GetAnomalyMonitorsCommand.js +2 -2
- package/dist-cjs/commands/GetAnomalySubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/GetCostAndUsageCommand.js +2 -2
- package/dist-cjs/commands/GetCostAndUsageWithResourcesCommand.js +2 -2
- package/dist-cjs/commands/GetCostCategoriesCommand.js +2 -2
- package/dist-cjs/commands/GetCostForecastCommand.js +2 -2
- package/dist-cjs/commands/GetDimensionValuesCommand.js +2 -2
- package/dist-cjs/commands/GetReservationCoverageCommand.js +2 -2
- package/dist-cjs/commands/GetReservationPurchaseRecommendationCommand.js +2 -2
- package/dist-cjs/commands/GetReservationUtilizationCommand.js +2 -2
- package/dist-cjs/commands/GetRightsizingRecommendationCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansCoverageCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansPurchaseRecommendationCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansUtilizationCommand.js +2 -2
- package/dist-cjs/commands/GetSavingsPlansUtilizationDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GetUsageForecastCommand.js +2 -2
- package/dist-cjs/commands/ListCostAllocationTagsCommand.js +2 -2
- package/dist-cjs/commands/ListCostCategoryDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ProvideAnomalyFeedbackCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnomalyMonitorCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnomalySubscriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateCostAllocationTagsStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateCostCategoryDefinitionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +608 -910
- package/dist-cjs/protocols/Aws_json1_1.js +175 -334
- package/dist-es/commands/CreateAnomalyMonitorCommand.js +3 -3
- package/dist-es/commands/CreateAnomalySubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/commands/DeleteAnomalyMonitorCommand.js +3 -3
- package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/commands/GetAnomaliesCommand.js +3 -3
- package/dist-es/commands/GetAnomalyMonitorsCommand.js +3 -3
- package/dist-es/commands/GetAnomalySubscriptionsCommand.js +3 -3
- package/dist-es/commands/GetCostAndUsageCommand.js +3 -3
- package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +3 -3
- package/dist-es/commands/GetCostCategoriesCommand.js +3 -3
- package/dist-es/commands/GetCostForecastCommand.js +3 -3
- package/dist-es/commands/GetDimensionValuesCommand.js +3 -3
- package/dist-es/commands/GetReservationCoverageCommand.js +3 -3
- package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +3 -3
- package/dist-es/commands/GetReservationUtilizationCommand.js +3 -3
- package/dist-es/commands/GetRightsizingRecommendationCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansCoverageCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +3 -3
- package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GetUsageForecastCommand.js +3 -3
- package/dist-es/commands/ListCostAllocationTagsCommand.js +3 -3
- package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAnomalyMonitorCommand.js +3 -3
- package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +3 -3
- package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +3 -3
- package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +3 -3
- package/dist-es/models/models_0.js +151 -604
- package/dist-es/protocols/Aws_json1_1.js +281 -335
- package/dist-types/models/models_0.d.ts +604 -906
- package/dist-types/ts3.4/models/models_0.d.ts +302 -604
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateAnomalyMonitorRequestFilterSensitiveLog, UpdateAnomalyMonitorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateAnomalyMonitorCommand, serializeAws_json1_1UpdateAnomalyMonitorCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateAnomalyMonitorCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateAnomalyMonitorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateAnomalyMonitorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateAnomalyMonitorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateAnomalyMonitorResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateAnomalySubscriptionRequestFilterSensitiveLog, UpdateAnomalySubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateAnomalySubscriptionCommand, serializeAws_json1_1UpdateAnomalySubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateAnomalySubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateAnomalySubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateAnomalySubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateAnomalySubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateAnomalySubscriptionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateCostAllocationTagsStatusRequestFilterSensitiveLog, UpdateCostAllocationTagsStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateCostAllocationTagsStatusCommand, serializeAws_json1_1UpdateCostAllocationTagsStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateCostAllocationTagsStatusCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateCostAllocationTagsStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateCostAllocationTagsStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateCostAllocationTagsStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateCostAllocationTagsStatusResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateCostCategoryDefinitionRequestFilterSensitiveLog, UpdateCostCategoryDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateCostCategoryDefinitionCommand, serializeAws_json1_1UpdateCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateCostCategoryDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateCostCategoryDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateCostCategoryDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateCostCategoryDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateCostCategoryDefinitionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|