@aws-sdk/client-auditmanager 3.948.0 → 3.953.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 +794 -533
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +2 -2
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -2
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentReportCommand.js +2 -2
- package/dist-es/commands/CreateControlCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentReportCommand.js +2 -2
- package/dist-es/commands/DeleteControlCommand.js +2 -2
- package/dist-es/commands/DeregisterAccountCommand.js +2 -2
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/GetAccountStatusCommand.js +2 -2
- package/dist-es/commands/GetAssessmentCommand.js +2 -2
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +2 -2
- package/dist-es/commands/GetChangeLogsCommand.js +2 -2
- package/dist-es/commands/GetControlCommand.js +2 -2
- package/dist-es/commands/GetDelegationsCommand.js +2 -2
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/GetEvidenceCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFolderCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +2 -2
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +2 -2
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +2 -2
- package/dist-es/commands/GetInsightsCommand.js +2 -2
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/GetServicesInScopeCommand.js +2 -2
- package/dist-es/commands/GetSettingsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +2 -2
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +2 -2
- package/dist-es/commands/ListAssessmentReportsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentsCommand.js +2 -2
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +2 -2
- package/dist-es/commands/ListControlDomainInsightsCommand.js +2 -2
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +2 -2
- package/dist-es/commands/ListControlsCommand.js +2 -2
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +2 -2
- package/dist-es/commands/ListNotificationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterAccountCommand.js +2 -2
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentControlCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +2 -2
- package/dist-es/commands/UpdateControlCommand.js +2 -2
- package/dist-es/commands/UpdateSettingsCommand.js +2 -2
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +500 -485
- package/dist-types/AuditManagerClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +247 -309
- package/dist-types/ts3.4/AuditManagerClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +246 -310
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.auditmanager",
|
|
32
|
+
version: "2017-07-25",
|
|
33
|
+
serviceTarget: "BedrockAssessmentManagerLambda",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "AuditManager",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateAssessmentReportEvidenceFolder } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateAssessmentReportEvidenceFolder$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateAssessmentReportEvidenceFolderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateAssessmentReportEvidenceFolderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "AssociateAssessmentReportEvidenceFolder", {})
|
|
13
13
|
.n("AuditManagerClient", "AssociateAssessmentReportEvidenceFolderCommand")
|
|
14
|
-
.sc(AssociateAssessmentReportEvidenceFolder)
|
|
14
|
+
.sc(AssociateAssessmentReportEvidenceFolder$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchAssociateAssessmentReportEvidence } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchAssociateAssessmentReportEvidence$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchAssociateAssessmentReportEvidenceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchAssociateAssessmentReportEvidenceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "BatchAssociateAssessmentReportEvidence", {})
|
|
13
13
|
.n("AuditManagerClient", "BatchAssociateAssessmentReportEvidenceCommand")
|
|
14
|
-
.sc(BatchAssociateAssessmentReportEvidence)
|
|
14
|
+
.sc(BatchAssociateAssessmentReportEvidence$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchCreateDelegationByAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchCreateDelegationByAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchCreateDelegationByAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchCreateDelegationByAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "BatchCreateDelegationByAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "BatchCreateDelegationByAssessmentCommand")
|
|
14
|
-
.sc(BatchCreateDelegationByAssessment)
|
|
14
|
+
.sc(BatchCreateDelegationByAssessment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchDeleteDelegationByAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteDelegationByAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteDelegationByAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteDelegationByAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "BatchDeleteDelegationByAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "BatchDeleteDelegationByAssessmentCommand")
|
|
14
|
-
.sc(BatchDeleteDelegationByAssessment)
|
|
14
|
+
.sc(BatchDeleteDelegationByAssessment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchDisassociateAssessmentReportEvidence } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDisassociateAssessmentReportEvidence$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "BatchDisassociateAssessmentReportEvidence", {})
|
|
13
13
|
.n("AuditManagerClient", "BatchDisassociateAssessmentReportEvidenceCommand")
|
|
14
|
-
.sc(BatchDisassociateAssessmentReportEvidence)
|
|
14
|
+
.sc(BatchDisassociateAssessmentReportEvidence$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchImportEvidenceToAssessmentControl } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchImportEvidenceToAssessmentControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchImportEvidenceToAssessmentControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchImportEvidenceToAssessmentControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "BatchImportEvidenceToAssessmentControl", {})
|
|
13
13
|
.n("AuditManagerClient", "BatchImportEvidenceToAssessmentControlCommand")
|
|
14
|
-
.sc(BatchImportEvidenceToAssessmentControl)
|
|
14
|
+
.sc(BatchImportEvidenceToAssessmentControl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "CreateAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "CreateAssessmentCommand")
|
|
14
|
-
.sc(CreateAssessment)
|
|
14
|
+
.sc(CreateAssessment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAssessmentFramework } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAssessmentFramework$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAssessmentFrameworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAssessmentFrameworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "CreateAssessmentFramework", {})
|
|
13
13
|
.n("AuditManagerClient", "CreateAssessmentFrameworkCommand")
|
|
14
|
-
.sc(CreateAssessmentFramework)
|
|
14
|
+
.sc(CreateAssessmentFramework$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAssessmentReport } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAssessmentReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAssessmentReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAssessmentReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "CreateAssessmentReport", {})
|
|
13
13
|
.n("AuditManagerClient", "CreateAssessmentReportCommand")
|
|
14
|
-
.sc(CreateAssessmentReport)
|
|
14
|
+
.sc(CreateAssessmentReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateControl } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "CreateControl", {})
|
|
13
13
|
.n("AuditManagerClient", "CreateControlCommand")
|
|
14
|
-
.sc(CreateControl)
|
|
14
|
+
.sc(CreateControl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DeleteAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "DeleteAssessmentCommand")
|
|
14
|
-
.sc(DeleteAssessment)
|
|
14
|
+
.sc(DeleteAssessment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAssessmentFramework } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAssessmentFramework$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAssessmentFrameworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAssessmentFrameworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DeleteAssessmentFramework", {})
|
|
13
13
|
.n("AuditManagerClient", "DeleteAssessmentFrameworkCommand")
|
|
14
|
-
.sc(DeleteAssessmentFramework)
|
|
14
|
+
.sc(DeleteAssessmentFramework$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAssessmentFrameworkShare } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAssessmentFrameworkShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAssessmentFrameworkShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAssessmentFrameworkShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DeleteAssessmentFrameworkShare", {})
|
|
13
13
|
.n("AuditManagerClient", "DeleteAssessmentFrameworkShareCommand")
|
|
14
|
-
.sc(DeleteAssessmentFrameworkShare)
|
|
14
|
+
.sc(DeleteAssessmentFrameworkShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAssessmentReport } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAssessmentReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAssessmentReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAssessmentReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DeleteAssessmentReport", {})
|
|
13
13
|
.n("AuditManagerClient", "DeleteAssessmentReportCommand")
|
|
14
|
-
.sc(DeleteAssessmentReport)
|
|
14
|
+
.sc(DeleteAssessmentReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteControl } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DeleteControl", {})
|
|
13
13
|
.n("AuditManagerClient", "DeleteControlCommand")
|
|
14
|
-
.sc(DeleteControl)
|
|
14
|
+
.sc(DeleteControl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeregisterAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { DeregisterAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeregisterAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeregisterAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DeregisterAccount", {})
|
|
13
13
|
.n("AuditManagerClient", "DeregisterAccountCommand")
|
|
14
|
-
.sc(DeregisterAccount)
|
|
14
|
+
.sc(DeregisterAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeregisterOrganizationAdminAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { DeregisterOrganizationAdminAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeregisterOrganizationAdminAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeregisterOrganizationAdminAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DeregisterOrganizationAdminAccount", {})
|
|
13
13
|
.n("AuditManagerClient", "DeregisterOrganizationAdminAccountCommand")
|
|
14
|
-
.sc(DeregisterOrganizationAdminAccount)
|
|
14
|
+
.sc(DeregisterOrganizationAdminAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateAssessmentReportEvidenceFolder } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateAssessmentReportEvidenceFolder$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateAssessmentReportEvidenceFolderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateAssessmentReportEvidenceFolderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "DisassociateAssessmentReportEvidenceFolder", {})
|
|
13
13
|
.n("AuditManagerClient", "DisassociateAssessmentReportEvidenceFolderCommand")
|
|
14
|
-
.sc(DisassociateAssessmentReportEvidenceFolder)
|
|
14
|
+
.sc(DisassociateAssessmentReportEvidenceFolder$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAccountStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAccountStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAccountStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAccountStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetAccountStatus", {})
|
|
13
13
|
.n("AuditManagerClient", "GetAccountStatusCommand")
|
|
14
|
-
.sc(GetAccountStatus)
|
|
14
|
+
.sc(GetAccountStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "GetAssessmentCommand")
|
|
14
|
-
.sc(GetAssessment)
|
|
14
|
+
.sc(GetAssessment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAssessmentFramework } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAssessmentFramework$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAssessmentFrameworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAssessmentFrameworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetAssessmentFramework", {})
|
|
13
13
|
.n("AuditManagerClient", "GetAssessmentFrameworkCommand")
|
|
14
|
-
.sc(GetAssessmentFramework)
|
|
14
|
+
.sc(GetAssessmentFramework$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAssessmentReportUrl } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAssessmentReportUrl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAssessmentReportUrlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAssessmentReportUrlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetAssessmentReportUrl", {})
|
|
13
13
|
.n("AuditManagerClient", "GetAssessmentReportUrlCommand")
|
|
14
|
-
.sc(GetAssessmentReportUrl)
|
|
14
|
+
.sc(GetAssessmentReportUrl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetChangeLogs } from "../schemas/schemas_0";
|
|
4
|
+
import { GetChangeLogs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetChangeLogsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetChangeLogsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetChangeLogs", {})
|
|
13
13
|
.n("AuditManagerClient", "GetChangeLogsCommand")
|
|
14
|
-
.sc(GetChangeLogs)
|
|
14
|
+
.sc(GetChangeLogs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetControl } from "../schemas/schemas_0";
|
|
4
|
+
import { GetControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetControl", {})
|
|
13
13
|
.n("AuditManagerClient", "GetControlCommand")
|
|
14
|
-
.sc(GetControl)
|
|
14
|
+
.sc(GetControl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDelegations } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDelegations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDelegationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDelegationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetDelegations", {})
|
|
13
13
|
.n("AuditManagerClient", "GetDelegationsCommand")
|
|
14
|
-
.sc(GetDelegations)
|
|
14
|
+
.sc(GetDelegations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEvidenceByEvidenceFolder } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEvidenceByEvidenceFolder$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEvidenceByEvidenceFolderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEvidenceByEvidenceFolderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceByEvidenceFolder", {})
|
|
13
13
|
.n("AuditManagerClient", "GetEvidenceByEvidenceFolderCommand")
|
|
14
|
-
.sc(GetEvidenceByEvidenceFolder)
|
|
14
|
+
.sc(GetEvidenceByEvidenceFolder$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEvidence } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEvidence$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEvidenceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEvidenceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidence", {})
|
|
13
13
|
.n("AuditManagerClient", "GetEvidenceCommand")
|
|
14
|
-
.sc(GetEvidence)
|
|
14
|
+
.sc(GetEvidence$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEvidenceFileUploadUrl } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEvidenceFileUploadUrl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEvidenceFileUploadUrlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEvidenceFileUploadUrlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFileUploadUrl", {})
|
|
13
13
|
.n("AuditManagerClient", "GetEvidenceFileUploadUrlCommand")
|
|
14
|
-
.sc(GetEvidenceFileUploadUrl)
|
|
14
|
+
.sc(GetEvidenceFileUploadUrl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEvidenceFolder } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEvidenceFolder$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEvidenceFolderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEvidenceFolderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFolder", {})
|
|
13
13
|
.n("AuditManagerClient", "GetEvidenceFolderCommand")
|
|
14
|
-
.sc(GetEvidenceFolder)
|
|
14
|
+
.sc(GetEvidenceFolder$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEvidenceFoldersByAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEvidenceFoldersByAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEvidenceFoldersByAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEvidenceFoldersByAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "GetEvidenceFoldersByAssessmentCommand")
|
|
14
|
-
.sc(GetEvidenceFoldersByAssessment)
|
|
14
|
+
.sc(GetEvidenceFoldersByAssessment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEvidenceFoldersByAssessmentControl } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEvidenceFoldersByAssessmentControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEvidenceFoldersByAssessmentControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEvidenceFoldersByAssessmentControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessmentControl", {})
|
|
13
13
|
.n("AuditManagerClient", "GetEvidenceFoldersByAssessmentControlCommand")
|
|
14
|
-
.sc(GetEvidenceFoldersByAssessmentControl)
|
|
14
|
+
.sc(GetEvidenceFoldersByAssessmentControl$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetInsightsByAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { GetInsightsByAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetInsightsByAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetInsightsByAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetInsightsByAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "GetInsightsByAssessmentCommand")
|
|
14
|
-
.sc(GetInsightsByAssessment)
|
|
14
|
+
.sc(GetInsightsByAssessment$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetInsights } from "../schemas/schemas_0";
|
|
4
|
+
import { GetInsights$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetInsightsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetInsightsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetInsights", {})
|
|
13
13
|
.n("AuditManagerClient", "GetInsightsCommand")
|
|
14
|
-
.sc(GetInsights)
|
|
14
|
+
.sc(GetInsights$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetOrganizationAdminAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { GetOrganizationAdminAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetOrganizationAdminAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetOrganizationAdminAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetOrganizationAdminAccount", {})
|
|
13
13
|
.n("AuditManagerClient", "GetOrganizationAdminAccountCommand")
|
|
14
|
-
.sc(GetOrganizationAdminAccount)
|
|
14
|
+
.sc(GetOrganizationAdminAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetServicesInScope } from "../schemas/schemas_0";
|
|
4
|
+
import { GetServicesInScope$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServicesInScopeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServicesInScopeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetServicesInScope", {})
|
|
13
13
|
.n("AuditManagerClient", "GetServicesInScopeCommand")
|
|
14
|
-
.sc(GetServicesInScope)
|
|
14
|
+
.sc(GetServicesInScope$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|