@aws-sdk/client-auditmanager 3.928.0 → 3.930.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 +33 -33
- 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 { ListKeywordsForDataSource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListKeywordsForDataSourceCommand 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", "ListKeywordsForDataSource", {})
|
|
17
13
|
.n("AuditManagerClient", "ListKeywordsForDataSourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListKeywordsForDataSourceCommand)
|
|
20
|
-
.de(de_ListKeywordsForDataSourceCommand)
|
|
14
|
+
.sc(ListKeywordsForDataSource)
|
|
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_ListNotificationsCommand, se_ListNotificationsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListNotifications } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListNotificationsCommand 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", "ListNotifications", {})
|
|
18
13
|
.n("AuditManagerClient", "ListNotificationsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListNotificationsCommand)
|
|
21
|
-
.de(de_ListNotificationsCommand)
|
|
14
|
+
.sc(ListNotifications)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
|
|
17
13
|
.n("AuditManagerClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
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 { RegisterAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RegisterAccountCommand 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", "RegisterAccount", {})
|
|
17
13
|
.n("AuditManagerClient", "RegisterAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RegisterAccountCommand)
|
|
20
|
-
.de(de_RegisterAccountCommand)
|
|
14
|
+
.sc(RegisterAccount)
|
|
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 { RegisterOrganizationAdminAccount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RegisterOrganizationAdminAccountCommand 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", "RegisterOrganizationAdminAccount", {})
|
|
17
13
|
.n("AuditManagerClient", "RegisterOrganizationAdminAccountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RegisterOrganizationAdminAccountCommand)
|
|
20
|
-
.de(de_RegisterOrganizationAdminAccountCommand)
|
|
14
|
+
.sc(RegisterOrganizationAdminAccount)
|
|
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_StartAssessmentFrameworkShareCommand, se_StartAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { StartAssessmentFrameworkShare } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class StartAssessmentFrameworkShareCommand 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", "StartAssessmentFrameworkShare", {})
|
|
18
13
|
.n("AuditManagerClient", "StartAssessmentFrameworkShareCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_StartAssessmentFrameworkShareCommand)
|
|
21
|
-
.de(de_StartAssessmentFrameworkShareCommand)
|
|
14
|
+
.sc(StartAssessmentFrameworkShare)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand 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", "TagResource", {})
|
|
17
13
|
.n("AuditManagerClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand 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", "UntagResource", {})
|
|
17
13
|
.n("AuditManagerClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
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_UpdateAssessmentCommand, se_UpdateAssessmentCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateAssessment } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateAssessmentCommand 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", "UpdateAssessment", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateAssessmentCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateAssessmentCommand)
|
|
21
|
-
.de(de_UpdateAssessmentCommand)
|
|
14
|
+
.sc(UpdateAssessment)
|
|
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_UpdateAssessmentControlCommand, se_UpdateAssessmentControlCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateAssessmentControl } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateAssessmentControlCommand 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", "UpdateAssessmentControl", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateAssessmentControlCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateAssessmentControlCommand)
|
|
21
|
-
.de(de_UpdateAssessmentControlCommand)
|
|
14
|
+
.sc(UpdateAssessmentControl)
|
|
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_UpdateAssessmentControlSetStatusCommand, se_UpdateAssessmentControlSetStatusCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateAssessmentControlSetStatus } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateAssessmentControlSetStatusCommand 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", "UpdateAssessmentControlSetStatus", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateAssessmentControlSetStatusCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateAssessmentControlSetStatusCommand)
|
|
21
|
-
.de(de_UpdateAssessmentControlSetStatusCommand)
|
|
14
|
+
.sc(UpdateAssessmentControlSetStatus)
|
|
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_UpdateAssessmentFrameworkCommand, se_UpdateAssessmentFrameworkCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateAssessmentFramework } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateAssessmentFrameworkCommand 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", "UpdateAssessmentFramework", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateAssessmentFrameworkCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateAssessmentFrameworkCommand)
|
|
21
|
-
.de(de_UpdateAssessmentFrameworkCommand)
|
|
14
|
+
.sc(UpdateAssessmentFramework)
|
|
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_UpdateAssessmentFrameworkShareCommand, se_UpdateAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateAssessmentFrameworkShare } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateAssessmentFrameworkShareCommand 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", "UpdateAssessmentFrameworkShare", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateAssessmentFrameworkShareCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateAssessmentFrameworkShareCommand)
|
|
21
|
-
.de(de_UpdateAssessmentFrameworkShareCommand)
|
|
14
|
+
.sc(UpdateAssessmentFrameworkShare)
|
|
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_UpdateAssessmentStatusCommand, se_UpdateAssessmentStatusCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateAssessmentStatus } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateAssessmentStatusCommand 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", "UpdateAssessmentStatus", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateAssessmentStatusCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateAssessmentStatusCommand)
|
|
21
|
-
.de(de_UpdateAssessmentStatusCommand)
|
|
14
|
+
.sc(UpdateAssessmentStatus)
|
|
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_UpdateControlCommand, se_UpdateControlCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateControl } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateControlCommand 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", "UpdateControl", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateControlCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateControlCommand)
|
|
21
|
-
.de(de_UpdateControlCommand)
|
|
14
|
+
.sc(UpdateControl)
|
|
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_UpdateSettingsCommand, se_UpdateSettingsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { UpdateSettings } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class UpdateSettingsCommand 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", "UpdateSettings", {})
|
|
18
13
|
.n("AuditManagerClient", "UpdateSettingsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_UpdateSettingsCommand)
|
|
21
|
-
.de(de_UpdateSettingsCommand)
|
|
14
|
+
.sc(UpdateSettings)
|
|
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 { ValidateAssessmentReportIntegrity } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ValidateAssessmentReportIntegrityCommand 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", "ValidateAssessmentReportIntegrity", {})
|
|
17
13
|
.n("AuditManagerClient", "ValidateAssessmentReportIntegrityCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ValidateAssessmentReportIntegrityCommand)
|
|
20
|
-
.de(de_ValidateAssessmentReportIntegrityCommand)
|
|
14
|
+
.sc(ValidateAssessmentReportIntegrity)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|