@aws-sdk/client-securityhub 3.278.0 → 3.281.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 +505 -17
- package/dist-cjs/SecurityHub.js +75 -0
- package/dist-cjs/commands/BatchGetSecurityControlsCommand.js +46 -0
- package/dist-cjs/commands/BatchGetStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/BatchUpdateStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/DeleteFindingAggregatorCommand.js +3 -3
- package/dist-cjs/commands/DeleteInsightCommand.js +3 -3
- package/dist-cjs/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-cjs/commands/DeleteMembersCommand.js +3 -3
- package/dist-cjs/commands/DescribeActionTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeHubCommand.js +3 -3
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/DescribeProductsCommand.js +1 -2
- package/dist-cjs/commands/ListSecurityControlDefinitionsCommand.js +46 -0
- package/dist-cjs/commands/ListStandardsControlAssociationsCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +11 -10
- package/dist-cjs/models/models_1.js +81 -76
- package/dist-cjs/models/models_2.js +102 -9
- package/dist-cjs/pagination/ListSecurityControlDefinitionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListStandardsControlAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +557 -3
- package/dist-es/SecurityHub.js +75 -0
- package/dist-es/commands/BatchGetSecurityControlsCommand.js +42 -0
- package/dist-es/commands/BatchGetStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/BatchUpdateStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/DeleteFindingAggregatorCommand.js +1 -1
- package/dist-es/commands/DeleteInsightCommand.js +1 -1
- package/dist-es/commands/DeleteInvitationsCommand.js +1 -1
- package/dist-es/commands/DeleteMembersCommand.js +1 -1
- package/dist-es/commands/DescribeActionTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeHubCommand.js +1 -1
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -1
- package/dist-es/commands/DescribeProductsCommand.js +1 -2
- package/dist-es/commands/ListSecurityControlDefinitionsCommand.js +42 -0
- package/dist-es/commands/ListStandardsControlAssociationsCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +5 -3
- package/dist-es/models/models_1.js +57 -50
- package/dist-es/models/models_2.js +77 -7
- package/dist-es/pagination/ListSecurityControlDefinitionsPaginator.js +32 -0
- package/dist-es/pagination/ListStandardsControlAssociationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -0
- package/dist-types/SecurityHub.d.ts +59 -17
- package/dist-types/SecurityHubClient.d.ts +21 -19
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +6 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -0
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +6 -0
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +45 -0
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/CreateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/CreateInsightCommand.d.ts +6 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +6 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +7 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +7 -1
- package/dist-types/commands/DeleteMembersCommand.d.ts +7 -1
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +7 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +7 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +7 -2
- package/dist-types/commands/DescribeStandardsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +6 -0
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +6 -0
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +6 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -0
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +6 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightResultsCommand.d.ts +6 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +6 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +6 -0
- package/dist-types/commands/GetMembersCommand.d.ts +6 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +6 -0
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +6 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +6 -0
- package/dist-types/commands/ListMembersCommand.d.ts +6 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +45 -0
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInsightCommand.d.ts +6 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +18 -25
- package/dist-types/models/models_1.d.ts +370 -260
- package/dist-types/models/models_2.d.ts +513 -8
- package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/SecurityHub.d.ts +97 -0
- package/dist-types/ts3.4/SecurityHubClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetSecurityControlsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchGetStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeActionTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProductsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListSecurityControlDefinitionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -6
- package/dist-types/ts3.4/models/models_1.d.ts +137 -118
- package/dist-types/ts3.4/models/models_2.d.ts +184 -8
- package/dist-types/ts3.4/pagination/ListSecurityControlDefinitionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStandardsControlAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +6 -6
package/dist-es/SecurityHub.js
CHANGED
|
@@ -2,8 +2,11 @@ import { AcceptAdministratorInvitationCommand, } from "./commands/AcceptAdminist
|
|
|
2
2
|
import { AcceptInvitationCommand, } from "./commands/AcceptInvitationCommand";
|
|
3
3
|
import { BatchDisableStandardsCommand, } from "./commands/BatchDisableStandardsCommand";
|
|
4
4
|
import { BatchEnableStandardsCommand, } from "./commands/BatchEnableStandardsCommand";
|
|
5
|
+
import { BatchGetSecurityControlsCommand, } from "./commands/BatchGetSecurityControlsCommand";
|
|
6
|
+
import { BatchGetStandardsControlAssociationsCommand, } from "./commands/BatchGetStandardsControlAssociationsCommand";
|
|
5
7
|
import { BatchImportFindingsCommand, } from "./commands/BatchImportFindingsCommand";
|
|
6
8
|
import { BatchUpdateFindingsCommand, } from "./commands/BatchUpdateFindingsCommand";
|
|
9
|
+
import { BatchUpdateStandardsControlAssociationsCommand, } from "./commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
7
10
|
import { CreateActionTargetCommand, } from "./commands/CreateActionTargetCommand";
|
|
8
11
|
import { CreateFindingAggregatorCommand, } from "./commands/CreateFindingAggregatorCommand";
|
|
9
12
|
import { CreateInsightCommand, } from "./commands/CreateInsightCommand";
|
|
@@ -44,6 +47,8 @@ import { ListFindingAggregatorsCommand, } from "./commands/ListFindingAggregator
|
|
|
44
47
|
import { ListInvitationsCommand, } from "./commands/ListInvitationsCommand";
|
|
45
48
|
import { ListMembersCommand } from "./commands/ListMembersCommand";
|
|
46
49
|
import { ListOrganizationAdminAccountsCommand, } from "./commands/ListOrganizationAdminAccountsCommand";
|
|
50
|
+
import { ListSecurityControlDefinitionsCommand, } from "./commands/ListSecurityControlDefinitionsCommand";
|
|
51
|
+
import { ListStandardsControlAssociationsCommand, } from "./commands/ListStandardsControlAssociationsCommand";
|
|
47
52
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
48
53
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
49
54
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -112,6 +117,34 @@ export class SecurityHub extends SecurityHubClient {
|
|
|
112
117
|
return this.send(command, optionsOrCb);
|
|
113
118
|
}
|
|
114
119
|
}
|
|
120
|
+
batchGetSecurityControls(args, optionsOrCb, cb) {
|
|
121
|
+
const command = new BatchGetSecurityControlsCommand(args);
|
|
122
|
+
if (typeof optionsOrCb === "function") {
|
|
123
|
+
this.send(command, optionsOrCb);
|
|
124
|
+
}
|
|
125
|
+
else if (typeof cb === "function") {
|
|
126
|
+
if (typeof optionsOrCb !== "object")
|
|
127
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
128
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
129
|
+
}
|
|
130
|
+
else {
|
|
131
|
+
return this.send(command, optionsOrCb);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
batchGetStandardsControlAssociations(args, optionsOrCb, cb) {
|
|
135
|
+
const command = new BatchGetStandardsControlAssociationsCommand(args);
|
|
136
|
+
if (typeof optionsOrCb === "function") {
|
|
137
|
+
this.send(command, optionsOrCb);
|
|
138
|
+
}
|
|
139
|
+
else if (typeof cb === "function") {
|
|
140
|
+
if (typeof optionsOrCb !== "object")
|
|
141
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
142
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
143
|
+
}
|
|
144
|
+
else {
|
|
145
|
+
return this.send(command, optionsOrCb);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
115
148
|
batchImportFindings(args, optionsOrCb, cb) {
|
|
116
149
|
const command = new BatchImportFindingsCommand(args);
|
|
117
150
|
if (typeof optionsOrCb === "function") {
|
|
@@ -140,6 +173,20 @@ export class SecurityHub extends SecurityHubClient {
|
|
|
140
173
|
return this.send(command, optionsOrCb);
|
|
141
174
|
}
|
|
142
175
|
}
|
|
176
|
+
batchUpdateStandardsControlAssociations(args, optionsOrCb, cb) {
|
|
177
|
+
const command = new BatchUpdateStandardsControlAssociationsCommand(args);
|
|
178
|
+
if (typeof optionsOrCb === "function") {
|
|
179
|
+
this.send(command, optionsOrCb);
|
|
180
|
+
}
|
|
181
|
+
else if (typeof cb === "function") {
|
|
182
|
+
if (typeof optionsOrCb !== "object")
|
|
183
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
184
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
185
|
+
}
|
|
186
|
+
else {
|
|
187
|
+
return this.send(command, optionsOrCb);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
143
190
|
createActionTarget(args, optionsOrCb, cb) {
|
|
144
191
|
const command = new CreateActionTargetCommand(args);
|
|
145
192
|
if (typeof optionsOrCb === "function") {
|
|
@@ -700,6 +747,34 @@ export class SecurityHub extends SecurityHubClient {
|
|
|
700
747
|
return this.send(command, optionsOrCb);
|
|
701
748
|
}
|
|
702
749
|
}
|
|
750
|
+
listSecurityControlDefinitions(args, optionsOrCb, cb) {
|
|
751
|
+
const command = new ListSecurityControlDefinitionsCommand(args);
|
|
752
|
+
if (typeof optionsOrCb === "function") {
|
|
753
|
+
this.send(command, optionsOrCb);
|
|
754
|
+
}
|
|
755
|
+
else if (typeof cb === "function") {
|
|
756
|
+
if (typeof optionsOrCb !== "object")
|
|
757
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
758
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
759
|
+
}
|
|
760
|
+
else {
|
|
761
|
+
return this.send(command, optionsOrCb);
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
listStandardsControlAssociations(args, optionsOrCb, cb) {
|
|
765
|
+
const command = new ListStandardsControlAssociationsCommand(args);
|
|
766
|
+
if (typeof optionsOrCb === "function") {
|
|
767
|
+
this.send(command, optionsOrCb);
|
|
768
|
+
}
|
|
769
|
+
else if (typeof cb === "function") {
|
|
770
|
+
if (typeof optionsOrCb !== "object")
|
|
771
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
772
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
773
|
+
}
|
|
774
|
+
else {
|
|
775
|
+
return this.send(command, optionsOrCb);
|
|
776
|
+
}
|
|
777
|
+
}
|
|
703
778
|
listTagsForResource(args, optionsOrCb, cb) {
|
|
704
779
|
const command = new ListTagsForResourceCommand(args);
|
|
705
780
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BatchGetSecurityControlsRequestFilterSensitiveLog, BatchGetSecurityControlsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1BatchGetSecurityControlsCommand, serializeAws_restJson1BatchGetSecurityControlsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class BatchGetSecurityControlsCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, BatchGetSecurityControlsCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityHubClient";
|
|
25
|
+
const commandName = "BatchGetSecurityControlsCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: BatchGetSecurityControlsRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: BatchGetSecurityControlsResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1BatchGetSecurityControlsCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1BatchGetSecurityControlsCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BatchGetStandardsControlAssociationsRequestFilterSensitiveLog, BatchGetStandardsControlAssociationsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1BatchGetStandardsControlAssociationsCommand, serializeAws_restJson1BatchGetStandardsControlAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class BatchGetStandardsControlAssociationsCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, BatchGetStandardsControlAssociationsCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityHubClient";
|
|
25
|
+
const commandName = "BatchGetStandardsControlAssociationsCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: BatchGetStandardsControlAssociationsRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: BatchGetStandardsControlAssociationsResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1BatchGetStandardsControlAssociationsCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1BatchGetStandardsControlAssociationsCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BatchUpdateStandardsControlAssociationsRequestFilterSensitiveLog, BatchUpdateStandardsControlAssociationsResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand, serializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class BatchUpdateStandardsControlAssociationsCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, BatchUpdateStandardsControlAssociationsCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityHubClient";
|
|
25
|
+
const commandName = "BatchUpdateStandardsControlAssociationsCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: BatchUpdateStandardsControlAssociationsRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: BatchUpdateStandardsControlAssociationsResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteFindingAggregatorRequestFilterSensitiveLog, DeleteFindingAggregatorResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DeleteFindingAggregatorRequestFilterSensitiveLog, DeleteFindingAggregatorResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFindingAggregatorCommand, serializeAws_restJson1DeleteFindingAggregatorCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteFindingAggregatorCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteInsightRequestFilterSensitiveLog, DeleteInsightResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DeleteInsightRequestFilterSensitiveLog, DeleteInsightResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1DeleteInsightCommand, serializeAws_restJson1DeleteInsightCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteInsightCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteInvitationsRequestFilterSensitiveLog, DeleteInvitationsResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DeleteInvitationsRequestFilterSensitiveLog, DeleteInvitationsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1DeleteInvitationsCommand, serializeAws_restJson1DeleteInvitationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteInvitationsCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteMembersRequestFilterSensitiveLog, DeleteMembersResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DeleteMembersRequestFilterSensitiveLog, DeleteMembersResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1DeleteMembersCommand, serializeAws_restJson1DeleteMembersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DeleteMembersCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeActionTargetsRequestFilterSensitiveLog, DescribeActionTargetsResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DescribeActionTargetsRequestFilterSensitiveLog, DescribeActionTargetsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1DescribeActionTargetsCommand, serializeAws_restJson1DescribeActionTargetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DescribeActionTargetsCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeHubRequestFilterSensitiveLog, DescribeHubResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DescribeHubRequestFilterSensitiveLog, DescribeHubResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1DescribeHubCommand, serializeAws_restJson1DescribeHubCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DescribeHubCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeOrganizationConfigurationRequestFilterSensitiveLog, DescribeOrganizationConfigurationResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DescribeOrganizationConfigurationRequestFilterSensitiveLog, DescribeOrganizationConfigurationResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1DescribeOrganizationConfigurationCommand, serializeAws_restJson1DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DescribeOrganizationConfigurationCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeProductsRequestFilterSensitiveLog } from "../models/
|
|
5
|
-
import { DescribeProductsResponseFilterSensitiveLog } from "../models/models_2";
|
|
4
|
+
import { DescribeProductsRequestFilterSensitiveLog, DescribeProductsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_restJson1DescribeProductsCommand, serializeAws_restJson1DescribeProductsCommand, } from "../protocols/Aws_restJson1";
|
|
7
6
|
export class DescribeProductsCommand extends $Command {
|
|
8
7
|
constructor(input) {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListSecurityControlDefinitionsRequestFilterSensitiveLog, ListSecurityControlDefinitionsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_restJson1ListSecurityControlDefinitionsCommand, serializeAws_restJson1ListSecurityControlDefinitionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class ListSecurityControlDefinitionsCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListSecurityControlDefinitionsCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityHubClient";
|
|
25
|
+
const commandName = "ListSecurityControlDefinitionsCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: ListSecurityControlDefinitionsRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: ListSecurityControlDefinitionsResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1ListSecurityControlDefinitionsCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1ListSecurityControlDefinitionsCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListStandardsControlAssociationsRequestFilterSensitiveLog, ListStandardsControlAssociationsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_restJson1ListStandardsControlAssociationsCommand, serializeAws_restJson1ListStandardsControlAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class ListStandardsControlAssociationsCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListStandardsControlAssociationsCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "SecurityHubClient";
|
|
25
|
+
const commandName = "ListStandardsControlAssociationsCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: ListStandardsControlAssociationsRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: ListStandardsControlAssociationsResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_restJson1ListStandardsControlAssociationsCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_restJson1ListStandardsControlAssociationsCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -2,8 +2,11 @@ export * from "./AcceptAdministratorInvitationCommand";
|
|
|
2
2
|
export * from "./AcceptInvitationCommand";
|
|
3
3
|
export * from "./BatchDisableStandardsCommand";
|
|
4
4
|
export * from "./BatchEnableStandardsCommand";
|
|
5
|
+
export * from "./BatchGetSecurityControlsCommand";
|
|
6
|
+
export * from "./BatchGetStandardsControlAssociationsCommand";
|
|
5
7
|
export * from "./BatchImportFindingsCommand";
|
|
6
8
|
export * from "./BatchUpdateFindingsCommand";
|
|
9
|
+
export * from "./BatchUpdateStandardsControlAssociationsCommand";
|
|
7
10
|
export * from "./CreateActionTargetCommand";
|
|
8
11
|
export * from "./CreateFindingAggregatorCommand";
|
|
9
12
|
export * from "./CreateInsightCommand";
|
|
@@ -44,6 +47,8 @@ export * from "./ListFindingAggregatorsCommand";
|
|
|
44
47
|
export * from "./ListInvitationsCommand";
|
|
45
48
|
export * from "./ListMembersCommand";
|
|
46
49
|
export * from "./ListOrganizationAdminAccountsCommand";
|
|
50
|
+
export * from "./ListSecurityControlDefinitionsCommand";
|
|
51
|
+
export * from "./ListStandardsControlAssociationsCommand";
|
|
47
52
|
export * from "./ListTagsForResourceCommand";
|
|
48
53
|
export * from "./TagResourceCommand";
|
|
49
54
|
export * from "./UntagResourceCommand";
|
|
@@ -88,6 +88,11 @@ export var AdminStatus;
|
|
|
88
88
|
AdminStatus["DISABLE_IN_PROGRESS"] = "DISABLE_IN_PROGRESS";
|
|
89
89
|
AdminStatus["ENABLED"] = "ENABLED";
|
|
90
90
|
})(AdminStatus || (AdminStatus = {}));
|
|
91
|
+
export var AssociationStatus;
|
|
92
|
+
(function (AssociationStatus) {
|
|
93
|
+
AssociationStatus["DISABLED"] = "DISABLED";
|
|
94
|
+
AssociationStatus["ENABLED"] = "ENABLED";
|
|
95
|
+
})(AssociationStatus || (AssociationStatus = {}));
|
|
91
96
|
export var AutoEnableStandards;
|
|
92
97
|
(function (AutoEnableStandards) {
|
|
93
98
|
AutoEnableStandards["DEFAULT"] = "DEFAULT";
|
|
@@ -968,6 +973,3 @@ export const AwsIamAccessKeyDetailsFilterSensitiveLog = (obj) => ({
|
|
|
968
973
|
export const AwsIamAttachedManagedPolicyFilterSensitiveLog = (obj) => ({
|
|
969
974
|
...obj,
|
|
970
975
|
});
|
|
971
|
-
export const AwsIamGroupPolicyFilterSensitiveLog = (obj) => ({
|
|
972
|
-
...obj,
|
|
973
|
-
});
|
|
@@ -144,6 +144,25 @@ export var ControlStatus;
|
|
|
144
144
|
ControlStatus["DISABLED"] = "DISABLED";
|
|
145
145
|
ControlStatus["ENABLED"] = "ENABLED";
|
|
146
146
|
})(ControlStatus || (ControlStatus = {}));
|
|
147
|
+
export var SeverityRating;
|
|
148
|
+
(function (SeverityRating) {
|
|
149
|
+
SeverityRating["CRITICAL"] = "CRITICAL";
|
|
150
|
+
SeverityRating["HIGH"] = "HIGH";
|
|
151
|
+
SeverityRating["LOW"] = "LOW";
|
|
152
|
+
SeverityRating["MEDIUM"] = "MEDIUM";
|
|
153
|
+
})(SeverityRating || (SeverityRating = {}));
|
|
154
|
+
export var UnprocessedErrorCode;
|
|
155
|
+
(function (UnprocessedErrorCode) {
|
|
156
|
+
UnprocessedErrorCode["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
157
|
+
UnprocessedErrorCode["INVALID_INPUT"] = "INVALID_INPUT";
|
|
158
|
+
UnprocessedErrorCode["LIMIT_EXCEEDED"] = "LIMIT_EXCEEDED";
|
|
159
|
+
UnprocessedErrorCode["NOT_FOUND"] = "NOT_FOUND";
|
|
160
|
+
})(UnprocessedErrorCode || (UnprocessedErrorCode = {}));
|
|
161
|
+
export var ControlFindingGenerator;
|
|
162
|
+
(function (ControlFindingGenerator) {
|
|
163
|
+
ControlFindingGenerator["SECURITY_CONTROL"] = "SECURITY_CONTROL";
|
|
164
|
+
ControlFindingGenerator["STANDARD_CONTROL"] = "STANDARD_CONTROL";
|
|
165
|
+
})(ControlFindingGenerator || (ControlFindingGenerator = {}));
|
|
147
166
|
export class ResourceConflictException extends __BaseException {
|
|
148
167
|
constructor(opts) {
|
|
149
168
|
super({
|
|
@@ -158,12 +177,9 @@ export class ResourceConflictException extends __BaseException {
|
|
|
158
177
|
this.Code = opts.Code;
|
|
159
178
|
}
|
|
160
179
|
}
|
|
161
|
-
export
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
IntegrationType["SEND_FINDINGS_TO_SECURITY_HUB"] = "SEND_FINDINGS_TO_SECURITY_HUB";
|
|
165
|
-
IntegrationType["UPDATE_FINDINGS_IN_SECURITY_HUB"] = "UPDATE_FINDINGS_IN_SECURITY_HUB";
|
|
166
|
-
})(IntegrationType || (IntegrationType = {}));
|
|
180
|
+
export const AwsIamGroupPolicyFilterSensitiveLog = (obj) => ({
|
|
181
|
+
...obj,
|
|
182
|
+
});
|
|
167
183
|
export const AwsIamGroupDetailsFilterSensitiveLog = (obj) => ({
|
|
168
184
|
...obj,
|
|
169
185
|
});
|
|
@@ -884,117 +900,108 @@ export const BatchEnableStandardsRequestFilterSensitiveLog = (obj) => ({
|
|
|
884
900
|
export const BatchEnableStandardsResponseFilterSensitiveLog = (obj) => ({
|
|
885
901
|
...obj,
|
|
886
902
|
});
|
|
887
|
-
export const
|
|
903
|
+
export const BatchGetSecurityControlsRequestFilterSensitiveLog = (obj) => ({
|
|
888
904
|
...obj,
|
|
889
905
|
});
|
|
890
|
-
export const
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
export const BatchImportFindingsResponseFilterSensitiveLog = (obj) => ({
|
|
894
|
-
...obj,
|
|
895
|
-
});
|
|
896
|
-
export const NoteUpdateFilterSensitiveLog = (obj) => ({
|
|
897
|
-
...obj,
|
|
898
|
-
});
|
|
899
|
-
export const SeverityUpdateFilterSensitiveLog = (obj) => ({
|
|
906
|
+
export const SecurityControlFilterSensitiveLog = (obj) => ({
|
|
900
907
|
...obj,
|
|
901
908
|
});
|
|
902
|
-
export const
|
|
909
|
+
export const UnprocessedSecurityControlFilterSensitiveLog = (obj) => ({
|
|
903
910
|
...obj,
|
|
904
911
|
});
|
|
905
|
-
export const
|
|
912
|
+
export const BatchGetSecurityControlsResponseFilterSensitiveLog = (obj) => ({
|
|
906
913
|
...obj,
|
|
907
914
|
});
|
|
908
|
-
export const
|
|
915
|
+
export const StandardsControlAssociationIdFilterSensitiveLog = (obj) => ({
|
|
909
916
|
...obj,
|
|
910
917
|
});
|
|
911
|
-
export const
|
|
918
|
+
export const BatchGetStandardsControlAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
912
919
|
...obj,
|
|
913
920
|
});
|
|
914
|
-
export const
|
|
921
|
+
export const StandardsControlAssociationDetailFilterSensitiveLog = (obj) => ({
|
|
915
922
|
...obj,
|
|
916
923
|
});
|
|
917
|
-
export const
|
|
924
|
+
export const UnprocessedStandardsControlAssociationFilterSensitiveLog = (obj) => ({
|
|
918
925
|
...obj,
|
|
919
926
|
});
|
|
920
|
-
export const
|
|
927
|
+
export const BatchGetStandardsControlAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
921
928
|
...obj,
|
|
922
929
|
});
|
|
923
|
-
export const
|
|
930
|
+
export const BatchImportFindingsRequestFilterSensitiveLog = (obj) => ({
|
|
924
931
|
...obj,
|
|
925
932
|
});
|
|
926
|
-
export const
|
|
933
|
+
export const ImportFindingsErrorFilterSensitiveLog = (obj) => ({
|
|
927
934
|
...obj,
|
|
928
935
|
});
|
|
929
|
-
export const
|
|
936
|
+
export const BatchImportFindingsResponseFilterSensitiveLog = (obj) => ({
|
|
930
937
|
...obj,
|
|
931
938
|
});
|
|
932
|
-
export const
|
|
939
|
+
export const NoteUpdateFilterSensitiveLog = (obj) => ({
|
|
933
940
|
...obj,
|
|
934
941
|
});
|
|
935
|
-
export const
|
|
942
|
+
export const SeverityUpdateFilterSensitiveLog = (obj) => ({
|
|
936
943
|
...obj,
|
|
937
944
|
});
|
|
938
|
-
export const
|
|
945
|
+
export const WorkflowUpdateFilterSensitiveLog = (obj) => ({
|
|
939
946
|
...obj,
|
|
940
947
|
});
|
|
941
|
-
export const
|
|
948
|
+
export const BatchUpdateFindingsRequestFilterSensitiveLog = (obj) => ({
|
|
942
949
|
...obj,
|
|
943
950
|
});
|
|
944
|
-
export const
|
|
951
|
+
export const BatchUpdateFindingsUnprocessedFindingFilterSensitiveLog = (obj) => ({
|
|
945
952
|
...obj,
|
|
946
953
|
});
|
|
947
|
-
export const
|
|
954
|
+
export const BatchUpdateFindingsResponseFilterSensitiveLog = (obj) => ({
|
|
948
955
|
...obj,
|
|
949
956
|
});
|
|
950
|
-
export const
|
|
957
|
+
export const StandardsControlAssociationUpdateFilterSensitiveLog = (obj) => ({
|
|
951
958
|
...obj,
|
|
952
959
|
});
|
|
953
|
-
export const
|
|
960
|
+
export const BatchUpdateStandardsControlAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
954
961
|
...obj,
|
|
955
962
|
});
|
|
956
|
-
export const
|
|
963
|
+
export const UnprocessedStandardsControlAssociationUpdateFilterSensitiveLog = (obj) => ({
|
|
957
964
|
...obj,
|
|
958
965
|
});
|
|
959
|
-
export const
|
|
966
|
+
export const BatchUpdateStandardsControlAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
960
967
|
...obj,
|
|
961
968
|
});
|
|
962
|
-
export const
|
|
969
|
+
export const CreateActionTargetRequestFilterSensitiveLog = (obj) => ({
|
|
963
970
|
...obj,
|
|
964
971
|
});
|
|
965
|
-
export const
|
|
972
|
+
export const CreateActionTargetResponseFilterSensitiveLog = (obj) => ({
|
|
966
973
|
...obj,
|
|
967
974
|
});
|
|
968
|
-
export const
|
|
975
|
+
export const CreateFindingAggregatorRequestFilterSensitiveLog = (obj) => ({
|
|
969
976
|
...obj,
|
|
970
977
|
});
|
|
971
|
-
export const
|
|
978
|
+
export const CreateFindingAggregatorResponseFilterSensitiveLog = (obj) => ({
|
|
972
979
|
...obj,
|
|
973
980
|
});
|
|
974
|
-
export const
|
|
981
|
+
export const CreateInsightRequestFilterSensitiveLog = (obj) => ({
|
|
975
982
|
...obj,
|
|
976
983
|
});
|
|
977
|
-
export const
|
|
984
|
+
export const CreateInsightResponseFilterSensitiveLog = (obj) => ({
|
|
978
985
|
...obj,
|
|
979
986
|
});
|
|
980
|
-
export const
|
|
987
|
+
export const CreateMembersRequestFilterSensitiveLog = (obj) => ({
|
|
981
988
|
...obj,
|
|
982
989
|
});
|
|
983
|
-
export const
|
|
990
|
+
export const ResultFilterSensitiveLog = (obj) => ({
|
|
984
991
|
...obj,
|
|
985
992
|
});
|
|
986
|
-
export const
|
|
993
|
+
export const CreateMembersResponseFilterSensitiveLog = (obj) => ({
|
|
987
994
|
...obj,
|
|
988
995
|
});
|
|
989
|
-
export const
|
|
996
|
+
export const DeclineInvitationsRequestFilterSensitiveLog = (obj) => ({
|
|
990
997
|
...obj,
|
|
991
998
|
});
|
|
992
|
-
export const
|
|
999
|
+
export const DeclineInvitationsResponseFilterSensitiveLog = (obj) => ({
|
|
993
1000
|
...obj,
|
|
994
1001
|
});
|
|
995
|
-
export const
|
|
1002
|
+
export const DeleteActionTargetRequestFilterSensitiveLog = (obj) => ({
|
|
996
1003
|
...obj,
|
|
997
1004
|
});
|
|
998
|
-
export const
|
|
1005
|
+
export const DeleteActionTargetResponseFilterSensitiveLog = (obj) => ({
|
|
999
1006
|
...obj,
|
|
1000
1007
|
});
|