@aws-sdk/client-auditmanager 3.590.0 → 3.593.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/dist-cjs/index.js +27 -63
- package/dist-es/models/models_0.js +19 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -1
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -1
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -1
- package/dist-types/commands/CreateAssessmentCommand.d.ts +5 -1
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +5 -3
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +2 -1
- package/dist-types/commands/CreateControlCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteControlCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterAccountCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +5 -3
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +2 -1
- package/dist-types/commands/GetChangeLogsCommand.d.ts +2 -1
- package/dist-types/commands/GetControlCommand.d.ts +5 -3
- package/dist-types/commands/GetDelegationsCommand.d.ts +2 -1
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/commands/GetEvidenceCommand.d.ts +2 -1
- package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +2 -1
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -1
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +2 -1
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +14 -4
- package/dist-types/commands/GetSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -1
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +2 -1
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssessmentsCommand.d.ts +2 -1
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +8 -1
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +8 -1
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -1
- package/dist-types/commands/ListControlsCommand.d.ts +4 -2
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +4 -3
- package/dist-types/commands/ListNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +5 -1
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +5 -3
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateControlCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/AuditManagerServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +151 -17
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +20 -1
- package/package.json +6 -6
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateAssessmentStatusRequest,
|
|
10
10
|
UpdateAssessmentStatusResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateAssessmentStatusCommandInput
|
|
14
15
|
extends UpdateAssessmentStatusRequest {}
|
|
15
16
|
export interface UpdateAssessmentStatusCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateControlRequest,
|
|
10
10
|
UpdateControlResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateControlCommandInput extends UpdateControlRequest {}
|
|
14
15
|
export interface UpdateControlCommandOutput
|
|
15
16
|
extends UpdateControlResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateSettingsRequest,
|
|
10
10
|
UpdateSettingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateSettingsCommandInput extends UpdateSettingsRequest {}
|
|
14
15
|
export interface UpdateSettingsCommandOutput
|
|
15
16
|
extends UpdateSettingsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ValidateAssessmentReportIntegrityRequest,
|
|
10
10
|
ValidateAssessmentReportIntegrityResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ValidateAssessmentReportIntegrityCommandInput
|
|
14
15
|
extends ValidateAssessmentReportIntegrityRequest {}
|
|
15
16
|
export interface ValidateAssessmentReportIntegrityCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class AuditManagerServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -448,6 +448,8 @@ export declare const SourceType: {
|
|
|
448
448
|
readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
|
|
449
449
|
readonly AWS_CONFIG: "AWS_Config";
|
|
450
450
|
readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
|
|
451
|
+
readonly COMMON_CONTROL: "Common_Control";
|
|
452
|
+
readonly CORE_CONTROL: "Core_Control";
|
|
451
453
|
readonly MANUAL: "MANUAL";
|
|
452
454
|
};
|
|
453
455
|
export type SourceType = (typeof SourceType)[keyof typeof SourceType];
|
|
@@ -461,7 +463,13 @@ export interface ControlMappingSource {
|
|
|
461
463
|
sourceFrequency?: SourceFrequency;
|
|
462
464
|
troubleshootingText?: string;
|
|
463
465
|
}
|
|
466
|
+
export declare const ControlState: {
|
|
467
|
+
readonly ACTIVE: "ACTIVE";
|
|
468
|
+
readonly END_OF_SUPPORT: "END_OF_SUPPORT";
|
|
469
|
+
};
|
|
470
|
+
export type ControlState = (typeof ControlState)[keyof typeof ControlState];
|
|
464
471
|
export declare const ControlType: {
|
|
472
|
+
readonly CORE: "Core";
|
|
465
473
|
readonly CUSTOM: "Custom";
|
|
466
474
|
readonly STANDARD: "Standard";
|
|
467
475
|
};
|
|
@@ -482,6 +490,7 @@ export interface Control {
|
|
|
482
490
|
createdBy?: string;
|
|
483
491
|
lastUpdatedBy?: string;
|
|
484
492
|
tags?: Record<string, string>;
|
|
493
|
+
state?: ControlState;
|
|
485
494
|
}
|
|
486
495
|
export interface ControlSet {
|
|
487
496
|
id?: string;
|
|
@@ -943,6 +952,7 @@ export interface ListControlsRequest {
|
|
|
943
952
|
controlType: ControlType | undefined;
|
|
944
953
|
nextToken?: string;
|
|
945
954
|
maxResults?: number;
|
|
955
|
+
controlCatalogId?: string;
|
|
946
956
|
}
|
|
947
957
|
export interface ControlMetadata {
|
|
948
958
|
arn?: string;
|
|
@@ -956,8 +966,17 @@ export interface ListControlsResponse {
|
|
|
956
966
|
controlMetadataList?: ControlMetadata[];
|
|
957
967
|
nextToken?: string;
|
|
958
968
|
}
|
|
969
|
+
export declare const DataSourceType: {
|
|
970
|
+
readonly AWS_API_CALL: "AWS_API_Call";
|
|
971
|
+
readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
|
|
972
|
+
readonly AWS_CONFIG: "AWS_Config";
|
|
973
|
+
readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
|
|
974
|
+
readonly MANUAL: "MANUAL";
|
|
975
|
+
};
|
|
976
|
+
export type DataSourceType =
|
|
977
|
+
(typeof DataSourceType)[keyof typeof DataSourceType];
|
|
959
978
|
export interface ListKeywordsForDataSourceRequest {
|
|
960
|
-
source:
|
|
979
|
+
source: DataSourceType | undefined;
|
|
961
980
|
nextToken?: string;
|
|
962
981
|
maxResults?: number;
|
|
963
982
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.593.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auditmanager",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|