@aws-sdk/client-securityhub 3.414.0 → 3.421.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/README.md +7 -7
- package/dist-cjs/commands/AcceptAdministratorInvitationCommand.js +5 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +5 -0
- package/dist-cjs/commands/BatchDeleteAutomationRulesCommand.js +5 -0
- package/dist-cjs/commands/BatchDisableStandardsCommand.js +5 -0
- package/dist-cjs/commands/BatchEnableStandardsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetAutomationRulesCommand.js +5 -0
- package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +5 -0
- package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +5 -0
- package/dist-cjs/commands/BatchImportFindingsCommand.js +5 -0
- package/dist-cjs/commands/BatchUpdateAutomationRulesCommand.js +5 -0
- package/dist-cjs/commands/BatchUpdateFindingsCommand.js +5 -0
- package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +5 -0
- package/dist-cjs/commands/CreateActionTargetCommand.js +5 -0
- package/dist-cjs/commands/CreateAutomationRuleCommand.js +5 -0
- package/dist-cjs/commands/CreateFindingAggregatorCommand.js +5 -0
- package/dist-cjs/commands/CreateInsightCommand.js +5 -0
- package/dist-cjs/commands/CreateMembersCommand.js +5 -0
- package/dist-cjs/commands/DeclineInvitationsCommand.js +5 -0
- package/dist-cjs/commands/DeleteActionTargetCommand.js +5 -0
- package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +5 -0
- package/dist-cjs/commands/DeleteInsightCommand.js +5 -0
- package/dist-cjs/commands/DeleteInvitationsCommand.js +5 -0
- package/dist-cjs/commands/DeleteMembersCommand.js +5 -0
- package/dist-cjs/commands/DescribeActionTargetsCommand.js +5 -0
- package/dist-cjs/commands/DescribeHubCommand.js +5 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DescribeProductsCommand.js +5 -0
- package/dist-cjs/commands/DescribeStandardsCommand.js +5 -0
- package/dist-cjs/commands/DescribeStandardsControlsCommand.js +5 -0
- package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +5 -0
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +5 -0
- package/dist-cjs/commands/DisableSecurityHubCommand.js +5 -0
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +5 -0
- package/dist-cjs/commands/DisassociateMembersCommand.js +5 -0
- package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +5 -0
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +5 -0
- package/dist-cjs/commands/EnableSecurityHubCommand.js +5 -0
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +5 -0
- package/dist-cjs/commands/GetEnabledStandardsCommand.js +5 -0
- package/dist-cjs/commands/GetFindingAggregatorCommand.js +5 -0
- package/dist-cjs/commands/GetFindingHistoryCommand.js +5 -0
- package/dist-cjs/commands/GetFindingsCommand.js +5 -0
- package/dist-cjs/commands/GetInsightResultsCommand.js +5 -0
- package/dist-cjs/commands/GetInsightsCommand.js +5 -0
- package/dist-cjs/commands/GetInvitationsCountCommand.js +5 -0
- package/dist-cjs/commands/GetMasterAccountCommand.js +5 -0
- package/dist-cjs/commands/GetMembersCommand.js +5 -0
- package/dist-cjs/commands/InviteMembersCommand.js +5 -0
- package/dist-cjs/commands/ListAutomationRulesCommand.js +5 -0
- package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +5 -0
- package/dist-cjs/commands/ListFindingAggregatorsCommand.js +5 -0
- package/dist-cjs/commands/ListInvitationsCommand.js +5 -0
- package/dist-cjs/commands/ListMembersCommand.js +5 -0
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +5 -0
- package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateActionTargetCommand.js +5 -0
- package/dist-cjs/commands/UpdateFindingAggregatorCommand.js +5 -0
- package/dist-cjs/commands/UpdateFindingsCommand.js +5 -0
- package/dist-cjs/commands/UpdateInsightCommand.js +5 -0
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UpdateSecurityHubConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UpdateStandardsControlCommand.js +5 -0
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +5 -0
- package/dist-es/commands/AcceptInvitationCommand.js +5 -0
- package/dist-es/commands/BatchDeleteAutomationRulesCommand.js +5 -0
- package/dist-es/commands/BatchDisableStandardsCommand.js +5 -0
- package/dist-es/commands/BatchEnableStandardsCommand.js +5 -0
- package/dist-es/commands/BatchGetAutomationRulesCommand.js +5 -0
- package/dist-es/commands/BatchGetSecurityControlsCommand.js +5 -0
- package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +5 -0
- package/dist-es/commands/BatchImportFindingsCommand.js +5 -0
- package/dist-es/commands/BatchUpdateAutomationRulesCommand.js +5 -0
- package/dist-es/commands/BatchUpdateFindingsCommand.js +5 -0
- package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +5 -0
- package/dist-es/commands/CreateActionTargetCommand.js +5 -0
- package/dist-es/commands/CreateAutomationRuleCommand.js +5 -0
- package/dist-es/commands/CreateFindingAggregatorCommand.js +5 -0
- package/dist-es/commands/CreateInsightCommand.js +5 -0
- package/dist-es/commands/CreateMembersCommand.js +5 -0
- package/dist-es/commands/DeclineInvitationsCommand.js +5 -0
- package/dist-es/commands/DeleteActionTargetCommand.js +5 -0
- package/dist-es/commands/DeleteFindingAggregatorCommand.js +5 -0
- package/dist-es/commands/DeleteInsightCommand.js +5 -0
- package/dist-es/commands/DeleteInvitationsCommand.js +5 -0
- package/dist-es/commands/DeleteMembersCommand.js +5 -0
- package/dist-es/commands/DescribeActionTargetsCommand.js +5 -0
- package/dist-es/commands/DescribeHubCommand.js +5 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +5 -0
- package/dist-es/commands/DescribeProductsCommand.js +5 -0
- package/dist-es/commands/DescribeStandardsCommand.js +5 -0
- package/dist-es/commands/DescribeStandardsControlsCommand.js +5 -0
- package/dist-es/commands/DisableImportFindingsForProductCommand.js +5 -0
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +5 -0
- package/dist-es/commands/DisableSecurityHubCommand.js +5 -0
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +5 -0
- package/dist-es/commands/DisassociateMembersCommand.js +5 -0
- package/dist-es/commands/EnableImportFindingsForProductCommand.js +5 -0
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +5 -0
- package/dist-es/commands/EnableSecurityHubCommand.js +5 -0
- package/dist-es/commands/GetAdministratorAccountCommand.js +5 -0
- package/dist-es/commands/GetEnabledStandardsCommand.js +5 -0
- package/dist-es/commands/GetFindingAggregatorCommand.js +5 -0
- package/dist-es/commands/GetFindingHistoryCommand.js +5 -0
- package/dist-es/commands/GetFindingsCommand.js +5 -0
- package/dist-es/commands/GetInsightResultsCommand.js +5 -0
- package/dist-es/commands/GetInsightsCommand.js +5 -0
- package/dist-es/commands/GetInvitationsCountCommand.js +5 -0
- package/dist-es/commands/GetMasterAccountCommand.js +5 -0
- package/dist-es/commands/GetMembersCommand.js +5 -0
- package/dist-es/commands/InviteMembersCommand.js +5 -0
- package/dist-es/commands/ListAutomationRulesCommand.js +5 -0
- package/dist-es/commands/ListEnabledProductsForImportCommand.js +5 -0
- package/dist-es/commands/ListFindingAggregatorsCommand.js +5 -0
- package/dist-es/commands/ListInvitationsCommand.js +5 -0
- package/dist-es/commands/ListMembersCommand.js +5 -0
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +5 -0
- package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListStandardsControlAssociationsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateActionTargetCommand.js +5 -0
- package/dist-es/commands/UpdateFindingAggregatorCommand.js +5 -0
- package/dist-es/commands/UpdateFindingsCommand.js +5 -0
- package/dist-es/commands/UpdateInsightCommand.js +5 -0
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +5 -0
- package/dist-es/commands/UpdateSecurityHubConfigurationCommand.js +5 -0
- package/dist-es/commands/UpdateStandardsControlCommand.js +5 -0
- package/package.json +31 -31
|
@@ -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_DescribeProductsCommand, se_DescribeProductsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeProductsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeProductsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DescribeProducts",
|
|
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_DescribeStandardsCommand, se_DescribeStandardsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeStandardsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeStandardsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DescribeStandards",
|
|
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_DescribeStandardsControlsCommand, se_DescribeStandardsControlsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeStandardsControlsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeStandardsControlsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DescribeStandardsControls",
|
|
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_DisableImportFindingsForProductCommand, se_DisableImportFindingsForProductCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisableImportFindingsForProductCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisableImportFindingsForProductCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DisableImportFindingsForProduct",
|
|
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_DisableOrganizationAdminAccountCommand, se_DisableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisableOrganizationAdminAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisableOrganizationAdminAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DisableOrganizationAdminAccount",
|
|
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_DisableSecurityHubCommand, se_DisableSecurityHubCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisableSecurityHubCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisableSecurityHubCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DisableSecurityHub",
|
|
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_DisassociateFromAdministratorAccountCommand, se_DisassociateFromAdministratorAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateFromAdministratorAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateFromAdministratorAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DisassociateFromAdministratorAccount",
|
|
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_DisassociateFromMasterAccountCommand, se_DisassociateFromMasterAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateFromMasterAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateFromMasterAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DisassociateFromMasterAccount",
|
|
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_DisassociateMembersCommand, se_DisassociateMembersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateMembersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateMembersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "DisassociateMembers",
|
|
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_EnableImportFindingsForProductCommand, se_EnableImportFindingsForProductCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class EnableImportFindingsForProductCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class EnableImportFindingsForProductCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "EnableImportFindingsForProduct",
|
|
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_EnableOrganizationAdminAccountCommand, se_EnableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class EnableOrganizationAdminAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class EnableOrganizationAdminAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "EnableOrganizationAdminAccount",
|
|
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_EnableSecurityHubCommand, se_EnableSecurityHubCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class EnableSecurityHubCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class EnableSecurityHubCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "EnableSecurityHub",
|
|
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_GetAdministratorAccountCommand, se_GetAdministratorAccountCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetAdministratorAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetAdministratorAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetAdministratorAccount",
|
|
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_GetEnabledStandardsCommand, se_GetEnabledStandardsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetEnabledStandardsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetEnabledStandardsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetEnabledStandards",
|
|
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_GetFindingAggregatorCommand, se_GetFindingAggregatorCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetFindingAggregatorCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetFindingAggregatorCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetFindingAggregator",
|
|
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_GetFindingHistoryCommand, se_GetFindingHistoryCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetFindingHistoryCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetFindingHistoryCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetFindingHistory",
|
|
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_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetFindingsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetFindingsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetFindings",
|
|
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_GetInsightResultsCommand, se_GetInsightResultsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetInsightResultsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetInsightResultsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetInsightResults",
|
|
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: "SecurityHubAPIService",
|
|
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_GetInvitationsCountCommand, se_GetInvitationsCountCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetInvitationsCountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetInvitationsCountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetInvitationsCount",
|
|
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_GetMasterAccountCommand, se_GetMasterAccountCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMasterAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMasterAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetMasterAccount",
|
|
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_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetMembersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetMembersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "GetMembers",
|
|
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_InviteMembersCommand, se_InviteMembersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class InviteMembersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class InviteMembersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "InviteMembers",
|
|
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_ListAutomationRulesCommand, se_ListAutomationRulesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAutomationRulesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAutomationRulesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListAutomationRules",
|
|
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_ListEnabledProductsForImportCommand, se_ListEnabledProductsForImportCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListEnabledProductsForImportCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListEnabledProductsForImportCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListEnabledProductsForImport",
|
|
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_ListFindingAggregatorsCommand, se_ListFindingAggregatorsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListFindingAggregatorsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListFindingAggregatorsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListFindingAggregators",
|
|
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_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListInvitationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListInvitationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListInvitations",
|
|
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_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListMembersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListMembersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListMembers",
|
|
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_ListOrganizationAdminAccountsCommand, se_ListOrganizationAdminAccountsCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListOrganizationAdminAccountsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListOrganizationAdminAccountsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListOrganizationAdminAccounts",
|
|
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_ListSecurityControlDefinitionsCommand, se_ListSecurityControlDefinitionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListSecurityControlDefinitionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListSecurityControlDefinitionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListSecurityControlDefinitions",
|
|
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_ListStandardsControlAssociationsCommand, se_ListStandardsControlAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListStandardsControlAssociationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListStandardsControlAssociationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListStandardsControlAssociations",
|
|
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_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: "SecurityHubAPIService",
|
|
35
|
+
operation: "ListTagsForResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|