@aws-sdk/client-auditmanager 3.39.0 → 3.43.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 +41 -0
- package/dist-cjs/AuditManager.js +90 -0
- package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +36 -0
- package/dist-cjs/commands/GetInsightsCommand.js +36 -0
- package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +36 -0
- package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +36 -0
- package/dist-cjs/commands/ListControlDomainInsightsCommand.js +36 -0
- package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +36 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/models/models_0.js +110 -2
- package/dist-cjs/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +35 -0
- package/dist-cjs/pagination/ListControlDomainInsightsByAssessmentPaginator.js +35 -0
- package/dist-cjs/pagination/ListControlDomainInsightsPaginator.js +35 -0
- package/dist-cjs/pagination/ListControlInsightsByControlDomainPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +753 -86
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/AuditManager.js +90 -0
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +39 -0
- package/dist-es/commands/GetInsightsCommand.js +39 -0
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +39 -0
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +39 -0
- package/dist-es/commands/ListControlDomainInsightsCommand.js +39 -0
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +39 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoints.js +74 -5
- package/dist-es/models/models_0.js +72 -0
- package/dist-es/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +74 -0
- package/dist-es/pagination/ListControlDomainInsightsByAssessmentPaginator.js +74 -0
- package/dist-es/pagination/ListControlDomainInsightsPaginator.js +74 -0
- package/dist-es/pagination/ListControlInsightsByControlDomainPaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +798 -34
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/AuditManager.d.ts +69 -2
- package/dist-types/AuditManagerClient.d.ts +16 -2
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +1 -1
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +1 -1
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateControlCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteControlCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterAccountCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetAssessmentCommand.d.ts +2 -2
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +2 -2
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetChangeLogsCommand.d.ts +1 -1
- package/dist-types/commands/GetControlCommand.d.ts +1 -1
- package/dist-types/commands/GetDelegationsCommand.d.ts +1 -1
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +1 -1
- package/dist-types/commands/GetEvidenceCommand.d.ts +1 -1
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +1 -1
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +35 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +35 -0
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +1 -1
- package/dist-types/commands/GetSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +42 -0
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssessmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +40 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +41 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +42 -0
- package/dist-types/commands/ListControlsCommand.d.ts +1 -1
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/ListNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterAccountCommand.d.ts +1 -1
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateControlCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +521 -30
- package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
- package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/AuditManager.d.ts +30 -0
- package/dist-types/ts3.4/AuditManagerClient.d.ts +12 -2
- 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/ListAssessmentControlInsightsByControlDomainCommand.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/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +224 -0
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.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/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -0,0 +1,35 @@
|
|
|
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 { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } from "../models/models_0";
|
|
5
|
+
export interface GetInsightsByAssessmentCommandInput extends GetInsightsByAssessmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAssessmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets the latest analytics data for a specific active assessment. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AuditManagerClient, GetInsightsByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
15
|
+
* // const { AuditManagerClient, GetInsightsByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
16
|
+
* const client = new AuditManagerClient(config);
|
|
17
|
+
* const command = new GetInsightsByAssessmentCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetInsightsByAssessmentCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetInsightsByAssessmentCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetInsightsByAssessmentCommand extends $Command<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: GetInsightsByAssessmentCommandInput;
|
|
28
|
+
constructor(input: GetInsightsByAssessmentCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { GetInsightsRequest, GetInsightsResponse } from "../models/models_0";
|
|
5
|
+
export interface GetInsightsCommandInput extends GetInsightsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetInsightsCommandOutput extends GetInsightsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets the latest analytics data for all your current active assessments. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { AuditManagerClient, GetInsightsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
15
|
+
* // const { AuditManagerClient, GetInsightsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
16
|
+
* const client = new AuditManagerClient(config);
|
|
17
|
+
* const command = new GetInsightsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetInsightsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetInsightsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetInsightsCommand extends $Command<GetInsightsCommandInput, GetInsightsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
27
|
+
readonly input: GetInsightsCommandInput;
|
|
28
|
+
constructor(input: GetInsightsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsCommandInput, GetInsightsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -21,7 +21,7 @@ export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizatio
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetOrganizationAdminAccountCommand extends $Command<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetServicesInScopeCommandOutput extends GetServicesInScopeRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetServicesInScopeCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetServicesInScopeCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetServicesInScopeCommand extends $Command<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSettingsCommandOutput extends GetSettingsResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSettingsCommand extends $Command<GetSettingsCommandInput, GetSettingsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { ListAssessmentControlInsightsByControlDomainRequest, ListAssessmentControlInsightsByControlDomainResponse } from "../models/models_0";
|
|
5
|
+
export interface ListAssessmentControlInsightsByControlDomainCommandInput extends ListAssessmentControlInsightsByControlDomainRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAssessmentControlInsightsByControlDomainCommandOutput extends ListAssessmentControlInsightsByControlDomainResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the latest analytics data for controls within a specific control domain and a
|
|
11
|
+
* specific active assessment.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Control insights are listed only if the control belongs to the control domain and assessment
|
|
14
|
+
* that was specified. Moreover, the control must have collected evidence on the
|
|
15
|
+
* <code>lastUpdated</code> date of <code>controlInsightsByAssessment</code>. If neither
|
|
16
|
+
* of these conditions are met, no data is listed for that control. </p>
|
|
17
|
+
* </note>
|
|
18
|
+
* @example
|
|
19
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
+
* ```javascript
|
|
21
|
+
* import { AuditManagerClient, ListAssessmentControlInsightsByControlDomainCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
22
|
+
* // const { AuditManagerClient, ListAssessmentControlInsightsByControlDomainCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
23
|
+
* const client = new AuditManagerClient(config);
|
|
24
|
+
* const command = new ListAssessmentControlInsightsByControlDomainCommand(input);
|
|
25
|
+
* const response = await client.send(command);
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* @see {@link ListAssessmentControlInsightsByControlDomainCommandInput} for command's `input` shape.
|
|
29
|
+
* @see {@link ListAssessmentControlInsightsByControlDomainCommandOutput} for command's `response` shape.
|
|
30
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
export declare class ListAssessmentControlInsightsByControlDomainCommand extends $Command<ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
|
+
readonly input: ListAssessmentControlInsightsByControlDomainCommandInput;
|
|
35
|
+
constructor(input: ListAssessmentControlInsightsByControlDomainCommandInput);
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface ListAssessmentFrameworkShareRequestsCommandOutput extends ListA
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAssessmentFrameworkShareRequestsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAssessmentFrameworkShareRequestsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAssessmentFrameworkShareRequestsCommand extends $Command<ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListAssessmentFrameworksCommandOutput extends ListAssessmentFra
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListAssessmentFrameworksCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListAssessmentFrameworksCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListAssessmentFrameworksCommand extends $Command<ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAssessmentReportsCommandOutput extends ListAssessmentReport
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAssessmentReportsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAssessmentReportsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAssessmentReportsCommand extends $Command<ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAssessmentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAssessmentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAssessmentsCommand extends $Command<ListAssessmentsCommandInput, ListAssessmentsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { ListControlDomainInsightsByAssessmentRequest, ListControlDomainInsightsByAssessmentResponse } from "../models/models_0";
|
|
5
|
+
export interface ListControlDomainInsightsByAssessmentCommandInput extends ListControlDomainInsightsByAssessmentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListControlDomainInsightsByAssessmentCommandOutput extends ListControlDomainInsightsByAssessmentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists analytics data for control domains within a specified active assessment.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>A control domain is listed only if at least one of the controls within that domain collected
|
|
13
|
+
* evidence on the <code>lastUpdated</code> date of <code>controlDomainInsights</code>. If
|
|
14
|
+
* this condition isn’t met, no data is listed for that domain.</p>
|
|
15
|
+
* </note>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { AuditManagerClient, ListControlDomainInsightsByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
20
|
+
* // const { AuditManagerClient, ListControlDomainInsightsByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
21
|
+
* const client = new AuditManagerClient(config);
|
|
22
|
+
* const command = new ListControlDomainInsightsByAssessmentCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link ListControlDomainInsightsByAssessmentCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link ListControlDomainInsightsByAssessmentCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class ListControlDomainInsightsByAssessmentCommand extends $Command<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
32
|
+
readonly input: ListControlDomainInsightsByAssessmentCommandInput;
|
|
33
|
+
constructor(input: ListControlDomainInsightsByAssessmentCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListControlDomainInsightsCommandInput extends ListControlDomainInsightsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListControlDomainInsightsCommandOutput extends ListControlDomainInsightsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the latest analytics data for control domains across all of your active
|
|
11
|
+
* assessments. </p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>A control domain is listed only if at least one of the controls within that domain collected
|
|
14
|
+
* evidence on the <code>lastUpdated</code> date of <code>controlDomainInsights</code>. If
|
|
15
|
+
* this condition isn’t met, no data is listed for that control domain.</p>
|
|
16
|
+
* </note>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { AuditManagerClient, ListControlDomainInsightsCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
21
|
+
* // const { AuditManagerClient, ListControlDomainInsightsCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
22
|
+
* const client = new AuditManagerClient(config);
|
|
23
|
+
* const command = new ListControlDomainInsightsCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link ListControlDomainInsightsCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link ListControlDomainInsightsCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class ListControlDomainInsightsCommand extends $Command<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
33
|
+
readonly input: ListControlDomainInsightsCommandInput;
|
|
34
|
+
constructor(input: ListControlDomainInsightsCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 { ListControlInsightsByControlDomainRequest, ListControlInsightsByControlDomainResponse } from "../models/models_0";
|
|
5
|
+
export interface ListControlInsightsByControlDomainCommandInput extends ListControlInsightsByControlDomainRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListControlInsightsByControlDomainCommandOutput extends ListControlInsightsByControlDomainResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the latest analytics data for controls within a specific control domain across all
|
|
11
|
+
* active assessments.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Control insights are listed only if the control belongs to the control domain that was
|
|
14
|
+
* specified and the control collected evidence on the <code>lastUpdated</code> date of
|
|
15
|
+
* <code>controlInsightsMetadata</code>. If neither of these conditions are met, no data
|
|
16
|
+
* is listed for that control. </p>
|
|
17
|
+
* </note>
|
|
18
|
+
* @example
|
|
19
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
+
* ```javascript
|
|
21
|
+
* import { AuditManagerClient, ListControlInsightsByControlDomainCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
22
|
+
* // const { AuditManagerClient, ListControlInsightsByControlDomainCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
23
|
+
* const client = new AuditManagerClient(config);
|
|
24
|
+
* const command = new ListControlInsightsByControlDomainCommand(input);
|
|
25
|
+
* const response = await client.send(command);
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* @see {@link ListControlInsightsByControlDomainCommandInput} for command's `input` shape.
|
|
29
|
+
* @see {@link ListControlInsightsByControlDomainCommandOutput} for command's `response` shape.
|
|
30
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
export declare class ListControlInsightsByControlDomainCommand extends $Command<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
|
+
readonly input: ListControlInsightsByControlDomainCommandInput;
|
|
35
|
+
constructor(input: ListControlInsightsByControlDomainCommandInput);
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface ListControlsCommandOutput extends ListControlsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListControlsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListControlsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListControlsCommand extends $Command<ListControlsCommandInput, ListControlsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListKeywordsForDataSourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListKeywordsForDataSourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListKeywordsForDataSourceCommand extends $Command<ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListNotificationsCommandOutput extends ListNotificationsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListNotificationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListNotificationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RegisterAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RegisterAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RegisterAccountCommand extends $Command<RegisterAccountCommandInput, RegisterAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RegisterOrganizationAdminAccountCommandOutput extends RegisterO
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RegisterOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RegisterOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RegisterOrganizationAdminAccountCommand extends $Command<RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link StartAssessmentFrameworkShareCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link StartAssessmentFrameworkShareCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class StartAssessmentFrameworkShareCommand extends $Command<StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAssessmentCommandOutput extends UpdateAssessmentResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAssessmentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAssessmentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAssessmentCommand extends $Command<UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAssessmentControlCommandOutput extends UpdateAssessmentCo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAssessmentControlCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAssessmentControlCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAssessmentControlCommand extends $Command<UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAssessmentControlSetStatusCommandOutput extends UpdateAss
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAssessmentControlSetStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAssessmentControlSetStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAssessmentControlSetStatusCommand extends $Command<UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAssessmentFrameworkCommandOutput extends UpdateAssessment
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAssessmentFrameworkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAssessmentFrameworkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAssessmentFrameworkCommand extends $Command<UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAssessmentFrameworkShareCommandOutput extends UpdateAsses
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAssessmentFrameworkShareCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAssessmentFrameworkShareCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAssessmentFrameworkShareCommand extends $Command<UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateAssessmentStatusCommandOutput extends UpdateAssessmentSta
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateAssessmentStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateAssessmentStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateAssessmentStatusCommand extends $Command<UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateControlCommandOutput extends UpdateControlResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateControlCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateControlCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateControlCommand extends $Command<UpdateControlCommandInput, UpdateControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateSettingsCommandOutput extends UpdateSettingsResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateSettingsCommand extends $Command<UpdateSettingsCommandInput, UpdateSettingsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ValidateAssessmentReportIntegrityCommandOutput extends Validate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ValidateAssessmentReportIntegrityCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ValidateAssessmentReportIntegrityCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ValidateAssessmentReportIntegrityCommand extends $Command<ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput, AuditManagerClientResolvedConfig> {
|
|
@@ -28,13 +28,19 @@ export * from "./GetEvidenceCommand";
|
|
|
28
28
|
export * from "./GetEvidenceFolderCommand";
|
|
29
29
|
export * from "./GetEvidenceFoldersByAssessmentCommand";
|
|
30
30
|
export * from "./GetEvidenceFoldersByAssessmentControlCommand";
|
|
31
|
+
export * from "./GetInsightsByAssessmentCommand";
|
|
32
|
+
export * from "./GetInsightsCommand";
|
|
31
33
|
export * from "./GetOrganizationAdminAccountCommand";
|
|
32
34
|
export * from "./GetServicesInScopeCommand";
|
|
33
35
|
export * from "./GetSettingsCommand";
|
|
36
|
+
export * from "./ListAssessmentControlInsightsByControlDomainCommand";
|
|
34
37
|
export * from "./ListAssessmentFrameworkShareRequestsCommand";
|
|
35
38
|
export * from "./ListAssessmentFrameworksCommand";
|
|
36
39
|
export * from "./ListAssessmentReportsCommand";
|
|
37
40
|
export * from "./ListAssessmentsCommand";
|
|
41
|
+
export * from "./ListControlDomainInsightsByAssessmentCommand";
|
|
42
|
+
export * from "./ListControlDomainInsightsCommand";
|
|
43
|
+
export * from "./ListControlInsightsByControlDomainCommand";
|
|
38
44
|
export * from "./ListControlsCommand";
|
|
39
45
|
export * from "./ListKeywordsForDataSourceCommand";
|
|
40
46
|
export * from "./ListNotificationsCommand";
|