@aws-sdk/client-securityhub 3.300.0 → 3.303.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/models/models_0.js +12 -15
- package/dist-cjs/models/models_1.js +145 -169
- package/dist-cjs/models/models_2.js +13 -16
- package/dist-es/models/models_0.js +12 -15
- package/dist-es/models/models_1.js +145 -169
- package/dist-es/models/models_2.js +13 -16
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
- package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisableStandardsCommand.d.ts +2 -2
- package/dist-types/commands/BatchEnableStandardsCommand.d.ts +4 -4
- package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/BatchImportFindingsCommand.d.ts +836 -1117
- package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +10 -10
- package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +2 -2
- package/dist-types/commands/CreateInsightCommand.d.ts +91 -474
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteMembersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeActionTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -2
- package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSecurityHubCommand.d.ts +2 -2
- package/dist-types/commands/GetEnabledStandardsCommand.d.ts +2 -2
- package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/GetFindingsCommand.d.ts +93 -476
- package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightsCommand.d.ts +2 -2
- package/dist-types/commands/GetMembersCommand.d.ts +2 -2
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFindingsCommand.d.ts +92 -475
- package/dist-types/commands/UpdateInsightCommand.d.ts +91 -474
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +27 -12
- package/dist-types/models/models_1.d.ts +265 -145
- package/dist-types/models/models_2.d.ts +28 -13
- package/dist-types/ts3.4/models/models_0.d.ts +17 -12
- package/dist-types/ts3.4/models/models_1.d.ts +185 -145
- package/dist-types/ts3.4/models/models_2.d.ts +18 -13
- package/package.json +34 -34
|
@@ -1,173 +1,149 @@
|
|
|
1
1
|
import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
export
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
export
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
export var ControlStatus;
|
|
148
|
-
(function (ControlStatus) {
|
|
149
|
-
ControlStatus["DISABLED"] = "DISABLED";
|
|
150
|
-
ControlStatus["ENABLED"] = "ENABLED";
|
|
151
|
-
})(ControlStatus || (ControlStatus = {}));
|
|
152
|
-
export var SeverityRating;
|
|
153
|
-
(function (SeverityRating) {
|
|
154
|
-
SeverityRating["CRITICAL"] = "CRITICAL";
|
|
155
|
-
SeverityRating["HIGH"] = "HIGH";
|
|
156
|
-
SeverityRating["LOW"] = "LOW";
|
|
157
|
-
SeverityRating["MEDIUM"] = "MEDIUM";
|
|
158
|
-
})(SeverityRating || (SeverityRating = {}));
|
|
159
|
-
export var UnprocessedErrorCode;
|
|
160
|
-
(function (UnprocessedErrorCode) {
|
|
161
|
-
UnprocessedErrorCode["ACCESS_DENIED"] = "ACCESS_DENIED";
|
|
162
|
-
UnprocessedErrorCode["INVALID_INPUT"] = "INVALID_INPUT";
|
|
163
|
-
UnprocessedErrorCode["LIMIT_EXCEEDED"] = "LIMIT_EXCEEDED";
|
|
164
|
-
UnprocessedErrorCode["NOT_FOUND"] = "NOT_FOUND";
|
|
165
|
-
})(UnprocessedErrorCode || (UnprocessedErrorCode = {}));
|
|
166
|
-
export var ControlFindingGenerator;
|
|
167
|
-
(function (ControlFindingGenerator) {
|
|
168
|
-
ControlFindingGenerator["SECURITY_CONTROL"] = "SECURITY_CONTROL";
|
|
169
|
-
ControlFindingGenerator["STANDARD_CONTROL"] = "STANDARD_CONTROL";
|
|
170
|
-
})(ControlFindingGenerator || (ControlFindingGenerator = {}));
|
|
2
|
+
export const AwsIamAccessKeyStatus = {
|
|
3
|
+
ACTIVE: "Active",
|
|
4
|
+
INACTIVE: "Inactive",
|
|
5
|
+
};
|
|
6
|
+
export const AwsS3BucketNotificationConfigurationS3KeyFilterRuleName = {
|
|
7
|
+
PREFIX: "Prefix",
|
|
8
|
+
SUFFIX: "Suffix",
|
|
9
|
+
};
|
|
10
|
+
export const ComplianceStatus = {
|
|
11
|
+
FAILED: "FAILED",
|
|
12
|
+
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
13
|
+
PASSED: "PASSED",
|
|
14
|
+
WARNING: "WARNING",
|
|
15
|
+
};
|
|
16
|
+
export const SeverityLabel = {
|
|
17
|
+
CRITICAL: "CRITICAL",
|
|
18
|
+
HIGH: "HIGH",
|
|
19
|
+
INFORMATIONAL: "INFORMATIONAL",
|
|
20
|
+
LOW: "LOW",
|
|
21
|
+
MEDIUM: "MEDIUM",
|
|
22
|
+
};
|
|
23
|
+
export const MalwareState = {
|
|
24
|
+
OBSERVED: "OBSERVED",
|
|
25
|
+
REMOVAL_FAILED: "REMOVAL_FAILED",
|
|
26
|
+
REMOVED: "REMOVED",
|
|
27
|
+
};
|
|
28
|
+
export const MalwareType = {
|
|
29
|
+
ADWARE: "ADWARE",
|
|
30
|
+
BLENDED_THREAT: "BLENDED_THREAT",
|
|
31
|
+
BOTNET_AGENT: "BOTNET_AGENT",
|
|
32
|
+
COIN_MINER: "COIN_MINER",
|
|
33
|
+
EXPLOIT_KIT: "EXPLOIT_KIT",
|
|
34
|
+
KEYLOGGER: "KEYLOGGER",
|
|
35
|
+
MACRO: "MACRO",
|
|
36
|
+
POTENTIALLY_UNWANTED: "POTENTIALLY_UNWANTED",
|
|
37
|
+
RANSOMWARE: "RANSOMWARE",
|
|
38
|
+
REMOTE_ACCESS: "REMOTE_ACCESS",
|
|
39
|
+
ROOTKIT: "ROOTKIT",
|
|
40
|
+
SPYWARE: "SPYWARE",
|
|
41
|
+
TROJAN: "TROJAN",
|
|
42
|
+
VIRUS: "VIRUS",
|
|
43
|
+
WORM: "WORM",
|
|
44
|
+
};
|
|
45
|
+
export const NetworkDirection = {
|
|
46
|
+
IN: "IN",
|
|
47
|
+
OUT: "OUT",
|
|
48
|
+
};
|
|
49
|
+
export const RecordState = {
|
|
50
|
+
ACTIVE: "ACTIVE",
|
|
51
|
+
ARCHIVED: "ARCHIVED",
|
|
52
|
+
};
|
|
53
|
+
export const Partition = {
|
|
54
|
+
AWS: "aws",
|
|
55
|
+
AWS_CN: "aws-cn",
|
|
56
|
+
AWS_US_GOV: "aws-us-gov",
|
|
57
|
+
};
|
|
58
|
+
export const ThreatIntelIndicatorCategory = {
|
|
59
|
+
BACKDOOR: "BACKDOOR",
|
|
60
|
+
CARD_STEALER: "CARD_STEALER",
|
|
61
|
+
COMMAND_AND_CONTROL: "COMMAND_AND_CONTROL",
|
|
62
|
+
DROP_SITE: "DROP_SITE",
|
|
63
|
+
EXPLOIT_SITE: "EXPLOIT_SITE",
|
|
64
|
+
KEYLOGGER: "KEYLOGGER",
|
|
65
|
+
};
|
|
66
|
+
export const ThreatIntelIndicatorType = {
|
|
67
|
+
DOMAIN: "DOMAIN",
|
|
68
|
+
EMAIL_ADDRESS: "EMAIL_ADDRESS",
|
|
69
|
+
HASH_MD5: "HASH_MD5",
|
|
70
|
+
HASH_SHA1: "HASH_SHA1",
|
|
71
|
+
HASH_SHA256: "HASH_SHA256",
|
|
72
|
+
HASH_SHA512: "HASH_SHA512",
|
|
73
|
+
IPV4_ADDRESS: "IPV4_ADDRESS",
|
|
74
|
+
IPV6_ADDRESS: "IPV6_ADDRESS",
|
|
75
|
+
MUTEX: "MUTEX",
|
|
76
|
+
PROCESS: "PROCESS",
|
|
77
|
+
URL: "URL",
|
|
78
|
+
};
|
|
79
|
+
export const VerificationState = {
|
|
80
|
+
BENIGN_POSITIVE: "BENIGN_POSITIVE",
|
|
81
|
+
FALSE_POSITIVE: "FALSE_POSITIVE",
|
|
82
|
+
TRUE_POSITIVE: "TRUE_POSITIVE",
|
|
83
|
+
UNKNOWN: "UNKNOWN",
|
|
84
|
+
};
|
|
85
|
+
export const VulnerabilityFixAvailable = {
|
|
86
|
+
NO: "NO",
|
|
87
|
+
PARTIAL: "PARTIAL",
|
|
88
|
+
YES: "YES",
|
|
89
|
+
};
|
|
90
|
+
export const WorkflowStatus = {
|
|
91
|
+
NEW: "NEW",
|
|
92
|
+
NOTIFIED: "NOTIFIED",
|
|
93
|
+
RESOLVED: "RESOLVED",
|
|
94
|
+
SUPPRESSED: "SUPPRESSED",
|
|
95
|
+
};
|
|
96
|
+
export const WorkflowState = {
|
|
97
|
+
ASSIGNED: "ASSIGNED",
|
|
98
|
+
DEFERRED: "DEFERRED",
|
|
99
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
100
|
+
NEW: "NEW",
|
|
101
|
+
RESOLVED: "RESOLVED",
|
|
102
|
+
};
|
|
103
|
+
export const StringFilterComparison = {
|
|
104
|
+
EQUALS: "EQUALS",
|
|
105
|
+
NOT_EQUALS: "NOT_EQUALS",
|
|
106
|
+
PREFIX: "PREFIX",
|
|
107
|
+
PREFIX_NOT_EQUALS: "PREFIX_NOT_EQUALS",
|
|
108
|
+
};
|
|
109
|
+
export const DateRangeUnit = {
|
|
110
|
+
DAYS: "DAYS",
|
|
111
|
+
};
|
|
112
|
+
export const MapFilterComparison = {
|
|
113
|
+
EQUALS: "EQUALS",
|
|
114
|
+
NOT_EQUALS: "NOT_EQUALS",
|
|
115
|
+
};
|
|
116
|
+
export const StandardsStatus = {
|
|
117
|
+
DELETING: "DELETING",
|
|
118
|
+
FAILED: "FAILED",
|
|
119
|
+
INCOMPLETE: "INCOMPLETE",
|
|
120
|
+
PENDING: "PENDING",
|
|
121
|
+
READY: "READY",
|
|
122
|
+
};
|
|
123
|
+
export const StatusReasonCode = {
|
|
124
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
125
|
+
NO_AVAILABLE_CONFIGURATION_RECORDER: "NO_AVAILABLE_CONFIGURATION_RECORDER",
|
|
126
|
+
};
|
|
127
|
+
export const ControlStatus = {
|
|
128
|
+
DISABLED: "DISABLED",
|
|
129
|
+
ENABLED: "ENABLED",
|
|
130
|
+
};
|
|
131
|
+
export const SeverityRating = {
|
|
132
|
+
CRITICAL: "CRITICAL",
|
|
133
|
+
HIGH: "HIGH",
|
|
134
|
+
LOW: "LOW",
|
|
135
|
+
MEDIUM: "MEDIUM",
|
|
136
|
+
};
|
|
137
|
+
export const UnprocessedErrorCode = {
|
|
138
|
+
ACCESS_DENIED: "ACCESS_DENIED",
|
|
139
|
+
INVALID_INPUT: "INVALID_INPUT",
|
|
140
|
+
LIMIT_EXCEEDED: "LIMIT_EXCEEDED",
|
|
141
|
+
NOT_FOUND: "NOT_FOUND",
|
|
142
|
+
};
|
|
143
|
+
export const ControlFindingGenerator = {
|
|
144
|
+
SECURITY_CONTROL: "SECURITY_CONTROL",
|
|
145
|
+
STANDARD_CONTROL: "STANDARD_CONTROL",
|
|
146
|
+
};
|
|
171
147
|
export class ResourceConflictException extends __BaseException {
|
|
172
148
|
constructor(opts) {
|
|
173
149
|
super({
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
RegionAvailabilityStatus["AVAILABLE"] = "AVAILABLE";
|
|
15
|
-
RegionAvailabilityStatus["UNAVAILABLE"] = "UNAVAILABLE";
|
|
16
|
-
})(RegionAvailabilityStatus || (RegionAvailabilityStatus = {}));
|
|
1
|
+
export const IntegrationType = {
|
|
2
|
+
RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
|
|
3
|
+
SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB",
|
|
4
|
+
UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB",
|
|
5
|
+
};
|
|
6
|
+
export const SortOrder = {
|
|
7
|
+
ASCENDING: "asc",
|
|
8
|
+
DESCENDING: "desc",
|
|
9
|
+
};
|
|
10
|
+
export const RegionAvailabilityStatus = {
|
|
11
|
+
AVAILABLE: "AVAILABLE",
|
|
12
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
13
|
+
};
|
|
@@ -31,7 +31,7 @@ export interface AcceptAdministratorInvitationCommandOutput extends AcceptAdmini
|
|
|
31
31
|
* import { SecurityHubClient, AcceptAdministratorInvitationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
32
32
|
* // const { SecurityHubClient, AcceptAdministratorInvitationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
33
33
|
* const client = new SecurityHubClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // AcceptAdministratorInvitationRequest
|
|
35
35
|
* AdministratorId: "STRING_VALUE", // required
|
|
36
36
|
* InvitationId: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
@@ -35,7 +35,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
|
|
|
35
35
|
* import { SecurityHubClient, AcceptInvitationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
36
36
|
* // const { SecurityHubClient, AcceptInvitationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
37
37
|
* const client = new SecurityHubClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // AcceptInvitationRequest
|
|
39
39
|
* MasterId: "STRING_VALUE", // required
|
|
40
40
|
* InvitationId: "STRING_VALUE", // required
|
|
41
41
|
* };
|
|
@@ -29,8 +29,8 @@ export interface BatchDisableStandardsCommandOutput extends BatchDisableStandard
|
|
|
29
29
|
* import { SecurityHubClient, BatchDisableStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
30
30
|
* // const { SecurityHubClient, BatchDisableStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
31
31
|
* const client = new SecurityHubClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* StandardsSubscriptionArns: [ // required
|
|
32
|
+
* const input = { // BatchDisableStandardsRequest
|
|
33
|
+
* StandardsSubscriptionArns: [ // StandardsSubscriptionArns // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -30,11 +30,11 @@ export interface BatchEnableStandardsCommandOutput extends BatchEnableStandardsR
|
|
|
30
30
|
* import { SecurityHubClient, BatchEnableStandardsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
31
31
|
* // const { SecurityHubClient, BatchEnableStandardsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
32
32
|
* const client = new SecurityHubClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* StandardsSubscriptionRequests: [ // required
|
|
35
|
-
* {
|
|
33
|
+
* const input = { // BatchEnableStandardsRequest
|
|
34
|
+
* StandardsSubscriptionRequests: [ // StandardsSubscriptionRequests // required
|
|
35
|
+
* { // StandardsSubscriptionRequest
|
|
36
36
|
* StandardsArn: "STRING_VALUE", // required
|
|
37
|
-
* StandardsInput: {
|
|
37
|
+
* StandardsInput: { // StandardsInputParameterMap
|
|
38
38
|
* "<keys>": "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* },
|
|
@@ -28,8 +28,8 @@ export interface BatchGetSecurityControlsCommandOutput extends BatchGetSecurityC
|
|
|
28
28
|
* import { SecurityHubClient, BatchGetSecurityControlsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, BatchGetSecurityControlsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* SecurityControlIds: [ // required
|
|
31
|
+
* const input = { // BatchGetSecurityControlsRequest
|
|
32
|
+
* SecurityControlIds: [ // StringList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -28,9 +28,9 @@ export interface BatchGetStandardsControlAssociationsCommandOutput extends Batch
|
|
|
28
28
|
* import { SecurityHubClient, BatchGetStandardsControlAssociationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
|
|
29
29
|
* // const { SecurityHubClient, BatchGetStandardsControlAssociationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
|
|
30
30
|
* const client = new SecurityHubClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* StandardsControlAssociationIds: [ // required
|
|
33
|
-
* {
|
|
31
|
+
* const input = { // BatchGetStandardsControlAssociationsRequest
|
|
32
|
+
* StandardsControlAssociationIds: [ // StandardsControlAssociationIds // required
|
|
33
|
+
* { // StandardsControlAssociationId
|
|
34
34
|
* SecurityControlId: "STRING_VALUE", // required
|
|
35
35
|
* StandardsArn: "STRING_VALUE", // required
|
|
36
36
|
* },
|