@aws-sdk/client-auditmanager 3.130.0 → 3.138.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 +705 -1036
- package/dist-cjs/protocols/Aws_restJson1.js +24 -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 +184 -688
- package/dist-es/protocols/Aws_restJson1.js +49 -21
- package/dist-types/AuditManager.d.ts +33 -29
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -3
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterAccountCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +5 -5
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +4 -4
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +4 -3
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +4 -3
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +4 -4
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +5 -3
- package/dist-types/models/models_0.d.ts +872 -1113
- package/dist-types/ts3.4/models/models_0.d.ts +349 -686
- package/package.json +7 -7
|
@@ -2144,6 +2144,9 @@ const deserializeAws_restJson1CreateAssessmentCommandError = async (output, cont
|
|
|
2144
2144
|
case "ResourceNotFoundException":
|
|
2145
2145
|
case "com.amazonaws.auditmanager#ResourceNotFoundException":
|
|
2146
2146
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
2147
|
+
case "ServiceQuotaExceededException":
|
|
2148
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException":
|
|
2149
|
+
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
2147
2150
|
case "ValidationException":
|
|
2148
2151
|
case "com.amazonaws.auditmanager#ValidationException":
|
|
2149
2152
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -2191,6 +2194,9 @@ const deserializeAws_restJson1CreateAssessmentFrameworkCommandError = async (out
|
|
|
2191
2194
|
case "ResourceNotFoundException":
|
|
2192
2195
|
case "com.amazonaws.auditmanager#ResourceNotFoundException":
|
|
2193
2196
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
2197
|
+
case "ServiceQuotaExceededException":
|
|
2198
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException":
|
|
2199
|
+
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
2194
2200
|
case "ValidationException":
|
|
2195
2201
|
case "com.amazonaws.auditmanager#ValidationException":
|
|
2196
2202
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -2285,6 +2291,9 @@ const deserializeAws_restJson1CreateControlCommandError = async (output, context
|
|
|
2285
2291
|
case "ResourceNotFoundException":
|
|
2286
2292
|
case "com.amazonaws.auditmanager#ResourceNotFoundException":
|
|
2287
2293
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
2294
|
+
case "ServiceQuotaExceededException":
|
|
2295
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException":
|
|
2296
|
+
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
2288
2297
|
case "ValidationException":
|
|
2289
2298
|
case "com.amazonaws.auditmanager#ValidationException":
|
|
2290
2299
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -4527,6 +4536,9 @@ const deserializeAws_restJson1UpdateAssessmentStatusCommandError = async (output
|
|
|
4527
4536
|
case "ResourceNotFoundException":
|
|
4528
4537
|
case "com.amazonaws.auditmanager#ResourceNotFoundException":
|
|
4529
4538
|
throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
4539
|
+
case "ServiceQuotaExceededException":
|
|
4540
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException":
|
|
4541
|
+
throw await deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
4530
4542
|
case "ValidationException":
|
|
4531
4543
|
case "com.amazonaws.auditmanager#ValidationException":
|
|
4532
4544
|
throw await deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -4738,6 +4750,18 @@ const deserializeAws_restJson1ResourceNotFoundExceptionResponse = async (parsedO
|
|
|
4738
4750
|
});
|
|
4739
4751
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
4740
4752
|
};
|
|
4753
|
+
const deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
|
|
4754
|
+
const contents = {};
|
|
4755
|
+
const data = parsedOutput.body;
|
|
4756
|
+
if (data.message !== undefined && data.message !== null) {
|
|
4757
|
+
contents.message = (0, smithy_client_1.expectString)(data.message);
|
|
4758
|
+
}
|
|
4759
|
+
const exception = new models_0_1.ServiceQuotaExceededException({
|
|
4760
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
4761
|
+
...contents,
|
|
4762
|
+
});
|
|
4763
|
+
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
4764
|
+
};
|
|
4741
4765
|
const deserializeAws_restJson1ThrottlingExceptionResponse = async (parsedOutput, context) => {
|
|
4742
4766
|
const contents = {};
|
|
4743
4767
|
const data = parsedOutput.body;
|
|
@@ -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) {
|