@aws-sdk/client-auditmanager 3.1019.0 → 3.1021.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-es/AuditManager.js +5 -5
- package/dist-types/AuditManager.d.ts +62 -62
- package/dist-types/AuditManagerClient.d.ts +65 -65
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/GetChangeLogsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDelegationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentFrameworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeywordsForDataSourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/AuditManagerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/AuditManager.js
CHANGED
|
@@ -23,19 +23,19 @@ import { GetAssessmentCommand, } from "./commands/GetAssessmentCommand";
|
|
|
23
23
|
import { GetAssessmentFrameworkCommand, } from "./commands/GetAssessmentFrameworkCommand";
|
|
24
24
|
import { GetAssessmentReportUrlCommand, } from "./commands/GetAssessmentReportUrlCommand";
|
|
25
25
|
import { GetChangeLogsCommand, } from "./commands/GetChangeLogsCommand";
|
|
26
|
-
import { GetControlCommand } from "./commands/GetControlCommand";
|
|
26
|
+
import { GetControlCommand, } from "./commands/GetControlCommand";
|
|
27
27
|
import { GetDelegationsCommand, } from "./commands/GetDelegationsCommand";
|
|
28
28
|
import { GetEvidenceByEvidenceFolderCommand, } from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
29
|
-
import { GetEvidenceCommand } from "./commands/GetEvidenceCommand";
|
|
29
|
+
import { GetEvidenceCommand, } from "./commands/GetEvidenceCommand";
|
|
30
30
|
import { GetEvidenceFileUploadUrlCommand, } from "./commands/GetEvidenceFileUploadUrlCommand";
|
|
31
31
|
import { GetEvidenceFolderCommand, } from "./commands/GetEvidenceFolderCommand";
|
|
32
32
|
import { GetEvidenceFoldersByAssessmentCommand, } from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
33
33
|
import { GetEvidenceFoldersByAssessmentControlCommand, } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
34
34
|
import { GetInsightsByAssessmentCommand, } from "./commands/GetInsightsByAssessmentCommand";
|
|
35
|
-
import { GetInsightsCommand } from "./commands/GetInsightsCommand";
|
|
35
|
+
import { GetInsightsCommand, } from "./commands/GetInsightsCommand";
|
|
36
36
|
import { GetOrganizationAdminAccountCommand, } from "./commands/GetOrganizationAdminAccountCommand";
|
|
37
37
|
import { GetServicesInScopeCommand, } from "./commands/GetServicesInScopeCommand";
|
|
38
|
-
import { GetSettingsCommand } from "./commands/GetSettingsCommand";
|
|
38
|
+
import { GetSettingsCommand, } from "./commands/GetSettingsCommand";
|
|
39
39
|
import { ListAssessmentControlInsightsByControlDomainCommand, } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
40
40
|
import { ListAssessmentFrameworksCommand, } from "./commands/ListAssessmentFrameworksCommand";
|
|
41
41
|
import { ListAssessmentFrameworkShareRequestsCommand, } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
@@ -51,7 +51,7 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
|
|
|
51
51
|
import { RegisterAccountCommand, } from "./commands/RegisterAccountCommand";
|
|
52
52
|
import { RegisterOrganizationAdminAccountCommand, } from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
53
53
|
import { StartAssessmentFrameworkShareCommand, } from "./commands/StartAssessmentFrameworkShareCommand";
|
|
54
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
54
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
55
55
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
56
56
|
import { UpdateAssessmentCommand, } from "./commands/UpdateAssessmentCommand";
|
|
57
57
|
import { UpdateAssessmentControlCommand, } from "./commands/UpdateAssessmentControlCommand";
|
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AuditManagerClient } from "./AuditManagerClient";
|
|
3
|
-
import { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
4
|
-
import { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
5
|
-
import { BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput } from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
6
|
-
import { BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput } from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
7
|
-
import { BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
8
|
-
import { BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput } from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
9
|
-
import { CreateAssessmentCommandInput, CreateAssessmentCommandOutput } from "./commands/CreateAssessmentCommand";
|
|
10
|
-
import { CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput } from "./commands/CreateAssessmentFrameworkCommand";
|
|
11
|
-
import { CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput } from "./commands/CreateAssessmentReportCommand";
|
|
12
|
-
import { CreateControlCommandInput, CreateControlCommandOutput } from "./commands/CreateControlCommand";
|
|
13
|
-
import { DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput } from "./commands/DeleteAssessmentCommand";
|
|
14
|
-
import { DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput } from "./commands/DeleteAssessmentFrameworkCommand";
|
|
15
|
-
import { DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput } from "./commands/DeleteAssessmentFrameworkShareCommand";
|
|
16
|
-
import { DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput } from "./commands/DeleteAssessmentReportCommand";
|
|
17
|
-
import { DeleteControlCommandInput, DeleteControlCommandOutput } from "./commands/DeleteControlCommand";
|
|
18
|
-
import { DeregisterAccountCommandInput, DeregisterAccountCommandOutput } from "./commands/DeregisterAccountCommand";
|
|
19
|
-
import { DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput } from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
20
|
-
import { DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
21
|
-
import { GetAccountStatusCommandInput, GetAccountStatusCommandOutput } from "./commands/GetAccountStatusCommand";
|
|
22
|
-
import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
23
|
-
import { GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput } from "./commands/GetAssessmentFrameworkCommand";
|
|
24
|
-
import { GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput } from "./commands/GetAssessmentReportUrlCommand";
|
|
25
|
-
import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "./commands/GetChangeLogsCommand";
|
|
26
|
-
import { GetControlCommandInput, GetControlCommandOutput } from "./commands/GetControlCommand";
|
|
27
|
-
import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "./commands/GetDelegationsCommand";
|
|
28
|
-
import { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
29
|
-
import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/GetEvidenceCommand";
|
|
30
|
-
import { GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput } from "./commands/GetEvidenceFileUploadUrlCommand";
|
|
31
|
-
import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
|
|
32
|
-
import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
33
|
-
import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
34
|
-
import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
|
|
35
|
-
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
36
|
-
import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
|
|
37
|
-
import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
|
|
38
|
-
import { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
|
|
39
|
-
import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
40
|
-
import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
|
|
41
|
-
import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
42
|
-
import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
|
|
43
|
-
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
|
|
44
|
-
import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
|
|
45
|
-
import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
|
|
46
|
-
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
|
|
47
|
-
import { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
|
|
48
|
-
import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
|
|
49
|
-
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
50
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
51
|
-
import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
52
|
-
import { RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput } from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
53
|
-
import { StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput } from "./commands/StartAssessmentFrameworkShareCommand";
|
|
54
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
55
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
56
|
-
import { UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput } from "./commands/UpdateAssessmentCommand";
|
|
57
|
-
import { UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput } from "./commands/UpdateAssessmentControlCommand";
|
|
58
|
-
import { UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput } from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
59
|
-
import { UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput } from "./commands/UpdateAssessmentFrameworkCommand";
|
|
60
|
-
import { UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput } from "./commands/UpdateAssessmentFrameworkShareCommand";
|
|
61
|
-
import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput } from "./commands/UpdateAssessmentStatusCommand";
|
|
62
|
-
import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
63
|
-
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
64
|
-
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
3
|
+
import { type AssociateAssessmentReportEvidenceFolderCommandInput, type AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
4
|
+
import { type BatchAssociateAssessmentReportEvidenceCommandInput, type BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
5
|
+
import { type BatchCreateDelegationByAssessmentCommandInput, type BatchCreateDelegationByAssessmentCommandOutput } from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
6
|
+
import { type BatchDeleteDelegationByAssessmentCommandInput, type BatchDeleteDelegationByAssessmentCommandOutput } from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
7
|
+
import { type BatchDisassociateAssessmentReportEvidenceCommandInput, type BatchDisassociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
8
|
+
import { type BatchImportEvidenceToAssessmentControlCommandInput, type BatchImportEvidenceToAssessmentControlCommandOutput } from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
9
|
+
import { type CreateAssessmentCommandInput, type CreateAssessmentCommandOutput } from "./commands/CreateAssessmentCommand";
|
|
10
|
+
import { type CreateAssessmentFrameworkCommandInput, type CreateAssessmentFrameworkCommandOutput } from "./commands/CreateAssessmentFrameworkCommand";
|
|
11
|
+
import { type CreateAssessmentReportCommandInput, type CreateAssessmentReportCommandOutput } from "./commands/CreateAssessmentReportCommand";
|
|
12
|
+
import { type CreateControlCommandInput, type CreateControlCommandOutput } from "./commands/CreateControlCommand";
|
|
13
|
+
import { type DeleteAssessmentCommandInput, type DeleteAssessmentCommandOutput } from "./commands/DeleteAssessmentCommand";
|
|
14
|
+
import { type DeleteAssessmentFrameworkCommandInput, type DeleteAssessmentFrameworkCommandOutput } from "./commands/DeleteAssessmentFrameworkCommand";
|
|
15
|
+
import { type DeleteAssessmentFrameworkShareCommandInput, type DeleteAssessmentFrameworkShareCommandOutput } from "./commands/DeleteAssessmentFrameworkShareCommand";
|
|
16
|
+
import { type DeleteAssessmentReportCommandInput, type DeleteAssessmentReportCommandOutput } from "./commands/DeleteAssessmentReportCommand";
|
|
17
|
+
import { type DeleteControlCommandInput, type DeleteControlCommandOutput } from "./commands/DeleteControlCommand";
|
|
18
|
+
import { type DeregisterAccountCommandInput, type DeregisterAccountCommandOutput } from "./commands/DeregisterAccountCommand";
|
|
19
|
+
import { type DeregisterOrganizationAdminAccountCommandInput, type DeregisterOrganizationAdminAccountCommandOutput } from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
20
|
+
import { type DisassociateAssessmentReportEvidenceFolderCommandInput, type DisassociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
21
|
+
import { type GetAccountStatusCommandInput, type GetAccountStatusCommandOutput } from "./commands/GetAccountStatusCommand";
|
|
22
|
+
import { type GetAssessmentCommandInput, type GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
23
|
+
import { type GetAssessmentFrameworkCommandInput, type GetAssessmentFrameworkCommandOutput } from "./commands/GetAssessmentFrameworkCommand";
|
|
24
|
+
import { type GetAssessmentReportUrlCommandInput, type GetAssessmentReportUrlCommandOutput } from "./commands/GetAssessmentReportUrlCommand";
|
|
25
|
+
import { type GetChangeLogsCommandInput, type GetChangeLogsCommandOutput } from "./commands/GetChangeLogsCommand";
|
|
26
|
+
import { type GetControlCommandInput, type GetControlCommandOutput } from "./commands/GetControlCommand";
|
|
27
|
+
import { type GetDelegationsCommandInput, type GetDelegationsCommandOutput } from "./commands/GetDelegationsCommand";
|
|
28
|
+
import { type GetEvidenceByEvidenceFolderCommandInput, type GetEvidenceByEvidenceFolderCommandOutput } from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
29
|
+
import { type GetEvidenceCommandInput, type GetEvidenceCommandOutput } from "./commands/GetEvidenceCommand";
|
|
30
|
+
import { type GetEvidenceFileUploadUrlCommandInput, type GetEvidenceFileUploadUrlCommandOutput } from "./commands/GetEvidenceFileUploadUrlCommand";
|
|
31
|
+
import { type GetEvidenceFolderCommandInput, type GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
|
|
32
|
+
import { type GetEvidenceFoldersByAssessmentCommandInput, type GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
33
|
+
import { type GetEvidenceFoldersByAssessmentControlCommandInput, type GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
34
|
+
import { type GetInsightsByAssessmentCommandInput, type GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
|
|
35
|
+
import { type GetInsightsCommandInput, type GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
36
|
+
import { type GetOrganizationAdminAccountCommandInput, type GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
|
|
37
|
+
import { type GetServicesInScopeCommandInput, type GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
|
|
38
|
+
import { type GetSettingsCommandInput, type GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
|
|
39
|
+
import { type ListAssessmentControlInsightsByControlDomainCommandInput, type ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
40
|
+
import { type ListAssessmentFrameworksCommandInput, type ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
|
|
41
|
+
import { type ListAssessmentFrameworkShareRequestsCommandInput, type ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
42
|
+
import { type ListAssessmentReportsCommandInput, type ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
|
|
43
|
+
import { type ListAssessmentsCommandInput, type ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
|
|
44
|
+
import { type ListControlDomainInsightsByAssessmentCommandInput, type ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
|
|
45
|
+
import { type ListControlDomainInsightsCommandInput, type ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
|
|
46
|
+
import { type ListControlInsightsByControlDomainCommandInput, type ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
|
|
47
|
+
import { type ListControlsCommandInput, type ListControlsCommandOutput } from "./commands/ListControlsCommand";
|
|
48
|
+
import { type ListKeywordsForDataSourceCommandInput, type ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
|
|
49
|
+
import { type ListNotificationsCommandInput, type ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
50
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
51
|
+
import { type RegisterAccountCommandInput, type RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
52
|
+
import { type RegisterOrganizationAdminAccountCommandInput, type RegisterOrganizationAdminAccountCommandOutput } from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
53
|
+
import { type StartAssessmentFrameworkShareCommandInput, type StartAssessmentFrameworkShareCommandOutput } from "./commands/StartAssessmentFrameworkShareCommand";
|
|
54
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
55
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
56
|
+
import { type UpdateAssessmentCommandInput, type UpdateAssessmentCommandOutput } from "./commands/UpdateAssessmentCommand";
|
|
57
|
+
import { type UpdateAssessmentControlCommandInput, type UpdateAssessmentControlCommandOutput } from "./commands/UpdateAssessmentControlCommand";
|
|
58
|
+
import { type UpdateAssessmentControlSetStatusCommandInput, type UpdateAssessmentControlSetStatusCommandOutput } from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
59
|
+
import { type UpdateAssessmentFrameworkCommandInput, type UpdateAssessmentFrameworkCommandOutput } from "./commands/UpdateAssessmentFrameworkCommand";
|
|
60
|
+
import { type UpdateAssessmentFrameworkShareCommandInput, type UpdateAssessmentFrameworkShareCommandOutput } from "./commands/UpdateAssessmentFrameworkShareCommand";
|
|
61
|
+
import { type UpdateAssessmentStatusCommandInput, type UpdateAssessmentStatusCommandOutput } from "./commands/UpdateAssessmentStatusCommand";
|
|
62
|
+
import { type UpdateControlCommandInput, type UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
63
|
+
import { type UpdateSettingsCommandInput, type UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
64
|
+
import { type ValidateAssessmentReportIntegrityCommandInput, type ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
65
65
|
export interface AuditManager {
|
|
66
66
|
/**
|
|
67
67
|
* @see {@link AssociateAssessmentReportEvidenceFolderCommand}
|
|
@@ -5,71 +5,71 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
11
|
-
import { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
12
|
-
import { BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput } from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
13
|
-
import { BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput } from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
14
|
-
import { BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
15
|
-
import { BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput } from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
16
|
-
import { CreateAssessmentCommandInput, CreateAssessmentCommandOutput } from "./commands/CreateAssessmentCommand";
|
|
17
|
-
import { CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput } from "./commands/CreateAssessmentFrameworkCommand";
|
|
18
|
-
import { CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput } from "./commands/CreateAssessmentReportCommand";
|
|
19
|
-
import { CreateControlCommandInput, CreateControlCommandOutput } from "./commands/CreateControlCommand";
|
|
20
|
-
import { DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput } from "./commands/DeleteAssessmentCommand";
|
|
21
|
-
import { DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput } from "./commands/DeleteAssessmentFrameworkCommand";
|
|
22
|
-
import { DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput } from "./commands/DeleteAssessmentFrameworkShareCommand";
|
|
23
|
-
import { DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput } from "./commands/DeleteAssessmentReportCommand";
|
|
24
|
-
import { DeleteControlCommandInput, DeleteControlCommandOutput } from "./commands/DeleteControlCommand";
|
|
25
|
-
import { DeregisterAccountCommandInput, DeregisterAccountCommandOutput } from "./commands/DeregisterAccountCommand";
|
|
26
|
-
import { DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput } from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
27
|
-
import { DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
28
|
-
import { GetAccountStatusCommandInput, GetAccountStatusCommandOutput } from "./commands/GetAccountStatusCommand";
|
|
29
|
-
import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
30
|
-
import { GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput } from "./commands/GetAssessmentFrameworkCommand";
|
|
31
|
-
import { GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput } from "./commands/GetAssessmentReportUrlCommand";
|
|
32
|
-
import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "./commands/GetChangeLogsCommand";
|
|
33
|
-
import { GetControlCommandInput, GetControlCommandOutput } from "./commands/GetControlCommand";
|
|
34
|
-
import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "./commands/GetDelegationsCommand";
|
|
35
|
-
import { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
36
|
-
import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/GetEvidenceCommand";
|
|
37
|
-
import { GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput } from "./commands/GetEvidenceFileUploadUrlCommand";
|
|
38
|
-
import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
|
|
39
|
-
import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
40
|
-
import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
41
|
-
import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
|
|
42
|
-
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
43
|
-
import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
|
|
44
|
-
import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
|
|
45
|
-
import { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
|
|
46
|
-
import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
47
|
-
import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
|
|
48
|
-
import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
49
|
-
import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
|
|
50
|
-
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
|
|
51
|
-
import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
|
|
52
|
-
import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
|
|
53
|
-
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
|
|
54
|
-
import { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
|
|
55
|
-
import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
|
|
56
|
-
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
57
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
58
|
-
import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
59
|
-
import { RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput } from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
60
|
-
import { StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput } from "./commands/StartAssessmentFrameworkShareCommand";
|
|
61
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
62
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
63
|
-
import { UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput } from "./commands/UpdateAssessmentCommand";
|
|
64
|
-
import { UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput } from "./commands/UpdateAssessmentControlCommand";
|
|
65
|
-
import { UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput } from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
66
|
-
import { UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput } from "./commands/UpdateAssessmentFrameworkCommand";
|
|
67
|
-
import { UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput } from "./commands/UpdateAssessmentFrameworkShareCommand";
|
|
68
|
-
import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput } from "./commands/UpdateAssessmentStatusCommand";
|
|
69
|
-
import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
70
|
-
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
71
|
-
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
72
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
11
|
+
import type { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
12
|
+
import type { BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput } from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
13
|
+
import type { BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput } from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
14
|
+
import type { BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
15
|
+
import type { BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput } from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
16
|
+
import type { CreateAssessmentCommandInput, CreateAssessmentCommandOutput } from "./commands/CreateAssessmentCommand";
|
|
17
|
+
import type { CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput } from "./commands/CreateAssessmentFrameworkCommand";
|
|
18
|
+
import type { CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput } from "./commands/CreateAssessmentReportCommand";
|
|
19
|
+
import type { CreateControlCommandInput, CreateControlCommandOutput } from "./commands/CreateControlCommand";
|
|
20
|
+
import type { DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput } from "./commands/DeleteAssessmentCommand";
|
|
21
|
+
import type { DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput } from "./commands/DeleteAssessmentFrameworkCommand";
|
|
22
|
+
import type { DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput } from "./commands/DeleteAssessmentFrameworkShareCommand";
|
|
23
|
+
import type { DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput } from "./commands/DeleteAssessmentReportCommand";
|
|
24
|
+
import type { DeleteControlCommandInput, DeleteControlCommandOutput } from "./commands/DeleteControlCommand";
|
|
25
|
+
import type { DeregisterAccountCommandInput, DeregisterAccountCommandOutput } from "./commands/DeregisterAccountCommand";
|
|
26
|
+
import type { DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput } from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
27
|
+
import type { DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
28
|
+
import type { GetAccountStatusCommandInput, GetAccountStatusCommandOutput } from "./commands/GetAccountStatusCommand";
|
|
29
|
+
import type { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
30
|
+
import type { GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput } from "./commands/GetAssessmentFrameworkCommand";
|
|
31
|
+
import type { GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput } from "./commands/GetAssessmentReportUrlCommand";
|
|
32
|
+
import type { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "./commands/GetChangeLogsCommand";
|
|
33
|
+
import type { GetControlCommandInput, GetControlCommandOutput } from "./commands/GetControlCommand";
|
|
34
|
+
import type { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "./commands/GetDelegationsCommand";
|
|
35
|
+
import type { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
36
|
+
import type { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/GetEvidenceCommand";
|
|
37
|
+
import type { GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput } from "./commands/GetEvidenceFileUploadUrlCommand";
|
|
38
|
+
import type { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
|
|
39
|
+
import type { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
40
|
+
import type { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
41
|
+
import type { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "./commands/GetInsightsByAssessmentCommand";
|
|
42
|
+
import type { GetInsightsCommandInput, GetInsightsCommandOutput } from "./commands/GetInsightsCommand";
|
|
43
|
+
import type { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "./commands/GetOrganizationAdminAccountCommand";
|
|
44
|
+
import type { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
|
|
45
|
+
import type { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
|
|
46
|
+
import type { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "./commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
47
|
+
import type { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "./commands/ListAssessmentFrameworksCommand";
|
|
48
|
+
import type { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "./commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
49
|
+
import type { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "./commands/ListAssessmentReportsCommand";
|
|
50
|
+
import type { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
|
|
51
|
+
import type { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "./commands/ListControlDomainInsightsByAssessmentCommand";
|
|
52
|
+
import type { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "./commands/ListControlDomainInsightsCommand";
|
|
53
|
+
import type { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "./commands/ListControlInsightsByControlDomainCommand";
|
|
54
|
+
import type { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
|
|
55
|
+
import type { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "./commands/ListKeywordsForDataSourceCommand";
|
|
56
|
+
import type { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
57
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
58
|
+
import type { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
59
|
+
import type { RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput } from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
60
|
+
import type { StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput } from "./commands/StartAssessmentFrameworkShareCommand";
|
|
61
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
62
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
63
|
+
import type { UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput } from "./commands/UpdateAssessmentCommand";
|
|
64
|
+
import type { UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput } from "./commands/UpdateAssessmentControlCommand";
|
|
65
|
+
import type { UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput } from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
66
|
+
import type { UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput } from "./commands/UpdateAssessmentFrameworkCommand";
|
|
67
|
+
import type { UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput } from "./commands/UpdateAssessmentFrameworkShareCommand";
|
|
68
|
+
import type { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput } from "./commands/UpdateAssessmentStatusCommand";
|
|
69
|
+
import type { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
70
|
+
import type { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
71
|
+
import type { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
72
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
73
73
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
74
74
|
export { __Client };
|
|
75
75
|
/**
|
|
@@ -178,7 +178,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
178
178
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
179
179
|
* @internal
|
|
180
180
|
*/
|
|
181
|
-
defaultUserAgentProvider?:
|
|
181
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
182
182
|
/**
|
|
183
183
|
* Default credentials provider; Not available in browser runtime.
|
|
184
184
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { AuditManagerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
*/
|
|
41
41
|
export * from "./AuditManagerClient";
|
|
42
42
|
export * from "./AuditManager";
|
|
43
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
43
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
44
44
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
45
45
|
export type { AuditManagerExtensionConfiguration } from "./extensionConfiguration";
|
|
46
46
|
export * from "./commands";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
|
|
3
|
-
import { ValidationExceptionReason } from "./enums";
|
|
4
|
-
import { ValidationExceptionField } from "./models_0";
|
|
3
|
+
import type { ValidationExceptionReason } from "./enums";
|
|
4
|
+
import type { ValidationExceptionField } from "./models_0";
|
|
5
5
|
/**
|
|
6
6
|
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
7
7
|
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountStatus, ActionEnum, AssessmentReportDestinationType, AssessmentReportStatus, AssessmentStatus, ControlResponse, ControlSetStatus, ControlState, ControlStatus, ControlType, DataSourceType, DelegationStatus, DeleteResources, EvidenceFinderBackfillStatus, EvidenceFinderEnablementStatus, ExportDestinationType, FrameworkType, KeywordInputType, ObjectTypeEnum, RoleType, SettingAttribute, ShareRequestAction, ShareRequestStatus, ShareRequestType, SourceFrequency, SourceSetUpOption, SourceType } from "./enums";
|
|
1
|
+
import type { AccountStatus, ActionEnum, AssessmentReportDestinationType, AssessmentReportStatus, AssessmentStatus, ControlResponse, ControlSetStatus, ControlState, ControlStatus, ControlType, DataSourceType, DelegationStatus, DeleteResources, EvidenceFinderBackfillStatus, EvidenceFinderEnablementStatus, ExportDestinationType, FrameworkType, KeywordInputType, ObjectTypeEnum, RoleType, SettingAttribute, ShareRequestAction, ShareRequestStatus, ShareRequestType, SourceFrequency, SourceSetUpOption, SourceType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p> The wrapper of Amazon Web Services account details, such as account ID or email address.
|
|
4
4
|
* </p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "../commands/GetChangeLogsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "../commands/GetDelegationsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "../commands/GetEvidenceByEvidenceFolderCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "../commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "../commands/ListAssessmentFrameworksCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "../commands/ListAssessmentReportsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "../commands/ListAssessmentsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "../commands/ListControlDomainInsightsByAssessmentCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "../commands/ListControlDomainInsightsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "../commands/ListControlInsightsByControlDomainCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListControlsCommandInput, ListControlsCommandOutput } from "../commands/ListControlsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "../commands/ListKeywordsForDataSourceCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
|
|
3
|
-
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -444,7 +443,7 @@ export interface ClientDefaults
|
|
|
444
443
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
445
444
|
region?: string | __Provider<string>;
|
|
446
445
|
profile?: string;
|
|
447
|
-
defaultUserAgentProvider?:
|
|
446
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
448
447
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
449
448
|
maxAttempts?: number | __Provider<number>;
|
|
450
449
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auditmanager",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|