@aws-sdk/client-auditmanager 3.413.0 → 3.418.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/commands/AssociateAssessmentReportEvidenceFolderCommand.js +5 -0
- package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +5 -0
- package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +5 -0
- package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +5 -0
- package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +5 -0
- package/dist-cjs/commands/CreateAssessmentCommand.js +5 -0
- package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +5 -0
- package/dist-cjs/commands/CreateAssessmentReportCommand.js +5 -0
- package/dist-cjs/commands/CreateControlCommand.js +5 -0
- package/dist-cjs/commands/DeleteAssessmentCommand.js +5 -0
- package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +5 -0
- package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +5 -0
- package/dist-cjs/commands/DeleteAssessmentReportCommand.js +5 -0
- package/dist-cjs/commands/DeleteControlCommand.js +5 -0
- package/dist-cjs/commands/DeregisterAccountCommand.js +5 -0
- package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +5 -0
- package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +5 -0
- package/dist-cjs/commands/GetAccountStatusCommand.js +5 -0
- package/dist-cjs/commands/GetAssessmentCommand.js +5 -0
- package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +5 -0
- package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +5 -0
- package/dist-cjs/commands/GetChangeLogsCommand.js +5 -0
- package/dist-cjs/commands/GetControlCommand.js +5 -0
- package/dist-cjs/commands/GetDelegationsCommand.js +5 -0
- package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +5 -0
- package/dist-cjs/commands/GetEvidenceCommand.js +5 -0
- package/dist-cjs/commands/GetEvidenceFileUploadUrlCommand.js +5 -0
- package/dist-cjs/commands/GetEvidenceFolderCommand.js +5 -0
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +5 -0
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +5 -0
- package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +5 -0
- package/dist-cjs/commands/GetInsightsCommand.js +5 -0
- package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +5 -0
- package/dist-cjs/commands/GetServicesInScopeCommand.js +5 -0
- package/dist-cjs/commands/GetSettingsCommand.js +5 -0
- package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +5 -0
- package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +5 -0
- package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +5 -0
- package/dist-cjs/commands/ListAssessmentReportsCommand.js +5 -0
- package/dist-cjs/commands/ListAssessmentsCommand.js +5 -0
- package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +5 -0
- package/dist-cjs/commands/ListControlDomainInsightsCommand.js +5 -0
- package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +5 -0
- package/dist-cjs/commands/ListControlsCommand.js +5 -0
- package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +5 -0
- package/dist-cjs/commands/ListNotificationsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/RegisterAccountCommand.js +5 -0
- package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +5 -0
- package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateAssessmentCommand.js +5 -0
- package/dist-cjs/commands/UpdateAssessmentControlCommand.js +5 -0
- package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +5 -0
- package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +5 -0
- package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +5 -0
- package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +5 -0
- package/dist-cjs/commands/UpdateControlCommand.js +5 -0
- package/dist-cjs/commands/UpdateSettingsCommand.js +5 -0
- package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +5 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +5 -0
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +5 -0
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +5 -0
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +5 -0
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +5 -0
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +5 -0
- package/dist-es/commands/CreateAssessmentCommand.js +5 -0
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +5 -0
- package/dist-es/commands/CreateAssessmentReportCommand.js +5 -0
- package/dist-es/commands/CreateControlCommand.js +5 -0
- package/dist-es/commands/DeleteAssessmentCommand.js +5 -0
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +5 -0
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +5 -0
- package/dist-es/commands/DeleteAssessmentReportCommand.js +5 -0
- package/dist-es/commands/DeleteControlCommand.js +5 -0
- package/dist-es/commands/DeregisterAccountCommand.js +5 -0
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +5 -0
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +5 -0
- package/dist-es/commands/GetAccountStatusCommand.js +5 -0
- package/dist-es/commands/GetAssessmentCommand.js +5 -0
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +5 -0
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +5 -0
- package/dist-es/commands/GetChangeLogsCommand.js +5 -0
- package/dist-es/commands/GetControlCommand.js +5 -0
- package/dist-es/commands/GetDelegationsCommand.js +5 -0
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +5 -0
- package/dist-es/commands/GetEvidenceCommand.js +5 -0
- package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +5 -0
- package/dist-es/commands/GetEvidenceFolderCommand.js +5 -0
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +5 -0
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +5 -0
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +5 -0
- package/dist-es/commands/GetInsightsCommand.js +5 -0
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +5 -0
- package/dist-es/commands/GetServicesInScopeCommand.js +5 -0
- package/dist-es/commands/GetSettingsCommand.js +5 -0
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +5 -0
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +5 -0
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +5 -0
- package/dist-es/commands/ListAssessmentReportsCommand.js +5 -0
- package/dist-es/commands/ListAssessmentsCommand.js +5 -0
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +5 -0
- package/dist-es/commands/ListControlDomainInsightsCommand.js +5 -0
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +5 -0
- package/dist-es/commands/ListControlsCommand.js +5 -0
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +5 -0
- package/dist-es/commands/ListNotificationsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/RegisterAccountCommand.js +5 -0
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +5 -0
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateAssessmentCommand.js +5 -0
- package/dist-es/commands/UpdateAssessmentControlCommand.js +5 -0
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +5 -0
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +5 -0
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +5 -0
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +5 -0
- package/dist-es/commands/UpdateControlCommand.js +5 -0
- package/dist-es/commands/UpdateSettingsCommand.js +5 -0
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +5 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/package.json +31 -30
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetInsightsByAssessmentCommand, se_GetInsightsByAssessmentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetInsightsByAssessmentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetInsightsByAssessmentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "GetInsightsByAssessment",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetInsightsCommand, se_GetInsightsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetInsightsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetInsightsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "GetInsights",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetOrganizationAdminAccountCommand, se_GetOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetOrganizationAdminAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetOrganizationAdminAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "GetOrganizationAdminAccount",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetServicesInScopeCommand, se_GetServicesInScopeCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetServicesInScopeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetServicesInScopeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "GetServicesInScope",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { GetSettingsResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_GetSettingsCommand, se_GetSettingsCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class GetSettingsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: GetSettingsResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "GetSettings",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAssessmentControlInsightsByControlDomainCommand, se_ListAssessmentControlInsightsByControlDomainCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAssessmentControlInsightsByControlDomainCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAssessmentControlInsightsByControlDomainCommand extends $Comman
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ListAssessmentControlInsightsByControlDomain",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListAssessmentFrameworkShareRequestsCommand, se_ListAssessmentFrameworkShareRequestsCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListAssessmentFrameworkShareRequestsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "ListAssessmentFrameworkShareRequests",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { ListAssessmentFrameworksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListAssessmentFrameworksCommand, se_ListAssessmentFrameworksCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListAssessmentFrameworksCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListAssessmentFrameworksResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "ListAssessmentFrameworks",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { ListAssessmentReportsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListAssessmentReportsCommand, se_ListAssessmentReportsCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListAssessmentReportsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListAssessmentReportsResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "ListAssessmentReports",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { ListAssessmentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListAssessmentsCommand, se_ListAssessmentsCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListAssessmentsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListAssessmentsResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "ListAssessments",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListControlDomainInsightsByAssessmentCommand, se_ListControlDomainInsightsByAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListControlDomainInsightsByAssessmentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListControlDomainInsightsByAssessmentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ListControlDomainInsightsByAssessment",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListControlDomainInsightsCommand, se_ListControlDomainInsightsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListControlDomainInsightsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListControlDomainInsightsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ListControlDomainInsights",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListControlInsightsByControlDomainCommand, se_ListControlInsightsByControlDomainCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListControlInsightsByControlDomainCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListControlInsightsByControlDomainCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ListControlInsightsByControlDomain",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListControlsCommand, se_ListControlsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListControlsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListControlsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ListControls",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListKeywordsForDataSourceCommand, se_ListKeywordsForDataSourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListKeywordsForDataSourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListKeywordsForDataSourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ListKeywordsForDataSource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { ListNotificationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListNotificationsCommand, se_ListNotificationsCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListNotificationsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListNotificationsResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "ListNotifications",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ListTagsForResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_RegisterAccountCommand, se_RegisterAccountCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class RegisterAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class RegisterAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "RegisterAccount",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_RegisterOrganizationAdminAccountCommand, se_RegisterOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class RegisterOrganizationAdminAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class RegisterOrganizationAdminAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "RegisterOrganizationAdminAccount",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { StartAssessmentFrameworkShareResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_StartAssessmentFrameworkShareCommand, se_StartAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class StartAssessmentFrameworkShareCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: StartAssessmentFrameworkShareResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "StartAssessmentFrameworkShare",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateAssessmentRequestFilterSensitiveLog, UpdateAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateAssessmentCommand, se_UpdateAssessmentCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateAssessmentCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateAssessmentRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateAssessmentResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateAssessment",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateAssessmentControlRequestFilterSensitiveLog, UpdateAssessmentControlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateAssessmentControlCommand, se_UpdateAssessmentControlCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateAssessmentControlCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateAssessmentControlRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateAssessmentControlResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateAssessmentControl",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateAssessmentControlSetStatusRequestFilterSensitiveLog, UpdateAssessmentControlSetStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateAssessmentControlSetStatusCommand, se_UpdateAssessmentControlSetStatusCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateAssessmentControlSetStatusCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateAssessmentControlSetStatusRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateAssessmentControlSetStatusResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateAssessmentControlSetStatus",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateAssessmentFrameworkRequestFilterSensitiveLog, UpdateAssessmentFrameworkResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateAssessmentFrameworkCommand, se_UpdateAssessmentFrameworkCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateAssessmentFrameworkCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateAssessmentFrameworkRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateAssessmentFrameworkResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateAssessmentFramework",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateAssessmentFrameworkShareResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateAssessmentFrameworkShareCommand, se_UpdateAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateAssessmentFrameworkShareCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: UpdateAssessmentFrameworkShareResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateAssessmentFrameworkShare",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateAssessmentStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateAssessmentStatusCommand, se_UpdateAssessmentStatusCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateAssessmentStatusCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: UpdateAssessmentStatusResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateAssessmentStatus",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateControlRequestFilterSensitiveLog, UpdateControlResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateControlCommand, se_UpdateControlCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateControlCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateControlRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateControlResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateControl",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateSettingsRequestFilterSensitiveLog, UpdateSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateSettingsCommand, se_UpdateSettingsCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateSettingsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateSettingsRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: UpdateSettingsResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "BedrockAssessmentManagerLambda",
|
|
36
|
+
operation: "UpdateSettings",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ValidateAssessmentReportIntegrityCommand, se_ValidateAssessmentReportIntegrityCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ValidateAssessmentReportIntegrityCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ValidateAssessmentReportIntegrityCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "BedrockAssessmentManagerLambda",
|
|
35
|
+
operation: "ValidateAssessmentReportIntegrity",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
1
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
2
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
3
4
|
const asPartial = (t) => t;
|
|
4
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
5
6
|
const extensionConfiguration = {
|
|
7
|
+
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
6
8
|
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
7
9
|
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
8
10
|
};
|
|
9
11
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
10
12
|
return {
|
|
11
13
|
...runtimeConfig,
|
|
14
|
+
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
12
15
|
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
13
16
|
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
14
17
|
};
|