@aws-sdk/client-auditmanager 3.42.0 → 3.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/AuditManager.js +90 -0
- package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +36 -0
- package/dist-cjs/commands/GetInsightsCommand.js +36 -0
- package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +36 -0
- package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +36 -0
- package/dist-cjs/commands/ListControlDomainInsightsCommand.js +36 -0
- package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +36 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +110 -2
- package/dist-cjs/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +35 -0
- package/dist-cjs/pagination/ListControlDomainInsightsByAssessmentPaginator.js +35 -0
- package/dist-cjs/pagination/ListControlDomainInsightsPaginator.js +35 -0
- package/dist-cjs/pagination/ListControlInsightsByControlDomainPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +753 -86
- package/dist-es/AuditManager.js +90 -0
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +39 -0
- package/dist-es/commands/GetInsightsCommand.js +39 -0
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +39 -0
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +39 -0
- package/dist-es/commands/ListControlDomainInsightsCommand.js +39 -0
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +39 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +72 -0
- package/dist-es/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +74 -0
- package/dist-es/pagination/ListControlDomainInsightsByAssessmentPaginator.js +74 -0
- package/dist-es/pagination/ListControlDomainInsightsPaginator.js +74 -0
- package/dist-es/pagination/ListControlInsightsByControlDomainPaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +798 -34
- package/dist-types/AuditManager.d.ts +69 -2
- package/dist-types/AuditManagerClient.d.ts +8 -2
- package/dist-types/commands/GetAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +35 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +35 -0
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +42 -0
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +40 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +41 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +42 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +521 -30
- package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
- package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/AuditManager.d.ts +30 -0
- package/dist-types/ts3.4/AuditManagerClient.d.ts +8 -2
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +224 -0
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
- package/package.json +2 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "../commands/ListControlInsightsByControlDomainCommand";
|
|
3
|
+
import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListControlInsightsByControlDomain(config: AuditManagerPaginationConfiguration, input: ListControlInsightsByControlDomainCommandInput, ...additionalArguments: any): Paginator<ListControlInsightsByControlDomainCommandOutput>;
|
|
@@ -4,10 +4,14 @@ export * from "./GetEvidenceByEvidenceFolderPaginator";
|
|
|
4
4
|
export * from "./GetEvidenceFoldersByAssessmentControlPaginator";
|
|
5
5
|
export * from "./GetEvidenceFoldersByAssessmentPaginator";
|
|
6
6
|
export * from "./Interfaces";
|
|
7
|
+
export * from "./ListAssessmentControlInsightsByControlDomainPaginator";
|
|
7
8
|
export * from "./ListAssessmentFrameworkShareRequestsPaginator";
|
|
8
9
|
export * from "./ListAssessmentFrameworksPaginator";
|
|
9
10
|
export * from "./ListAssessmentReportsPaginator";
|
|
10
11
|
export * from "./ListAssessmentsPaginator";
|
|
12
|
+
export * from "./ListControlDomainInsightsByAssessmentPaginator";
|
|
13
|
+
export * from "./ListControlDomainInsightsPaginator";
|
|
14
|
+
export * from "./ListControlInsightsByControlDomainPaginator";
|
|
11
15
|
export * from "./ListControlsPaginator";
|
|
12
16
|
export * from "./ListKeywordsForDataSourcePaginator";
|
|
13
17
|
export * from "./ListNotificationsPaginator";
|
|
@@ -30,13 +30,19 @@ import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "../commands/G
|
|
|
30
30
|
import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "../commands/GetEvidenceFolderCommand";
|
|
31
31
|
import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentCommand";
|
|
32
32
|
import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
33
|
+
import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "../commands/GetInsightsByAssessmentCommand";
|
|
34
|
+
import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
|
|
33
35
|
import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "../commands/GetOrganizationAdminAccountCommand";
|
|
34
36
|
import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "../commands/GetServicesInScopeCommand";
|
|
35
37
|
import { GetSettingsCommandInput, GetSettingsCommandOutput } from "../commands/GetSettingsCommand";
|
|
38
|
+
import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
|
|
36
39
|
import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "../commands/ListAssessmentFrameworksCommand";
|
|
37
40
|
import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "../commands/ListAssessmentFrameworkShareRequestsCommand";
|
|
38
41
|
import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "../commands/ListAssessmentReportsCommand";
|
|
39
42
|
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "../commands/ListAssessmentsCommand";
|
|
43
|
+
import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "../commands/ListControlDomainInsightsByAssessmentCommand";
|
|
44
|
+
import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "../commands/ListControlDomainInsightsCommand";
|
|
45
|
+
import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "../commands/ListControlInsightsByControlDomainCommand";
|
|
40
46
|
import { ListControlsCommandInput, ListControlsCommandOutput } from "../commands/ListControlsCommand";
|
|
41
47
|
import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "../commands/ListKeywordsForDataSourceCommand";
|
|
42
48
|
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
|
|
@@ -85,13 +91,19 @@ export declare const serializeAws_restJson1GetEvidenceByEvidenceFolderCommand: (
|
|
|
85
91
|
export declare const serializeAws_restJson1GetEvidenceFolderCommand: (input: GetEvidenceFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
92
|
export declare const serializeAws_restJson1GetEvidenceFoldersByAssessmentCommand: (input: GetEvidenceFoldersByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
93
|
export declare const serializeAws_restJson1GetEvidenceFoldersByAssessmentControlCommand: (input: GetEvidenceFoldersByAssessmentControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_restJson1GetInsightsCommand: (input: GetInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_restJson1GetInsightsByAssessmentCommand: (input: GetInsightsByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
96
|
export declare const serializeAws_restJson1GetOrganizationAdminAccountCommand: (input: GetOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
97
|
export declare const serializeAws_restJson1GetServicesInScopeCommand: (input: GetServicesInScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
98
|
export declare const serializeAws_restJson1GetSettingsCommand: (input: GetSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand: (input: ListAssessmentControlInsightsByControlDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
100
|
export declare const serializeAws_restJson1ListAssessmentFrameworksCommand: (input: ListAssessmentFrameworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
101
|
export declare const serializeAws_restJson1ListAssessmentFrameworkShareRequestsCommand: (input: ListAssessmentFrameworkShareRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
102
|
export declare const serializeAws_restJson1ListAssessmentReportsCommand: (input: ListAssessmentReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
103
|
export declare const serializeAws_restJson1ListAssessmentsCommand: (input: ListAssessmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_restJson1ListControlDomainInsightsCommand: (input: ListControlDomainInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_restJson1ListControlDomainInsightsByAssessmentCommand: (input: ListControlDomainInsightsByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_restJson1ListControlInsightsByControlDomainCommand: (input: ListControlInsightsByControlDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
107
|
export declare const serializeAws_restJson1ListControlsCommand: (input: ListControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
108
|
export declare const serializeAws_restJson1ListKeywordsForDataSourceCommand: (input: ListKeywordsForDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
109
|
export declare const serializeAws_restJson1ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -140,13 +152,19 @@ export declare const deserializeAws_restJson1GetEvidenceByEvidenceFolderCommand:
|
|
|
140
152
|
export declare const deserializeAws_restJson1GetEvidenceFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFolderCommandOutput>;
|
|
141
153
|
export declare const deserializeAws_restJson1GetEvidenceFoldersByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFoldersByAssessmentCommandOutput>;
|
|
142
154
|
export declare const deserializeAws_restJson1GetEvidenceFoldersByAssessmentControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFoldersByAssessmentControlCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_restJson1GetInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightsCommandOutput>;
|
|
156
|
+
export declare const deserializeAws_restJson1GetInsightsByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightsByAssessmentCommandOutput>;
|
|
143
157
|
export declare const deserializeAws_restJson1GetOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrganizationAdminAccountCommandOutput>;
|
|
144
158
|
export declare const deserializeAws_restJson1GetServicesInScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServicesInScopeCommandOutput>;
|
|
145
159
|
export declare const deserializeAws_restJson1GetSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSettingsCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentControlInsightsByControlDomainCommandOutput>;
|
|
146
161
|
export declare const deserializeAws_restJson1ListAssessmentFrameworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentFrameworksCommandOutput>;
|
|
147
162
|
export declare const deserializeAws_restJson1ListAssessmentFrameworkShareRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentFrameworkShareRequestsCommandOutput>;
|
|
148
163
|
export declare const deserializeAws_restJson1ListAssessmentReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentReportsCommandOutput>;
|
|
149
164
|
export declare const deserializeAws_restJson1ListAssessmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentsCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restJson1ListControlDomainInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlDomainInsightsCommandOutput>;
|
|
166
|
+
export declare const deserializeAws_restJson1ListControlDomainInsightsByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlDomainInsightsByAssessmentCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_restJson1ListControlInsightsByControlDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlInsightsByControlDomainCommandOutput>;
|
|
150
168
|
export declare const deserializeAws_restJson1ListControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlsCommandOutput>;
|
|
151
169
|
export declare const deserializeAws_restJson1ListKeywordsForDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeywordsForDataSourceCommandOutput>;
|
|
152
170
|
export declare const deserializeAws_restJson1ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<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.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|