@aws-sdk/client-inspector 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/AddAttributesToFindingsCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentTargetCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateExclusionsPreviewCommand.js +2 -2
- package/dist-cjs/commands/CreateResourceGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentRunCommand.js +1 -1
- package/dist-cjs/commands/DeleteAssessmentTargetCommand.js +1 -1
- package/dist-cjs/commands/DeleteAssessmentTemplateCommand.js +1 -1
- package/dist-cjs/commands/DescribeAssessmentRunsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssessmentTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssessmentTemplatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeCrossAccountAccessRoleCommand.js +1 -1
- package/dist-cjs/commands/DescribeExclusionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFindingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourceGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeRulesPackagesCommand.js +2 -2
- package/dist-cjs/commands/GetAssessmentReportCommand.js +2 -2
- package/dist-cjs/commands/GetExclusionsPreviewCommand.js +2 -2
- package/dist-cjs/commands/GetTelemetryMetadataCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentRunAgentsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentRunsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentTargetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListEventSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/ListExclusionsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListRulesPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PreviewAgentsCommand.js +2 -2
- package/dist-cjs/commands/RegisterCrossAccountAccessRoleCommand.js +1 -1
- package/dist-cjs/commands/RemoveAttributesFromFindingsCommand.js +2 -2
- package/dist-cjs/commands/SetTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/StartAssessmentRunCommand.js +2 -2
- package/dist-cjs/commands/StopAssessmentRunCommand.js +1 -1
- package/dist-cjs/commands/SubscribeToEventCommand.js +1 -1
- package/dist-cjs/commands/UnsubscribeFromEventCommand.js +1 -1
- package/dist-cjs/commands/UpdateAssessmentTargetCommand.js +1 -1
- package/dist-cjs/models/models_0.js +391 -585
- package/dist-cjs/protocols/Aws_json1_1.js +185 -350
- package/dist-es/commands/AddAttributesToFindingsCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentTargetCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentTemplateCommand.js +3 -3
- package/dist-es/commands/CreateExclusionsPreviewCommand.js +3 -3
- package/dist-es/commands/CreateResourceGroupCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentRunCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentTargetCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentTemplateCommand.js +2 -2
- package/dist-es/commands/DescribeAssessmentRunsCommand.js +3 -3
- package/dist-es/commands/DescribeAssessmentTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +3 -3
- package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +2 -2
- package/dist-es/commands/DescribeExclusionsCommand.js +3 -3
- package/dist-es/commands/DescribeFindingsCommand.js +3 -3
- package/dist-es/commands/DescribeResourceGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeRulesPackagesCommand.js +3 -3
- package/dist-es/commands/GetAssessmentReportCommand.js +3 -3
- package/dist-es/commands/GetExclusionsPreviewCommand.js +3 -3
- package/dist-es/commands/GetTelemetryMetadataCommand.js +3 -3
- package/dist-es/commands/ListAssessmentRunAgentsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentRunsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentTargetsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentTemplatesCommand.js +3 -3
- package/dist-es/commands/ListEventSubscriptionsCommand.js +3 -3
- package/dist-es/commands/ListExclusionsCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListRulesPackagesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PreviewAgentsCommand.js +3 -3
- package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +2 -2
- package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +3 -3
- package/dist-es/commands/SetTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartAssessmentRunCommand.js +3 -3
- package/dist-es/commands/StopAssessmentRunCommand.js +2 -2
- package/dist-es/commands/SubscribeToEventCommand.js +2 -2
- package/dist-es/commands/UnsubscribeFromEventCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentTargetCommand.js +2 -2
- package/dist-es/models/models_0.js +97 -388
- package/dist-es/protocols/Aws_json1_1.js +297 -351
- package/dist-types/models/models_0.d.ts +388 -582
- package/dist-types/ts3.4/models/models_0.d.ts +194 -388
- 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 { AddAttributesToFindingsRequestFilterSensitiveLog, AddAttributesToFindingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AddAttributesToFindingsCommand, serializeAws_json1_1AddAttributesToFindingsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AddAttributesToFindingsCommand = (function (_super) {
|
|
7
7
|
__extends(AddAttributesToFindingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AddAttributesToFindingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddAttributesToFindingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AddAttributesToFindingsResponseFilterSensitiveLog,
|
|
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 { CreateAssessmentTargetRequestFilterSensitiveLog, CreateAssessmentTargetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateAssessmentTargetCommand, serializeAws_json1_1CreateAssessmentTargetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateAssessmentTargetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssessmentTargetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssessmentTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssessmentTargetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssessmentTargetResponseFilterSensitiveLog,
|
|
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 { CreateAssessmentTemplateRequestFilterSensitiveLog, CreateAssessmentTemplateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateAssessmentTemplateCommand, serializeAws_json1_1CreateAssessmentTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateAssessmentTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssessmentTemplateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssessmentTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssessmentTemplateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssessmentTemplateResponseFilterSensitiveLog,
|
|
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 { CreateExclusionsPreviewRequestFilterSensitiveLog, CreateExclusionsPreviewResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateExclusionsPreviewCommand, serializeAws_json1_1CreateExclusionsPreviewCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateExclusionsPreviewCommand = (function (_super) {
|
|
7
7
|
__extends(CreateExclusionsPreviewCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateExclusionsPreviewCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateExclusionsPreviewRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateExclusionsPreviewResponseFilterSensitiveLog,
|
|
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 { CreateResourceGroupRequestFilterSensitiveLog, CreateResourceGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateResourceGroupCommand, serializeAws_json1_1CreateResourceGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateResourceGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResourceGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateResourceGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateResourceGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateResourceGroupResponseFilterSensitiveLog,
|
|
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 { DeleteAssessmentRunRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAssessmentRunCommand, serializeAws_json1_1DeleteAssessmentRunCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAssessmentRunCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssessmentRunCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteAssessmentRunCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssessmentRunRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteAssessmentTargetRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAssessmentTargetCommand, serializeAws_json1_1DeleteAssessmentTargetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAssessmentTargetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssessmentTargetCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteAssessmentTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssessmentTargetRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteAssessmentTemplateRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAssessmentTemplateCommand, serializeAws_json1_1DeleteAssessmentTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAssessmentTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssessmentTemplateCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteAssessmentTemplateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssessmentTemplateRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DescribeAssessmentRunsRequestFilterSensitiveLog, DescribeAssessmentRunsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAssessmentRunsCommand, serializeAws_json1_1DescribeAssessmentRunsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAssessmentRunsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAssessmentRunsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAssessmentRunsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAssessmentRunsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAssessmentRunsResponseFilterSensitiveLog,
|
|
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 { DescribeAssessmentTargetsRequestFilterSensitiveLog, DescribeAssessmentTargetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAssessmentTargetsCommand, serializeAws_json1_1DescribeAssessmentTargetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAssessmentTargetsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAssessmentTargetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAssessmentTargetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAssessmentTargetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAssessmentTargetsResponseFilterSensitiveLog,
|
|
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 { DescribeAssessmentTemplatesRequestFilterSensitiveLog, DescribeAssessmentTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAssessmentTemplatesCommand, serializeAws_json1_1DescribeAssessmentTemplatesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAssessmentTemplatesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAssessmentTemplatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAssessmentTemplatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAssessmentTemplatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAssessmentTemplatesResponseFilterSensitiveLog,
|
|
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 { DescribeCrossAccountAccessRoleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeCrossAccountAccessRoleCommand, serializeAws_json1_1DescribeCrossAccountAccessRoleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeCrossAccountAccessRoleCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCrossAccountAccessRoleCommand, _super);
|
|
@@ -21,7 +21,7 @@ var DescribeCrossAccountAccessRoleCommand = (function (_super) {
|
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
23
|
inputFilterSensitiveLog: function (input) { return input; },
|
|
24
|
-
outputFilterSensitiveLog:
|
|
24
|
+
outputFilterSensitiveLog: DescribeCrossAccountAccessRoleResponseFilterSensitiveLog,
|
|
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 { DescribeExclusionsRequestFilterSensitiveLog, DescribeExclusionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeExclusionsCommand, serializeAws_json1_1DescribeExclusionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeExclusionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeExclusionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeExclusionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeExclusionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeExclusionsResponseFilterSensitiveLog,
|
|
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 { DescribeFindingsRequestFilterSensitiveLog, DescribeFindingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeFindingsCommand, serializeAws_json1_1DescribeFindingsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeFindingsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFindingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFindingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFindingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFindingsResponseFilterSensitiveLog,
|
|
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 { DescribeResourceGroupsRequestFilterSensitiveLog, DescribeResourceGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeResourceGroupsCommand, serializeAws_json1_1DescribeResourceGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeResourceGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeResourceGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeResourceGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeResourceGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeResourceGroupsResponseFilterSensitiveLog,
|
|
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 { DescribeRulesPackagesRequestFilterSensitiveLog, DescribeRulesPackagesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeRulesPackagesCommand, serializeAws_json1_1DescribeRulesPackagesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeRulesPackagesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRulesPackagesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRulesPackagesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRulesPackagesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRulesPackagesResponseFilterSensitiveLog,
|
|
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 { GetAssessmentReportRequestFilterSensitiveLog, GetAssessmentReportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAssessmentReportCommand, serializeAws_json1_1GetAssessmentReportCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAssessmentReportCommand = (function (_super) {
|
|
7
7
|
__extends(GetAssessmentReportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAssessmentReportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAssessmentReportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAssessmentReportResponseFilterSensitiveLog,
|
|
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 { GetExclusionsPreviewRequestFilterSensitiveLog, GetExclusionsPreviewResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetExclusionsPreviewCommand, serializeAws_json1_1GetExclusionsPreviewCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetExclusionsPreviewCommand = (function (_super) {
|
|
7
7
|
__extends(GetExclusionsPreviewCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetExclusionsPreviewCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetExclusionsPreviewRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetExclusionsPreviewResponseFilterSensitiveLog,
|
|
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 { GetTelemetryMetadataRequestFilterSensitiveLog, GetTelemetryMetadataResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetTelemetryMetadataCommand, serializeAws_json1_1GetTelemetryMetadataCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetTelemetryMetadataCommand = (function (_super) {
|
|
7
7
|
__extends(GetTelemetryMetadataCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTelemetryMetadataCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTelemetryMetadataRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTelemetryMetadataResponseFilterSensitiveLog,
|
|
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 { ListAssessmentRunAgentsRequestFilterSensitiveLog, ListAssessmentRunAgentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAssessmentRunAgentsCommand, serializeAws_json1_1ListAssessmentRunAgentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssessmentRunAgentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssessmentRunAgentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssessmentRunAgentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssessmentRunAgentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssessmentRunAgentsResponseFilterSensitiveLog,
|
|
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 { ListAssessmentRunsRequestFilterSensitiveLog, ListAssessmentRunsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAssessmentRunsCommand, serializeAws_json1_1ListAssessmentRunsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssessmentRunsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssessmentRunsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssessmentRunsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssessmentRunsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssessmentRunsResponseFilterSensitiveLog,
|
|
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 { ListAssessmentTargetsRequestFilterSensitiveLog, ListAssessmentTargetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAssessmentTargetsCommand, serializeAws_json1_1ListAssessmentTargetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssessmentTargetsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssessmentTargetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssessmentTargetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssessmentTargetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssessmentTargetsResponseFilterSensitiveLog,
|
|
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 { ListAssessmentTemplatesRequestFilterSensitiveLog, ListAssessmentTemplatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAssessmentTemplatesCommand, serializeAws_json1_1ListAssessmentTemplatesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssessmentTemplatesCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssessmentTemplatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssessmentTemplatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssessmentTemplatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssessmentTemplatesResponseFilterSensitiveLog,
|
|
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 { ListEventSubscriptionsRequestFilterSensitiveLog, ListEventSubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListEventSubscriptionsCommand, serializeAws_json1_1ListEventSubscriptionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListEventSubscriptionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEventSubscriptionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEventSubscriptionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEventSubscriptionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEventSubscriptionsResponseFilterSensitiveLog,
|
|
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 { ListExclusionsRequestFilterSensitiveLog, ListExclusionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListExclusionsCommand, serializeAws_json1_1ListExclusionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListExclusionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListExclusionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListExclusionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListExclusionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListExclusionsResponseFilterSensitiveLog,
|
|
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 { ListFindingsRequestFilterSensitiveLog, ListFindingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListFindingsCommand, serializeAws_json1_1ListFindingsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListFindingsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFindingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFindingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFindingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFindingsResponseFilterSensitiveLog,
|
|
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 { ListRulesPackagesRequestFilterSensitiveLog, ListRulesPackagesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListRulesPackagesCommand, serializeAws_json1_1ListRulesPackagesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListRulesPackagesCommand = (function (_super) {
|
|
7
7
|
__extends(ListRulesPackagesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRulesPackagesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRulesPackagesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRulesPackagesResponseFilterSensitiveLog,
|
|
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 { PreviewAgentsRequestFilterSensitiveLog, PreviewAgentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PreviewAgentsCommand, serializeAws_json1_1PreviewAgentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PreviewAgentsCommand = (function (_super) {
|
|
7
7
|
__extends(PreviewAgentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PreviewAgentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PreviewAgentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PreviewAgentsResponseFilterSensitiveLog,
|
|
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 { RegisterCrossAccountAccessRoleRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RegisterCrossAccountAccessRoleCommand, serializeAws_json1_1RegisterCrossAccountAccessRoleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RegisterCrossAccountAccessRoleCommand = (function (_super) {
|
|
7
7
|
__extends(RegisterCrossAccountAccessRoleCommand, _super);
|
|
@@ -20,7 +20,7 @@ var RegisterCrossAccountAccessRoleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RegisterCrossAccountAccessRoleRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|