@aws-sdk/client-auditmanager 3.296.0 → 3.297.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-types/AuditManager.d.ts +62 -0
- package/dist-types/AuditManagerClient.d.ts +24 -4
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +16 -0
- package/dist-types/commands/CreateControlCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteControlCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterAccountCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetChangeLogsCommand.d.ts +16 -0
- package/dist-types/commands/GetControlCommand.d.ts +16 -0
- package/dist-types/commands/GetDelegationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +16 -0
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +16 -0
- package/dist-types/commands/GetSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +16 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListControlsCommand.d.ts +16 -0
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +16 -0
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +16 -0
- package/dist-types/models/AuditManagerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +499 -0
- package/dist-types/pagination/GetChangeLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDelegationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentFrameworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListKeywordsForDataSourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "../commands/GetChangeLogsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetChangeLogs(config: AuditManagerPaginationConfiguration, input: GetChangeLogsCommandInput, ...additionalArguments: any): Paginator<GetChangeLogsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "../commands/GetDelegationsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetDelegations(config: AuditManagerPaginationConfiguration, input: GetDelegationsCommandInput, ...additionalArguments: any): Paginator<GetDelegationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "../commands/GetEvidenceByEvidenceFolderCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetEvidenceByEvidenceFolder(config: AuditManagerPaginationConfiguration, input: GetEvidenceByEvidenceFolderCommandInput, ...additionalArguments: any): Paginator<GetEvidenceByEvidenceFolderCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetEvidenceFoldersByAssessmentControl(config: AuditManagerPaginationConfiguration, input: GetEvidenceFoldersByAssessmentControlCommandInput, ...additionalArguments: any): Paginator<GetEvidenceFoldersByAssessmentControlCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetEvidenceFoldersByAssessment(config: AuditManagerPaginationConfiguration, input: GetEvidenceFoldersByAssessmentCommandInput, ...additionalArguments: any): Paginator<GetEvidenceFoldersByAssessmentCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssessmentControlInsightsByControlDomain(config: AuditManagerPaginationConfiguration, input: ListAssessmentControlInsightsByControlDomainCommandInput, ...additionalArguments: any): Paginator<ListAssessmentControlInsightsByControlDomainCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "../commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssessmentFrameworkShareRequests(config: AuditManagerPaginationConfiguration, input: ListAssessmentFrameworkShareRequestsCommandInput, ...additionalArguments: any): Paginator<ListAssessmentFrameworkShareRequestsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "../commands/ListAssessmentFrameworksCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssessmentFrameworks(config: AuditManagerPaginationConfiguration, input: ListAssessmentFrameworksCommandInput, ...additionalArguments: any): Paginator<ListAssessmentFrameworksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "../commands/ListAssessmentReportsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssessmentReports(config: AuditManagerPaginationConfiguration, input: ListAssessmentReportsCommandInput, ...additionalArguments: any): Paginator<ListAssessmentReportsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "../commands/ListAssessmentsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssessments(config: AuditManagerPaginationConfiguration, input: ListAssessmentsCommandInput, ...additionalArguments: any): Paginator<ListAssessmentsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "../commands/ListControlDomainInsightsByAssessmentCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListControlDomainInsightsByAssessment(config: AuditManagerPaginationConfiguration, input: ListControlDomainInsightsByAssessmentCommandInput, ...additionalArguments: any): Paginator<ListControlDomainInsightsByAssessmentCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "../commands/ListControlDomainInsightsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListControlDomainInsights(config: AuditManagerPaginationConfiguration, input: ListControlDomainInsightsCommandInput, ...additionalArguments: any): Paginator<ListControlDomainInsightsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "../commands/ListControlInsightsByControlDomainCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListControlInsightsByControlDomain(config: AuditManagerPaginationConfiguration, input: ListControlInsightsByControlDomainCommandInput, ...additionalArguments: any): Paginator<ListControlInsightsByControlDomainCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListControlsCommandInput, ListControlsCommandOutput } from "../commands/ListControlsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListControls(config: AuditManagerPaginationConfiguration, input: ListControlsCommandInput, ...additionalArguments: any): Paginator<ListControlsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "../commands/ListKeywordsForDataSourceCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListKeywordsForDataSource(config: AuditManagerPaginationConfiguration, input: ListKeywordsForDataSourceCommandInput, ...additionalArguments: any): Paginator<ListKeywordsForDataSourceCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
|
|
3
3
|
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListNotifications(config: AuditManagerPaginationConfiguration, input: ListNotificationsCommandInput, ...additionalArguments: any): Paginator<ListNotificationsCommandOutput>;
|
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.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|