@aws-sdk/client-auditmanager 3.128.0 → 3.137.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/dist-cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentReportCommand.js +2 -2
- package/dist-cjs/commands/CreateControlCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentReportCommand.js +2 -2
- package/dist-cjs/commands/DeleteControlCommand.js +2 -2
- package/dist-cjs/commands/DeregisterAccountCommand.js +2 -2
- package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/GetAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/GetAssessmentCommand.js +2 -2
- package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +2 -2
- package/dist-cjs/commands/GetChangeLogsCommand.js +2 -2
- package/dist-cjs/commands/GetControlCommand.js +2 -2
- package/dist-cjs/commands/GetDelegationsCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +2 -2
- package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/GetInsightsCommand.js +2 -2
- package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetServicesInScopeCommand.js +2 -2
- package/dist-cjs/commands/GetSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentReportsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentsCommand.js +2 -2
- package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/ListControlDomainInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +2 -2
- package/dist-cjs/commands/ListControlsCommand.js +2 -2
- package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +2 -2
- package/dist-cjs/commands/ListNotificationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RegisterAccountCommand.js +2 -2
- package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentControlCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateControlCommand.js +2 -2
- package/dist-cjs/commands/UpdateSettingsCommand.js +2 -2
- package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +2 -2
- package/dist-cjs/models/models_0.js +692 -1036
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +3 -3
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +3 -3
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +3 -3
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentReportCommand.js +3 -3
- package/dist-es/commands/CreateControlCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentReportCommand.js +3 -3
- package/dist-es/commands/DeleteControlCommand.js +3 -3
- package/dist-es/commands/DeregisterAccountCommand.js +3 -3
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/GetAccountStatusCommand.js +3 -3
- package/dist-es/commands/GetAssessmentCommand.js +3 -3
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +3 -3
- package/dist-es/commands/GetChangeLogsCommand.js +3 -3
- package/dist-es/commands/GetControlCommand.js +3 -3
- package/dist-es/commands/GetDelegationsCommand.js +3 -3
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/GetEvidenceCommand.js +3 -3
- package/dist-es/commands/GetEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +3 -3
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +3 -3
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +3 -3
- package/dist-es/commands/GetInsightsCommand.js +3 -3
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetServicesInScopeCommand.js +3 -3
- package/dist-es/commands/GetSettingsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +3 -3
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +3 -3
- package/dist-es/commands/ListAssessmentReportsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentsCommand.js +3 -3
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +3 -3
- package/dist-es/commands/ListControlDomainInsightsCommand.js +3 -3
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +3 -3
- package/dist-es/commands/ListControlsCommand.js +3 -3
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +3 -3
- package/dist-es/commands/ListNotificationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RegisterAccountCommand.js +3 -3
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentControlCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +3 -3
- package/dist-es/commands/UpdateControlCommand.js +3 -3
- package/dist-es/commands/UpdateSettingsCommand.js +3 -3
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +3 -3
- package/dist-es/models/models_0.js +172 -688
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +688 -1032
- package/dist-types/ts3.4/models/models_0.d.ts +344 -688
- package/package.json +9 -9
|
@@ -5954,6 +5954,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
5954
5954
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
5955
5955
|
const sanitizeErrorCode = (rawValue) => {
|
|
5956
5956
|
let cleanValue = rawValue;
|
|
5957
|
+
if (typeof cleanValue === "number") {
|
|
5958
|
+
cleanValue = cleanValue.toString();
|
|
5959
|
+
}
|
|
5957
5960
|
if (cleanValue.indexOf(":") >= 0) {
|
|
5958
5961
|
cleanValue = cleanValue.split(":")[0];
|
|
5959
5962
|
}
|
|
@@ -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 { AssociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog, AssociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand, serializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateAssessmentReportEvidenceFolderCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateAssessmentReportEvidenceFolderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateAssessmentReportEvidenceFolderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog,
|
|
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 { BatchAssociateAssessmentReportEvidenceRequestFilterSensitiveLog, BatchAssociateAssessmentReportEvidenceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand, serializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchAssociateAssessmentReportEvidenceCommand = (function (_super) {
|
|
7
7
|
__extends(BatchAssociateAssessmentReportEvidenceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchAssociateAssessmentReportEvidenceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchAssociateAssessmentReportEvidenceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchAssociateAssessmentReportEvidenceResponseFilterSensitiveLog,
|
|
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 { BatchCreateDelegationByAssessmentRequestFilterSensitiveLog, BatchCreateDelegationByAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchCreateDelegationByAssessmentCommand, serializeAws_restJson1BatchCreateDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchCreateDelegationByAssessmentCommand = (function (_super) {
|
|
7
7
|
__extends(BatchCreateDelegationByAssessmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchCreateDelegationByAssessmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchCreateDelegationByAssessmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchCreateDelegationByAssessmentResponseFilterSensitiveLog,
|
|
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 { BatchDeleteDelegationByAssessmentRequestFilterSensitiveLog, BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchDeleteDelegationByAssessmentCommand, serializeAws_restJson1BatchDeleteDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchDeleteDelegationByAssessmentCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDeleteDelegationByAssessmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDeleteDelegationByAssessmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDeleteDelegationByAssessmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog,
|
|
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 { BatchDisassociateAssessmentReportEvidenceRequestFilterSensitiveLog, BatchDisassociateAssessmentReportEvidenceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand, serializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchDisassociateAssessmentReportEvidenceCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDisassociateAssessmentReportEvidenceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDisassociateAssessmentReportEvidenceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDisassociateAssessmentReportEvidenceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDisassociateAssessmentReportEvidenceResponseFilterSensitiveLog,
|
|
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 { BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog, BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand, serializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchImportEvidenceToAssessmentControlCommand = (function (_super) {
|
|
7
7
|
__extends(BatchImportEvidenceToAssessmentControlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchImportEvidenceToAssessmentControlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog,
|
|
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 { CreateAssessmentRequestFilterSensitiveLog, CreateAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAssessmentCommand, serializeAws_restJson1CreateAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAssessmentCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssessmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssessmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssessmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssessmentResponseFilterSensitiveLog,
|
|
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 { CreateAssessmentFrameworkRequestFilterSensitiveLog, CreateAssessmentFrameworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAssessmentFrameworkCommand, serializeAws_restJson1CreateAssessmentFrameworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAssessmentFrameworkCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssessmentFrameworkCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssessmentFrameworkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssessmentFrameworkRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssessmentFrameworkResponseFilterSensitiveLog,
|
|
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 { CreateAssessmentReportRequestFilterSensitiveLog, CreateAssessmentReportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAssessmentReportCommand, serializeAws_restJson1CreateAssessmentReportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAssessmentReportCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAssessmentReportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAssessmentReportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAssessmentReportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAssessmentReportResponseFilterSensitiveLog,
|
|
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 { CreateControlRequestFilterSensitiveLog, CreateControlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateControlCommand, serializeAws_restJson1CreateControlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateControlCommand = (function (_super) {
|
|
7
7
|
__extends(CreateControlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateControlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateControlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateControlResponseFilterSensitiveLog,
|
|
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 { DeleteAssessmentRequestFilterSensitiveLog, DeleteAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssessmentCommand, serializeAws_restJson1DeleteAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssessmentCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssessmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssessmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssessmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssessmentResponseFilterSensitiveLog,
|
|
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 { DeleteAssessmentFrameworkRequestFilterSensitiveLog, DeleteAssessmentFrameworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssessmentFrameworkCommand, serializeAws_restJson1DeleteAssessmentFrameworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssessmentFrameworkCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssessmentFrameworkCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssessmentFrameworkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssessmentFrameworkRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssessmentFrameworkResponseFilterSensitiveLog,
|
|
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 { DeleteAssessmentFrameworkShareRequestFilterSensitiveLog, DeleteAssessmentFrameworkShareResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssessmentFrameworkShareCommand, serializeAws_restJson1DeleteAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssessmentFrameworkShareCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssessmentFrameworkShareCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssessmentFrameworkShareCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssessmentFrameworkShareRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssessmentFrameworkShareResponseFilterSensitiveLog,
|
|
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 { DeleteAssessmentReportRequestFilterSensitiveLog, DeleteAssessmentReportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAssessmentReportCommand, serializeAws_restJson1DeleteAssessmentReportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAssessmentReportCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAssessmentReportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAssessmentReportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAssessmentReportRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAssessmentReportResponseFilterSensitiveLog,
|
|
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 { DeleteControlRequestFilterSensitiveLog, DeleteControlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteControlCommand, serializeAws_restJson1DeleteControlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteControlCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteControlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteControlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteControlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteControlResponseFilterSensitiveLog,
|
|
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 { DeregisterAccountRequestFilterSensitiveLog, DeregisterAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeregisterAccountCommand, serializeAws_restJson1DeregisterAccountCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeregisterAccountCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterAccountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterAccountRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterAccountResponseFilterSensitiveLog,
|
|
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 { DeregisterOrganizationAdminAccountRequestFilterSensitiveLog, DeregisterOrganizationAdminAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeregisterOrganizationAdminAccountCommand, serializeAws_restJson1DeregisterOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeregisterOrganizationAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterOrganizationAdminAccountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterOrganizationAdminAccountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterOrganizationAdminAccountRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterOrganizationAdminAccountResponseFilterSensitiveLog,
|
|
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 { DisassociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog, DisassociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateAssessmentReportEvidenceFolderCommand, serializeAws_restJson1DisassociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateAssessmentReportEvidenceFolderCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateAssessmentReportEvidenceFolderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateAssessmentReportEvidenceFolderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog,
|
|
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 { GetAccountStatusRequestFilterSensitiveLog, GetAccountStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAccountStatusCommand, serializeAws_restJson1GetAccountStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAccountStatusCommand = (function (_super) {
|
|
7
7
|
__extends(GetAccountStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAccountStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAccountStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAccountStatusResponseFilterSensitiveLog,
|
|
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 { GetAssessmentRequestFilterSensitiveLog, GetAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAssessmentCommand, serializeAws_restJson1GetAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAssessmentCommand = (function (_super) {
|
|
7
7
|
__extends(GetAssessmentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAssessmentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAssessmentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAssessmentResponseFilterSensitiveLog,
|
|
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 { GetAssessmentFrameworkRequestFilterSensitiveLog, GetAssessmentFrameworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAssessmentFrameworkCommand, serializeAws_restJson1GetAssessmentFrameworkCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAssessmentFrameworkCommand = (function (_super) {
|
|
7
7
|
__extends(GetAssessmentFrameworkCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAssessmentFrameworkCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAssessmentFrameworkRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAssessmentFrameworkResponseFilterSensitiveLog,
|
|
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 { GetAssessmentReportUrlRequestFilterSensitiveLog, GetAssessmentReportUrlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetAssessmentReportUrlCommand, serializeAws_restJson1GetAssessmentReportUrlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetAssessmentReportUrlCommand = (function (_super) {
|
|
7
7
|
__extends(GetAssessmentReportUrlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAssessmentReportUrlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAssessmentReportUrlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAssessmentReportUrlResponseFilterSensitiveLog,
|
|
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 { GetChangeLogsRequestFilterSensitiveLog, GetChangeLogsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetChangeLogsCommand, serializeAws_restJson1GetChangeLogsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetChangeLogsCommand = (function (_super) {
|
|
7
7
|
__extends(GetChangeLogsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetChangeLogsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetChangeLogsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetChangeLogsResponseFilterSensitiveLog,
|
|
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 { GetControlRequestFilterSensitiveLog, GetControlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetControlCommand, serializeAws_restJson1GetControlCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetControlCommand = (function (_super) {
|
|
7
7
|
__extends(GetControlCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetControlCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetControlRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetControlResponseFilterSensitiveLog,
|
|
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 { GetDelegationsRequestFilterSensitiveLog, GetDelegationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDelegationsCommand, serializeAws_restJson1GetDelegationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDelegationsCommand = (function (_super) {
|
|
7
7
|
__extends(GetDelegationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDelegationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDelegationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDelegationsResponseFilterSensitiveLog,
|
|
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 { GetEvidenceByEvidenceFolderRequestFilterSensitiveLog, GetEvidenceByEvidenceFolderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetEvidenceByEvidenceFolderCommand, serializeAws_restJson1GetEvidenceByEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetEvidenceByEvidenceFolderCommand = (function (_super) {
|
|
7
7
|
__extends(GetEvidenceByEvidenceFolderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEvidenceByEvidenceFolderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEvidenceByEvidenceFolderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEvidenceByEvidenceFolderResponseFilterSensitiveLog,
|
|
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 { GetEvidenceRequestFilterSensitiveLog, GetEvidenceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetEvidenceCommand, serializeAws_restJson1GetEvidenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetEvidenceCommand = (function (_super) {
|
|
7
7
|
__extends(GetEvidenceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEvidenceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEvidenceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEvidenceResponseFilterSensitiveLog,
|
|
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 { GetEvidenceFolderRequestFilterSensitiveLog, GetEvidenceFolderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetEvidenceFolderCommand, serializeAws_restJson1GetEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetEvidenceFolderCommand = (function (_super) {
|
|
7
7
|
__extends(GetEvidenceFolderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEvidenceFolderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEvidenceFolderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEvidenceFolderResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|