@aws-sdk/client-auditmanager 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/AuditManager.d.ts +1186 -310
- package/dist-types/ts3.4/AuditManagerClient.d.ts +496 -134
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +61 -61
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2124 -1972
- package/dist-types/ts3.4/pagination/GetChangeLogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDelegationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListControlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +737 -185
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateAssessmentControlSetStatusRequest,
|
|
15
|
+
UpdateAssessmentControlSetStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAssessmentControlSetStatusCommandInput
|
|
18
|
+
extends UpdateAssessmentControlSetStatusRequest {}
|
|
19
|
+
export interface UpdateAssessmentControlSetStatusCommandOutput
|
|
20
|
+
extends UpdateAssessmentControlSetStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAssessmentControlSetStatusCommand extends $Command<
|
|
24
|
+
UpdateAssessmentControlSetStatusCommandInput,
|
|
25
|
+
UpdateAssessmentControlSetStatusCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAssessmentControlSetStatusCommandInput;
|
|
29
|
+
constructor(input: UpdateAssessmentControlSetStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAssessmentControlSetStatusCommandInput,
|
|
37
|
+
UpdateAssessmentControlSetStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateAssessmentFrameworkRequest,
|
|
15
|
+
UpdateAssessmentFrameworkResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAssessmentFrameworkCommandInput
|
|
18
|
+
extends UpdateAssessmentFrameworkRequest {}
|
|
19
|
+
export interface UpdateAssessmentFrameworkCommandOutput
|
|
20
|
+
extends UpdateAssessmentFrameworkResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAssessmentFrameworkCommand extends $Command<
|
|
24
|
+
UpdateAssessmentFrameworkCommandInput,
|
|
25
|
+
UpdateAssessmentFrameworkCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAssessmentFrameworkCommandInput;
|
|
29
|
+
constructor(input: UpdateAssessmentFrameworkCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAssessmentFrameworkCommandInput,
|
|
37
|
+
UpdateAssessmentFrameworkCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateAssessmentFrameworkShareRequest,
|
|
15
|
+
UpdateAssessmentFrameworkShareResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAssessmentFrameworkShareCommandInput
|
|
18
|
+
extends UpdateAssessmentFrameworkShareRequest {}
|
|
19
|
+
export interface UpdateAssessmentFrameworkShareCommandOutput
|
|
20
|
+
extends UpdateAssessmentFrameworkShareResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAssessmentFrameworkShareCommand extends $Command<
|
|
24
|
+
UpdateAssessmentFrameworkShareCommandInput,
|
|
25
|
+
UpdateAssessmentFrameworkShareCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAssessmentFrameworkShareCommandInput;
|
|
29
|
+
constructor(input: UpdateAssessmentFrameworkShareCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAssessmentFrameworkShareCommandInput,
|
|
37
|
+
UpdateAssessmentFrameworkShareCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateAssessmentStatusRequest,
|
|
15
|
+
UpdateAssessmentStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateAssessmentStatusCommandInput
|
|
18
|
+
extends UpdateAssessmentStatusRequest {}
|
|
19
|
+
export interface UpdateAssessmentStatusCommandOutput
|
|
20
|
+
extends UpdateAssessmentStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateAssessmentStatusCommand extends $Command<
|
|
24
|
+
UpdateAssessmentStatusCommandInput,
|
|
25
|
+
UpdateAssessmentStatusCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateAssessmentStatusCommandInput;
|
|
29
|
+
constructor(input: UpdateAssessmentStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateAssessmentStatusCommandInput,
|
|
37
|
+
UpdateAssessmentStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateControlRequest,
|
|
15
|
+
UpdateControlResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateControlCommandInput extends UpdateControlRequest {}
|
|
18
|
+
export interface UpdateControlCommandOutput
|
|
19
|
+
extends UpdateControlResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateControlCommand extends $Command<
|
|
23
|
+
UpdateControlCommandInput,
|
|
24
|
+
UpdateControlCommandOutput,
|
|
25
|
+
AuditManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateControlCommandInput;
|
|
28
|
+
constructor(input: UpdateControlCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateControlCommandInput, UpdateControlCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateSettingsRequest,
|
|
15
|
+
UpdateSettingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateSettingsCommandInput extends UpdateSettingsRequest {}
|
|
18
|
+
export interface UpdateSettingsCommandOutput
|
|
19
|
+
extends UpdateSettingsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateSettingsCommand extends $Command<
|
|
23
|
+
UpdateSettingsCommandInput,
|
|
24
|
+
UpdateSettingsCommandOutput,
|
|
25
|
+
AuditManagerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateSettingsCommandInput;
|
|
28
|
+
constructor(input: UpdateSettingsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateSettingsCommandInput, UpdateSettingsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AuditManagerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AuditManagerClient";
|
|
13
|
+
import {
|
|
14
|
+
ValidateAssessmentReportIntegrityRequest,
|
|
15
|
+
ValidateAssessmentReportIntegrityResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ValidateAssessmentReportIntegrityCommandInput
|
|
18
|
+
extends ValidateAssessmentReportIntegrityRequest {}
|
|
19
|
+
export interface ValidateAssessmentReportIntegrityCommandOutput
|
|
20
|
+
extends ValidateAssessmentReportIntegrityResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ValidateAssessmentReportIntegrityCommand extends $Command<
|
|
24
|
+
ValidateAssessmentReportIntegrityCommandInput,
|
|
25
|
+
ValidateAssessmentReportIntegrityCommandOutput,
|
|
26
|
+
AuditManagerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ValidateAssessmentReportIntegrityCommandInput;
|
|
29
|
+
constructor(input: ValidateAssessmentReportIntegrityCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AuditManagerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ValidateAssessmentReportIntegrityCommandInput,
|
|
37
|
+
ValidateAssessmentReportIntegrityCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
export * from "./AssociateAssessmentReportEvidenceFolderCommand";
|
|
2
|
-
export * from "./BatchAssociateAssessmentReportEvidenceCommand";
|
|
3
|
-
export * from "./BatchCreateDelegationByAssessmentCommand";
|
|
4
|
-
export * from "./BatchDeleteDelegationByAssessmentCommand";
|
|
5
|
-
export * from "./BatchDisassociateAssessmentReportEvidenceCommand";
|
|
6
|
-
export * from "./BatchImportEvidenceToAssessmentControlCommand";
|
|
7
|
-
export * from "./CreateAssessmentCommand";
|
|
8
|
-
export * from "./CreateAssessmentFrameworkCommand";
|
|
9
|
-
export * from "./CreateAssessmentReportCommand";
|
|
10
|
-
export * from "./CreateControlCommand";
|
|
11
|
-
export * from "./DeleteAssessmentCommand";
|
|
12
|
-
export * from "./DeleteAssessmentFrameworkCommand";
|
|
13
|
-
export * from "./DeleteAssessmentFrameworkShareCommand";
|
|
14
|
-
export * from "./DeleteAssessmentReportCommand";
|
|
15
|
-
export * from "./DeleteControlCommand";
|
|
16
|
-
export * from "./DeregisterAccountCommand";
|
|
17
|
-
export * from "./DeregisterOrganizationAdminAccountCommand";
|
|
18
|
-
export * from "./DisassociateAssessmentReportEvidenceFolderCommand";
|
|
19
|
-
export * from "./GetAccountStatusCommand";
|
|
20
|
-
export * from "./GetAssessmentCommand";
|
|
21
|
-
export * from "./GetAssessmentFrameworkCommand";
|
|
22
|
-
export * from "./GetAssessmentReportUrlCommand";
|
|
23
|
-
export * from "./GetChangeLogsCommand";
|
|
24
|
-
export * from "./GetControlCommand";
|
|
25
|
-
export * from "./GetDelegationsCommand";
|
|
26
|
-
export * from "./GetEvidenceByEvidenceFolderCommand";
|
|
27
|
-
export * from "./GetEvidenceCommand";
|
|
28
|
-
export * from "./GetEvidenceFolderCommand";
|
|
29
|
-
export * from "./GetEvidenceFoldersByAssessmentCommand";
|
|
30
|
-
export * from "./GetEvidenceFoldersByAssessmentControlCommand";
|
|
31
|
-
export * from "./GetInsightsByAssessmentCommand";
|
|
32
|
-
export * from "./GetInsightsCommand";
|
|
33
|
-
export * from "./GetOrganizationAdminAccountCommand";
|
|
34
|
-
export * from "./GetServicesInScopeCommand";
|
|
35
|
-
export * from "./GetSettingsCommand";
|
|
36
|
-
export * from "./ListAssessmentControlInsightsByControlDomainCommand";
|
|
37
|
-
export * from "./ListAssessmentFrameworkShareRequestsCommand";
|
|
38
|
-
export * from "./ListAssessmentFrameworksCommand";
|
|
39
|
-
export * from "./ListAssessmentReportsCommand";
|
|
40
|
-
export * from "./ListAssessmentsCommand";
|
|
41
|
-
export * from "./ListControlDomainInsightsByAssessmentCommand";
|
|
42
|
-
export * from "./ListControlDomainInsightsCommand";
|
|
43
|
-
export * from "./ListControlInsightsByControlDomainCommand";
|
|
44
|
-
export * from "./ListControlsCommand";
|
|
45
|
-
export * from "./ListKeywordsForDataSourceCommand";
|
|
46
|
-
export * from "./ListNotificationsCommand";
|
|
47
|
-
export * from "./ListTagsForResourceCommand";
|
|
48
|
-
export * from "./RegisterAccountCommand";
|
|
49
|
-
export * from "./RegisterOrganizationAdminAccountCommand";
|
|
50
|
-
export * from "./StartAssessmentFrameworkShareCommand";
|
|
51
|
-
export * from "./TagResourceCommand";
|
|
52
|
-
export * from "./UntagResourceCommand";
|
|
53
|
-
export * from "./UpdateAssessmentCommand";
|
|
54
|
-
export * from "./UpdateAssessmentControlCommand";
|
|
55
|
-
export * from "./UpdateAssessmentControlSetStatusCommand";
|
|
56
|
-
export * from "./UpdateAssessmentFrameworkCommand";
|
|
57
|
-
export * from "./UpdateAssessmentFrameworkShareCommand";
|
|
58
|
-
export * from "./UpdateAssessmentStatusCommand";
|
|
59
|
-
export * from "./UpdateControlCommand";
|
|
60
|
-
export * from "./UpdateSettingsCommand";
|
|
61
|
-
export * from "./ValidateAssessmentReportIntegrityCommand";
|
|
1
|
+
export * from "./AssociateAssessmentReportEvidenceFolderCommand";
|
|
2
|
+
export * from "./BatchAssociateAssessmentReportEvidenceCommand";
|
|
3
|
+
export * from "./BatchCreateDelegationByAssessmentCommand";
|
|
4
|
+
export * from "./BatchDeleteDelegationByAssessmentCommand";
|
|
5
|
+
export * from "./BatchDisassociateAssessmentReportEvidenceCommand";
|
|
6
|
+
export * from "./BatchImportEvidenceToAssessmentControlCommand";
|
|
7
|
+
export * from "./CreateAssessmentCommand";
|
|
8
|
+
export * from "./CreateAssessmentFrameworkCommand";
|
|
9
|
+
export * from "./CreateAssessmentReportCommand";
|
|
10
|
+
export * from "./CreateControlCommand";
|
|
11
|
+
export * from "./DeleteAssessmentCommand";
|
|
12
|
+
export * from "./DeleteAssessmentFrameworkCommand";
|
|
13
|
+
export * from "./DeleteAssessmentFrameworkShareCommand";
|
|
14
|
+
export * from "./DeleteAssessmentReportCommand";
|
|
15
|
+
export * from "./DeleteControlCommand";
|
|
16
|
+
export * from "./DeregisterAccountCommand";
|
|
17
|
+
export * from "./DeregisterOrganizationAdminAccountCommand";
|
|
18
|
+
export * from "./DisassociateAssessmentReportEvidenceFolderCommand";
|
|
19
|
+
export * from "./GetAccountStatusCommand";
|
|
20
|
+
export * from "./GetAssessmentCommand";
|
|
21
|
+
export * from "./GetAssessmentFrameworkCommand";
|
|
22
|
+
export * from "./GetAssessmentReportUrlCommand";
|
|
23
|
+
export * from "./GetChangeLogsCommand";
|
|
24
|
+
export * from "./GetControlCommand";
|
|
25
|
+
export * from "./GetDelegationsCommand";
|
|
26
|
+
export * from "./GetEvidenceByEvidenceFolderCommand";
|
|
27
|
+
export * from "./GetEvidenceCommand";
|
|
28
|
+
export * from "./GetEvidenceFolderCommand";
|
|
29
|
+
export * from "./GetEvidenceFoldersByAssessmentCommand";
|
|
30
|
+
export * from "./GetEvidenceFoldersByAssessmentControlCommand";
|
|
31
|
+
export * from "./GetInsightsByAssessmentCommand";
|
|
32
|
+
export * from "./GetInsightsCommand";
|
|
33
|
+
export * from "./GetOrganizationAdminAccountCommand";
|
|
34
|
+
export * from "./GetServicesInScopeCommand";
|
|
35
|
+
export * from "./GetSettingsCommand";
|
|
36
|
+
export * from "./ListAssessmentControlInsightsByControlDomainCommand";
|
|
37
|
+
export * from "./ListAssessmentFrameworkShareRequestsCommand";
|
|
38
|
+
export * from "./ListAssessmentFrameworksCommand";
|
|
39
|
+
export * from "./ListAssessmentReportsCommand";
|
|
40
|
+
export * from "./ListAssessmentsCommand";
|
|
41
|
+
export * from "./ListControlDomainInsightsByAssessmentCommand";
|
|
42
|
+
export * from "./ListControlDomainInsightsCommand";
|
|
43
|
+
export * from "./ListControlInsightsByControlDomainCommand";
|
|
44
|
+
export * from "./ListControlsCommand";
|
|
45
|
+
export * from "./ListKeywordsForDataSourceCommand";
|
|
46
|
+
export * from "./ListNotificationsCommand";
|
|
47
|
+
export * from "./ListTagsForResourceCommand";
|
|
48
|
+
export * from "./RegisterAccountCommand";
|
|
49
|
+
export * from "./RegisterOrganizationAdminAccountCommand";
|
|
50
|
+
export * from "./StartAssessmentFrameworkShareCommand";
|
|
51
|
+
export * from "./TagResourceCommand";
|
|
52
|
+
export * from "./UntagResourceCommand";
|
|
53
|
+
export * from "./UpdateAssessmentCommand";
|
|
54
|
+
export * from "./UpdateAssessmentControlCommand";
|
|
55
|
+
export * from "./UpdateAssessmentControlSetStatusCommand";
|
|
56
|
+
export * from "./UpdateAssessmentFrameworkCommand";
|
|
57
|
+
export * from "./UpdateAssessmentFrameworkShareCommand";
|
|
58
|
+
export * from "./UpdateAssessmentStatusCommand";
|
|
59
|
+
export * from "./UpdateControlCommand";
|
|
60
|
+
export * from "./UpdateSettingsCommand";
|
|
61
|
+
export * from "./ValidateAssessmentReportIntegrityCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./AuditManager";
|
|
2
|
-
export * from "./AuditManagerClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { AuditManagerServiceException } from "./models/AuditManagerServiceException";
|
|
1
|
+
export * from "./AuditManager";
|
|
2
|
+
export * from "./AuditManagerClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { AuditManagerServiceException } from "./models/AuditManagerServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class AuditManagerServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|