@aws-sdk/client-auditmanager 3.928.0 → 3.929.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-cjs/index.js +2775 -3133
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AuditManagerClient.js +2 -0
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +3 -9
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +3 -9
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +3 -10
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +3 -10
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +3 -9
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -10
- package/dist-es/commands/CreateAssessmentCommand.js +3 -10
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +3 -10
- package/dist-es/commands/CreateAssessmentReportCommand.js +3 -10
- package/dist-es/commands/CreateControlCommand.js +3 -10
- package/dist-es/commands/DeleteAssessmentCommand.js +3 -9
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +3 -9
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +3 -9
- package/dist-es/commands/DeleteAssessmentReportCommand.js +3 -9
- package/dist-es/commands/DeleteControlCommand.js +3 -9
- package/dist-es/commands/DeregisterAccountCommand.js +3 -9
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +3 -9
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +3 -9
- package/dist-es/commands/GetAccountStatusCommand.js +3 -9
- package/dist-es/commands/GetAssessmentCommand.js +3 -10
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +3 -10
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +3 -9
- package/dist-es/commands/GetChangeLogsCommand.js +3 -9
- package/dist-es/commands/GetControlCommand.js +3 -10
- package/dist-es/commands/GetDelegationsCommand.js +3 -10
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +3 -9
- package/dist-es/commands/GetEvidenceCommand.js +3 -9
- package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +3 -10
- package/dist-es/commands/GetEvidenceFolderCommand.js +3 -9
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +3 -9
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +3 -9
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +3 -9
- package/dist-es/commands/GetInsightsCommand.js +3 -9
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +3 -9
- package/dist-es/commands/GetServicesInScopeCommand.js +3 -9
- package/dist-es/commands/GetSettingsCommand.js +3 -10
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +3 -9
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +3 -10
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +3 -10
- package/dist-es/commands/ListAssessmentReportsCommand.js +3 -10
- package/dist-es/commands/ListAssessmentsCommand.js +3 -10
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +3 -9
- package/dist-es/commands/ListControlDomainInsightsCommand.js +3 -9
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +3 -9
- package/dist-es/commands/ListControlsCommand.js +3 -9
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +3 -9
- package/dist-es/commands/ListNotificationsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RegisterAccountCommand.js +3 -9
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +3 -9
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAssessmentCommand.js +3 -10
- package/dist-es/commands/UpdateAssessmentControlCommand.js +3 -10
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +3 -10
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +3 -10
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +3 -10
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +3 -10
- package/dist-es/commands/UpdateControlCommand.js +3 -10
- package/dist-es/commands/UpdateSettingsCommand.js +3 -10
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -348
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2651 -0
- package/dist-types/AuditManagerClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -272
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +310 -0
- package/dist-types/ts3.4/AuditManagerClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -186
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +316 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -2278
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -560
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -749
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetChangeLogs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetChangeLogsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetChangeLogs", {})
|
|
17
13
|
.n("AuditManagerClient", "GetChangeLogsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetChangeLogsCommand)
|
|
20
|
-
.de(de_GetChangeLogsCommand)
|
|
14
|
+
.sc(GetChangeLogs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetControlCommand, se_GetControlCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetControl } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetControlCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "GetControl", {})
|
|
18
13
|
.n("AuditManagerClient", "GetControlCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetControlCommand)
|
|
21
|
-
.de(de_GetControlCommand)
|
|
14
|
+
.sc(GetControl)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetDelegationsCommand, se_GetDelegationsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetDelegations } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetDelegationsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "GetDelegations", {})
|
|
18
13
|
.n("AuditManagerClient", "GetDelegationsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetDelegationsCommand)
|
|
21
|
-
.de(de_GetDelegationsCommand)
|
|
14
|
+
.sc(GetDelegations)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetEvidenceByEvidenceFolder } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetEvidenceByEvidenceFolderCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceByEvidenceFolder", {})
|
|
17
13
|
.n("AuditManagerClient", "GetEvidenceByEvidenceFolderCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetEvidenceByEvidenceFolderCommand)
|
|
20
|
-
.de(de_GetEvidenceByEvidenceFolderCommand)
|
|
14
|
+
.sc(GetEvidenceByEvidenceFolder)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetEvidence } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetEvidenceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidence", {})
|
|
17
13
|
.n("AuditManagerClient", "GetEvidenceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetEvidenceCommand)
|
|
20
|
-
.de(de_GetEvidenceCommand)
|
|
14
|
+
.sc(GetEvidence)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetEvidenceFileUploadUrlCommand, se_GetEvidenceFileUploadUrlCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetEvidenceFileUploadUrl } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetEvidenceFileUploadUrlCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFileUploadUrl", {})
|
|
18
13
|
.n("AuditManagerClient", "GetEvidenceFileUploadUrlCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetEvidenceFileUploadUrlCommand)
|
|
21
|
-
.de(de_GetEvidenceFileUploadUrlCommand)
|
|
14
|
+
.sc(GetEvidenceFileUploadUrl)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetEvidenceFolder } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetEvidenceFolderCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFolder", {})
|
|
17
13
|
.n("AuditManagerClient", "GetEvidenceFolderCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetEvidenceFolderCommand)
|
|
20
|
-
.de(de_GetEvidenceFolderCommand)
|
|
14
|
+
.sc(GetEvidenceFolder)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetEvidenceFoldersByAssessment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetEvidenceFoldersByAssessmentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessment", {})
|
|
17
13
|
.n("AuditManagerClient", "GetEvidenceFoldersByAssessmentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetEvidenceFoldersByAssessmentCommand)
|
|
20
|
-
.de(de_GetEvidenceFoldersByAssessmentCommand)
|
|
14
|
+
.sc(GetEvidenceFoldersByAssessment)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetEvidenceFoldersByAssessmentControl } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetEvidenceFoldersByAssessmentControlCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessmentControl", {})
|
|
17
13
|
.n("AuditManagerClient", "GetEvidenceFoldersByAssessmentControlCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetEvidenceFoldersByAssessmentControlCommand)
|
|
20
|
-
.de(de_GetEvidenceFoldersByAssessmentControlCommand)
|
|
14
|
+
.sc(GetEvidenceFoldersByAssessmentControl)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetInsightsByAssessment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetInsightsByAssessmentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetInsightsByAssessment", {})
|
|
17
13
|
.n("AuditManagerClient", "GetInsightsByAssessmentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetInsightsByAssessmentCommand)
|
|
20
|
-
.de(de_GetInsightsByAssessmentCommand)
|
|
14
|
+
.sc(GetInsightsByAssessment)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetInsights } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetInsightsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetInsights", {})
|
|
17
13
|
.n("AuditManagerClient", "GetInsightsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetInsightsCommand)
|
|
20
|
-
.de(de_GetInsightsCommand)
|
|
14
|
+
.sc(GetInsights)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetOrganizationAdminAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetOrganizationAdminAccountCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetOrganizationAdminAccount", {})
|
|
17
13
|
.n("AuditManagerClient", "GetOrganizationAdminAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetOrganizationAdminAccountCommand)
|
|
20
|
-
.de(de_GetOrganizationAdminAccountCommand)
|
|
14
|
+
.sc(GetOrganizationAdminAccount)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetServicesInScope } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetServicesInScopeCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "GetServicesInScope", {})
|
|
17
13
|
.n("AuditManagerClient", "GetServicesInScopeCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetServicesInScopeCommand)
|
|
20
|
-
.de(de_GetServicesInScopeCommand)
|
|
14
|
+
.sc(GetServicesInScope)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetSettingsCommand, se_GetSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetSettingsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "GetSettings", {})
|
|
18
13
|
.n("AuditManagerClient", "GetSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetSettingsCommand)
|
|
21
|
-
.de(de_GetSettingsCommand)
|
|
14
|
+
.sc(GetSettings)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListAssessmentControlInsightsByControlDomain } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListAssessmentControlInsightsByControlDomainCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentControlInsightsByControlDomain", {})
|
|
17
13
|
.n("AuditManagerClient", "ListAssessmentControlInsightsByControlDomainCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListAssessmentControlInsightsByControlDomainCommand)
|
|
20
|
-
.de(de_ListAssessmentControlInsightsByControlDomainCommand)
|
|
14
|
+
.sc(ListAssessmentControlInsightsByControlDomain)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListAssessmentFrameworkShareRequestsCommand, se_ListAssessmentFrameworkShareRequestsCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListAssessmentFrameworkShareRequests } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListAssessmentFrameworkShareRequestsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworkShareRequests", {})
|
|
18
13
|
.n("AuditManagerClient", "ListAssessmentFrameworkShareRequestsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListAssessmentFrameworkShareRequestsCommand)
|
|
21
|
-
.de(de_ListAssessmentFrameworkShareRequestsCommand)
|
|
14
|
+
.sc(ListAssessmentFrameworkShareRequests)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListAssessmentFrameworksCommand, se_ListAssessmentFrameworksCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListAssessmentFrameworks } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListAssessmentFrameworksCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworks", {})
|
|
18
13
|
.n("AuditManagerClient", "ListAssessmentFrameworksCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListAssessmentFrameworksCommand)
|
|
21
|
-
.de(de_ListAssessmentFrameworksCommand)
|
|
14
|
+
.sc(ListAssessmentFrameworks)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListAssessmentReportsCommand, se_ListAssessmentReportsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListAssessmentReports } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListAssessmentReportsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentReports", {})
|
|
18
13
|
.n("AuditManagerClient", "ListAssessmentReportsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListAssessmentReportsCommand)
|
|
21
|
-
.de(de_ListAssessmentReportsCommand)
|
|
14
|
+
.sc(ListAssessmentReports)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListAssessmentsCommand, se_ListAssessmentsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListAssessments } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListAssessmentsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessments", {})
|
|
18
13
|
.n("AuditManagerClient", "ListAssessmentsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListAssessmentsCommand)
|
|
21
|
-
.de(de_ListAssessmentsCommand)
|
|
14
|
+
.sc(ListAssessments)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListControlDomainInsightsByAssessment } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListControlDomainInsightsByAssessmentCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "ListControlDomainInsightsByAssessment", {})
|
|
17
13
|
.n("AuditManagerClient", "ListControlDomainInsightsByAssessmentCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListControlDomainInsightsByAssessmentCommand)
|
|
20
|
-
.de(de_ListControlDomainInsightsByAssessmentCommand)
|
|
14
|
+
.sc(ListControlDomainInsightsByAssessment)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListControlDomainInsights } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListControlDomainInsightsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "ListControlDomainInsights", {})
|
|
17
13
|
.n("AuditManagerClient", "ListControlDomainInsightsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListControlDomainInsightsCommand)
|
|
20
|
-
.de(de_ListControlDomainInsightsCommand)
|
|
14
|
+
.sc(ListControlDomainInsights)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListControlInsightsByControlDomain } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListControlInsightsByControlDomainCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "ListControlInsightsByControlDomain", {})
|
|
17
13
|
.n("AuditManagerClient", "ListControlInsightsByControlDomainCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListControlInsightsByControlDomainCommand)
|
|
20
|
-
.de(de_ListControlInsightsByControlDomainCommand)
|
|
14
|
+
.sc(ListControlInsightsByControlDomain)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListControls } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListControlsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("BedrockAssessmentManagerLambda", "ListControls", {})
|
|
17
13
|
.n("AuditManagerClient", "ListControlsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListControlsCommand)
|
|
20
|
-
.de(de_ListControlsCommand)
|
|
14
|
+
.sc(ListControls)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|