@aws-sdk/client-resiliencehub 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +2 -2
- package/dist-cjs/commands/CreateAppCommand.js +2 -2
- package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppAssessmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppCommand.js +2 -2
- package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppAssessmentCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +2 -2
- package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +2 -2
- package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListAppAssessmentsCommand.js +2 -2
- package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +2 -2
- package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +2 -2
- package/dist-cjs/commands/ListAppVersionResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListAppVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListAppsCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListSopRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTestRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +2 -2
- package/dist-cjs/commands/PublishAppVersionCommand.js +2 -2
- package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +2 -2
- package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +2 -2
- package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +2 -2
- package/dist-cjs/commands/StartAppAssessmentCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAppCommand.js +2 -2
- package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +2 -2
- package/dist-cjs/models/models_0.js +463 -677
- package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +3 -3
- package/dist-es/commands/CreateAppCommand.js +3 -3
- package/dist-es/commands/CreateRecommendationTemplateCommand.js +3 -3
- package/dist-es/commands/CreateResiliencyPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteAppAssessmentCommand.js +3 -3
- package/dist-es/commands/DeleteAppCommand.js +3 -3
- package/dist-es/commands/DeleteRecommendationTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteResiliencyPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeAppAssessmentCommand.js +3 -3
- package/dist-es/commands/DescribeAppCommand.js +3 -3
- package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +3 -3
- package/dist-es/commands/DescribeAppVersionTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +3 -3
- package/dist-es/commands/DescribeResiliencyPolicyCommand.js +3 -3
- package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +3 -3
- package/dist-es/commands/ListAlarmRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListAppAssessmentsCommand.js +3 -3
- package/dist-es/commands/ListAppComponentCompliancesCommand.js +3 -3
- package/dist-es/commands/ListAppComponentRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +3 -3
- package/dist-es/commands/ListAppVersionResourcesCommand.js +3 -3
- package/dist-es/commands/ListAppVersionsCommand.js +3 -3
- package/dist-es/commands/ListAppsCommand.js +3 -3
- package/dist-es/commands/ListRecommendationTemplatesCommand.js +3 -3
- package/dist-es/commands/ListResiliencyPoliciesCommand.js +3 -3
- package/dist-es/commands/ListSopRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTestRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +3 -3
- package/dist-es/commands/PublishAppVersionCommand.js +3 -3
- package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +3 -3
- package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +3 -3
- package/dist-es/commands/ResolveAppVersionResourcesCommand.js +3 -3
- package/dist-es/commands/StartAppAssessmentCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAppCommand.js +3 -3
- package/dist-es/commands/UpdateResiliencyPolicyCommand.js +3 -3
- package/dist-es/models/models_0.js +115 -438
- package/dist-types/models/models_0.d.ts +428 -642
- package/dist-types/ts3.4/models/models_0.d.ts +214 -428
- package/package.json +7 -7
|
@@ -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 { AddDraftAppVersionResourceMappingsRequestFilterSensitiveLog, AddDraftAppVersionResourceMappingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AddDraftAppVersionResourceMappingsCommand, serializeAws_restJson1AddDraftAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AddDraftAppVersionResourceMappingsCommand = (function (_super) {
|
|
7
7
|
__extends(AddDraftAppVersionResourceMappingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AddDraftAppVersionResourceMappingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddDraftAppVersionResourceMappingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AddDraftAppVersionResourceMappingsResponseFilterSensitiveLog,
|
|
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 { CreateAppRequestFilterSensitiveLog, CreateAppResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAppCommand, serializeAws_restJson1CreateAppCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAppCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAppCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAppCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAppRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAppResponseFilterSensitiveLog,
|
|
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 { CreateRecommendationTemplateRequestFilterSensitiveLog, CreateRecommendationTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateRecommendationTemplateCommand, serializeAws_restJson1CreateRecommendationTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateRecommendationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRecommendationTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRecommendationTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRecommendationTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRecommendationTemplateResponseFilterSensitiveLog,
|
|
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 { CreateResiliencyPolicyRequestFilterSensitiveLog, CreateResiliencyPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateResiliencyPolicyCommand, serializeAws_restJson1CreateResiliencyPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateResiliencyPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResiliencyPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateResiliencyPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateResiliencyPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateResiliencyPolicyResponseFilterSensitiveLog,
|
|
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 { DeleteAppAssessmentRequestFilterSensitiveLog, DeleteAppAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAppAssessmentCommand, serializeAws_restJson1DeleteAppAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAppAssessmentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAppAssessmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAppAssessmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAppAssessmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAppAssessmentResponseFilterSensitiveLog,
|
|
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 { DeleteAppRequestFilterSensitiveLog, DeleteAppResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAppCommand, serializeAws_restJson1DeleteAppCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAppCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAppCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAppCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAppRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAppResponseFilterSensitiveLog,
|
|
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 { DeleteRecommendationTemplateRequestFilterSensitiveLog, DeleteRecommendationTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteRecommendationTemplateCommand, serializeAws_restJson1DeleteRecommendationTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteRecommendationTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRecommendationTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRecommendationTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRecommendationTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRecommendationTemplateResponseFilterSensitiveLog,
|
|
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 { DeleteResiliencyPolicyRequestFilterSensitiveLog, DeleteResiliencyPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteResiliencyPolicyCommand, serializeAws_restJson1DeleteResiliencyPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteResiliencyPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResiliencyPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResiliencyPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResiliencyPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResiliencyPolicyResponseFilterSensitiveLog,
|
|
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 { DescribeAppAssessmentRequestFilterSensitiveLog, DescribeAppAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAppAssessmentCommand, serializeAws_restJson1DescribeAppAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAppAssessmentCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAppAssessmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAppAssessmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAppAssessmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAppAssessmentResponseFilterSensitiveLog,
|
|
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 { DescribeAppRequestFilterSensitiveLog, DescribeAppResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAppCommand, serializeAws_restJson1DescribeAppCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAppCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAppCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAppCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAppRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAppResponseFilterSensitiveLog,
|
|
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 { DescribeAppVersionResourcesResolutionStatusRequestFilterSensitiveLog, DescribeAppVersionResourcesResolutionStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand, serializeAws_restJson1DescribeAppVersionResourcesResolutionStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAppVersionResourcesResolutionStatusCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAppVersionResourcesResolutionStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAppVersionResourcesResolutionStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAppVersionResourcesResolutionStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAppVersionResourcesResolutionStatusResponseFilterSensitiveLog,
|
|
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 { DescribeAppVersionTemplateRequestFilterSensitiveLog, DescribeAppVersionTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAppVersionTemplateCommand, serializeAws_restJson1DescribeAppVersionTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAppVersionTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAppVersionTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAppVersionTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAppVersionTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAppVersionTemplateResponseFilterSensitiveLog,
|
|
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 { DescribeDraftAppVersionResourcesImportStatusRequestFilterSensitiveLog, DescribeDraftAppVersionResourcesImportStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand, serializeAws_restJson1DescribeDraftAppVersionResourcesImportStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeDraftAppVersionResourcesImportStatusCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDraftAppVersionResourcesImportStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDraftAppVersionResourcesImportStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDraftAppVersionResourcesImportStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDraftAppVersionResourcesImportStatusResponseFilterSensitiveLog,
|
|
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 { DescribeResiliencyPolicyRequestFilterSensitiveLog, DescribeResiliencyPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeResiliencyPolicyCommand, serializeAws_restJson1DescribeResiliencyPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeResiliencyPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeResiliencyPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeResiliencyPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeResiliencyPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeResiliencyPolicyResponseFilterSensitiveLog,
|
|
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 { ImportResourcesToDraftAppVersionRequestFilterSensitiveLog, ImportResourcesToDraftAppVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ImportResourcesToDraftAppVersionCommand, serializeAws_restJson1ImportResourcesToDraftAppVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ImportResourcesToDraftAppVersionCommand = (function (_super) {
|
|
7
7
|
__extends(ImportResourcesToDraftAppVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ImportResourcesToDraftAppVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ImportResourcesToDraftAppVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ImportResourcesToDraftAppVersionResponseFilterSensitiveLog,
|
|
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 { ListAlarmRecommendationsRequestFilterSensitiveLog, ListAlarmRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAlarmRecommendationsCommand, serializeAws_restJson1ListAlarmRecommendationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAlarmRecommendationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAlarmRecommendationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAlarmRecommendationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAlarmRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAlarmRecommendationsResponseFilterSensitiveLog,
|
|
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 { ListAppAssessmentsRequestFilterSensitiveLog, ListAppAssessmentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAppAssessmentsCommand, serializeAws_restJson1ListAppAssessmentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAppAssessmentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppAssessmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppAssessmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppAssessmentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppAssessmentsResponseFilterSensitiveLog,
|
|
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 { ListAppComponentCompliancesRequestFilterSensitiveLog, ListAppComponentCompliancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAppComponentCompliancesCommand, serializeAws_restJson1ListAppComponentCompliancesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAppComponentCompliancesCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppComponentCompliancesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppComponentCompliancesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppComponentCompliancesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppComponentCompliancesResponseFilterSensitiveLog,
|
|
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 { ListAppComponentRecommendationsRequestFilterSensitiveLog, ListAppComponentRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAppComponentRecommendationsCommand, serializeAws_restJson1ListAppComponentRecommendationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAppComponentRecommendationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppComponentRecommendationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppComponentRecommendationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppComponentRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppComponentRecommendationsResponseFilterSensitiveLog,
|
|
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 { ListAppVersionResourceMappingsRequestFilterSensitiveLog, ListAppVersionResourceMappingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAppVersionResourceMappingsCommand, serializeAws_restJson1ListAppVersionResourceMappingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAppVersionResourceMappingsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppVersionResourceMappingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppVersionResourceMappingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppVersionResourceMappingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppVersionResourceMappingsResponseFilterSensitiveLog,
|
|
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 { ListAppVersionResourcesRequestFilterSensitiveLog, ListAppVersionResourcesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAppVersionResourcesCommand, serializeAws_restJson1ListAppVersionResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAppVersionResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppVersionResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppVersionResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppVersionResourcesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppVersionResourcesResponseFilterSensitiveLog,
|
|
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 { ListAppVersionsRequestFilterSensitiveLog, ListAppVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAppVersionsCommand, serializeAws_restJson1ListAppVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAppVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppVersionsResponseFilterSensitiveLog,
|
|
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 { ListAppsRequestFilterSensitiveLog, ListAppsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAppsCommand, serializeAws_restJson1ListAppsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAppsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAppsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAppsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAppsResponseFilterSensitiveLog,
|
|
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 { ListRecommendationTemplatesRequestFilterSensitiveLog, ListRecommendationTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListRecommendationTemplatesCommand, serializeAws_restJson1ListRecommendationTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListRecommendationTemplatesCommand = (function (_super) {
|
|
7
7
|
__extends(ListRecommendationTemplatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRecommendationTemplatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRecommendationTemplatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRecommendationTemplatesResponseFilterSensitiveLog,
|
|
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 { ListResiliencyPoliciesRequestFilterSensitiveLog, ListResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListResiliencyPoliciesCommand, serializeAws_restJson1ListResiliencyPoliciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListResiliencyPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListResiliencyPoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListResiliencyPoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListResiliencyPoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListResiliencyPoliciesResponseFilterSensitiveLog,
|
|
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 { ListSopRecommendationsRequestFilterSensitiveLog, ListSopRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSopRecommendationsCommand, serializeAws_restJson1ListSopRecommendationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListSopRecommendationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListSopRecommendationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSopRecommendationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSopRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSopRecommendationsResponseFilterSensitiveLog,
|
|
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 { ListSuggestedResiliencyPoliciesRequestFilterSensitiveLog, ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSuggestedResiliencyPoliciesCommand, serializeAws_restJson1ListSuggestedResiliencyPoliciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListSuggestedResiliencyPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListSuggestedResiliencyPoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSuggestedResiliencyPoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSuggestedResiliencyPoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog,
|
|
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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
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 { ListTestRecommendationsRequestFilterSensitiveLog, ListTestRecommendationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTestRecommendationsCommand, serializeAws_restJson1ListTestRecommendationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTestRecommendationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTestRecommendationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTestRecommendationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTestRecommendationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTestRecommendationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|