@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
|
@@ -2,7 +2,7 @@ import { __assign, __awaiter, __generator, __read } from "tslib";
|
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
3
3
|
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, parseEpochTimestamp as __parseEpochTimestamp, } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { AuditManagerServiceException as __BaseException } from "../models/AuditManagerServiceException";
|
|
5
|
-
import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
5
|
+
import { AccessDeniedException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
|
|
6
6
|
export var serializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7
7
|
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, labelValue, body;
|
|
8
8
|
return __generator(this, function (_c) {
|
|
@@ -2434,19 +2434,23 @@ var deserializeAws_restJson1CreateAssessmentCommandError = function (output, con
|
|
|
2434
2434
|
case "com.amazonaws.auditmanager#InternalServerException": return [3, 4];
|
|
2435
2435
|
case "ResourceNotFoundException": return [3, 6];
|
|
2436
2436
|
case "com.amazonaws.auditmanager#ResourceNotFoundException": return [3, 6];
|
|
2437
|
-
case "
|
|
2438
|
-
case "com.amazonaws.auditmanager#
|
|
2437
|
+
case "ServiceQuotaExceededException": return [3, 8];
|
|
2438
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException": return [3, 8];
|
|
2439
|
+
case "ValidationException": return [3, 10];
|
|
2440
|
+
case "com.amazonaws.auditmanager#ValidationException": return [3, 10];
|
|
2439
2441
|
}
|
|
2440
|
-
return [3,
|
|
2442
|
+
return [3, 12];
|
|
2441
2443
|
case 2: return [4, deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)];
|
|
2442
2444
|
case 3: throw _d.sent();
|
|
2443
2445
|
case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
|
|
2444
2446
|
case 5: throw _d.sent();
|
|
2445
2447
|
case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
2446
2448
|
case 7: throw _d.sent();
|
|
2447
|
-
case 8: return [4,
|
|
2449
|
+
case 8: return [4, deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)];
|
|
2448
2450
|
case 9: throw _d.sent();
|
|
2449
|
-
case 10:
|
|
2451
|
+
case 10: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
|
|
2452
|
+
case 11: throw _d.sent();
|
|
2453
|
+
case 12:
|
|
2450
2454
|
parsedBody = parsedOutput.body;
|
|
2451
2455
|
$metadata = deserializeMetadata(output);
|
|
2452
2456
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -2503,19 +2507,23 @@ var deserializeAws_restJson1CreateAssessmentFrameworkCommandError = function (ou
|
|
|
2503
2507
|
case "com.amazonaws.auditmanager#InternalServerException": return [3, 4];
|
|
2504
2508
|
case "ResourceNotFoundException": return [3, 6];
|
|
2505
2509
|
case "com.amazonaws.auditmanager#ResourceNotFoundException": return [3, 6];
|
|
2506
|
-
case "
|
|
2507
|
-
case "com.amazonaws.auditmanager#
|
|
2510
|
+
case "ServiceQuotaExceededException": return [3, 8];
|
|
2511
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException": return [3, 8];
|
|
2512
|
+
case "ValidationException": return [3, 10];
|
|
2513
|
+
case "com.amazonaws.auditmanager#ValidationException": return [3, 10];
|
|
2508
2514
|
}
|
|
2509
|
-
return [3,
|
|
2515
|
+
return [3, 12];
|
|
2510
2516
|
case 2: return [4, deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)];
|
|
2511
2517
|
case 3: throw _d.sent();
|
|
2512
2518
|
case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
|
|
2513
2519
|
case 5: throw _d.sent();
|
|
2514
2520
|
case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
2515
2521
|
case 7: throw _d.sent();
|
|
2516
|
-
case 8: return [4,
|
|
2522
|
+
case 8: return [4, deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)];
|
|
2517
2523
|
case 9: throw _d.sent();
|
|
2518
|
-
case 10:
|
|
2524
|
+
case 10: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
|
|
2525
|
+
case 11: throw _d.sent();
|
|
2526
|
+
case 12:
|
|
2519
2527
|
parsedBody = parsedOutput.body;
|
|
2520
2528
|
$metadata = deserializeMetadata(output);
|
|
2521
2529
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -2641,19 +2649,23 @@ var deserializeAws_restJson1CreateControlCommandError = function (output, contex
|
|
|
2641
2649
|
case "com.amazonaws.auditmanager#InternalServerException": return [3, 4];
|
|
2642
2650
|
case "ResourceNotFoundException": return [3, 6];
|
|
2643
2651
|
case "com.amazonaws.auditmanager#ResourceNotFoundException": return [3, 6];
|
|
2644
|
-
case "
|
|
2645
|
-
case "com.amazonaws.auditmanager#
|
|
2652
|
+
case "ServiceQuotaExceededException": return [3, 8];
|
|
2653
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException": return [3, 8];
|
|
2654
|
+
case "ValidationException": return [3, 10];
|
|
2655
|
+
case "com.amazonaws.auditmanager#ValidationException": return [3, 10];
|
|
2646
2656
|
}
|
|
2647
|
-
return [3,
|
|
2657
|
+
return [3, 12];
|
|
2648
2658
|
case 2: return [4, deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)];
|
|
2649
2659
|
case 3: throw _d.sent();
|
|
2650
2660
|
case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
|
|
2651
2661
|
case 5: throw _d.sent();
|
|
2652
2662
|
case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
2653
2663
|
case 7: throw _d.sent();
|
|
2654
|
-
case 8: return [4,
|
|
2664
|
+
case 8: return [4, deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)];
|
|
2655
2665
|
case 9: throw _d.sent();
|
|
2656
|
-
case 10:
|
|
2666
|
+
case 10: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
|
|
2667
|
+
case 11: throw _d.sent();
|
|
2668
|
+
case 12:
|
|
2657
2669
|
parsedBody = parsedOutput.body;
|
|
2658
2670
|
$metadata = deserializeMetadata(output);
|
|
2659
2671
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -5903,19 +5915,23 @@ var deserializeAws_restJson1UpdateAssessmentStatusCommandError = function (outpu
|
|
|
5903
5915
|
case "com.amazonaws.auditmanager#InternalServerException": return [3, 4];
|
|
5904
5916
|
case "ResourceNotFoundException": return [3, 6];
|
|
5905
5917
|
case "com.amazonaws.auditmanager#ResourceNotFoundException": return [3, 6];
|
|
5906
|
-
case "
|
|
5907
|
-
case "com.amazonaws.auditmanager#
|
|
5918
|
+
case "ServiceQuotaExceededException": return [3, 8];
|
|
5919
|
+
case "com.amazonaws.auditmanager#ServiceQuotaExceededException": return [3, 8];
|
|
5920
|
+
case "ValidationException": return [3, 10];
|
|
5921
|
+
case "com.amazonaws.auditmanager#ValidationException": return [3, 10];
|
|
5908
5922
|
}
|
|
5909
|
-
return [3,
|
|
5923
|
+
return [3, 12];
|
|
5910
5924
|
case 2: return [4, deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context)];
|
|
5911
5925
|
case 3: throw _d.sent();
|
|
5912
5926
|
case 4: return [4, deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context)];
|
|
5913
5927
|
case 5: throw _d.sent();
|
|
5914
5928
|
case 6: return [4, deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
5915
5929
|
case 7: throw _d.sent();
|
|
5916
|
-
case 8: return [4,
|
|
5930
|
+
case 8: return [4, deserializeAws_restJson1ServiceQuotaExceededExceptionResponse(parsedOutput, context)];
|
|
5917
5931
|
case 9: throw _d.sent();
|
|
5918
|
-
case 10:
|
|
5932
|
+
case 10: return [4, deserializeAws_restJson1ValidationExceptionResponse(parsedOutput, context)];
|
|
5933
|
+
case 11: throw _d.sent();
|
|
5934
|
+
case 12:
|
|
5919
5935
|
parsedBody = parsedOutput.body;
|
|
5920
5936
|
$metadata = deserializeMetadata(output);
|
|
5921
5937
|
statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined;
|
|
@@ -6189,6 +6205,18 @@ var deserializeAws_restJson1ResourceNotFoundExceptionResponse = function (parsed
|
|
|
6189
6205
|
return [2, __decorateServiceException(exception, parsedOutput.body)];
|
|
6190
6206
|
});
|
|
6191
6207
|
}); };
|
|
6208
|
+
var deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
6209
|
+
var contents, data, exception;
|
|
6210
|
+
return __generator(this, function (_a) {
|
|
6211
|
+
contents = {};
|
|
6212
|
+
data = parsedOutput.body;
|
|
6213
|
+
if (data.message !== undefined && data.message !== null) {
|
|
6214
|
+
contents.message = __expectString(data.message);
|
|
6215
|
+
}
|
|
6216
|
+
exception = new ServiceQuotaExceededException(__assign({ $metadata: deserializeMetadata(parsedOutput) }, contents));
|
|
6217
|
+
return [2, __decorateServiceException(exception, parsedOutput.body)];
|
|
6218
|
+
});
|
|
6219
|
+
}); };
|
|
6192
6220
|
var deserializeAws_restJson1ThrottlingExceptionResponse = function (parsedOutput, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
6193
6221
|
var contents, data, exception;
|
|
6194
6222
|
return __generator(this, function (_a) {
|
|
@@ -177,16 +177,15 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
177
177
|
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, cb: (err: any, data?: DeleteAssessmentFrameworkCommandOutput) => void): void;
|
|
178
178
|
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentFrameworkCommandOutput) => void): void;
|
|
179
179
|
/**
|
|
180
|
-
* <p>
|
|
181
|
-
* Deletes a share request for a custom framework in Audit Manager.
|
|
182
|
-
* </p>
|
|
180
|
+
* <p> Deletes a share request for a custom framework in Audit Manager. </p>
|
|
183
181
|
*/
|
|
184
182
|
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentFrameworkShareCommandOutput>;
|
|
185
183
|
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, cb: (err: any, data?: DeleteAssessmentFrameworkShareCommandOutput) => void): void;
|
|
186
184
|
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentFrameworkShareCommandOutput) => void): void;
|
|
187
185
|
/**
|
|
188
186
|
* <p>Deletes an assessment report in Audit Manager. </p>
|
|
189
|
-
* <p>When you run the <code>DeleteAssessmentReport</code> operation, Audit Manager
|
|
187
|
+
* <p>When you run the <code>DeleteAssessmentReport</code> operation, Audit Manager
|
|
188
|
+
* attempts to delete the following data:</p>
|
|
190
189
|
* <ol>
|
|
191
190
|
* <li>
|
|
192
191
|
* <p>The specified assessment report that’s stored in your S3 bucket</p>
|
|
@@ -219,8 +218,8 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
219
218
|
/**
|
|
220
219
|
* <p> Deregisters an account in Audit Manager. </p>
|
|
221
220
|
* <note>
|
|
222
|
-
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If
|
|
223
|
-
* to delete your resource data, you must perform that task separately before you
|
|
221
|
+
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If
|
|
222
|
+
* you want to delete your resource data, you must perform that task separately before you
|
|
224
223
|
* deregister your account. Either, you can do this in the Audit Manager console. Or,
|
|
225
224
|
* you can use one of the delete API operations that are provided by Audit Manager. </p>
|
|
226
225
|
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
@@ -272,11 +271,11 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
272
271
|
* evidence to that delegated administrator account moving forward.</p>
|
|
273
272
|
* </important>
|
|
274
273
|
* <note>
|
|
275
|
-
* <p>When you deregister a delegated administrator account for Audit Manager, the data
|
|
276
|
-
* account isn’t deleted. If you want to delete resource data for a delegated
|
|
277
|
-
* account, you must perform that task separately before you deregister the
|
|
278
|
-
* Either, you can do this in the Audit Manager console. Or, you can use one
|
|
279
|
-
* delete API operations that are provided by Audit Manager. </p>
|
|
274
|
+
* <p>When you deregister a delegated administrator account for Audit Manager, the data
|
|
275
|
+
* for that account isn’t deleted. If you want to delete resource data for a delegated
|
|
276
|
+
* administrator account, you must perform that task separately before you deregister the
|
|
277
|
+
* account. Either, you can do this in the Audit Manager console. Or, you can use one
|
|
278
|
+
* of the delete API operations that are provided by Audit Manager. </p>
|
|
280
279
|
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
281
280
|
* <ul>
|
|
282
281
|
* <li>
|
|
@@ -432,10 +431,10 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
432
431
|
* <p>Lists the latest analytics data for controls within a specific control domain and a
|
|
433
432
|
* specific active assessment.</p>
|
|
434
433
|
* <note>
|
|
435
|
-
* <p>Control insights are listed only if the control belongs to the control domain and
|
|
436
|
-
*
|
|
437
|
-
*
|
|
438
|
-
*
|
|
434
|
+
* <p>Control insights are listed only if the control belongs to the control domain and
|
|
435
|
+
* assessment that was specified. Moreover, the control must have collected evidence on the
|
|
436
|
+
* <code>lastUpdated</code> date of <code>controlInsightsByAssessment</code>. If neither
|
|
437
|
+
* of these conditions are met, no data is listed for that control. </p>
|
|
439
438
|
* </note>
|
|
440
439
|
*/
|
|
441
440
|
listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentControlInsightsByControlDomainCommandOutput>;
|
|
@@ -470,9 +469,10 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
470
469
|
* <p>Lists the latest analytics data for control domains across all of your active
|
|
471
470
|
* assessments. </p>
|
|
472
471
|
* <note>
|
|
473
|
-
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
474
|
-
*
|
|
475
|
-
*
|
|
472
|
+
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
473
|
+
* collected evidence on the <code>lastUpdated</code> date of
|
|
474
|
+
* <code>controlDomainInsights</code>. If this condition isn’t met, no data is listed
|
|
475
|
+
* for that control domain.</p>
|
|
476
476
|
* </note>
|
|
477
477
|
*/
|
|
478
478
|
listControlDomainInsights(args: ListControlDomainInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListControlDomainInsightsCommandOutput>;
|
|
@@ -481,9 +481,10 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
481
481
|
/**
|
|
482
482
|
* <p>Lists analytics data for control domains within a specified active assessment.</p>
|
|
483
483
|
* <note>
|
|
484
|
-
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
485
|
-
*
|
|
486
|
-
*
|
|
484
|
+
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
485
|
+
* collected evidence on the <code>lastUpdated</code> date of
|
|
486
|
+
* <code>controlDomainInsights</code>. If this condition isn’t met, no data is listed
|
|
487
|
+
* for that domain.</p>
|
|
487
488
|
* </note>
|
|
488
489
|
*/
|
|
489
490
|
listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<ListControlDomainInsightsByAssessmentCommandOutput>;
|
|
@@ -493,10 +494,10 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
493
494
|
* <p>Lists the latest analytics data for controls within a specific control domain across all
|
|
494
495
|
* active assessments.</p>
|
|
495
496
|
* <note>
|
|
496
|
-
* <p>Control insights are listed only if the control belongs to the control domain that
|
|
497
|
-
*
|
|
498
|
-
*
|
|
499
|
-
*
|
|
497
|
+
* <p>Control insights are listed only if the control belongs to the control domain that
|
|
498
|
+
* was specified and the control collected evidence on the <code>lastUpdated</code> date of
|
|
499
|
+
* <code>controlInsightsMetadata</code>. If neither of these conditions are met, no data
|
|
500
|
+
* is listed for that control. </p>
|
|
500
501
|
* </note>
|
|
501
502
|
*/
|
|
502
503
|
listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, options?: __HttpHandlerOptions): Promise<ListControlInsightsByControlDomainCommandOutput>;
|
|
@@ -509,7 +510,8 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
509
510
|
listControls(args: ListControlsCommandInput, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
|
|
510
511
|
listControls(args: ListControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
|
|
511
512
|
/**
|
|
512
|
-
* <p> Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
513
|
+
* <p> Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
514
|
+
* </p>
|
|
513
515
|
*/
|
|
514
516
|
listKeywordsForDataSource(args: ListKeywordsForDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<ListKeywordsForDataSourceCommandOutput>;
|
|
515
517
|
listKeywordsForDataSource(args: ListKeywordsForDataSourceCommandInput, cb: (err: any, data?: ListKeywordsForDataSourceCommandOutput) => void): void;
|
|
@@ -541,7 +543,9 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
541
543
|
registerOrganizationAdminAccount(args: RegisterOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
542
544
|
/**
|
|
543
545
|
* <p> Creates a share request for a custom framework in Audit Manager. </p>
|
|
544
|
-
* <p>The share request specifies a recipient and notifies them that a custom framework is
|
|
546
|
+
* <p>The share request specifies a recipient and notifies them that a custom framework is
|
|
547
|
+
* available. Recipients have 120 days to accept or decline the request. If no action is
|
|
548
|
+
* taken, the share request expires.</p>
|
|
545
549
|
* <p>When you create a share request, Audit Manager stores a snapshot of your custom
|
|
546
550
|
* framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also
|
|
547
551
|
* stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.</p>
|
|
@@ -564,8 +568,8 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
564
568
|
* </ul>
|
|
565
569
|
* <p>When a sender <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend">resends a share request</a>, the snapshot is replaced with an updated version that
|
|
566
570
|
* corresponds with the latest version of the custom framework. </p>
|
|
567
|
-
* <p>When a recipient accepts a share request, the snapshot is replicated into their
|
|
568
|
-
*
|
|
571
|
+
* <p>When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share
|
|
572
|
+
* request. </p>
|
|
569
573
|
* <important>
|
|
570
574
|
* <p>When you invoke the <code>StartAssessmentFrameworkShare</code> API, you are about to
|
|
571
575
|
* share a custom framework with another Amazon Web Services account. You may not share a
|
|
@@ -7,9 +7,7 @@ export interface DeleteAssessmentFrameworkShareCommandInput extends DeleteAssess
|
|
|
7
7
|
export interface DeleteAssessmentFrameworkShareCommandOutput extends DeleteAssessmentFrameworkShareResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Deletes a share request for a custom framework in Audit Manager.
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Deletes a share request for a custom framework in Audit Manager. </p>
|
|
13
11
|
* @example
|
|
14
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
13
|
* ```javascript
|
|
@@ -8,7 +8,8 @@ export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentRep
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes an assessment report in Audit Manager. </p>
|
|
11
|
-
* <p>When you run the <code>DeleteAssessmentReport</code> operation, Audit Manager
|
|
11
|
+
* <p>When you run the <code>DeleteAssessmentReport</code> operation, Audit Manager
|
|
12
|
+
* attempts to delete the following data:</p>
|
|
12
13
|
* <ol>
|
|
13
14
|
* <li>
|
|
14
15
|
* <p>The specified assessment report that’s stored in your S3 bucket</p>
|
|
@@ -9,8 +9,8 @@ export interface DeregisterAccountCommandOutput extends DeregisterAccountRespons
|
|
|
9
9
|
/**
|
|
10
10
|
* <p> Deregisters an account in Audit Manager. </p>
|
|
11
11
|
* <note>
|
|
12
|
-
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If
|
|
13
|
-
* to delete your resource data, you must perform that task separately before you
|
|
12
|
+
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If
|
|
13
|
+
* you want to delete your resource data, you must perform that task separately before you
|
|
14
14
|
* deregister your account. Either, you can do this in the Audit Manager console. Or,
|
|
15
15
|
* you can use one of the delete API operations that are provided by Audit Manager. </p>
|
|
16
16
|
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
@@ -17,11 +17,11 @@ export interface DeregisterOrganizationAdminAccountCommandOutput extends Deregis
|
|
|
17
17
|
* evidence to that delegated administrator account moving forward.</p>
|
|
18
18
|
* </important>
|
|
19
19
|
* <note>
|
|
20
|
-
* <p>When you deregister a delegated administrator account for Audit Manager, the data
|
|
21
|
-
* account isn’t deleted. If you want to delete resource data for a delegated
|
|
22
|
-
* account, you must perform that task separately before you deregister the
|
|
23
|
-
* Either, you can do this in the Audit Manager console. Or, you can use one
|
|
24
|
-
* delete API operations that are provided by Audit Manager. </p>
|
|
20
|
+
* <p>When you deregister a delegated administrator account for Audit Manager, the data
|
|
21
|
+
* for that account isn’t deleted. If you want to delete resource data for a delegated
|
|
22
|
+
* administrator account, you must perform that task separately before you deregister the
|
|
23
|
+
* account. Either, you can do this in the Audit Manager console. Or, you can use one
|
|
24
|
+
* of the delete API operations that are provided by Audit Manager. </p>
|
|
25
25
|
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
26
26
|
* <ul>
|
|
27
27
|
* <li>
|
|
@@ -10,10 +10,10 @@ export interface ListAssessmentControlInsightsByControlDomainCommandOutput exten
|
|
|
10
10
|
* <p>Lists the latest analytics data for controls within a specific control domain and a
|
|
11
11
|
* specific active assessment.</p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>Control insights are listed only if the control belongs to the control domain and
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
13
|
+
* <p>Control insights are listed only if the control belongs to the control domain and
|
|
14
|
+
* assessment that was specified. Moreover, the control must have collected evidence on the
|
|
15
|
+
* <code>lastUpdated</code> date of <code>controlInsightsByAssessment</code>. If neither
|
|
16
|
+
* of these conditions are met, no data is listed for that control. </p>
|
|
17
17
|
* </note>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,9 +9,10 @@ export interface ListControlDomainInsightsByAssessmentCommandOutput extends List
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Lists analytics data for control domains within a specified active assessment.</p>
|
|
11
11
|
* <note>
|
|
12
|
-
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
13
|
-
*
|
|
14
|
-
*
|
|
12
|
+
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
13
|
+
* collected evidence on the <code>lastUpdated</code> date of
|
|
14
|
+
* <code>controlDomainInsights</code>. If this condition isn’t met, no data is listed
|
|
15
|
+
* for that domain.</p>
|
|
15
16
|
* </note>
|
|
16
17
|
* @example
|
|
17
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,9 +10,10 @@ export interface ListControlDomainInsightsCommandOutput extends ListControlDomai
|
|
|
10
10
|
* <p>Lists the latest analytics data for control domains across all of your active
|
|
11
11
|
* assessments. </p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
14
|
-
*
|
|
15
|
-
*
|
|
13
|
+
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
14
|
+
* collected evidence on the <code>lastUpdated</code> date of
|
|
15
|
+
* <code>controlDomainInsights</code>. If this condition isn’t met, no data is listed
|
|
16
|
+
* for that control domain.</p>
|
|
16
17
|
* </note>
|
|
17
18
|
* @example
|
|
18
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,10 +10,10 @@ export interface ListControlInsightsByControlDomainCommandOutput extends ListCon
|
|
|
10
10
|
* <p>Lists the latest analytics data for controls within a specific control domain across all
|
|
11
11
|
* active assessments.</p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>Control insights are listed only if the control belongs to the control domain that
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
13
|
+
* <p>Control insights are listed only if the control belongs to the control domain that
|
|
14
|
+
* was specified and the control collected evidence on the <code>lastUpdated</code> date of
|
|
15
|
+
* <code>controlInsightsMetadata</code>. If neither of these conditions are met, no data
|
|
16
|
+
* is listed for that control. </p>
|
|
17
17
|
* </note>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,7 +7,8 @@ export interface ListKeywordsForDataSourceCommandInput extends ListKeywordsForDa
|
|
|
7
7
|
export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForDataSourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p> Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
10
|
+
* <p> Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
11
|
+
* </p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -8,7 +8,9 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p> Creates a share request for a custom framework in Audit Manager. </p>
|
|
11
|
-
* <p>The share request specifies a recipient and notifies them that a custom framework is
|
|
11
|
+
* <p>The share request specifies a recipient and notifies them that a custom framework is
|
|
12
|
+
* available. Recipients have 120 days to accept or decline the request. If no action is
|
|
13
|
+
* taken, the share request expires.</p>
|
|
12
14
|
* <p>When you create a share request, Audit Manager stores a snapshot of your custom
|
|
13
15
|
* framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also
|
|
14
16
|
* stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.</p>
|
|
@@ -31,8 +33,8 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
|
|
|
31
33
|
* </ul>
|
|
32
34
|
* <p>When a sender <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend">resends a share request</a>, the snapshot is replaced with an updated version that
|
|
33
35
|
* corresponds with the latest version of the custom framework. </p>
|
|
34
|
-
* <p>When a recipient accepts a share request, the snapshot is replicated into their
|
|
35
|
-
*
|
|
36
|
+
* <p>When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share
|
|
37
|
+
* request. </p>
|
|
36
38
|
* <important>
|
|
37
39
|
* <p>When you invoke the <code>StartAssessmentFrameworkShare</code> API, you are about to
|
|
38
40
|
* share a custom framework with another Amazon Web Services account. You may not share a
|