@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
|
@@ -5,7 +5,8 @@ import { CreateAssessmentRequest, CreateAssessmentResponse } from "../models/mod
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -215,6 +216,9 @@ declare const CreateAssessmentCommand_base: {
|
|
|
215
216
|
* the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
|
|
216
217
|
* restrictions for Audit Manager</a>.</p>
|
|
217
218
|
*
|
|
219
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
220
|
+
* <p>The request was denied due to request throttling.</p>
|
|
221
|
+
*
|
|
218
222
|
* @throws {@link ValidationException} (client fault)
|
|
219
223
|
* <p> The request has invalid or missing parameters. </p>
|
|
220
224
|
*
|
|
@@ -5,7 +5,8 @@ import { CreateAssessmentFrameworkRequest, CreateAssessmentFrameworkResponse } f
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -71,7 +72,7 @@ declare const CreateAssessmentFrameworkCommand_base: {
|
|
|
71
72
|
* // { // Control
|
|
72
73
|
* // arn: "STRING_VALUE",
|
|
73
74
|
* // id: "STRING_VALUE",
|
|
74
|
-
* // type: "Standard" || "Custom",
|
|
75
|
+
* // type: "Standard" || "Custom" || "Core",
|
|
75
76
|
* // name: "STRING_VALUE",
|
|
76
77
|
* // description: "STRING_VALUE",
|
|
77
78
|
* // testingInformation: "STRING_VALUE",
|
|
@@ -84,7 +85,7 @@ declare const CreateAssessmentFrameworkCommand_base: {
|
|
|
84
85
|
* // sourceName: "STRING_VALUE",
|
|
85
86
|
* // sourceDescription: "STRING_VALUE",
|
|
86
87
|
* // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
|
|
87
|
-
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
|
|
88
|
+
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
|
|
88
89
|
* // sourceKeyword: { // SourceKeyword
|
|
89
90
|
* // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
|
|
90
91
|
* // keywordValue: "STRING_VALUE",
|
|
@@ -100,6 +101,7 @@ declare const CreateAssessmentFrameworkCommand_base: {
|
|
|
100
101
|
* // tags: { // TagMap
|
|
101
102
|
* // "<keys>": "STRING_VALUE",
|
|
102
103
|
* // },
|
|
104
|
+
* // state: "ACTIVE" || "END_OF_SUPPORT",
|
|
103
105
|
* // },
|
|
104
106
|
* // ],
|
|
105
107
|
* // },
|
|
@@ -5,7 +5,8 @@ import { CreateControlRequest, CreateControlResponse } from "../models/models_0"
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -44,7 +45,7 @@ declare const CreateControlCommand_base: {
|
|
|
44
45
|
* sourceName: "STRING_VALUE",
|
|
45
46
|
* sourceDescription: "STRING_VALUE",
|
|
46
47
|
* sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
|
|
47
|
-
* sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
|
|
48
|
+
* sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
|
|
48
49
|
* sourceKeyword: { // SourceKeyword
|
|
49
50
|
* keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
|
|
50
51
|
* keywordValue: "STRING_VALUE",
|
|
@@ -63,7 +64,7 @@ declare const CreateControlCommand_base: {
|
|
|
63
64
|
* // control: { // Control
|
|
64
65
|
* // arn: "STRING_VALUE",
|
|
65
66
|
* // id: "STRING_VALUE",
|
|
66
|
-
* // type: "Standard" || "Custom",
|
|
67
|
+
* // type: "Standard" || "Custom" || "Core",
|
|
67
68
|
* // name: "STRING_VALUE",
|
|
68
69
|
* // description: "STRING_VALUE",
|
|
69
70
|
* // testingInformation: "STRING_VALUE",
|
|
@@ -76,7 +77,7 @@ declare const CreateControlCommand_base: {
|
|
|
76
77
|
* // sourceName: "STRING_VALUE",
|
|
77
78
|
* // sourceDescription: "STRING_VALUE",
|
|
78
79
|
* // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
|
|
79
|
-
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
|
|
80
|
+
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
|
|
80
81
|
* // sourceKeyword: { // SourceKeyword
|
|
81
82
|
* // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
|
|
82
83
|
* // keywordValue: "STRING_VALUE",
|
|
@@ -92,6 +93,7 @@ declare const CreateControlCommand_base: {
|
|
|
92
93
|
* // tags: { // TagMap
|
|
93
94
|
* // "<keys>": "STRING_VALUE",
|
|
94
95
|
* // },
|
|
96
|
+
* // state: "ACTIVE" || "END_OF_SUPPORT",
|
|
95
97
|
* // },
|
|
96
98
|
* // };
|
|
97
99
|
*
|
|
@@ -5,7 +5,8 @@ import { GetAssessmentFrameworkRequest, GetAssessmentFrameworkResponse } from ".
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -56,7 +57,7 @@ declare const GetAssessmentFrameworkCommand_base: {
|
|
|
56
57
|
* // { // Control
|
|
57
58
|
* // arn: "STRING_VALUE",
|
|
58
59
|
* // id: "STRING_VALUE",
|
|
59
|
-
* // type: "Standard" || "Custom",
|
|
60
|
+
* // type: "Standard" || "Custom" || "Core",
|
|
60
61
|
* // name: "STRING_VALUE",
|
|
61
62
|
* // description: "STRING_VALUE",
|
|
62
63
|
* // testingInformation: "STRING_VALUE",
|
|
@@ -69,7 +70,7 @@ declare const GetAssessmentFrameworkCommand_base: {
|
|
|
69
70
|
* // sourceName: "STRING_VALUE",
|
|
70
71
|
* // sourceDescription: "STRING_VALUE",
|
|
71
72
|
* // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
|
|
72
|
-
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
|
|
73
|
+
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
|
|
73
74
|
* // sourceKeyword: { // SourceKeyword
|
|
74
75
|
* // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
|
|
75
76
|
* // keywordValue: "STRING_VALUE",
|
|
@@ -85,6 +86,7 @@ declare const GetAssessmentFrameworkCommand_base: {
|
|
|
85
86
|
* // tags: { // TagMap
|
|
86
87
|
* // "<keys>": "STRING_VALUE",
|
|
87
88
|
* // },
|
|
89
|
+
* // state: "ACTIVE" || "END_OF_SUPPORT",
|
|
88
90
|
* // },
|
|
89
91
|
* // ],
|
|
90
92
|
* // },
|
|
@@ -5,7 +5,8 @@ import { GetControlRequest, GetControlResponse } from "../models/models_0";
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -42,7 +43,7 @@ declare const GetControlCommand_base: {
|
|
|
42
43
|
* // control: { // Control
|
|
43
44
|
* // arn: "STRING_VALUE",
|
|
44
45
|
* // id: "STRING_VALUE",
|
|
45
|
-
* // type: "Standard" || "Custom",
|
|
46
|
+
* // type: "Standard" || "Custom" || "Core",
|
|
46
47
|
* // name: "STRING_VALUE",
|
|
47
48
|
* // description: "STRING_VALUE",
|
|
48
49
|
* // testingInformation: "STRING_VALUE",
|
|
@@ -55,7 +56,7 @@ declare const GetControlCommand_base: {
|
|
|
55
56
|
* // sourceName: "STRING_VALUE",
|
|
56
57
|
* // sourceDescription: "STRING_VALUE",
|
|
57
58
|
* // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
|
|
58
|
-
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
|
|
59
|
+
* // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL" || "Common_Control" || "Core_Control",
|
|
59
60
|
* // sourceKeyword: { // SourceKeyword
|
|
60
61
|
* // keywordInputType: "SELECT_FROM_LIST" || "UPLOAD_FILE" || "INPUT_TEXT",
|
|
61
62
|
* // keywordValue: "STRING_VALUE",
|
|
@@ -71,6 +72,7 @@ declare const GetControlCommand_base: {
|
|
|
71
72
|
* // tags: { // TagMap
|
|
72
73
|
* // "<keys>": "STRING_VALUE",
|
|
73
74
|
* // },
|
|
75
|
+
* // state: "ACTIVE" || "END_OF_SUPPORT",
|
|
74
76
|
* // },
|
|
75
77
|
* // };
|
|
76
78
|
*
|
|
@@ -5,7 +5,8 @@ import { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../models
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -26,9 +27,18 @@ declare const GetServicesInScopeCommand_base: {
|
|
|
26
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
|
-
* <p>Gets a list of
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* <p>Gets a list of the Amazon Web Services from which Audit Manager can collect
|
|
31
|
+
* evidence. </p>
|
|
32
|
+
* <p>Audit Manager defines which Amazon Web Services are in scope for an
|
|
33
|
+
* assessment. Audit Manager infers this scope by examining the assessment’s controls and
|
|
34
|
+
* their data sources, and then mapping this information to one or more of the corresponding
|
|
35
|
+
* Amazon Web Services that are in this list.</p>
|
|
36
|
+
* <note>
|
|
37
|
+
* <p>For information about why it's no longer possible to specify services in scope manually, see
|
|
38
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/evidence-collection-issues.html#unable-to-edit-services">I can't edit the services in scope for my assessment</a> in
|
|
39
|
+
* the <i>Troubleshooting</i> section of the Audit Manager user
|
|
40
|
+
* guide.</p>
|
|
41
|
+
* </note>
|
|
32
42
|
* @example
|
|
33
43
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
44
|
* ```javascript
|
|
@@ -5,7 +5,8 @@ import { ListControlDomainInsightsByAssessmentRequest, ListControlDomainInsights
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -27,6 +28,12 @@ declare const ListControlDomainInsightsByAssessmentCommand_base: {
|
|
|
27
28
|
};
|
|
28
29
|
/**
|
|
29
30
|
* <p>Lists analytics data for control domains within a specified active assessment.</p>
|
|
31
|
+
* <p>Audit Manager supports the control domains that are provided by Amazon Web Services
|
|
32
|
+
* Control Catalog. For information about how to find a list of available control domains, see
|
|
33
|
+
* <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
|
|
34
|
+
* <code>ListDomains</code>
|
|
35
|
+
* </a> in the Amazon Web Services Control
|
|
36
|
+
* Catalog API Reference.</p>
|
|
30
37
|
* <note>
|
|
31
38
|
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
32
39
|
* collected evidence on the <code>lastUpdated</code> date of
|
|
@@ -5,7 +5,8 @@ import { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } f
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -28,6 +29,12 @@ declare const ListControlDomainInsightsCommand_base: {
|
|
|
28
29
|
/**
|
|
29
30
|
* <p>Lists the latest analytics data for control domains across all of your active
|
|
30
31
|
* assessments. </p>
|
|
32
|
+
* <p>Audit Manager supports the control domains that are provided by Amazon Web Services
|
|
33
|
+
* Control Catalog. For information about how to find a list of available control domains, see
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html">
|
|
35
|
+
* <code>ListDomains</code>
|
|
36
|
+
* </a> in the Amazon Web Services Control
|
|
37
|
+
* Catalog API Reference.</p>
|
|
31
38
|
* <note>
|
|
32
39
|
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
33
40
|
* collected evidence on the <code>lastUpdated</code> date of
|