@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,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetChangeLogsCommandInput,
|
|
4
|
+
GetChangeLogsCommandOutput,
|
|
5
|
+
} from "../commands/GetChangeLogsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetChangeLogs(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: GetChangeLogsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetChangeLogsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetDelegationsCommandInput,
|
|
4
|
+
GetDelegationsCommandOutput,
|
|
5
|
+
} from "../commands/GetDelegationsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetDelegations(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: GetDelegationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetDelegationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetEvidenceByEvidenceFolderCommandInput,
|
|
4
|
+
GetEvidenceByEvidenceFolderCommandOutput,
|
|
5
|
+
} from "../commands/GetEvidenceByEvidenceFolderCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetEvidenceByEvidenceFolder(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: GetEvidenceByEvidenceFolderCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetEvidenceByEvidenceFolderCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetEvidenceFoldersByAssessmentControlCommandInput,
|
|
4
|
+
GetEvidenceFoldersByAssessmentControlCommandOutput,
|
|
5
|
+
} from "../commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetEvidenceFoldersByAssessmentControl(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: GetEvidenceFoldersByAssessmentControlCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetEvidenceFoldersByAssessmentControlCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetEvidenceFoldersByAssessmentCommandInput,
|
|
4
|
+
GetEvidenceFoldersByAssessmentCommandOutput,
|
|
5
|
+
} from "../commands/GetEvidenceFoldersByAssessmentCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetEvidenceFoldersByAssessment(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: GetEvidenceFoldersByAssessmentCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetEvidenceFoldersByAssessmentCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { AuditManager } from "../AuditManager";
|
|
3
|
-
import { AuditManagerClient } from "../AuditManagerClient";
|
|
4
|
-
export interface AuditManagerPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { AuditManager } from "../AuditManager";
|
|
3
|
+
import { AuditManagerClient } from "../AuditManagerClient";
|
|
4
|
+
export interface AuditManagerPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: AuditManager | AuditManagerClient;
|
|
7
|
+
}
|
package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssessmentControlInsightsByControlDomainCommandInput,
|
|
4
|
+
ListAssessmentControlInsightsByControlDomainCommandOutput,
|
|
5
|
+
} from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssessmentControlInsightsByControlDomain(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListAssessmentControlInsightsByControlDomainCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssessmentControlInsightsByControlDomainCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssessmentFrameworkShareRequestsCommandInput,
|
|
4
|
+
ListAssessmentFrameworkShareRequestsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssessmentFrameworkShareRequests(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListAssessmentFrameworkShareRequestsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssessmentFrameworkShareRequestsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssessmentFrameworksCommandInput,
|
|
4
|
+
ListAssessmentFrameworksCommandOutput,
|
|
5
|
+
} from "../commands/ListAssessmentFrameworksCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssessmentFrameworks(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListAssessmentFrameworksCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssessmentFrameworksCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssessmentReportsCommandInput,
|
|
4
|
+
ListAssessmentReportsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssessmentReportsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssessmentReports(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListAssessmentReportsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssessmentReportsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAssessmentsCommandInput,
|
|
4
|
+
ListAssessmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListAssessmentsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAssessments(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListAssessmentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAssessmentsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListControlDomainInsightsByAssessmentCommandInput,
|
|
4
|
+
ListControlDomainInsightsByAssessmentCommandOutput,
|
|
5
|
+
} from "../commands/ListControlDomainInsightsByAssessmentCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListControlDomainInsightsByAssessment(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListControlDomainInsightsByAssessmentCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListControlDomainInsightsByAssessmentCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListControlDomainInsightsCommandInput,
|
|
4
|
+
ListControlDomainInsightsCommandOutput,
|
|
5
|
+
} from "../commands/ListControlDomainInsightsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListControlDomainInsights(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListControlDomainInsightsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListControlDomainInsightsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListControlInsightsByControlDomainCommandInput,
|
|
4
|
+
ListControlInsightsByControlDomainCommandOutput,
|
|
5
|
+
} from "../commands/ListControlInsightsByControlDomainCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListControlInsightsByControlDomain(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListControlInsightsByControlDomainCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListControlInsightsByControlDomainCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListControlsCommandInput,
|
|
4
|
+
ListControlsCommandOutput,
|
|
5
|
+
} from "../commands/ListControlsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListControls(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListControlsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListControlsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListKeywordsForDataSourceCommandInput,
|
|
4
|
+
ListKeywordsForDataSourceCommandOutput,
|
|
5
|
+
} from "../commands/ListKeywordsForDataSourceCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListKeywordsForDataSource(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListKeywordsForDataSourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListKeywordsForDataSourceCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListNotificationsCommandInput,
|
|
4
|
+
ListNotificationsCommandOutput,
|
|
5
|
+
} from "../commands/ListNotificationsCommand";
|
|
6
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListNotifications(
|
|
8
|
+
config: AuditManagerPaginationConfiguration,
|
|
9
|
+
input: ListNotificationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListNotificationsCommandOutput>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from "./GetChangeLogsPaginator";
|
|
2
|
-
export * from "./GetDelegationsPaginator";
|
|
3
|
-
export * from "./GetEvidenceByEvidenceFolderPaginator";
|
|
4
|
-
export * from "./GetEvidenceFoldersByAssessmentControlPaginator";
|
|
5
|
-
export * from "./GetEvidenceFoldersByAssessmentPaginator";
|
|
6
|
-
export * from "./Interfaces";
|
|
7
|
-
export * from "./ListAssessmentControlInsightsByControlDomainPaginator";
|
|
8
|
-
export * from "./ListAssessmentFrameworkShareRequestsPaginator";
|
|
9
|
-
export * from "./ListAssessmentFrameworksPaginator";
|
|
10
|
-
export * from "./ListAssessmentReportsPaginator";
|
|
11
|
-
export * from "./ListAssessmentsPaginator";
|
|
12
|
-
export * from "./ListControlDomainInsightsByAssessmentPaginator";
|
|
13
|
-
export * from "./ListControlDomainInsightsPaginator";
|
|
14
|
-
export * from "./ListControlInsightsByControlDomainPaginator";
|
|
15
|
-
export * from "./ListControlsPaginator";
|
|
16
|
-
export * from "./ListKeywordsForDataSourcePaginator";
|
|
17
|
-
export * from "./ListNotificationsPaginator";
|
|
1
|
+
export * from "./GetChangeLogsPaginator";
|
|
2
|
+
export * from "./GetDelegationsPaginator";
|
|
3
|
+
export * from "./GetEvidenceByEvidenceFolderPaginator";
|
|
4
|
+
export * from "./GetEvidenceFoldersByAssessmentControlPaginator";
|
|
5
|
+
export * from "./GetEvidenceFoldersByAssessmentPaginator";
|
|
6
|
+
export * from "./Interfaces";
|
|
7
|
+
export * from "./ListAssessmentControlInsightsByControlDomainPaginator";
|
|
8
|
+
export * from "./ListAssessmentFrameworkShareRequestsPaginator";
|
|
9
|
+
export * from "./ListAssessmentFrameworksPaginator";
|
|
10
|
+
export * from "./ListAssessmentReportsPaginator";
|
|
11
|
+
export * from "./ListAssessmentsPaginator";
|
|
12
|
+
export * from "./ListControlDomainInsightsByAssessmentPaginator";
|
|
13
|
+
export * from "./ListControlDomainInsightsPaginator";
|
|
14
|
+
export * from "./ListControlInsightsByControlDomainPaginator";
|
|
15
|
+
export * from "./ListControlsPaginator";
|
|
16
|
+
export * from "./ListKeywordsForDataSourcePaginator";
|
|
17
|
+
export * from "./ListNotificationsPaginator";
|