@aws-sdk/client-auditmanager 3.50.0 → 3.53.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/index.js +3 -0
- package/dist-cjs/models/AuditManagerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +61 -4
- package/dist-cjs/protocols/Aws_restJson1.js +562 -2020
- package/dist-es/index.js +1 -0
- package/dist-es/models/AuditManagerServiceException.js +12 -0
- package/dist-es/models/models_0.js +54 -1
- package/dist-es/protocols/Aws_restJson1.js +1267 -2269
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/AuditManagerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +32 -19
- package/dist-types/ts3.4/AuditManager.d.ts +310 -0
- package/dist-types/ts3.4/AuditManagerClient.d.ts +134 -0
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +61 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2320 -0
- package/dist-types/ts3.4/pagination/GetChangeLogsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetDelegationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssessmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListControlsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from AuditManager service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class AuditManagerServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
|
|
2
3
|
/**
|
|
3
4
|
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
4
5
|
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
5
6
|
*/
|
|
6
|
-
export
|
|
7
|
-
name: "AccessDeniedException";
|
|
8
|
-
$fault: "client";
|
|
9
|
-
|
|
7
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
+
readonly name: "AccessDeniedException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
14
|
}
|
|
11
15
|
export declare enum AccountStatus {
|
|
12
16
|
ACTIVE = "ACTIVE",
|
|
@@ -919,18 +923,20 @@ export declare namespace AssociateAssessmentReportEvidenceFolderResponse {
|
|
|
919
923
|
* <p> An internal service error occurred during the processing of your request. Try again
|
|
920
924
|
* later. </p>
|
|
921
925
|
*/
|
|
922
|
-
export
|
|
923
|
-
name: "InternalServerException";
|
|
924
|
-
$fault: "server";
|
|
925
|
-
|
|
926
|
+
export declare class InternalServerException extends __BaseException {
|
|
927
|
+
readonly name: "InternalServerException";
|
|
928
|
+
readonly $fault: "server";
|
|
929
|
+
/**
|
|
930
|
+
* @internal
|
|
931
|
+
*/
|
|
932
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
926
933
|
}
|
|
927
934
|
/**
|
|
928
935
|
* <p> The resource that's specified in the request can't be found. </p>
|
|
929
936
|
*/
|
|
930
|
-
export
|
|
931
|
-
name: "ResourceNotFoundException";
|
|
932
|
-
$fault: "client";
|
|
933
|
-
message: string | undefined;
|
|
937
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
938
|
+
readonly name: "ResourceNotFoundException";
|
|
939
|
+
readonly $fault: "client";
|
|
934
940
|
/**
|
|
935
941
|
* <p> The unique identifier for the resource. </p>
|
|
936
942
|
*/
|
|
@@ -939,6 +945,10 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
939
945
|
* <p> The type of resource that's affected by the error. </p>
|
|
940
946
|
*/
|
|
941
947
|
resourceType: string | undefined;
|
|
948
|
+
/**
|
|
949
|
+
* @internal
|
|
950
|
+
*/
|
|
951
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
942
952
|
}
|
|
943
953
|
/**
|
|
944
954
|
* <p> Indicates that the request has invalid or missing parameters for the field. </p>
|
|
@@ -968,10 +978,9 @@ export declare enum ValidationExceptionReason {
|
|
|
968
978
|
/**
|
|
969
979
|
* <p> The request has invalid or missing parameters. </p>
|
|
970
980
|
*/
|
|
971
|
-
export
|
|
972
|
-
name: "ValidationException";
|
|
973
|
-
$fault: "client";
|
|
974
|
-
message: string | undefined;
|
|
981
|
+
export declare class ValidationException extends __BaseException {
|
|
982
|
+
readonly name: "ValidationException";
|
|
983
|
+
readonly $fault: "client";
|
|
975
984
|
/**
|
|
976
985
|
* <p> The reason the request failed validation. </p>
|
|
977
986
|
*/
|
|
@@ -980,6 +989,10 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
980
989
|
* <p> The fields that caused the error, if applicable. </p>
|
|
981
990
|
*/
|
|
982
991
|
fields?: ValidationExceptionField[];
|
|
992
|
+
/**
|
|
993
|
+
* @internal
|
|
994
|
+
*/
|
|
995
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
983
996
|
}
|
|
984
997
|
export interface BatchAssociateAssessmentReportEvidenceRequest {
|
|
985
998
|
/**
|
|
@@ -1344,7 +1357,7 @@ export interface CreateAssessmentFrameworkControl {
|
|
|
1344
1357
|
/**
|
|
1345
1358
|
* <p> The unique identifier of the control. </p>
|
|
1346
1359
|
*/
|
|
1347
|
-
id
|
|
1360
|
+
id: string | undefined;
|
|
1348
1361
|
}
|
|
1349
1362
|
export declare namespace CreateAssessmentFrameworkControl {
|
|
1350
1363
|
/**
|
|
@@ -3835,7 +3848,7 @@ export interface UpdateAssessmentFrameworkControlSet {
|
|
|
3835
3848
|
/**
|
|
3836
3849
|
* <p> The list of controls that are contained within the control set. </p>
|
|
3837
3850
|
*/
|
|
3838
|
-
controls
|
|
3851
|
+
controls: CreateAssessmentFrameworkControl[] | undefined;
|
|
3839
3852
|
}
|
|
3840
3853
|
export declare namespace UpdateAssessmentFrameworkControlSet {
|
|
3841
3854
|
/**
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AuditManagerClient } from "./AuditManagerClient";
|
|
3
|
+
import { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
4
|
+
import { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
5
|
+
import { BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput } from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
6
|
+
import { BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput } from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
7
|
+
import { BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
8
|
+
import { BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput } from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
9
|
+
import { CreateAssessmentCommandInput, CreateAssessmentCommandOutput } from "./commands/CreateAssessmentCommand";
|
|
10
|
+
import { CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput } from "./commands/CreateAssessmentFrameworkCommand";
|
|
11
|
+
import { CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput } from "./commands/CreateAssessmentReportCommand";
|
|
12
|
+
import { CreateControlCommandInput, CreateControlCommandOutput } from "./commands/CreateControlCommand";
|
|
13
|
+
import { DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput } from "./commands/DeleteAssessmentCommand";
|
|
14
|
+
import { DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput } from "./commands/DeleteAssessmentFrameworkCommand";
|
|
15
|
+
import { DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput } from "./commands/DeleteAssessmentFrameworkShareCommand";
|
|
16
|
+
import { DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput } from "./commands/DeleteAssessmentReportCommand";
|
|
17
|
+
import { DeleteControlCommandInput, DeleteControlCommandOutput } from "./commands/DeleteControlCommand";
|
|
18
|
+
import { DeregisterAccountCommandInput, DeregisterAccountCommandOutput } from "./commands/DeregisterAccountCommand";
|
|
19
|
+
import { DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput } from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
20
|
+
import { DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
21
|
+
import { GetAccountStatusCommandInput, GetAccountStatusCommandOutput } from "./commands/GetAccountStatusCommand";
|
|
22
|
+
import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
23
|
+
import { GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput } from "./commands/GetAssessmentFrameworkCommand";
|
|
24
|
+
import { GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput } from "./commands/GetAssessmentReportUrlCommand";
|
|
25
|
+
import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "./commands/GetChangeLogsCommand";
|
|
26
|
+
import { GetControlCommandInput, GetControlCommandOutput } from "./commands/GetControlCommand";
|
|
27
|
+
import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "./commands/GetDelegationsCommand";
|
|
28
|
+
import { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
29
|
+
import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/GetEvidenceCommand";
|
|
30
|
+
import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
|
|
31
|
+
import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
32
|
+
import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
33
|
+
import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
|
|
34
|
+
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
35
|
+
import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
|
|
36
|
+
import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
|
|
37
|
+
import { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
|
|
38
|
+
import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
39
|
+
import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
|
|
40
|
+
import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
41
|
+
import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
|
|
42
|
+
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
|
|
43
|
+
import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
|
|
44
|
+
import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
|
|
45
|
+
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
|
|
46
|
+
import { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
|
|
47
|
+
import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
|
|
48
|
+
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
49
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
50
|
+
import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
51
|
+
import { RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput } from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
52
|
+
import { StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput } from "./commands/StartAssessmentFrameworkShareCommand";
|
|
53
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
54
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
55
|
+
import { UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput } from "./commands/UpdateAssessmentCommand";
|
|
56
|
+
import { UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput } from "./commands/UpdateAssessmentControlCommand";
|
|
57
|
+
import { UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput } from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
58
|
+
import { UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput } from "./commands/UpdateAssessmentFrameworkCommand";
|
|
59
|
+
import { UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput } from "./commands/UpdateAssessmentFrameworkShareCommand";
|
|
60
|
+
import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput } from "./commands/UpdateAssessmentStatusCommand";
|
|
61
|
+
import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
62
|
+
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
63
|
+
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
64
|
+
|
|
65
|
+
export declare class AuditManager extends AuditManagerClient {
|
|
66
|
+
|
|
67
|
+
associateAssessmentReportEvidenceFolder(args: AssociateAssessmentReportEvidenceFolderCommandInput, options?: __HttpHandlerOptions): Promise<AssociateAssessmentReportEvidenceFolderCommandOutput>;
|
|
68
|
+
associateAssessmentReportEvidenceFolder(args: AssociateAssessmentReportEvidenceFolderCommandInput, cb: (err: any, data?: AssociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
69
|
+
associateAssessmentReportEvidenceFolder(args: AssociateAssessmentReportEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
70
|
+
|
|
71
|
+
batchAssociateAssessmentReportEvidence(args: BatchAssociateAssessmentReportEvidenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchAssociateAssessmentReportEvidenceCommandOutput>;
|
|
72
|
+
batchAssociateAssessmentReportEvidence(args: BatchAssociateAssessmentReportEvidenceCommandInput, cb: (err: any, data?: BatchAssociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
73
|
+
batchAssociateAssessmentReportEvidence(args: BatchAssociateAssessmentReportEvidenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
74
|
+
|
|
75
|
+
batchCreateDelegationByAssessment(args: BatchCreateDelegationByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateDelegationByAssessmentCommandOutput>;
|
|
76
|
+
batchCreateDelegationByAssessment(args: BatchCreateDelegationByAssessmentCommandInput, cb: (err: any, data?: BatchCreateDelegationByAssessmentCommandOutput) => void): void;
|
|
77
|
+
batchCreateDelegationByAssessment(args: BatchCreateDelegationByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateDelegationByAssessmentCommandOutput) => void): void;
|
|
78
|
+
|
|
79
|
+
batchDeleteDelegationByAssessment(args: BatchDeleteDelegationByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDelegationByAssessmentCommandOutput>;
|
|
80
|
+
batchDeleteDelegationByAssessment(args: BatchDeleteDelegationByAssessmentCommandInput, cb: (err: any, data?: BatchDeleteDelegationByAssessmentCommandOutput) => void): void;
|
|
81
|
+
batchDeleteDelegationByAssessment(args: BatchDeleteDelegationByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDelegationByAssessmentCommandOutput) => void): void;
|
|
82
|
+
|
|
83
|
+
batchDisassociateAssessmentReportEvidence(args: BatchDisassociateAssessmentReportEvidenceCommandInput, options?: __HttpHandlerOptions): Promise<BatchDisassociateAssessmentReportEvidenceCommandOutput>;
|
|
84
|
+
batchDisassociateAssessmentReportEvidence(args: BatchDisassociateAssessmentReportEvidenceCommandInput, cb: (err: any, data?: BatchDisassociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
85
|
+
batchDisassociateAssessmentReportEvidence(args: BatchDisassociateAssessmentReportEvidenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
86
|
+
|
|
87
|
+
batchImportEvidenceToAssessmentControl(args: BatchImportEvidenceToAssessmentControlCommandInput, options?: __HttpHandlerOptions): Promise<BatchImportEvidenceToAssessmentControlCommandOutput>;
|
|
88
|
+
batchImportEvidenceToAssessmentControl(args: BatchImportEvidenceToAssessmentControlCommandInput, cb: (err: any, data?: BatchImportEvidenceToAssessmentControlCommandOutput) => void): void;
|
|
89
|
+
batchImportEvidenceToAssessmentControl(args: BatchImportEvidenceToAssessmentControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchImportEvidenceToAssessmentControlCommandOutput) => void): void;
|
|
90
|
+
|
|
91
|
+
createAssessment(args: CreateAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentCommandOutput>;
|
|
92
|
+
createAssessment(args: CreateAssessmentCommandInput, cb: (err: any, data?: CreateAssessmentCommandOutput) => void): void;
|
|
93
|
+
createAssessment(args: CreateAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentCommandOutput) => void): void;
|
|
94
|
+
|
|
95
|
+
createAssessmentFramework(args: CreateAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentFrameworkCommandOutput>;
|
|
96
|
+
createAssessmentFramework(args: CreateAssessmentFrameworkCommandInput, cb: (err: any, data?: CreateAssessmentFrameworkCommandOutput) => void): void;
|
|
97
|
+
createAssessmentFramework(args: CreateAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentFrameworkCommandOutput) => void): void;
|
|
98
|
+
|
|
99
|
+
createAssessmentReport(args: CreateAssessmentReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentReportCommandOutput>;
|
|
100
|
+
createAssessmentReport(args: CreateAssessmentReportCommandInput, cb: (err: any, data?: CreateAssessmentReportCommandOutput) => void): void;
|
|
101
|
+
createAssessmentReport(args: CreateAssessmentReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentReportCommandOutput) => void): void;
|
|
102
|
+
|
|
103
|
+
createControl(args: CreateControlCommandInput, options?: __HttpHandlerOptions): Promise<CreateControlCommandOutput>;
|
|
104
|
+
createControl(args: CreateControlCommandInput, cb: (err: any, data?: CreateControlCommandOutput) => void): void;
|
|
105
|
+
createControl(args: CreateControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateControlCommandOutput) => void): void;
|
|
106
|
+
|
|
107
|
+
deleteAssessment(args: DeleteAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentCommandOutput>;
|
|
108
|
+
deleteAssessment(args: DeleteAssessmentCommandInput, cb: (err: any, data?: DeleteAssessmentCommandOutput) => void): void;
|
|
109
|
+
deleteAssessment(args: DeleteAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentCommandOutput) => void): void;
|
|
110
|
+
|
|
111
|
+
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentFrameworkCommandOutput>;
|
|
112
|
+
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, cb: (err: any, data?: DeleteAssessmentFrameworkCommandOutput) => void): void;
|
|
113
|
+
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentFrameworkCommandOutput) => void): void;
|
|
114
|
+
|
|
115
|
+
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentFrameworkShareCommandOutput>;
|
|
116
|
+
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, cb: (err: any, data?: DeleteAssessmentFrameworkShareCommandOutput) => void): void;
|
|
117
|
+
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentFrameworkShareCommandOutput) => void): void;
|
|
118
|
+
|
|
119
|
+
deleteAssessmentReport(args: DeleteAssessmentReportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentReportCommandOutput>;
|
|
120
|
+
deleteAssessmentReport(args: DeleteAssessmentReportCommandInput, cb: (err: any, data?: DeleteAssessmentReportCommandOutput) => void): void;
|
|
121
|
+
deleteAssessmentReport(args: DeleteAssessmentReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentReportCommandOutput) => void): void;
|
|
122
|
+
|
|
123
|
+
deleteControl(args: DeleteControlCommandInput, options?: __HttpHandlerOptions): Promise<DeleteControlCommandOutput>;
|
|
124
|
+
deleteControl(args: DeleteControlCommandInput, cb: (err: any, data?: DeleteControlCommandOutput) => void): void;
|
|
125
|
+
deleteControl(args: DeleteControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteControlCommandOutput) => void): void;
|
|
126
|
+
|
|
127
|
+
deregisterAccount(args: DeregisterAccountCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterAccountCommandOutput>;
|
|
128
|
+
deregisterAccount(args: DeregisterAccountCommandInput, cb: (err: any, data?: DeregisterAccountCommandOutput) => void): void;
|
|
129
|
+
deregisterAccount(args: DeregisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterAccountCommandOutput) => void): void;
|
|
130
|
+
|
|
131
|
+
deregisterOrganizationAdminAccount(args: DeregisterOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterOrganizationAdminAccountCommandOutput>;
|
|
132
|
+
deregisterOrganizationAdminAccount(args: DeregisterOrganizationAdminAccountCommandInput, cb: (err: any, data?: DeregisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
133
|
+
deregisterOrganizationAdminAccount(args: DeregisterOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
134
|
+
|
|
135
|
+
disassociateAssessmentReportEvidenceFolder(args: DisassociateAssessmentReportEvidenceFolderCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAssessmentReportEvidenceFolderCommandOutput>;
|
|
136
|
+
disassociateAssessmentReportEvidenceFolder(args: DisassociateAssessmentReportEvidenceFolderCommandInput, cb: (err: any, data?: DisassociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
137
|
+
disassociateAssessmentReportEvidenceFolder(args: DisassociateAssessmentReportEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
138
|
+
|
|
139
|
+
getAccountStatus(args: GetAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountStatusCommandOutput>;
|
|
140
|
+
getAccountStatus(args: GetAccountStatusCommandInput, cb: (err: any, data?: GetAccountStatusCommandOutput) => void): void;
|
|
141
|
+
getAccountStatus(args: GetAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountStatusCommandOutput) => void): void;
|
|
142
|
+
|
|
143
|
+
getAssessment(args: GetAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<GetAssessmentCommandOutput>;
|
|
144
|
+
getAssessment(args: GetAssessmentCommandInput, cb: (err: any, data?: GetAssessmentCommandOutput) => void): void;
|
|
145
|
+
getAssessment(args: GetAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssessmentCommandOutput) => void): void;
|
|
146
|
+
|
|
147
|
+
getAssessmentFramework(args: GetAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<GetAssessmentFrameworkCommandOutput>;
|
|
148
|
+
getAssessmentFramework(args: GetAssessmentFrameworkCommandInput, cb: (err: any, data?: GetAssessmentFrameworkCommandOutput) => void): void;
|
|
149
|
+
getAssessmentFramework(args: GetAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssessmentFrameworkCommandOutput) => void): void;
|
|
150
|
+
|
|
151
|
+
getAssessmentReportUrl(args: GetAssessmentReportUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetAssessmentReportUrlCommandOutput>;
|
|
152
|
+
getAssessmentReportUrl(args: GetAssessmentReportUrlCommandInput, cb: (err: any, data?: GetAssessmentReportUrlCommandOutput) => void): void;
|
|
153
|
+
getAssessmentReportUrl(args: GetAssessmentReportUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssessmentReportUrlCommandOutput) => void): void;
|
|
154
|
+
|
|
155
|
+
getChangeLogs(args: GetChangeLogsCommandInput, options?: __HttpHandlerOptions): Promise<GetChangeLogsCommandOutput>;
|
|
156
|
+
getChangeLogs(args: GetChangeLogsCommandInput, cb: (err: any, data?: GetChangeLogsCommandOutput) => void): void;
|
|
157
|
+
getChangeLogs(args: GetChangeLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChangeLogsCommandOutput) => void): void;
|
|
158
|
+
|
|
159
|
+
getControl(args: GetControlCommandInput, options?: __HttpHandlerOptions): Promise<GetControlCommandOutput>;
|
|
160
|
+
getControl(args: GetControlCommandInput, cb: (err: any, data?: GetControlCommandOutput) => void): void;
|
|
161
|
+
getControl(args: GetControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetControlCommandOutput) => void): void;
|
|
162
|
+
|
|
163
|
+
getDelegations(args: GetDelegationsCommandInput, options?: __HttpHandlerOptions): Promise<GetDelegationsCommandOutput>;
|
|
164
|
+
getDelegations(args: GetDelegationsCommandInput, cb: (err: any, data?: GetDelegationsCommandOutput) => void): void;
|
|
165
|
+
getDelegations(args: GetDelegationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegationsCommandOutput) => void): void;
|
|
166
|
+
|
|
167
|
+
getEvidence(args: GetEvidenceCommandInput, options?: __HttpHandlerOptions): Promise<GetEvidenceCommandOutput>;
|
|
168
|
+
getEvidence(args: GetEvidenceCommandInput, cb: (err: any, data?: GetEvidenceCommandOutput) => void): void;
|
|
169
|
+
getEvidence(args: GetEvidenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceCommandOutput) => void): void;
|
|
170
|
+
|
|
171
|
+
getEvidenceByEvidenceFolder(args: GetEvidenceByEvidenceFolderCommandInput, options?: __HttpHandlerOptions): Promise<GetEvidenceByEvidenceFolderCommandOutput>;
|
|
172
|
+
getEvidenceByEvidenceFolder(args: GetEvidenceByEvidenceFolderCommandInput, cb: (err: any, data?: GetEvidenceByEvidenceFolderCommandOutput) => void): void;
|
|
173
|
+
getEvidenceByEvidenceFolder(args: GetEvidenceByEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceByEvidenceFolderCommandOutput) => void): void;
|
|
174
|
+
|
|
175
|
+
getEvidenceFolder(args: GetEvidenceFolderCommandInput, options?: __HttpHandlerOptions): Promise<GetEvidenceFolderCommandOutput>;
|
|
176
|
+
getEvidenceFolder(args: GetEvidenceFolderCommandInput, cb: (err: any, data?: GetEvidenceFolderCommandOutput) => void): void;
|
|
177
|
+
getEvidenceFolder(args: GetEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceFolderCommandOutput) => void): void;
|
|
178
|
+
|
|
179
|
+
getEvidenceFoldersByAssessment(args: GetEvidenceFoldersByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<GetEvidenceFoldersByAssessmentCommandOutput>;
|
|
180
|
+
getEvidenceFoldersByAssessment(args: GetEvidenceFoldersByAssessmentCommandInput, cb: (err: any, data?: GetEvidenceFoldersByAssessmentCommandOutput) => void): void;
|
|
181
|
+
getEvidenceFoldersByAssessment(args: GetEvidenceFoldersByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceFoldersByAssessmentCommandOutput) => void): void;
|
|
182
|
+
|
|
183
|
+
getEvidenceFoldersByAssessmentControl(args: GetEvidenceFoldersByAssessmentControlCommandInput, options?: __HttpHandlerOptions): Promise<GetEvidenceFoldersByAssessmentControlCommandOutput>;
|
|
184
|
+
getEvidenceFoldersByAssessmentControl(args: GetEvidenceFoldersByAssessmentControlCommandInput, cb: (err: any, data?: GetEvidenceFoldersByAssessmentControlCommandOutput) => void): void;
|
|
185
|
+
getEvidenceFoldersByAssessmentControl(args: GetEvidenceFoldersByAssessmentControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceFoldersByAssessmentControlCommandOutput) => void): void;
|
|
186
|
+
|
|
187
|
+
getInsights(args: GetInsightsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightsCommandOutput>;
|
|
188
|
+
getInsights(args: GetInsightsCommandInput, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
|
|
189
|
+
getInsights(args: GetInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
|
|
190
|
+
|
|
191
|
+
getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightsByAssessmentCommandOutput>;
|
|
192
|
+
getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, cb: (err: any, data?: GetInsightsByAssessmentCommandOutput) => void): void;
|
|
193
|
+
getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightsByAssessmentCommandOutput) => void): void;
|
|
194
|
+
|
|
195
|
+
getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetOrganizationAdminAccountCommandOutput>;
|
|
196
|
+
getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, cb: (err: any, data?: GetOrganizationAdminAccountCommandOutput) => void): void;
|
|
197
|
+
getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOrganizationAdminAccountCommandOutput) => void): void;
|
|
198
|
+
|
|
199
|
+
getServicesInScope(args: GetServicesInScopeCommandInput, options?: __HttpHandlerOptions): Promise<GetServicesInScopeCommandOutput>;
|
|
200
|
+
getServicesInScope(args: GetServicesInScopeCommandInput, cb: (err: any, data?: GetServicesInScopeCommandOutput) => void): void;
|
|
201
|
+
getServicesInScope(args: GetServicesInScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServicesInScopeCommandOutput) => void): void;
|
|
202
|
+
|
|
203
|
+
getSettings(args: GetSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetSettingsCommandOutput>;
|
|
204
|
+
getSettings(args: GetSettingsCommandInput, cb: (err: any, data?: GetSettingsCommandOutput) => void): void;
|
|
205
|
+
getSettings(args: GetSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSettingsCommandOutput) => void): void;
|
|
206
|
+
|
|
207
|
+
listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentControlInsightsByControlDomainCommandOutput>;
|
|
208
|
+
listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, cb: (err: any, data?: ListAssessmentControlInsightsByControlDomainCommandOutput) => void): void;
|
|
209
|
+
listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentControlInsightsByControlDomainCommandOutput) => void): void;
|
|
210
|
+
|
|
211
|
+
listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentFrameworksCommandOutput>;
|
|
212
|
+
listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, cb: (err: any, data?: ListAssessmentFrameworksCommandOutput) => void): void;
|
|
213
|
+
listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentFrameworksCommandOutput) => void): void;
|
|
214
|
+
|
|
215
|
+
listAssessmentFrameworkShareRequests(args: ListAssessmentFrameworkShareRequestsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentFrameworkShareRequestsCommandOutput>;
|
|
216
|
+
listAssessmentFrameworkShareRequests(args: ListAssessmentFrameworkShareRequestsCommandInput, cb: (err: any, data?: ListAssessmentFrameworkShareRequestsCommandOutput) => void): void;
|
|
217
|
+
listAssessmentFrameworkShareRequests(args: ListAssessmentFrameworkShareRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentFrameworkShareRequestsCommandOutput) => void): void;
|
|
218
|
+
|
|
219
|
+
listAssessmentReports(args: ListAssessmentReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentReportsCommandOutput>;
|
|
220
|
+
listAssessmentReports(args: ListAssessmentReportsCommandInput, cb: (err: any, data?: ListAssessmentReportsCommandOutput) => void): void;
|
|
221
|
+
listAssessmentReports(args: ListAssessmentReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentReportsCommandOutput) => void): void;
|
|
222
|
+
|
|
223
|
+
listAssessments(args: ListAssessmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentsCommandOutput>;
|
|
224
|
+
listAssessments(args: ListAssessmentsCommandInput, cb: (err: any, data?: ListAssessmentsCommandOutput) => void): void;
|
|
225
|
+
listAssessments(args: ListAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentsCommandOutput) => void): void;
|
|
226
|
+
|
|
227
|
+
listControlDomainInsights(args: ListControlDomainInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListControlDomainInsightsCommandOutput>;
|
|
228
|
+
listControlDomainInsights(args: ListControlDomainInsightsCommandInput, cb: (err: any, data?: ListControlDomainInsightsCommandOutput) => void): void;
|
|
229
|
+
listControlDomainInsights(args: ListControlDomainInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlDomainInsightsCommandOutput) => void): void;
|
|
230
|
+
|
|
231
|
+
listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<ListControlDomainInsightsByAssessmentCommandOutput>;
|
|
232
|
+
listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, cb: (err: any, data?: ListControlDomainInsightsByAssessmentCommandOutput) => void): void;
|
|
233
|
+
listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlDomainInsightsByAssessmentCommandOutput) => void): void;
|
|
234
|
+
|
|
235
|
+
listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, options?: __HttpHandlerOptions): Promise<ListControlInsightsByControlDomainCommandOutput>;
|
|
236
|
+
listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, cb: (err: any, data?: ListControlInsightsByControlDomainCommandOutput) => void): void;
|
|
237
|
+
listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlInsightsByControlDomainCommandOutput) => void): void;
|
|
238
|
+
|
|
239
|
+
listControls(args: ListControlsCommandInput, options?: __HttpHandlerOptions): Promise<ListControlsCommandOutput>;
|
|
240
|
+
listControls(args: ListControlsCommandInput, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
|
|
241
|
+
listControls(args: ListControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
|
|
242
|
+
|
|
243
|
+
listKeywordsForDataSource(args: ListKeywordsForDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<ListKeywordsForDataSourceCommandOutput>;
|
|
244
|
+
listKeywordsForDataSource(args: ListKeywordsForDataSourceCommandInput, cb: (err: any, data?: ListKeywordsForDataSourceCommandOutput) => void): void;
|
|
245
|
+
listKeywordsForDataSource(args: ListKeywordsForDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeywordsForDataSourceCommandOutput) => void): void;
|
|
246
|
+
|
|
247
|
+
listNotifications(args: ListNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationsCommandOutput>;
|
|
248
|
+
listNotifications(args: ListNotificationsCommandInput, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
249
|
+
listNotifications(args: ListNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
250
|
+
|
|
251
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
252
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
253
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
254
|
+
|
|
255
|
+
registerAccount(args: RegisterAccountCommandInput, options?: __HttpHandlerOptions): Promise<RegisterAccountCommandOutput>;
|
|
256
|
+
registerAccount(args: RegisterAccountCommandInput, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
257
|
+
registerAccount(args: RegisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
258
|
+
|
|
259
|
+
registerOrganizationAdminAccount(args: RegisterOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<RegisterOrganizationAdminAccountCommandOutput>;
|
|
260
|
+
registerOrganizationAdminAccount(args: RegisterOrganizationAdminAccountCommandInput, cb: (err: any, data?: RegisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
261
|
+
registerOrganizationAdminAccount(args: RegisterOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
262
|
+
|
|
263
|
+
startAssessmentFrameworkShare(args: StartAssessmentFrameworkShareCommandInput, options?: __HttpHandlerOptions): Promise<StartAssessmentFrameworkShareCommandOutput>;
|
|
264
|
+
startAssessmentFrameworkShare(args: StartAssessmentFrameworkShareCommandInput, cb: (err: any, data?: StartAssessmentFrameworkShareCommandOutput) => void): void;
|
|
265
|
+
startAssessmentFrameworkShare(args: StartAssessmentFrameworkShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAssessmentFrameworkShareCommandOutput) => void): void;
|
|
266
|
+
|
|
267
|
+
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
268
|
+
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
269
|
+
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
270
|
+
|
|
271
|
+
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
272
|
+
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
273
|
+
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
274
|
+
|
|
275
|
+
updateAssessment(args: UpdateAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentCommandOutput>;
|
|
276
|
+
updateAssessment(args: UpdateAssessmentCommandInput, cb: (err: any, data?: UpdateAssessmentCommandOutput) => void): void;
|
|
277
|
+
updateAssessment(args: UpdateAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentCommandOutput) => void): void;
|
|
278
|
+
|
|
279
|
+
updateAssessmentControl(args: UpdateAssessmentControlCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentControlCommandOutput>;
|
|
280
|
+
updateAssessmentControl(args: UpdateAssessmentControlCommandInput, cb: (err: any, data?: UpdateAssessmentControlCommandOutput) => void): void;
|
|
281
|
+
updateAssessmentControl(args: UpdateAssessmentControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentControlCommandOutput) => void): void;
|
|
282
|
+
|
|
283
|
+
updateAssessmentControlSetStatus(args: UpdateAssessmentControlSetStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentControlSetStatusCommandOutput>;
|
|
284
|
+
updateAssessmentControlSetStatus(args: UpdateAssessmentControlSetStatusCommandInput, cb: (err: any, data?: UpdateAssessmentControlSetStatusCommandOutput) => void): void;
|
|
285
|
+
updateAssessmentControlSetStatus(args: UpdateAssessmentControlSetStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentControlSetStatusCommandOutput) => void): void;
|
|
286
|
+
|
|
287
|
+
updateAssessmentFramework(args: UpdateAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentFrameworkCommandOutput>;
|
|
288
|
+
updateAssessmentFramework(args: UpdateAssessmentFrameworkCommandInput, cb: (err: any, data?: UpdateAssessmentFrameworkCommandOutput) => void): void;
|
|
289
|
+
updateAssessmentFramework(args: UpdateAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentFrameworkCommandOutput) => void): void;
|
|
290
|
+
|
|
291
|
+
updateAssessmentFrameworkShare(args: UpdateAssessmentFrameworkShareCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentFrameworkShareCommandOutput>;
|
|
292
|
+
updateAssessmentFrameworkShare(args: UpdateAssessmentFrameworkShareCommandInput, cb: (err: any, data?: UpdateAssessmentFrameworkShareCommandOutput) => void): void;
|
|
293
|
+
updateAssessmentFrameworkShare(args: UpdateAssessmentFrameworkShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentFrameworkShareCommandOutput) => void): void;
|
|
294
|
+
|
|
295
|
+
updateAssessmentStatus(args: UpdateAssessmentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentStatusCommandOutput>;
|
|
296
|
+
updateAssessmentStatus(args: UpdateAssessmentStatusCommandInput, cb: (err: any, data?: UpdateAssessmentStatusCommandOutput) => void): void;
|
|
297
|
+
updateAssessmentStatus(args: UpdateAssessmentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentStatusCommandOutput) => void): void;
|
|
298
|
+
|
|
299
|
+
updateControl(args: UpdateControlCommandInput, options?: __HttpHandlerOptions): Promise<UpdateControlCommandOutput>;
|
|
300
|
+
updateControl(args: UpdateControlCommandInput, cb: (err: any, data?: UpdateControlCommandOutput) => void): void;
|
|
301
|
+
updateControl(args: UpdateControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateControlCommandOutput) => void): void;
|
|
302
|
+
|
|
303
|
+
updateSettings(args: UpdateSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSettingsCommandOutput>;
|
|
304
|
+
updateSettings(args: UpdateSettingsCommandInput, cb: (err: any, data?: UpdateSettingsCommandOutput) => void): void;
|
|
305
|
+
updateSettings(args: UpdateSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSettingsCommandOutput) => void): void;
|
|
306
|
+
|
|
307
|
+
validateAssessmentReportIntegrity(args: ValidateAssessmentReportIntegrityCommandInput, options?: __HttpHandlerOptions): Promise<ValidateAssessmentReportIntegrityCommandOutput>;
|
|
308
|
+
validateAssessmentReportIntegrity(args: ValidateAssessmentReportIntegrityCommandInput, cb: (err: any, data?: ValidateAssessmentReportIntegrityCommandOutput) => void): void;
|
|
309
|
+
validateAssessmentReportIntegrity(args: ValidateAssessmentReportIntegrityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateAssessmentReportIntegrityCommandOutput) => void): void;
|
|
310
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
10
|
+
import { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
11
|
+
import { BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput } from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
12
|
+
import { BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput } from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
13
|
+
import { BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
14
|
+
import { BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput } from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
15
|
+
import { CreateAssessmentCommandInput, CreateAssessmentCommandOutput } from "./commands/CreateAssessmentCommand";
|
|
16
|
+
import { CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput } from "./commands/CreateAssessmentFrameworkCommand";
|
|
17
|
+
import { CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput } from "./commands/CreateAssessmentReportCommand";
|
|
18
|
+
import { CreateControlCommandInput, CreateControlCommandOutput } from "./commands/CreateControlCommand";
|
|
19
|
+
import { DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput } from "./commands/DeleteAssessmentCommand";
|
|
20
|
+
import { DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput } from "./commands/DeleteAssessmentFrameworkCommand";
|
|
21
|
+
import { DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput } from "./commands/DeleteAssessmentFrameworkShareCommand";
|
|
22
|
+
import { DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput } from "./commands/DeleteAssessmentReportCommand";
|
|
23
|
+
import { DeleteControlCommandInput, DeleteControlCommandOutput } from "./commands/DeleteControlCommand";
|
|
24
|
+
import { DeregisterAccountCommandInput, DeregisterAccountCommandOutput } from "./commands/DeregisterAccountCommand";
|
|
25
|
+
import { DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput } from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
26
|
+
import { DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
27
|
+
import { GetAccountStatusCommandInput, GetAccountStatusCommandOutput } from "./commands/GetAccountStatusCommand";
|
|
28
|
+
import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
29
|
+
import { GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput } from "./commands/GetAssessmentFrameworkCommand";
|
|
30
|
+
import { GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput } from "./commands/GetAssessmentReportUrlCommand";
|
|
31
|
+
import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "./commands/GetChangeLogsCommand";
|
|
32
|
+
import { GetControlCommandInput, GetControlCommandOutput } from "./commands/GetControlCommand";
|
|
33
|
+
import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "./commands/GetDelegationsCommand";
|
|
34
|
+
import { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
35
|
+
import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/GetEvidenceCommand";
|
|
36
|
+
import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
|
|
37
|
+
import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
38
|
+
import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
39
|
+
import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
|
|
40
|
+
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
41
|
+
import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
|
|
42
|
+
import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
|
|
43
|
+
import { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
|
|
44
|
+
import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
45
|
+
import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
|
|
46
|
+
import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
47
|
+
import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
|
|
48
|
+
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
|
|
49
|
+
import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
|
|
50
|
+
import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
|
|
51
|
+
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
|
|
52
|
+
import { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
|
|
53
|
+
import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
|
|
54
|
+
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
55
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
56
|
+
import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
57
|
+
import { RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput } from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
58
|
+
import { StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput } from "./commands/StartAssessmentFrameworkShareCommand";
|
|
59
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
60
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
61
|
+
import { UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput } from "./commands/UpdateAssessmentCommand";
|
|
62
|
+
import { UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput } from "./commands/UpdateAssessmentControlCommand";
|
|
63
|
+
import { UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput } from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
64
|
+
import { UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput } from "./commands/UpdateAssessmentFrameworkCommand";
|
|
65
|
+
import { UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput } from "./commands/UpdateAssessmentFrameworkShareCommand";
|
|
66
|
+
import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput } from "./commands/UpdateAssessmentStatusCommand";
|
|
67
|
+
import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
68
|
+
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
69
|
+
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
70
|
+
export declare type ServiceInputTypes = AssociateAssessmentReportEvidenceFolderCommandInput | BatchAssociateAssessmentReportEvidenceCommandInput | BatchCreateDelegationByAssessmentCommandInput | BatchDeleteDelegationByAssessmentCommandInput | BatchDisassociateAssessmentReportEvidenceCommandInput | BatchImportEvidenceToAssessmentControlCommandInput | CreateAssessmentCommandInput | CreateAssessmentFrameworkCommandInput | CreateAssessmentReportCommandInput | CreateControlCommandInput | DeleteAssessmentCommandInput | DeleteAssessmentFrameworkCommandInput | DeleteAssessmentFrameworkShareCommandInput | DeleteAssessmentReportCommandInput | DeleteControlCommandInput | DeregisterAccountCommandInput | DeregisterOrganizationAdminAccountCommandInput | DisassociateAssessmentReportEvidenceFolderCommandInput | GetAccountStatusCommandInput | GetAssessmentCommandInput | GetAssessmentFrameworkCommandInput | GetAssessmentReportUrlCommandInput | GetChangeLogsCommandInput | GetControlCommandInput | GetDelegationsCommandInput | GetEvidenceByEvidenceFolderCommandInput | GetEvidenceCommandInput | GetEvidenceFolderCommandInput | GetEvidenceFoldersByAssessmentCommandInput | GetEvidenceFoldersByAssessmentControlCommandInput | GetInsightsByAssessmentCommandInput | GetInsightsCommandInput | GetOrganizationAdminAccountCommandInput | GetServicesInScopeCommandInput | GetSettingsCommandInput | ListAssessmentControlInsightsByControlDomainCommandInput | ListAssessmentFrameworkShareRequestsCommandInput | ListAssessmentFrameworksCommandInput | ListAssessmentReportsCommandInput | ListAssessmentsCommandInput | ListControlDomainInsightsByAssessmentCommandInput | ListControlDomainInsightsCommandInput | ListControlInsightsByControlDomainCommandInput | ListControlsCommandInput | ListKeywordsForDataSourceCommandInput | ListNotificationsCommandInput | ListTagsForResourceCommandInput | RegisterAccountCommandInput | RegisterOrganizationAdminAccountCommandInput | StartAssessmentFrameworkShareCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssessmentCommandInput | UpdateAssessmentControlCommandInput | UpdateAssessmentControlSetStatusCommandInput | UpdateAssessmentFrameworkCommandInput | UpdateAssessmentFrameworkShareCommandInput | UpdateAssessmentStatusCommandInput | UpdateControlCommandInput | UpdateSettingsCommandInput | ValidateAssessmentReportIntegrityCommandInput;
|
|
71
|
+
export declare type ServiceOutputTypes = AssociateAssessmentReportEvidenceFolderCommandOutput | BatchAssociateAssessmentReportEvidenceCommandOutput | BatchCreateDelegationByAssessmentCommandOutput | BatchDeleteDelegationByAssessmentCommandOutput | BatchDisassociateAssessmentReportEvidenceCommandOutput | BatchImportEvidenceToAssessmentControlCommandOutput | CreateAssessmentCommandOutput | CreateAssessmentFrameworkCommandOutput | CreateAssessmentReportCommandOutput | CreateControlCommandOutput | DeleteAssessmentCommandOutput | DeleteAssessmentFrameworkCommandOutput | DeleteAssessmentFrameworkShareCommandOutput | DeleteAssessmentReportCommandOutput | DeleteControlCommandOutput | DeregisterAccountCommandOutput | DeregisterOrganizationAdminAccountCommandOutput | DisassociateAssessmentReportEvidenceFolderCommandOutput | GetAccountStatusCommandOutput | GetAssessmentCommandOutput | GetAssessmentFrameworkCommandOutput | GetAssessmentReportUrlCommandOutput | GetChangeLogsCommandOutput | GetControlCommandOutput | GetDelegationsCommandOutput | GetEvidenceByEvidenceFolderCommandOutput | GetEvidenceCommandOutput | GetEvidenceFolderCommandOutput | GetEvidenceFoldersByAssessmentCommandOutput | GetEvidenceFoldersByAssessmentControlCommandOutput | GetInsightsByAssessmentCommandOutput | GetInsightsCommandOutput | GetOrganizationAdminAccountCommandOutput | GetServicesInScopeCommandOutput | GetSettingsCommandOutput | ListAssessmentControlInsightsByControlDomainCommandOutput | ListAssessmentFrameworkShareRequestsCommandOutput | ListAssessmentFrameworksCommandOutput | ListAssessmentReportsCommandOutput | ListAssessmentsCommandOutput | ListControlDomainInsightsByAssessmentCommandOutput | ListControlDomainInsightsCommandOutput | ListControlInsightsByControlDomainCommandOutput | ListControlsCommandOutput | ListKeywordsForDataSourceCommandOutput | ListNotificationsCommandOutput | ListTagsForResourceCommandOutput | RegisterAccountCommandOutput | RegisterOrganizationAdminAccountCommandOutput | StartAssessmentFrameworkShareCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssessmentCommandOutput | UpdateAssessmentControlCommandOutput | UpdateAssessmentControlSetStatusCommandOutput | UpdateAssessmentFrameworkCommandOutput | UpdateAssessmentFrameworkShareCommandOutput | UpdateAssessmentStatusCommandOutput | UpdateControlCommandOutput | UpdateSettingsCommandOutput | ValidateAssessmentReportIntegrityCommandOutput;
|
|
72
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
73
|
+
|
|
74
|
+
requestHandler?: __HttpHandler;
|
|
75
|
+
|
|
76
|
+
sha256?: __HashConstructor;
|
|
77
|
+
|
|
78
|
+
urlParser?: __UrlParser;
|
|
79
|
+
|
|
80
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
81
|
+
|
|
82
|
+
streamCollector?: __StreamCollector;
|
|
83
|
+
|
|
84
|
+
base64Decoder?: __Decoder;
|
|
85
|
+
|
|
86
|
+
base64Encoder?: __Encoder;
|
|
87
|
+
|
|
88
|
+
utf8Decoder?: __Decoder;
|
|
89
|
+
|
|
90
|
+
utf8Encoder?: __Encoder;
|
|
91
|
+
|
|
92
|
+
runtime?: string;
|
|
93
|
+
|
|
94
|
+
disableHostPrefix?: boolean;
|
|
95
|
+
|
|
96
|
+
maxAttempts?: number | __Provider<number>;
|
|
97
|
+
|
|
98
|
+
retryMode?: string | __Provider<string>;
|
|
99
|
+
|
|
100
|
+
logger?: __Logger;
|
|
101
|
+
|
|
102
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
103
|
+
|
|
104
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
105
|
+
|
|
106
|
+
serviceId?: string;
|
|
107
|
+
|
|
108
|
+
region?: string | __Provider<string>;
|
|
109
|
+
|
|
110
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
111
|
+
|
|
112
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
113
|
+
|
|
114
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
115
|
+
|
|
116
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
117
|
+
}
|
|
118
|
+
declare type AuditManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
119
|
+
|
|
120
|
+
export interface AuditManagerClientConfig extends AuditManagerClientConfigType {
|
|
121
|
+
}
|
|
122
|
+
declare type AuditManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
123
|
+
|
|
124
|
+
export interface AuditManagerClientResolvedConfig extends AuditManagerClientResolvedConfigType {
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export declare class AuditManagerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AuditManagerClientResolvedConfig> {
|
|
128
|
+
|
|
129
|
+
readonly config: AuditManagerClientResolvedConfig;
|
|
130
|
+
constructor(configuration: AuditManagerClientConfig);
|
|
131
|
+
|
|
132
|
+
destroy(): void;
|
|
133
|
+
}
|
|
134
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
4
|
+
import { AssociateAssessmentReportEvidenceFolderRequest, AssociateAssessmentReportEvidenceFolderResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateAssessmentReportEvidenceFolderCommandInput extends AssociateAssessmentReportEvidenceFolderRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends AssociateAssessmentReportEvidenceFolderResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AssociateAssessmentReportEvidenceFolderCommand extends $Command<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociateAssessmentReportEvidenceFolderCommandInput;
|
|
12
|
+
constructor(input: AssociateAssessmentReportEvidenceFolderCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|