@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 { CreateAnomalyMonitorRequestFilterSensitiveLog, CreateAnomalyMonitorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateAnomalyMonitorCommand, serializeAws_json1_1CreateAnomalyMonitorCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateAnomalyMonitorCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAnomalyMonitorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAnomalyMonitorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAnomalyMonitorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAnomalyMonitorResponseFilterSensitiveLog,
|
|
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 { CreateAnomalySubscriptionRequestFilterSensitiveLog, CreateAnomalySubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateAnomalySubscriptionCommand, serializeAws_json1_1CreateAnomalySubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateAnomalySubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAnomalySubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAnomalySubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAnomalySubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAnomalySubscriptionResponseFilterSensitiveLog,
|
|
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 { CreateCostCategoryDefinitionRequestFilterSensitiveLog, CreateCostCategoryDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateCostCategoryDefinitionCommand, serializeAws_json1_1CreateCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateCostCategoryDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCostCategoryDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCostCategoryDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCostCategoryDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCostCategoryDefinitionResponseFilterSensitiveLog,
|
|
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 { DeleteAnomalyMonitorRequestFilterSensitiveLog, DeleteAnomalyMonitorResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAnomalyMonitorCommand, serializeAws_json1_1DeleteAnomalyMonitorCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAnomalyMonitorCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAnomalyMonitorCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAnomalyMonitorCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAnomalyMonitorRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAnomalyMonitorResponseFilterSensitiveLog,
|
|
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 { DeleteAnomalySubscriptionRequestFilterSensitiveLog, DeleteAnomalySubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAnomalySubscriptionCommand, serializeAws_json1_1DeleteAnomalySubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAnomalySubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAnomalySubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAnomalySubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAnomalySubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAnomalySubscriptionResponseFilterSensitiveLog,
|
|
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 { DeleteCostCategoryDefinitionRequestFilterSensitiveLog, DeleteCostCategoryDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteCostCategoryDefinitionCommand, serializeAws_json1_1DeleteCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteCostCategoryDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCostCategoryDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteCostCategoryDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCostCategoryDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteCostCategoryDefinitionResponseFilterSensitiveLog,
|
|
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 { DescribeCostCategoryDefinitionRequestFilterSensitiveLog, DescribeCostCategoryDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeCostCategoryDefinitionCommand, serializeAws_json1_1DescribeCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeCostCategoryDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCostCategoryDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCostCategoryDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCostCategoryDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCostCategoryDefinitionResponseFilterSensitiveLog,
|
|
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 { GetAnomaliesRequestFilterSensitiveLog, GetAnomaliesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAnomaliesCommand, serializeAws_json1_1GetAnomaliesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAnomaliesCommand = (function (_super) {
|
|
7
7
|
__extends(GetAnomaliesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAnomaliesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAnomaliesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAnomaliesResponseFilterSensitiveLog,
|
|
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 { GetAnomalyMonitorsRequestFilterSensitiveLog, GetAnomalyMonitorsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAnomalyMonitorsCommand, serializeAws_json1_1GetAnomalyMonitorsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAnomalyMonitorsCommand = (function (_super) {
|
|
7
7
|
__extends(GetAnomalyMonitorsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAnomalyMonitorsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAnomalyMonitorsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAnomalyMonitorsResponseFilterSensitiveLog,
|
|
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 { GetAnomalySubscriptionsRequestFilterSensitiveLog, GetAnomalySubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAnomalySubscriptionsCommand, serializeAws_json1_1GetAnomalySubscriptionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAnomalySubscriptionsCommand = (function (_super) {
|
|
7
7
|
__extends(GetAnomalySubscriptionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAnomalySubscriptionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAnomalySubscriptionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAnomalySubscriptionsResponseFilterSensitiveLog,
|
|
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 { GetCostAndUsageRequestFilterSensitiveLog, GetCostAndUsageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetCostAndUsageCommand, serializeAws_json1_1GetCostAndUsageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetCostAndUsageCommand = (function (_super) {
|
|
7
7
|
__extends(GetCostAndUsageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCostAndUsageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCostAndUsageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCostAndUsageResponseFilterSensitiveLog,
|
|
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 { GetCostAndUsageWithResourcesRequestFilterSensitiveLog, GetCostAndUsageWithResourcesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetCostAndUsageWithResourcesCommand, serializeAws_json1_1GetCostAndUsageWithResourcesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetCostAndUsageWithResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(GetCostAndUsageWithResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCostAndUsageWithResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCostAndUsageWithResourcesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCostAndUsageWithResourcesResponseFilterSensitiveLog,
|
|
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 { GetCostCategoriesRequestFilterSensitiveLog, GetCostCategoriesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetCostCategoriesCommand, serializeAws_json1_1GetCostCategoriesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetCostCategoriesCommand = (function (_super) {
|
|
7
7
|
__extends(GetCostCategoriesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCostCategoriesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCostCategoriesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCostCategoriesResponseFilterSensitiveLog,
|
|
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 { GetCostForecastRequestFilterSensitiveLog, GetCostForecastResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetCostForecastCommand, serializeAws_json1_1GetCostForecastCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetCostForecastCommand = (function (_super) {
|
|
7
7
|
__extends(GetCostForecastCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetCostForecastCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetCostForecastRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetCostForecastResponseFilterSensitiveLog,
|
|
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 { GetDimensionValuesRequestFilterSensitiveLog, GetDimensionValuesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetDimensionValuesCommand, serializeAws_json1_1GetDimensionValuesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetDimensionValuesCommand = (function (_super) {
|
|
7
7
|
__extends(GetDimensionValuesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDimensionValuesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDimensionValuesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDimensionValuesResponseFilterSensitiveLog,
|
|
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 { GetReservationCoverageRequestFilterSensitiveLog, GetReservationCoverageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetReservationCoverageCommand, serializeAws_json1_1GetReservationCoverageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetReservationCoverageCommand = (function (_super) {
|
|
7
7
|
__extends(GetReservationCoverageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetReservationCoverageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetReservationCoverageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetReservationCoverageResponseFilterSensitiveLog,
|
|
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 { GetReservationPurchaseRecommendationRequestFilterSensitiveLog, GetReservationPurchaseRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetReservationPurchaseRecommendationCommand, serializeAws_json1_1GetReservationPurchaseRecommendationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetReservationPurchaseRecommendationCommand = (function (_super) {
|
|
7
7
|
__extends(GetReservationPurchaseRecommendationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetReservationPurchaseRecommendationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetReservationPurchaseRecommendationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetReservationPurchaseRecommendationResponseFilterSensitiveLog,
|
|
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 { GetReservationUtilizationRequestFilterSensitiveLog, GetReservationUtilizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetReservationUtilizationCommand, serializeAws_json1_1GetReservationUtilizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetReservationUtilizationCommand = (function (_super) {
|
|
7
7
|
__extends(GetReservationUtilizationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetReservationUtilizationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetReservationUtilizationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetReservationUtilizationResponseFilterSensitiveLog,
|
|
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 { GetRightsizingRecommendationRequestFilterSensitiveLog, GetRightsizingRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRightsizingRecommendationCommand, serializeAws_json1_1GetRightsizingRecommendationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRightsizingRecommendationCommand = (function (_super) {
|
|
7
7
|
__extends(GetRightsizingRecommendationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRightsizingRecommendationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRightsizingRecommendationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRightsizingRecommendationResponseFilterSensitiveLog,
|
|
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 { GetSavingsPlansCoverageRequestFilterSensitiveLog, GetSavingsPlansCoverageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetSavingsPlansCoverageCommand, serializeAws_json1_1GetSavingsPlansCoverageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetSavingsPlansCoverageCommand = (function (_super) {
|
|
7
7
|
__extends(GetSavingsPlansCoverageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSavingsPlansCoverageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSavingsPlansCoverageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSavingsPlansCoverageResponseFilterSensitiveLog,
|
|
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 { GetSavingsPlansPurchaseRecommendationRequestFilterSensitiveLog, GetSavingsPlansPurchaseRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetSavingsPlansPurchaseRecommendationCommand, serializeAws_json1_1GetSavingsPlansPurchaseRecommendationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetSavingsPlansPurchaseRecommendationCommand = (function (_super) {
|
|
7
7
|
__extends(GetSavingsPlansPurchaseRecommendationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSavingsPlansPurchaseRecommendationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSavingsPlansPurchaseRecommendationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSavingsPlansPurchaseRecommendationResponseFilterSensitiveLog,
|
|
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 { GetSavingsPlansUtilizationRequestFilterSensitiveLog, GetSavingsPlansUtilizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetSavingsPlansUtilizationCommand, serializeAws_json1_1GetSavingsPlansUtilizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetSavingsPlansUtilizationCommand = (function (_super) {
|
|
7
7
|
__extends(GetSavingsPlansUtilizationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSavingsPlansUtilizationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSavingsPlansUtilizationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSavingsPlansUtilizationResponseFilterSensitiveLog,
|
|
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 { GetSavingsPlansUtilizationDetailsRequestFilterSensitiveLog, GetSavingsPlansUtilizationDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetSavingsPlansUtilizationDetailsCommand, serializeAws_json1_1GetSavingsPlansUtilizationDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetSavingsPlansUtilizationDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(GetSavingsPlansUtilizationDetailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSavingsPlansUtilizationDetailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSavingsPlansUtilizationDetailsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSavingsPlansUtilizationDetailsResponseFilterSensitiveLog,
|
|
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 { GetTagsRequestFilterSensitiveLog, GetTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetTagsCommand, serializeAws_json1_1GetTagsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetTagsCommand = (function (_super) {
|
|
7
7
|
__extends(GetTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTagsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTagsResponseFilterSensitiveLog,
|
|
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 { GetUsageForecastRequestFilterSensitiveLog, GetUsageForecastResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetUsageForecastCommand, serializeAws_json1_1GetUsageForecastCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetUsageForecastCommand = (function (_super) {
|
|
7
7
|
__extends(GetUsageForecastCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetUsageForecastCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetUsageForecastRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetUsageForecastResponseFilterSensitiveLog,
|
|
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 { ListCostAllocationTagsRequestFilterSensitiveLog, ListCostAllocationTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListCostAllocationTagsCommand, serializeAws_json1_1ListCostAllocationTagsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListCostAllocationTagsCommand = (function (_super) {
|
|
7
7
|
__extends(ListCostAllocationTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListCostAllocationTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListCostAllocationTagsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListCostAllocationTagsResponseFilterSensitiveLog,
|
|
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 { ListCostCategoryDefinitionsRequestFilterSensitiveLog, ListCostCategoryDefinitionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListCostCategoryDefinitionsCommand, serializeAws_json1_1ListCostCategoryDefinitionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListCostCategoryDefinitionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListCostCategoryDefinitionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListCostCategoryDefinitionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListCostCategoryDefinitionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListCostCategoryDefinitionsResponseFilterSensitiveLog,
|
|
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
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 { ProvideAnomalyFeedbackRequestFilterSensitiveLog, ProvideAnomalyFeedbackResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ProvideAnomalyFeedbackCommand, serializeAws_json1_1ProvideAnomalyFeedbackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ProvideAnomalyFeedbackCommand = (function (_super) {
|
|
7
7
|
__extends(ProvideAnomalyFeedbackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ProvideAnomalyFeedbackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ProvideAnomalyFeedbackRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ProvideAnomalyFeedbackResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|