@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
|
@@ -1,5 +1,222 @@
|
|
|
1
|
-
import { AdminAccount, AutoEnableStandards } from "./models_0";
|
|
2
|
-
import { AwsSecurityFinding, AwsSecurityFindingFilters, ControlStatus, NoteUpdate,
|
|
1
|
+
import { ActionTarget, AdminAccount, AssociationStatus, AutoEnableStandards } from "./models_0";
|
|
2
|
+
import { AwsSecurityFinding, AwsSecurityFindingFilters, ControlFindingGenerator, ControlStatus, NoteUpdate, RecordState, Result, SeverityRating, StandardsSubscription } from "./models_1";
|
|
3
|
+
export interface DeleteFindingAggregatorRequest {
|
|
4
|
+
/**
|
|
5
|
+
* <p>The ARN of the finding aggregator to delete. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>
|
|
6
|
+
*/
|
|
7
|
+
FindingAggregatorArn: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export interface DeleteFindingAggregatorResponse {
|
|
10
|
+
}
|
|
11
|
+
export interface DeleteInsightRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ARN of the insight to delete.</p>
|
|
14
|
+
*/
|
|
15
|
+
InsightArn: string | undefined;
|
|
16
|
+
}
|
|
17
|
+
export interface DeleteInsightResponse {
|
|
18
|
+
/**
|
|
19
|
+
* <p>The ARN of the insight that was deleted.</p>
|
|
20
|
+
*/
|
|
21
|
+
InsightArn: string | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface DeleteInvitationsRequest {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The list of the account IDs that sent the invitations to delete.</p>
|
|
26
|
+
*/
|
|
27
|
+
AccountIds: string[] | undefined;
|
|
28
|
+
}
|
|
29
|
+
export interface DeleteInvitationsResponse {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The list of Amazon Web Services accounts for which the invitations were not deleted. For each account,
|
|
32
|
+
* the list includes the account ID and the email address.</p>
|
|
33
|
+
*/
|
|
34
|
+
UnprocessedAccounts?: Result[];
|
|
35
|
+
}
|
|
36
|
+
export interface DeleteMembersRequest {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The list of account IDs for the member accounts to delete.</p>
|
|
39
|
+
*/
|
|
40
|
+
AccountIds: string[] | undefined;
|
|
41
|
+
}
|
|
42
|
+
export interface DeleteMembersResponse {
|
|
43
|
+
/**
|
|
44
|
+
* <p>The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the
|
|
45
|
+
* account ID and the email address.</p>
|
|
46
|
+
*/
|
|
47
|
+
UnprocessedAccounts?: Result[];
|
|
48
|
+
}
|
|
49
|
+
export interface DescribeActionTargetsRequest {
|
|
50
|
+
/**
|
|
51
|
+
* <p>A list of custom action target ARNs for the custom action targets to retrieve.</p>
|
|
52
|
+
*/
|
|
53
|
+
ActionTargetArns?: string[];
|
|
54
|
+
/**
|
|
55
|
+
* <p>The token that is required for pagination. On your first call to the
|
|
56
|
+
* <code>DescribeActionTargets</code> operation, set the value of this parameter to
|
|
57
|
+
* <code>NULL</code>.</p>
|
|
58
|
+
* <p>For subsequent calls to the operation, to continue listing data, set the value of this
|
|
59
|
+
* parameter to the value returned from the previous response.</p>
|
|
60
|
+
*/
|
|
61
|
+
NextToken?: string;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The maximum number of results to return.</p>
|
|
64
|
+
*/
|
|
65
|
+
MaxResults?: number;
|
|
66
|
+
}
|
|
67
|
+
export interface DescribeActionTargetsResponse {
|
|
68
|
+
/**
|
|
69
|
+
* <p>A list of <code>ActionTarget</code> objects. Each object includes the <code>ActionTargetArn</code>,
|
|
70
|
+
* <code>Description</code>, and <code>Name</code> of a custom action target available in
|
|
71
|
+
* Security Hub.</p>
|
|
72
|
+
*/
|
|
73
|
+
ActionTargets: ActionTarget[] | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The pagination token to use to request the next page of results.</p>
|
|
76
|
+
*/
|
|
77
|
+
NextToken?: string;
|
|
78
|
+
}
|
|
79
|
+
export interface DescribeHubRequest {
|
|
80
|
+
/**
|
|
81
|
+
* <p>The ARN of the Hub resource to retrieve.</p>
|
|
82
|
+
*/
|
|
83
|
+
HubArn?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface DescribeHubResponse {
|
|
86
|
+
/**
|
|
87
|
+
* <p>The ARN of the Hub resource that was retrieved.</p>
|
|
88
|
+
*/
|
|
89
|
+
HubArn?: string;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The date and time when Security Hub was enabled in the account.</p>
|
|
92
|
+
*/
|
|
93
|
+
SubscribedAt?: string;
|
|
94
|
+
/**
|
|
95
|
+
* <p>Whether to automatically enable new controls when they are added to standards that are
|
|
96
|
+
* enabled.</p>
|
|
97
|
+
* <p>If set to <code>true</code>, then new controls for enabled standards are enabled
|
|
98
|
+
* automatically. If set to <code>false</code>, then new controls are not enabled.</p>
|
|
99
|
+
*/
|
|
100
|
+
AutoEnableControls?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* <p>Specifies whether the calling account has consolidated control findings turned on. If the value for this field is set to
|
|
103
|
+
* <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check
|
|
104
|
+
* applies to multiple enabled standards.</p>
|
|
105
|
+
* <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings
|
|
106
|
+
* for a control check when the check applies to multiple enabled standards.</p>
|
|
107
|
+
* <p>The value for this field in a member account matches the value in the administrator
|
|
108
|
+
* account. For accounts that aren't part of an organization, the default value of this field
|
|
109
|
+
* is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 9,
|
|
110
|
+
* 2023.</p>
|
|
111
|
+
*/
|
|
112
|
+
ControlFindingGenerator?: ControlFindingGenerator | string;
|
|
113
|
+
}
|
|
114
|
+
export interface DescribeOrganizationConfigurationRequest {
|
|
115
|
+
}
|
|
116
|
+
export interface DescribeOrganizationConfigurationResponse {
|
|
117
|
+
/**
|
|
118
|
+
* <p>Whether to automatically enable Security Hub for new accounts in the organization.</p>
|
|
119
|
+
* <p>If set to <code>true</code>, then Security Hub is enabled for new accounts. If set to false,
|
|
120
|
+
* then new accounts are not added automatically.</p>
|
|
121
|
+
*/
|
|
122
|
+
AutoEnable?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* <p>Whether the maximum number of allowed member accounts are already associated with the
|
|
125
|
+
* Security Hub administrator account.</p>
|
|
126
|
+
*/
|
|
127
|
+
MemberAccountLimitReached?: boolean;
|
|
128
|
+
/**
|
|
129
|
+
* <p>Whether to automatically enable Security Hub <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html">default standards</a>
|
|
130
|
+
* for new member accounts in the organization.</p>
|
|
131
|
+
* <p>The default value of this parameter is equal to <code>DEFAULT</code>.</p>
|
|
132
|
+
* <p>If equal to <code>DEFAULT</code>, then Security Hub default standards are automatically enabled for new member
|
|
133
|
+
* accounts. If equal to <code>NONE</code>, then default standards are not automatically enabled for new member
|
|
134
|
+
* accounts.</p>
|
|
135
|
+
*/
|
|
136
|
+
AutoEnableStandards?: AutoEnableStandards | string;
|
|
137
|
+
}
|
|
138
|
+
export interface DescribeProductsRequest {
|
|
139
|
+
/**
|
|
140
|
+
* <p>The token that is required for pagination. On your first call to the
|
|
141
|
+
* <code>DescribeProducts</code> operation, set the value of this parameter to
|
|
142
|
+
* <code>NULL</code>.</p>
|
|
143
|
+
* <p>For subsequent calls to the operation, to continue listing data, set the value of this
|
|
144
|
+
* parameter to the value returned from the previous response.</p>
|
|
145
|
+
*/
|
|
146
|
+
NextToken?: string;
|
|
147
|
+
/**
|
|
148
|
+
* <p>The maximum number of results to return.</p>
|
|
149
|
+
*/
|
|
150
|
+
MaxResults?: number;
|
|
151
|
+
/**
|
|
152
|
+
* <p>The ARN of the integration to return.</p>
|
|
153
|
+
*/
|
|
154
|
+
ProductArn?: string;
|
|
155
|
+
}
|
|
156
|
+
export declare enum IntegrationType {
|
|
157
|
+
RECEIVE_FINDINGS_FROM_SECURITY_HUB = "RECEIVE_FINDINGS_FROM_SECURITY_HUB",
|
|
158
|
+
SEND_FINDINGS_TO_SECURITY_HUB = "SEND_FINDINGS_TO_SECURITY_HUB",
|
|
159
|
+
UPDATE_FINDINGS_IN_SECURITY_HUB = "UPDATE_FINDINGS_IN_SECURITY_HUB"
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* <p>Contains details about a product.</p>
|
|
163
|
+
*/
|
|
164
|
+
export interface Product {
|
|
165
|
+
/**
|
|
166
|
+
* <p>The ARN assigned to the product.</p>
|
|
167
|
+
*/
|
|
168
|
+
ProductArn: string | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* <p>The name of the product.</p>
|
|
171
|
+
*/
|
|
172
|
+
ProductName?: string;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The name of the company that provides the product.</p>
|
|
175
|
+
*/
|
|
176
|
+
CompanyName?: string;
|
|
177
|
+
/**
|
|
178
|
+
* <p>A description of the product.</p>
|
|
179
|
+
*/
|
|
180
|
+
Description?: string;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The categories assigned to the product.</p>
|
|
183
|
+
*/
|
|
184
|
+
Categories?: string[];
|
|
185
|
+
/**
|
|
186
|
+
* <p>The types of integration that the product supports. Available values are the
|
|
187
|
+
* following.</p>
|
|
188
|
+
* <ul>
|
|
189
|
+
* <li>
|
|
190
|
+
* <p>
|
|
191
|
+
* <code>SEND_FINDINGS_TO_SECURITY_HUB</code> - The integration sends
|
|
192
|
+
* findings to Security Hub.</p>
|
|
193
|
+
* </li>
|
|
194
|
+
* <li>
|
|
195
|
+
* <p>
|
|
196
|
+
* <code>RECEIVE_FINDINGS_FROM_SECURITY_HUB</code> - The integration
|
|
197
|
+
* receives findings from Security Hub.</p>
|
|
198
|
+
* </li>
|
|
199
|
+
* <li>
|
|
200
|
+
* <p>
|
|
201
|
+
* <code>UPDATE_FINDINGS_IN_SECURITY_HUB</code> - The integration does not send new findings to Security Hub, but does make updates to the findings that it receives from Security Hub.</p>
|
|
202
|
+
* </li>
|
|
203
|
+
* </ul>
|
|
204
|
+
*/
|
|
205
|
+
IntegrationTypes?: (IntegrationType | string)[];
|
|
206
|
+
/**
|
|
207
|
+
* <p>For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate the service.</p>
|
|
208
|
+
* <p>For integrations with third-party products, the Amazon Web Services Marketplace URL from which to subscribe to or purchase the product.</p>
|
|
209
|
+
*/
|
|
210
|
+
MarketplaceUrl?: string;
|
|
211
|
+
/**
|
|
212
|
+
* <p>The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration.</p>
|
|
213
|
+
*/
|
|
214
|
+
ActivationUrl?: string;
|
|
215
|
+
/**
|
|
216
|
+
* <p>The resource policy associated with the product.</p>
|
|
217
|
+
*/
|
|
218
|
+
ProductSubscriptionResourcePolicy?: string;
|
|
219
|
+
}
|
|
3
220
|
export interface DescribeProductsResponse {
|
|
4
221
|
/**
|
|
5
222
|
* <p>A list of products, including details for each product.</p>
|
|
@@ -100,12 +317,6 @@ export interface DescribeStandardsControlsRequest {
|
|
|
100
317
|
*/
|
|
101
318
|
MaxResults?: number;
|
|
102
319
|
}
|
|
103
|
-
export declare enum SeverityRating {
|
|
104
|
-
CRITICAL = "CRITICAL",
|
|
105
|
-
HIGH = "HIGH",
|
|
106
|
-
LOW = "LOW",
|
|
107
|
-
MEDIUM = "MEDIUM"
|
|
108
|
-
}
|
|
109
320
|
/**
|
|
110
321
|
* <p>Details for an individual security standard control.</p>
|
|
111
322
|
*/
|
|
@@ -236,6 +447,19 @@ export interface EnableSecurityHubRequest {
|
|
|
236
447
|
* <code>EnableDefaultStandards</code> to <code>false</code>.</p>
|
|
237
448
|
*/
|
|
238
449
|
EnableDefaultStandards?: boolean;
|
|
450
|
+
/**
|
|
451
|
+
* <p>This field, used when enabling Security Hub, specifies whether the calling account has consolidated control findings turned on.
|
|
452
|
+
* If the value for this field is set to
|
|
453
|
+
* <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check
|
|
454
|
+
* applies to multiple enabled standards.</p>
|
|
455
|
+
* <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings
|
|
456
|
+
* for a control check when the check applies to multiple enabled standards.</p>
|
|
457
|
+
* <p>The value for this field in a member account matches the value in the administrator
|
|
458
|
+
* account. For accounts that aren't part of an organization, the default value of this field
|
|
459
|
+
* is <code>SECURITY_CONTROL</code> if you enabled Security Hub on or after February 9,
|
|
460
|
+
* 2023.</p>
|
|
461
|
+
*/
|
|
462
|
+
ControlFindingGenerator?: ControlFindingGenerator | string;
|
|
239
463
|
}
|
|
240
464
|
export interface EnableSecurityHubResponse {
|
|
241
465
|
}
|
|
@@ -736,6 +960,189 @@ export interface ListOrganizationAdminAccountsResponse {
|
|
|
736
960
|
*/
|
|
737
961
|
NextToken?: string;
|
|
738
962
|
}
|
|
963
|
+
export interface ListSecurityControlDefinitionsRequest {
|
|
964
|
+
/**
|
|
965
|
+
* <p>
|
|
966
|
+
* The Amazon Resource Name (ARN) of the standard that you want to view controls for.
|
|
967
|
+
* </p>
|
|
968
|
+
*/
|
|
969
|
+
StandardsArn?: string;
|
|
970
|
+
/**
|
|
971
|
+
* <p>
|
|
972
|
+
* Optional pagination parameter.
|
|
973
|
+
* </p>
|
|
974
|
+
*/
|
|
975
|
+
NextToken?: string;
|
|
976
|
+
/**
|
|
977
|
+
* <p> An optional parameter that limits the total results of the API response to the
|
|
978
|
+
* specified number. If this parameter isn't provided in the request, the results include the
|
|
979
|
+
* first 25 security controls that apply to the specified standard. The results also include a
|
|
980
|
+
* <code>NextToken</code> parameter that you can use in a subsequent API call to get the
|
|
981
|
+
* next 25 controls. This repeats until all controls for the standard are returned. </p>
|
|
982
|
+
*/
|
|
983
|
+
MaxResults?: number;
|
|
984
|
+
}
|
|
985
|
+
export declare enum RegionAvailabilityStatus {
|
|
986
|
+
AVAILABLE = "AVAILABLE",
|
|
987
|
+
UNAVAILABLE = "UNAVAILABLE"
|
|
988
|
+
}
|
|
989
|
+
/**
|
|
990
|
+
* <p>
|
|
991
|
+
* Provides metadata for a security control, including its unique standard-agnostic identifier, title, description,
|
|
992
|
+
* severity, availability in Amazon Web Services Regions, and a link to remediation steps.
|
|
993
|
+
* </p>
|
|
994
|
+
*/
|
|
995
|
+
export interface SecurityControlDefinition {
|
|
996
|
+
/**
|
|
997
|
+
* <p>
|
|
998
|
+
* The unique identifier of a security control across standards. Values for this field typically consist of an
|
|
999
|
+
* Amazon Web Service name and a number (for example, APIGateway.3). This parameter differs from
|
|
1000
|
+
* <code>SecurityControlArn</code>, which is a unique Amazon Resource Name (ARN) assigned to a control. The
|
|
1001
|
+
* ARN references the security control ID (for example, arn:aws:securityhub:eu-central-1:123456789012:security-control/APIGateway.3).
|
|
1002
|
+
* </p>
|
|
1003
|
+
*/
|
|
1004
|
+
SecurityControlId: string | undefined;
|
|
1005
|
+
/**
|
|
1006
|
+
* <p>
|
|
1007
|
+
* The title of a security control.
|
|
1008
|
+
* </p>
|
|
1009
|
+
*/
|
|
1010
|
+
Title: string | undefined;
|
|
1011
|
+
/**
|
|
1012
|
+
* <p> The description of a security control across standards. This typically summarizes how
|
|
1013
|
+
* Security Hub evaluates the control and the conditions under which it produces a
|
|
1014
|
+
* failed finding. This parameter doesn't reference a specific standard. </p>
|
|
1015
|
+
*/
|
|
1016
|
+
Description: string | undefined;
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>
|
|
1019
|
+
* A link to Security Hub documentation that explains how to remediate a failed finding for a security control.
|
|
1020
|
+
* </p>
|
|
1021
|
+
*/
|
|
1022
|
+
RemediationUrl: string | undefined;
|
|
1023
|
+
/**
|
|
1024
|
+
* <p>
|
|
1025
|
+
* The severity of a security control. For more information about how Security Hub determines control severity,
|
|
1026
|
+
* see <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/controls-findings-create-update.html#control-findings-severity">Assigning severity to control findings</a> in the
|
|
1027
|
+
* <i>Security Hub User Guide</i>.
|
|
1028
|
+
* </p>
|
|
1029
|
+
*/
|
|
1030
|
+
SeverityRating: SeverityRating | string | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>
|
|
1033
|
+
* Specifies whether a security control is available in the current Amazon Web Services Region.
|
|
1034
|
+
* </p>
|
|
1035
|
+
*/
|
|
1036
|
+
CurrentRegionAvailability: RegionAvailabilityStatus | string | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
export interface ListSecurityControlDefinitionsResponse {
|
|
1039
|
+
/**
|
|
1040
|
+
* <p>
|
|
1041
|
+
* An array of controls that apply to the specified standard.
|
|
1042
|
+
* </p>
|
|
1043
|
+
*/
|
|
1044
|
+
SecurityControlDefinitions: SecurityControlDefinition[] | undefined;
|
|
1045
|
+
/**
|
|
1046
|
+
* <p> A pagination parameter that's included in the response only if it was included in the
|
|
1047
|
+
* request. </p>
|
|
1048
|
+
*/
|
|
1049
|
+
NextToken?: string;
|
|
1050
|
+
}
|
|
1051
|
+
export interface ListStandardsControlAssociationsRequest {
|
|
1052
|
+
/**
|
|
1053
|
+
* <p>
|
|
1054
|
+
* The identifier of the control (identified with <code>SecurityControlId</code>, <code>SecurityControlArn</code>, or a mix of both parameters) that you
|
|
1055
|
+
* want to determine the enablement status of in each enabled standard.
|
|
1056
|
+
* </p>
|
|
1057
|
+
*/
|
|
1058
|
+
SecurityControlId: string | undefined;
|
|
1059
|
+
/**
|
|
1060
|
+
* <p>
|
|
1061
|
+
* Optional pagination parameter.
|
|
1062
|
+
* </p>
|
|
1063
|
+
*/
|
|
1064
|
+
NextToken?: string;
|
|
1065
|
+
/**
|
|
1066
|
+
* <p> An optional parameter that limits the total results of the API response to the
|
|
1067
|
+
* specified number. If this parameter isn't provided in the request, the results include the
|
|
1068
|
+
* first 25 standard and control associations. The results also include a
|
|
1069
|
+
* <code>NextToken</code> parameter that you can use in a subsequent API call to get the
|
|
1070
|
+
* next 25 associations. This repeats until all associations for the specified control are
|
|
1071
|
+
* returned. The number of results is limited by the number of supported Security Hub
|
|
1072
|
+
* standards that you've enabled in the calling account. </p>
|
|
1073
|
+
*/
|
|
1074
|
+
MaxResults?: number;
|
|
1075
|
+
}
|
|
1076
|
+
/**
|
|
1077
|
+
* <p> An array that provides the enablement status and other details for each control that
|
|
1078
|
+
* applies to each enabled standard. </p>
|
|
1079
|
+
*/
|
|
1080
|
+
export interface StandardsControlAssociationSummary {
|
|
1081
|
+
/**
|
|
1082
|
+
* <p>
|
|
1083
|
+
* The Amazon Resource Name (ARN) of a standard.
|
|
1084
|
+
* </p>
|
|
1085
|
+
*/
|
|
1086
|
+
StandardsArn: string | undefined;
|
|
1087
|
+
/**
|
|
1088
|
+
* <p>
|
|
1089
|
+
* A unique standard-agnostic identifier for a control. Values for this field typically consist of an
|
|
1090
|
+
* Amazon Web Service and a number, such as APIGateway.5. This field doesn't reference a specific standard.
|
|
1091
|
+
* </p>
|
|
1092
|
+
*/
|
|
1093
|
+
SecurityControlId: string | undefined;
|
|
1094
|
+
/**
|
|
1095
|
+
* <p> The ARN of a control, such as
|
|
1096
|
+
* <code>arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1</code>. This
|
|
1097
|
+
* parameter doesn't mention a specific standard. </p>
|
|
1098
|
+
*/
|
|
1099
|
+
SecurityControlArn: string | undefined;
|
|
1100
|
+
/**
|
|
1101
|
+
* <p>
|
|
1102
|
+
* The enablement status of a control in a specific standard.
|
|
1103
|
+
* </p>
|
|
1104
|
+
*/
|
|
1105
|
+
AssociationStatus: AssociationStatus | string | undefined;
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>
|
|
1108
|
+
* The requirement that underlies this control in the compliance framework related to the standard.
|
|
1109
|
+
* </p>
|
|
1110
|
+
*/
|
|
1111
|
+
RelatedRequirements?: string[];
|
|
1112
|
+
/**
|
|
1113
|
+
* <p> The last time that a control's enablement status in a specified standard was updated. </p>
|
|
1114
|
+
*/
|
|
1115
|
+
UpdatedAt?: Date;
|
|
1116
|
+
/**
|
|
1117
|
+
* <p> The reason for updating the control's enablement status in a specified standard. </p>
|
|
1118
|
+
*/
|
|
1119
|
+
UpdatedReason?: string;
|
|
1120
|
+
/**
|
|
1121
|
+
* <p>
|
|
1122
|
+
* The title of a control.
|
|
1123
|
+
* </p>
|
|
1124
|
+
*/
|
|
1125
|
+
StandardsControlTitle?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* <p>
|
|
1128
|
+
* The description of a control. This typically summarizes how Security Hub evaluates the control and the
|
|
1129
|
+
* conditions under which it produces a failed finding. The parameter may reference a specific standard.
|
|
1130
|
+
* </p>
|
|
1131
|
+
*/
|
|
1132
|
+
StandardsControlDescription?: string;
|
|
1133
|
+
}
|
|
1134
|
+
export interface ListStandardsControlAssociationsResponse {
|
|
1135
|
+
/**
|
|
1136
|
+
* <p> An array that provides the enablement status and other details for each security
|
|
1137
|
+
* control that applies to each enabled standard. </p>
|
|
1138
|
+
*/
|
|
1139
|
+
StandardsControlAssociationSummaries: StandardsControlAssociationSummary[] | undefined;
|
|
1140
|
+
/**
|
|
1141
|
+
* <p> A pagination parameter that's included in the response only if it was included in the
|
|
1142
|
+
* request. </p>
|
|
1143
|
+
*/
|
|
1144
|
+
NextToken?: string;
|
|
1145
|
+
}
|
|
739
1146
|
export interface ListTagsForResourceRequest {
|
|
740
1147
|
/**
|
|
741
1148
|
* <p>The ARN of the resource to retrieve tags for.</p>
|
|
@@ -903,6 +1310,16 @@ export interface UpdateSecurityHubConfigurationRequest {
|
|
|
903
1310
|
* </p>
|
|
904
1311
|
*/
|
|
905
1312
|
AutoEnableControls?: boolean;
|
|
1313
|
+
/**
|
|
1314
|
+
* <p>Updates whether the calling account has consolidated control findings turned on.
|
|
1315
|
+
* If the value for this field is set to
|
|
1316
|
+
* <code>SECURITY_CONTROL</code>, Security Hub generates a single finding for a control check even when the check
|
|
1317
|
+
* applies to multiple enabled standards.</p>
|
|
1318
|
+
* <p>If the value for this field is set to <code>STANDARD_CONTROL</code>, Security Hub generates separate findings
|
|
1319
|
+
* for a control check when the check applies to multiple enabled standards.</p>
|
|
1320
|
+
* <p>For accounts that are part of an organization, this value can only be updated in the administrator account.</p>
|
|
1321
|
+
*/
|
|
1322
|
+
ControlFindingGenerator?: ControlFindingGenerator | string;
|
|
906
1323
|
}
|
|
907
1324
|
export interface UpdateSecurityHubConfigurationResponse {
|
|
908
1325
|
}
|
|
@@ -923,6 +1340,70 @@ export interface UpdateStandardsControlRequest {
|
|
|
923
1340
|
}
|
|
924
1341
|
export interface UpdateStandardsControlResponse {
|
|
925
1342
|
}
|
|
1343
|
+
/**
|
|
1344
|
+
* @internal
|
|
1345
|
+
*/
|
|
1346
|
+
export declare const DeleteFindingAggregatorRequestFilterSensitiveLog: (obj: DeleteFindingAggregatorRequest) => any;
|
|
1347
|
+
/**
|
|
1348
|
+
* @internal
|
|
1349
|
+
*/
|
|
1350
|
+
export declare const DeleteFindingAggregatorResponseFilterSensitiveLog: (obj: DeleteFindingAggregatorResponse) => any;
|
|
1351
|
+
/**
|
|
1352
|
+
* @internal
|
|
1353
|
+
*/
|
|
1354
|
+
export declare const DeleteInsightRequestFilterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
1355
|
+
/**
|
|
1356
|
+
* @internal
|
|
1357
|
+
*/
|
|
1358
|
+
export declare const DeleteInsightResponseFilterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
1359
|
+
/**
|
|
1360
|
+
* @internal
|
|
1361
|
+
*/
|
|
1362
|
+
export declare const DeleteInvitationsRequestFilterSensitiveLog: (obj: DeleteInvitationsRequest) => any;
|
|
1363
|
+
/**
|
|
1364
|
+
* @internal
|
|
1365
|
+
*/
|
|
1366
|
+
export declare const DeleteInvitationsResponseFilterSensitiveLog: (obj: DeleteInvitationsResponse) => any;
|
|
1367
|
+
/**
|
|
1368
|
+
* @internal
|
|
1369
|
+
*/
|
|
1370
|
+
export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
1371
|
+
/**
|
|
1372
|
+
* @internal
|
|
1373
|
+
*/
|
|
1374
|
+
export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
1375
|
+
/**
|
|
1376
|
+
* @internal
|
|
1377
|
+
*/
|
|
1378
|
+
export declare const DescribeActionTargetsRequestFilterSensitiveLog: (obj: DescribeActionTargetsRequest) => any;
|
|
1379
|
+
/**
|
|
1380
|
+
* @internal
|
|
1381
|
+
*/
|
|
1382
|
+
export declare const DescribeActionTargetsResponseFilterSensitiveLog: (obj: DescribeActionTargetsResponse) => any;
|
|
1383
|
+
/**
|
|
1384
|
+
* @internal
|
|
1385
|
+
*/
|
|
1386
|
+
export declare const DescribeHubRequestFilterSensitiveLog: (obj: DescribeHubRequest) => any;
|
|
1387
|
+
/**
|
|
1388
|
+
* @internal
|
|
1389
|
+
*/
|
|
1390
|
+
export declare const DescribeHubResponseFilterSensitiveLog: (obj: DescribeHubResponse) => any;
|
|
1391
|
+
/**
|
|
1392
|
+
* @internal
|
|
1393
|
+
*/
|
|
1394
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
1395
|
+
/**
|
|
1396
|
+
* @internal
|
|
1397
|
+
*/
|
|
1398
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
1399
|
+
/**
|
|
1400
|
+
* @internal
|
|
1401
|
+
*/
|
|
1402
|
+
export declare const DescribeProductsRequestFilterSensitiveLog: (obj: DescribeProductsRequest) => any;
|
|
1403
|
+
/**
|
|
1404
|
+
* @internal
|
|
1405
|
+
*/
|
|
1406
|
+
export declare const ProductFilterSensitiveLog: (obj: Product) => any;
|
|
926
1407
|
/**
|
|
927
1408
|
* @internal
|
|
928
1409
|
*/
|
|
@@ -1175,6 +1656,30 @@ export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (ob
|
|
|
1175
1656
|
* @internal
|
|
1176
1657
|
*/
|
|
1177
1658
|
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
1659
|
+
/**
|
|
1660
|
+
* @internal
|
|
1661
|
+
*/
|
|
1662
|
+
export declare const ListSecurityControlDefinitionsRequestFilterSensitiveLog: (obj: ListSecurityControlDefinitionsRequest) => any;
|
|
1663
|
+
/**
|
|
1664
|
+
* @internal
|
|
1665
|
+
*/
|
|
1666
|
+
export declare const SecurityControlDefinitionFilterSensitiveLog: (obj: SecurityControlDefinition) => any;
|
|
1667
|
+
/**
|
|
1668
|
+
* @internal
|
|
1669
|
+
*/
|
|
1670
|
+
export declare const ListSecurityControlDefinitionsResponseFilterSensitiveLog: (obj: ListSecurityControlDefinitionsResponse) => any;
|
|
1671
|
+
/**
|
|
1672
|
+
* @internal
|
|
1673
|
+
*/
|
|
1674
|
+
export declare const ListStandardsControlAssociationsRequestFilterSensitiveLog: (obj: ListStandardsControlAssociationsRequest) => any;
|
|
1675
|
+
/**
|
|
1676
|
+
* @internal
|
|
1677
|
+
*/
|
|
1678
|
+
export declare const StandardsControlAssociationSummaryFilterSensitiveLog: (obj: StandardsControlAssociationSummary) => any;
|
|
1679
|
+
/**
|
|
1680
|
+
* @internal
|
|
1681
|
+
*/
|
|
1682
|
+
export declare const ListStandardsControlAssociationsResponseFilterSensitiveLog: (obj: ListStandardsControlAssociationsResponse) => any;
|
|
1178
1683
|
/**
|
|
1179
1684
|
* @internal
|
|
1180
1685
|
*/
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "../commands/ListSecurityControlDefinitionsCommand";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSecurityControlDefinitions(config: SecurityHubPaginationConfiguration, input: ListSecurityControlDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListSecurityControlDefinitionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "../commands/ListStandardsControlAssociationsCommand";
|
|
3
|
+
import { SecurityHubPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListStandardsControlAssociations(config: SecurityHubPaginationConfiguration, input: ListStandardsControlAssociationsCommandInput, ...additionalArguments: any): Paginator<ListStandardsControlAssociationsCommandOutput>;
|
|
@@ -11,3 +11,5 @@ export * from "./ListFindingAggregatorsPaginator";
|
|
|
11
11
|
export * from "./ListInvitationsPaginator";
|
|
12
12
|
export * from "./ListMembersPaginator";
|
|
13
13
|
export * from "./ListOrganizationAdminAccountsPaginator";
|
|
14
|
+
export * from "./ListSecurityControlDefinitionsPaginator";
|
|
15
|
+
export * from "./ListStandardsControlAssociationsPaginator";
|
|
@@ -4,8 +4,11 @@ import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitatio
|
|
|
4
4
|
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
|
|
5
5
|
import { BatchDisableStandardsCommandInput, BatchDisableStandardsCommandOutput } from "../commands/BatchDisableStandardsCommand";
|
|
6
6
|
import { BatchEnableStandardsCommandInput, BatchEnableStandardsCommandOutput } from "../commands/BatchEnableStandardsCommand";
|
|
7
|
+
import { BatchGetSecurityControlsCommandInput, BatchGetSecurityControlsCommandOutput } from "../commands/BatchGetSecurityControlsCommand";
|
|
8
|
+
import { BatchGetStandardsControlAssociationsCommandInput, BatchGetStandardsControlAssociationsCommandOutput } from "../commands/BatchGetStandardsControlAssociationsCommand";
|
|
7
9
|
import { BatchImportFindingsCommandInput, BatchImportFindingsCommandOutput } from "../commands/BatchImportFindingsCommand";
|
|
8
10
|
import { BatchUpdateFindingsCommandInput, BatchUpdateFindingsCommandOutput } from "../commands/BatchUpdateFindingsCommand";
|
|
11
|
+
import { BatchUpdateStandardsControlAssociationsCommandInput, BatchUpdateStandardsControlAssociationsCommandOutput } from "../commands/BatchUpdateStandardsControlAssociationsCommand";
|
|
9
12
|
import { CreateActionTargetCommandInput, CreateActionTargetCommandOutput } from "../commands/CreateActionTargetCommand";
|
|
10
13
|
import { CreateFindingAggregatorCommandInput, CreateFindingAggregatorCommandOutput } from "../commands/CreateFindingAggregatorCommand";
|
|
11
14
|
import { CreateInsightCommandInput, CreateInsightCommandOutput } from "../commands/CreateInsightCommand";
|
|
@@ -46,6 +49,8 @@ import { ListFindingAggregatorsCommandInput, ListFindingAggregatorsCommandOutput
|
|
|
46
49
|
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
47
50
|
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
48
51
|
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
52
|
+
import { ListSecurityControlDefinitionsCommandInput, ListSecurityControlDefinitionsCommandOutput } from "../commands/ListSecurityControlDefinitionsCommand";
|
|
53
|
+
import { ListStandardsControlAssociationsCommandInput, ListStandardsControlAssociationsCommandOutput } from "../commands/ListStandardsControlAssociationsCommand";
|
|
49
54
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
50
55
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
51
56
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
@@ -60,8 +65,11 @@ export declare const serializeAws_restJson1AcceptAdministratorInvitationCommand:
|
|
|
60
65
|
export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
66
|
export declare const serializeAws_restJson1BatchDisableStandardsCommand: (input: BatchDisableStandardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
67
|
export declare const serializeAws_restJson1BatchEnableStandardsCommand: (input: BatchEnableStandardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restJson1BatchGetSecurityControlsCommand: (input: BatchGetSecurityControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1BatchGetStandardsControlAssociationsCommand: (input: BatchGetStandardsControlAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
70
|
export declare const serializeAws_restJson1BatchImportFindingsCommand: (input: BatchImportFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
71
|
export declare const serializeAws_restJson1BatchUpdateFindingsCommand: (input: BatchUpdateFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand: (input: BatchUpdateStandardsControlAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
73
|
export declare const serializeAws_restJson1CreateActionTargetCommand: (input: CreateActionTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
74
|
export declare const serializeAws_restJson1CreateFindingAggregatorCommand: (input: CreateFindingAggregatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
75
|
export declare const serializeAws_restJson1CreateInsightCommand: (input: CreateInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -102,6 +110,8 @@ export declare const serializeAws_restJson1ListFindingAggregatorsCommand: (input
|
|
|
102
110
|
export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
111
|
export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
112
|
export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_restJson1ListSecurityControlDefinitionsCommand: (input: ListSecurityControlDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restJson1ListStandardsControlAssociationsCommand: (input: ListStandardsControlAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
115
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
116
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
117
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -116,8 +126,11 @@ export declare const deserializeAws_restJson1AcceptAdministratorInvitationComman
|
|
|
116
126
|
export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
|
|
117
127
|
export declare const deserializeAws_restJson1BatchDisableStandardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisableStandardsCommandOutput>;
|
|
118
128
|
export declare const deserializeAws_restJson1BatchEnableStandardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchEnableStandardsCommandOutput>;
|
|
129
|
+
export declare const deserializeAws_restJson1BatchGetSecurityControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetSecurityControlsCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_restJson1BatchGetStandardsControlAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetStandardsControlAssociationsCommandOutput>;
|
|
119
131
|
export declare const deserializeAws_restJson1BatchImportFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchImportFindingsCommandOutput>;
|
|
120
132
|
export declare const deserializeAws_restJson1BatchUpdateFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateFindingsCommandOutput>;
|
|
133
|
+
export declare const deserializeAws_restJson1BatchUpdateStandardsControlAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateStandardsControlAssociationsCommandOutput>;
|
|
121
134
|
export declare const deserializeAws_restJson1CreateActionTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateActionTargetCommandOutput>;
|
|
122
135
|
export declare const deserializeAws_restJson1CreateFindingAggregatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingAggregatorCommandOutput>;
|
|
123
136
|
export declare const deserializeAws_restJson1CreateInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInsightCommandOutput>;
|
|
@@ -158,6 +171,8 @@ export declare const deserializeAws_restJson1ListFindingAggregatorsCommand: (out
|
|
|
158
171
|
export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
|
|
159
172
|
export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
|
|
160
173
|
export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_restJson1ListSecurityControlDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSecurityControlDefinitionsCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_restJson1ListStandardsControlAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStandardsControlAssociationsCommandOutput>;
|
|
161
176
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
162
177
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
163
178
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|