@aws-sdk/client-auditmanager 3.952.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
|
@@ -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 { GetSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "GetSettings", {})
|
|
13
13
|
.n("AuditManagerClient", "GetSettingsCommand")
|
|
14
|
-
.sc(GetSettings)
|
|
14
|
+
.sc(GetSettings$)
|
|
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 { ListAssessmentControlInsightsByControlDomain } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssessmentControlInsightsByControlDomain$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssessmentControlInsightsByControlDomainCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssessmentControlInsightsByControlDomainCommand extends $Comman
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentControlInsightsByControlDomain", {})
|
|
13
13
|
.n("AuditManagerClient", "ListAssessmentControlInsightsByControlDomainCommand")
|
|
14
|
-
.sc(ListAssessmentControlInsightsByControlDomain)
|
|
14
|
+
.sc(ListAssessmentControlInsightsByControlDomain$)
|
|
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 { ListAssessmentFrameworkShareRequests } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssessmentFrameworkShareRequests$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssessmentFrameworkShareRequestsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssessmentFrameworkShareRequestsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworkShareRequests", {})
|
|
13
13
|
.n("AuditManagerClient", "ListAssessmentFrameworkShareRequestsCommand")
|
|
14
|
-
.sc(ListAssessmentFrameworkShareRequests)
|
|
14
|
+
.sc(ListAssessmentFrameworkShareRequests$)
|
|
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 { ListAssessmentFrameworks } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssessmentFrameworks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssessmentFrameworksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssessmentFrameworksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworks", {})
|
|
13
13
|
.n("AuditManagerClient", "ListAssessmentFrameworksCommand")
|
|
14
|
-
.sc(ListAssessmentFrameworks)
|
|
14
|
+
.sc(ListAssessmentFrameworks$)
|
|
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 { ListAssessmentReports } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssessmentReports$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssessmentReportsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssessmentReportsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessmentReports", {})
|
|
13
13
|
.n("AuditManagerClient", "ListAssessmentReportsCommand")
|
|
14
|
-
.sc(ListAssessmentReports)
|
|
14
|
+
.sc(ListAssessmentReports$)
|
|
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 { ListAssessments } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAssessments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAssessmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAssessmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListAssessments", {})
|
|
13
13
|
.n("AuditManagerClient", "ListAssessmentsCommand")
|
|
14
|
-
.sc(ListAssessments)
|
|
14
|
+
.sc(ListAssessments$)
|
|
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 { ListControlDomainInsightsByAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { ListControlDomainInsightsByAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListControlDomainInsightsByAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListControlDomainInsightsByAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListControlDomainInsightsByAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "ListControlDomainInsightsByAssessmentCommand")
|
|
14
|
-
.sc(ListControlDomainInsightsByAssessment)
|
|
14
|
+
.sc(ListControlDomainInsightsByAssessment$)
|
|
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 { ListControlDomainInsights } from "../schemas/schemas_0";
|
|
4
|
+
import { ListControlDomainInsights$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListControlDomainInsightsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListControlDomainInsightsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListControlDomainInsights", {})
|
|
13
13
|
.n("AuditManagerClient", "ListControlDomainInsightsCommand")
|
|
14
|
-
.sc(ListControlDomainInsights)
|
|
14
|
+
.sc(ListControlDomainInsights$)
|
|
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 { ListControlInsightsByControlDomain } from "../schemas/schemas_0";
|
|
4
|
+
import { ListControlInsightsByControlDomain$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListControlInsightsByControlDomainCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListControlInsightsByControlDomainCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListControlInsightsByControlDomain", {})
|
|
13
13
|
.n("AuditManagerClient", "ListControlInsightsByControlDomainCommand")
|
|
14
|
-
.sc(ListControlInsightsByControlDomain)
|
|
14
|
+
.sc(ListControlInsightsByControlDomain$)
|
|
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 { ListControls } from "../schemas/schemas_0";
|
|
4
|
+
import { ListControls$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListControlsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListControlsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListControls", {})
|
|
13
13
|
.n("AuditManagerClient", "ListControlsCommand")
|
|
14
|
-
.sc(ListControls)
|
|
14
|
+
.sc(ListControls$)
|
|
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 { ListKeywordsForDataSource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListKeywordsForDataSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListKeywordsForDataSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListKeywordsForDataSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListKeywordsForDataSource", {})
|
|
13
13
|
.n("AuditManagerClient", "ListKeywordsForDataSourceCommand")
|
|
14
|
-
.sc(ListKeywordsForDataSource)
|
|
14
|
+
.sc(ListKeywordsForDataSource$)
|
|
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 { ListNotifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListNotifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListNotificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListNotificationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListNotifications", {})
|
|
13
13
|
.n("AuditManagerClient", "ListNotificationsCommand")
|
|
14
|
-
.sc(ListNotifications)
|
|
14
|
+
.sc(ListNotifications$)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ListTagsForResource", {})
|
|
13
13
|
.n("AuditManagerClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
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 { RegisterAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "RegisterAccount", {})
|
|
13
13
|
.n("AuditManagerClient", "RegisterAccountCommand")
|
|
14
|
-
.sc(RegisterAccount)
|
|
14
|
+
.sc(RegisterAccount$)
|
|
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 { RegisterOrganizationAdminAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterOrganizationAdminAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterOrganizationAdminAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterOrganizationAdminAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "RegisterOrganizationAdminAccount", {})
|
|
13
13
|
.n("AuditManagerClient", "RegisterOrganizationAdminAccountCommand")
|
|
14
|
-
.sc(RegisterOrganizationAdminAccount)
|
|
14
|
+
.sc(RegisterOrganizationAdminAccount$)
|
|
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 { StartAssessmentFrameworkShare } from "../schemas/schemas_0";
|
|
4
|
+
import { StartAssessmentFrameworkShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartAssessmentFrameworkShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartAssessmentFrameworkShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "StartAssessmentFrameworkShare", {})
|
|
13
13
|
.n("AuditManagerClient", "StartAssessmentFrameworkShareCommand")
|
|
14
|
-
.sc(StartAssessmentFrameworkShare)
|
|
14
|
+
.sc(StartAssessmentFrameworkShare$)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "TagResource", {})
|
|
13
13
|
.n("AuditManagerClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UntagResource", {})
|
|
13
13
|
.n("AuditManagerClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
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 { UpdateAssessment } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAssessment$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAssessmentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAssessmentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateAssessment", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateAssessmentCommand")
|
|
14
|
-
.sc(UpdateAssessment)
|
|
14
|
+
.sc(UpdateAssessment$)
|
|
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 { UpdateAssessmentControl } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAssessmentControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAssessmentControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAssessmentControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentControl", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateAssessmentControlCommand")
|
|
14
|
-
.sc(UpdateAssessmentControl)
|
|
14
|
+
.sc(UpdateAssessmentControl$)
|
|
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 { UpdateAssessmentControlSetStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAssessmentControlSetStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAssessmentControlSetStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAssessmentControlSetStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentControlSetStatus", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateAssessmentControlSetStatusCommand")
|
|
14
|
-
.sc(UpdateAssessmentControlSetStatus)
|
|
14
|
+
.sc(UpdateAssessmentControlSetStatus$)
|
|
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 { UpdateAssessmentFramework } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAssessmentFramework$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAssessmentFrameworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAssessmentFrameworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentFramework", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateAssessmentFrameworkCommand")
|
|
14
|
-
.sc(UpdateAssessmentFramework)
|
|
14
|
+
.sc(UpdateAssessmentFramework$)
|
|
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 { UpdateAssessmentFrameworkShare } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAssessmentFrameworkShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAssessmentFrameworkShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAssessmentFrameworkShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentFrameworkShare", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateAssessmentFrameworkShareCommand")
|
|
14
|
-
.sc(UpdateAssessmentFrameworkShare)
|
|
14
|
+
.sc(UpdateAssessmentFrameworkShare$)
|
|
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 { UpdateAssessmentStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAssessmentStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAssessmentStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAssessmentStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateAssessmentStatus", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateAssessmentStatusCommand")
|
|
14
|
-
.sc(UpdateAssessmentStatus)
|
|
14
|
+
.sc(UpdateAssessmentStatus$)
|
|
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 { UpdateControl } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateControl$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateControlCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateControlCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateControl", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateControlCommand")
|
|
14
|
-
.sc(UpdateControl)
|
|
14
|
+
.sc(UpdateControl$)
|
|
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 { UpdateSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "UpdateSettings", {})
|
|
13
13
|
.n("AuditManagerClient", "UpdateSettingsCommand")
|
|
14
|
-
.sc(UpdateSettings)
|
|
14
|
+
.sc(UpdateSettings$)
|
|
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 { ValidateAssessmentReportIntegrity } from "../schemas/schemas_0";
|
|
4
|
+
import { ValidateAssessmentReportIntegrity$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ValidateAssessmentReportIntegrityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ValidateAssessmentReportIntegrityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("BedrockAssessmentManagerLambda", "ValidateAssessmentReportIntegrity", {})
|
|
13
13
|
.n("AuditManagerClient", "ValidateAssessmentReportIntegrityCommand")
|
|
14
|
-
.sc(ValidateAssessmentReportIntegrity)
|
|
14
|
+
.sc(ValidateAssessmentReportIntegrity$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.auditmanager",
|
|
29
|
+
version: "2017-07-25",
|
|
30
|
+
serviceTarget: "BedrockAssessmentManagerLambda",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "AuditManager",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|