@aws-sdk/client-securityhub 3.231.0 → 3.234.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.
Files changed (97) hide show
  1. package/dist-cjs/commands/DescribeStandardsCommand.js +3 -3
  2. package/dist-cjs/commands/DescribeStandardsControlsCommand.js +3 -3
  3. package/dist-cjs/commands/DisableImportFindingsForProductCommand.js +3 -3
  4. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  5. package/dist-cjs/commands/DisableSecurityHubCommand.js +3 -3
  6. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  7. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +3 -3
  8. package/dist-cjs/commands/DisassociateMembersCommand.js +3 -3
  9. package/dist-cjs/commands/EnableImportFindingsForProductCommand.js +3 -3
  10. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  11. package/dist-cjs/commands/EnableSecurityHubCommand.js +3 -3
  12. package/dist-cjs/commands/GetAdministratorAccountCommand.js +3 -3
  13. package/dist-cjs/commands/GetEnabledStandardsCommand.js +3 -3
  14. package/dist-cjs/commands/GetFindingAggregatorCommand.js +3 -3
  15. package/dist-cjs/commands/GetFindingsCommand.js +3 -3
  16. package/dist-cjs/commands/GetInsightResultsCommand.js +3 -3
  17. package/dist-cjs/commands/GetInsightsCommand.js +3 -3
  18. package/dist-cjs/commands/GetInvitationsCountCommand.js +3 -3
  19. package/dist-cjs/commands/GetMasterAccountCommand.js +3 -3
  20. package/dist-cjs/commands/GetMembersCommand.js +3 -3
  21. package/dist-cjs/endpoint/ruleset.js +0 -9
  22. package/dist-cjs/models/models_0.js +144 -144
  23. package/dist-cjs/models/models_1.js +213 -217
  24. package/dist-cjs/models/models_2.js +214 -1
  25. package/dist-cjs/protocols/Aws_restJson1.js +1465 -139
  26. package/dist-es/commands/DescribeStandardsCommand.js +1 -1
  27. package/dist-es/commands/DescribeStandardsControlsCommand.js +1 -1
  28. package/dist-es/commands/DisableImportFindingsForProductCommand.js +1 -1
  29. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -1
  30. package/dist-es/commands/DisableSecurityHubCommand.js +1 -1
  31. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +1 -1
  32. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +1 -1
  33. package/dist-es/commands/DisassociateMembersCommand.js +1 -1
  34. package/dist-es/commands/EnableImportFindingsForProductCommand.js +1 -1
  35. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -1
  36. package/dist-es/commands/EnableSecurityHubCommand.js +1 -1
  37. package/dist-es/commands/GetAdministratorAccountCommand.js +1 -1
  38. package/dist-es/commands/GetEnabledStandardsCommand.js +1 -1
  39. package/dist-es/commands/GetFindingAggregatorCommand.js +1 -1
  40. package/dist-es/commands/GetFindingsCommand.js +1 -1
  41. package/dist-es/commands/GetInsightResultsCommand.js +1 -1
  42. package/dist-es/commands/GetInsightsCommand.js +1 -1
  43. package/dist-es/commands/GetInvitationsCountCommand.js +1 -1
  44. package/dist-es/commands/GetMasterAccountCommand.js +1 -1
  45. package/dist-es/commands/GetMembersCommand.js +1 -1
  46. package/dist-es/endpoint/ruleset.js +0 -9
  47. package/dist-es/models/models_0.js +105 -105
  48. package/dist-es/models/models_1.js +156 -162
  49. package/dist-es/models/models_2.js +162 -0
  50. package/dist-es/protocols/Aws_restJson1.js +1465 -139
  51. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  53. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  54. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  55. package/dist-types/commands/DisableSecurityHubCommand.d.ts +1 -1
  56. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  57. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  58. package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -1
  59. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  60. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  61. package/dist-types/commands/EnableSecurityHubCommand.d.ts +1 -1
  62. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  63. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +1 -1
  64. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
  65. package/dist-types/commands/GetFindingsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetInsightsCommand.d.ts +1 -1
  68. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  69. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  70. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  71. package/dist-types/models/models_0.d.ts +3542 -3212
  72. package/dist-types/models/models_1.d.ts +6120 -5310
  73. package/dist-types/models/models_2.d.ts +788 -1
  74. package/dist-types/ts3.4/commands/DescribeStandardsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DisableSecurityHubCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DisassociateMembersCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/EnableSecurityHubCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetEnabledStandardsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/GetFindingAggregatorCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/GetInsightResultsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/models/models_0.d.ts +323 -319
  95. package/dist-types/ts3.4/models/models_1.d.ts +475 -336
  96. package/dist-types/ts3.4/models/models_2.d.ts +326 -3
  97. package/package.json +7 -7
@@ -1,5 +1,592 @@
1
1
  import { AdminAccount, AutoEnableStandards } from "./models_0";
2
- import { AwsSecurityFindingFilters, ControlStatus, FindingAggregator, Invitation, Member, NoteUpdate, RecordState, Result } from "./models_1";
2
+ import { AwsSecurityFinding, AwsSecurityFindingFilters, ControlStatus, NoteUpdate, RecordState, Result, StandardsSubscription } from "./models_1";
3
+ export interface DescribeStandardsRequest {
4
+ /**
5
+ * <p>The token that is required for pagination. On your first call to the
6
+ * <code>DescribeStandards</code> operation, set the value of this parameter to
7
+ * <code>NULL</code>.</p>
8
+ * <p>For subsequent calls to the operation, to continue listing data, set the value of this
9
+ * parameter to the value returned from the previous response.</p>
10
+ */
11
+ NextToken?: string;
12
+ /**
13
+ * <p>The maximum number of standards to return.</p>
14
+ */
15
+ MaxResults?: number;
16
+ }
17
+ /**
18
+ * <p>Provides details about the management of a security standard.</p>
19
+ */
20
+ export interface StandardsManagedBy {
21
+ /**
22
+ * <p>An identifier for the company that manages a specific security standard. For existing
23
+ * standards, the value is equal to <code>Amazon Web Services</code>.</p>
24
+ */
25
+ Company?: string;
26
+ /**
27
+ * <p>An identifier for the product that manages a specific security standard. For existing
28
+ * standards, the value is equal to the Amazon Web Services service that manages the
29
+ * standard.</p>
30
+ */
31
+ Product?: string;
32
+ }
33
+ /**
34
+ * <p>Provides information about a specific security standard.</p>
35
+ */
36
+ export interface Standard {
37
+ /**
38
+ * <p>The ARN of a standard.</p>
39
+ */
40
+ StandardsArn?: string;
41
+ /**
42
+ * <p>The name of the standard.</p>
43
+ */
44
+ Name?: string;
45
+ /**
46
+ * <p>A description of the standard.</p>
47
+ */
48
+ Description?: string;
49
+ /**
50
+ * <p>Whether the standard is enabled by default. When Security Hub is enabled from the console, if a
51
+ * standard is enabled by default, the check box for that standard is selected by
52
+ * default.</p>
53
+ * <p>When Security Hub is enabled using the <code>EnableSecurityHub</code> API operation, the
54
+ * standard is enabled by default unless <code>EnableDefaultStandards</code> is set to
55
+ * <code>false</code>.</p>
56
+ */
57
+ EnabledByDefault?: boolean;
58
+ /**
59
+ * <p>Provides details about the management of a standard.
60
+ * </p>
61
+ */
62
+ StandardsManagedBy?: StandardsManagedBy;
63
+ }
64
+ export interface DescribeStandardsResponse {
65
+ /**
66
+ * <p>A list of available standards.</p>
67
+ */
68
+ Standards?: Standard[];
69
+ /**
70
+ * <p>The pagination token to use to request the next page of results.</p>
71
+ */
72
+ NextToken?: string;
73
+ }
74
+ export interface DescribeStandardsControlsRequest {
75
+ /**
76
+ * <p>The ARN of a resource that represents your subscription to a supported standard. To get
77
+ * the subscription ARNs of the standards you have enabled, use the <code>GetEnabledStandards</code> operation.</p>
78
+ */
79
+ StandardsSubscriptionArn: string | undefined;
80
+ /**
81
+ * <p>The token that is required for pagination. On your first call to the
82
+ * <code>DescribeStandardsControls</code> operation, set the value of this parameter to
83
+ * <code>NULL</code>.</p>
84
+ * <p>For subsequent calls to the operation, to continue listing data, set the value of this
85
+ * parameter to the value returned from the previous response.</p>
86
+ */
87
+ NextToken?: string;
88
+ /**
89
+ * <p>The maximum number of security standard controls to return.</p>
90
+ */
91
+ MaxResults?: number;
92
+ }
93
+ export declare enum SeverityRating {
94
+ CRITICAL = "CRITICAL",
95
+ HIGH = "HIGH",
96
+ LOW = "LOW",
97
+ MEDIUM = "MEDIUM"
98
+ }
99
+ /**
100
+ * <p>Details for an individual security standard control.</p>
101
+ */
102
+ export interface StandardsControl {
103
+ /**
104
+ * <p>The ARN of the security standard control.</p>
105
+ */
106
+ StandardsControlArn?: string;
107
+ /**
108
+ * <p>The current status of the security standard control. Indicates whether the control is
109
+ * enabled or disabled. Security Hub does not check against disabled controls.</p>
110
+ */
111
+ ControlStatus?: ControlStatus | string;
112
+ /**
113
+ * <p>The reason provided for the most recent change in status for the control.</p>
114
+ */
115
+ DisabledReason?: string;
116
+ /**
117
+ * <p>The date and time that the status of the security standard control was most recently
118
+ * updated.</p>
119
+ */
120
+ ControlStatusUpdatedAt?: Date;
121
+ /**
122
+ * <p>The identifier of the security standard control.</p>
123
+ */
124
+ ControlId?: string;
125
+ /**
126
+ * <p>The title of the security standard control.</p>
127
+ */
128
+ Title?: string;
129
+ /**
130
+ * <p>The longer description of the security standard control. Provides information about what
131
+ * the control is checking for.</p>
132
+ */
133
+ Description?: string;
134
+ /**
135
+ * <p>A link to remediation information for the control in the Security Hub user
136
+ * documentation.</p>
137
+ */
138
+ RemediationUrl?: string;
139
+ /**
140
+ * <p>The severity of findings generated from this security standard control.</p>
141
+ * <p>The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services
142
+ * resources if the issue is detected.</p>
143
+ */
144
+ SeverityRating?: SeverityRating | string;
145
+ /**
146
+ * <p>The list of requirements that are related to this control.</p>
147
+ */
148
+ RelatedRequirements?: string[];
149
+ }
150
+ export interface DescribeStandardsControlsResponse {
151
+ /**
152
+ * <p>A list of security standards controls.</p>
153
+ */
154
+ Controls?: StandardsControl[];
155
+ /**
156
+ * <p>The pagination token to use to request the next page of results.</p>
157
+ */
158
+ NextToken?: string;
159
+ }
160
+ export interface DisableImportFindingsForProductRequest {
161
+ /**
162
+ * <p>The ARN of the integrated product to disable the integration for.</p>
163
+ */
164
+ ProductSubscriptionArn: string | undefined;
165
+ }
166
+ export interface DisableImportFindingsForProductResponse {
167
+ }
168
+ export interface DisableOrganizationAdminAccountRequest {
169
+ /**
170
+ * <p>The Amazon Web Services account identifier of the Security Hub administrator account.</p>
171
+ */
172
+ AdminAccountId: string | undefined;
173
+ }
174
+ export interface DisableOrganizationAdminAccountResponse {
175
+ }
176
+ export interface DisableSecurityHubRequest {
177
+ }
178
+ export interface DisableSecurityHubResponse {
179
+ }
180
+ export interface DisassociateFromAdministratorAccountRequest {
181
+ }
182
+ export interface DisassociateFromAdministratorAccountResponse {
183
+ }
184
+ export interface DisassociateFromMasterAccountRequest {
185
+ }
186
+ export interface DisassociateFromMasterAccountResponse {
187
+ }
188
+ export interface DisassociateMembersRequest {
189
+ /**
190
+ * <p>The account IDs of the member accounts to disassociate from the administrator account.</p>
191
+ */
192
+ AccountIds: string[] | undefined;
193
+ }
194
+ export interface DisassociateMembersResponse {
195
+ }
196
+ export interface EnableImportFindingsForProductRequest {
197
+ /**
198
+ * <p>The ARN of the product to enable the integration for.</p>
199
+ */
200
+ ProductArn: string | undefined;
201
+ }
202
+ export interface EnableImportFindingsForProductResponse {
203
+ /**
204
+ * <p>The ARN of your subscription to the product to enable integrations for.</p>
205
+ */
206
+ ProductSubscriptionArn?: string;
207
+ }
208
+ export interface EnableOrganizationAdminAccountRequest {
209
+ /**
210
+ * <p>The Amazon Web Services account identifier of the account to designate as the Security Hub administrator
211
+ * account.</p>
212
+ */
213
+ AdminAccountId: string | undefined;
214
+ }
215
+ export interface EnableOrganizationAdminAccountResponse {
216
+ }
217
+ export interface EnableSecurityHubRequest {
218
+ /**
219
+ * <p>The tags to add to the hub resource when you enable Security Hub.</p>
220
+ */
221
+ Tags?: Record<string, string>;
222
+ /**
223
+ * <p>Whether to enable the security standards that Security Hub has designated as automatically
224
+ * enabled. If you do not provide a value for <code>EnableDefaultStandards</code>, it is set
225
+ * to <code>true</code>. To not enable the automatically enabled standards, set
226
+ * <code>EnableDefaultStandards</code> to <code>false</code>.</p>
227
+ */
228
+ EnableDefaultStandards?: boolean;
229
+ }
230
+ export interface EnableSecurityHubResponse {
231
+ }
232
+ /**
233
+ * <p>A finding aggregator. A finding aggregator contains the configuration for finding aggregation.</p>
234
+ */
235
+ export interface FindingAggregator {
236
+ /**
237
+ * <p>The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.</p>
238
+ */
239
+ FindingAggregatorArn?: string;
240
+ }
241
+ export interface GetAdministratorAccountRequest {
242
+ }
243
+ /**
244
+ * <p>Details about an invitation.</p>
245
+ */
246
+ export interface Invitation {
247
+ /**
248
+ * <p>The account ID of the Security Hub administrator account that the invitation was sent from.</p>
249
+ */
250
+ AccountId?: string;
251
+ /**
252
+ * <p>The ID of the invitation sent to the member account.</p>
253
+ */
254
+ InvitationId?: string;
255
+ /**
256
+ * <p>The timestamp of when the invitation was sent.</p>
257
+ */
258
+ InvitedAt?: Date;
259
+ /**
260
+ * <p>The current status of the association between the member and administrator accounts.</p>
261
+ */
262
+ MemberStatus?: string;
263
+ }
264
+ export interface GetAdministratorAccountResponse {
265
+ /**
266
+ * <p>Details about an invitation.</p>
267
+ */
268
+ Administrator?: Invitation;
269
+ }
270
+ export interface GetEnabledStandardsRequest {
271
+ /**
272
+ * <p>The list of the standards subscription ARNs for the standards to retrieve.</p>
273
+ */
274
+ StandardsSubscriptionArns?: string[];
275
+ /**
276
+ * <p>The token that is required for pagination. On your first call to the
277
+ * <code>GetEnabledStandards</code> operation, set the value of this parameter to
278
+ * <code>NULL</code>.</p>
279
+ * <p>For subsequent calls to the operation, to continue listing data, set the value of this
280
+ * parameter to the value returned from the previous response.</p>
281
+ */
282
+ NextToken?: string;
283
+ /**
284
+ * <p>The maximum number of results to return in the response.</p>
285
+ */
286
+ MaxResults?: number;
287
+ }
288
+ export interface GetEnabledStandardsResponse {
289
+ /**
290
+ * <p>The list of <code>StandardsSubscriptions</code> objects that include information about
291
+ * the enabled standards.</p>
292
+ */
293
+ StandardsSubscriptions?: StandardsSubscription[];
294
+ /**
295
+ * <p>The pagination token to use to request the next page of results.</p>
296
+ */
297
+ NextToken?: string;
298
+ }
299
+ export interface GetFindingAggregatorRequest {
300
+ /**
301
+ * <p>The ARN of the finding aggregator to return details for. To obtain the ARN, use <code>ListFindingAggregators</code>.</p>
302
+ */
303
+ FindingAggregatorArn: string | undefined;
304
+ }
305
+ export interface GetFindingAggregatorResponse {
306
+ /**
307
+ * <p>The ARN of the finding aggregator.</p>
308
+ */
309
+ FindingAggregatorArn?: string;
310
+ /**
311
+ * <p>The aggregation Region.</p>
312
+ */
313
+ FindingAggregationRegion?: string;
314
+ /**
315
+ * <p>Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.</p>
316
+ */
317
+ RegionLinkingMode?: string;
318
+ /**
319
+ * <p>The list of excluded Regions or included Regions.</p>
320
+ */
321
+ Regions?: string[];
322
+ }
323
+ export declare enum SortOrder {
324
+ ASCENDING = "asc",
325
+ DESCENDING = "desc"
326
+ }
327
+ /**
328
+ * <p>A collection of finding attributes used to sort findings.</p>
329
+ */
330
+ export interface SortCriterion {
331
+ /**
332
+ * <p>The finding attribute used to sort findings.</p>
333
+ */
334
+ Field?: string;
335
+ /**
336
+ * <p>The order used to sort findings.</p>
337
+ */
338
+ SortOrder?: SortOrder | string;
339
+ }
340
+ export interface GetFindingsRequest {
341
+ /**
342
+ * <p>The finding attributes used to define a condition to filter the returned
343
+ * findings.</p>
344
+ * <p>You can filter by up to 10 finding attributes. For each attribute, you can provide up to
345
+ * 20 filter values.</p>
346
+ * <p>Note that in the available filter fields, <code>WorkflowState</code> is deprecated. To
347
+ * search for a finding based on its workflow status, use <code>WorkflowStatus</code>.</p>
348
+ */
349
+ Filters?: AwsSecurityFindingFilters;
350
+ /**
351
+ * <p>The finding attributes used to sort the list of returned findings.</p>
352
+ */
353
+ SortCriteria?: SortCriterion[];
354
+ /**
355
+ * <p>The token that is required for pagination. On your first call to the
356
+ * <code>GetFindings</code> operation, set the value of this parameter to
357
+ * <code>NULL</code>.</p>
358
+ * <p>For subsequent calls to the operation, to continue listing data, set the value of this
359
+ * parameter to the value returned from the previous response.</p>
360
+ */
361
+ NextToken?: string;
362
+ /**
363
+ * <p>The maximum number of findings to return.</p>
364
+ */
365
+ MaxResults?: number;
366
+ }
367
+ export interface GetFindingsResponse {
368
+ /**
369
+ * <p>The findings that matched the filters specified in the request.</p>
370
+ */
371
+ Findings: AwsSecurityFinding[] | undefined;
372
+ /**
373
+ * <p>The pagination token to use to request the next page of results.</p>
374
+ */
375
+ NextToken?: string;
376
+ }
377
+ export interface GetInsightResultsRequest {
378
+ /**
379
+ * <p>The ARN of the insight for which to return results.</p>
380
+ */
381
+ InsightArn: string | undefined;
382
+ }
383
+ /**
384
+ * <p>The insight result values returned by the <code>GetInsightResults</code>
385
+ * operation.</p>
386
+ */
387
+ export interface InsightResultValue {
388
+ /**
389
+ * <p>The value of the attribute that the findings are grouped by for the insight whose
390
+ * results are returned by the <code>GetInsightResults</code> operation.</p>
391
+ */
392
+ GroupByAttributeValue: string | undefined;
393
+ /**
394
+ * <p>The number of findings returned for each <code>GroupByAttributeValue</code>.</p>
395
+ */
396
+ Count: number | undefined;
397
+ }
398
+ /**
399
+ * <p>The insight results returned by the <code>GetInsightResults</code> operation.</p>
400
+ */
401
+ export interface InsightResults {
402
+ /**
403
+ * <p>The ARN of the insight whose results are returned by the <code>GetInsightResults</code>
404
+ * operation.</p>
405
+ */
406
+ InsightArn: string | undefined;
407
+ /**
408
+ * <p>The attribute that the findings are grouped by for the insight whose results are
409
+ * returned by the <code>GetInsightResults</code> operation.</p>
410
+ */
411
+ GroupByAttribute: string | undefined;
412
+ /**
413
+ * <p>The list of insight result values returned by the <code>GetInsightResults</code>
414
+ * operation.</p>
415
+ */
416
+ ResultValues: InsightResultValue[] | undefined;
417
+ }
418
+ export interface GetInsightResultsResponse {
419
+ /**
420
+ * <p>The insight results returned by the operation.</p>
421
+ */
422
+ InsightResults: InsightResults | undefined;
423
+ }
424
+ export interface GetInsightsRequest {
425
+ /**
426
+ * <p>The ARNs of the insights to describe. If you do not provide any insight ARNs, then
427
+ * <code>GetInsights</code> returns all of your custom insights. It does not return any
428
+ * managed insights.</p>
429
+ */
430
+ InsightArns?: string[];
431
+ /**
432
+ * <p>The token that is required for pagination. On your first call to the
433
+ * <code>GetInsights</code> operation, set the value of this parameter to
434
+ * <code>NULL</code>.</p>
435
+ * <p>For subsequent calls to the operation, to continue listing data, set the value of this
436
+ * parameter to the value returned from the previous response.</p>
437
+ */
438
+ NextToken?: string;
439
+ /**
440
+ * <p>The maximum number of items to return in the response.</p>
441
+ */
442
+ MaxResults?: number;
443
+ }
444
+ /**
445
+ * <p>Contains information about a Security Hub insight.</p>
446
+ */
447
+ export interface Insight {
448
+ /**
449
+ * <p>The ARN of a Security Hub insight.</p>
450
+ */
451
+ InsightArn: string | undefined;
452
+ /**
453
+ * <p>The name of a Security Hub insight.</p>
454
+ */
455
+ Name: string | undefined;
456
+ /**
457
+ * <p>One or more attributes used to filter the findings included in the insight. The insight
458
+ * only includes findings that match the criteria defined in the filters.</p>
459
+ */
460
+ Filters: AwsSecurityFindingFilters | undefined;
461
+ /**
462
+ * <p>The grouping attribute for the insight's findings. Indicates how to group the matching
463
+ * findings, and identifies the type of item that the insight applies to. For example, if an
464
+ * insight is grouped by resource identifier, then the insight produces a list of resource
465
+ * identifiers.</p>
466
+ */
467
+ GroupByAttribute: string | undefined;
468
+ }
469
+ export interface GetInsightsResponse {
470
+ /**
471
+ * <p>The insights returned by the operation.</p>
472
+ */
473
+ Insights: Insight[] | undefined;
474
+ /**
475
+ * <p>The pagination token to use to request the next page of results.</p>
476
+ */
477
+ NextToken?: string;
478
+ }
479
+ export interface GetInvitationsCountRequest {
480
+ }
481
+ export interface GetInvitationsCountResponse {
482
+ /**
483
+ * <p>The number of all membership invitations sent to this Security Hub member account, not
484
+ * including the currently accepted invitation.</p>
485
+ */
486
+ InvitationsCount?: number;
487
+ }
488
+ export interface GetMasterAccountRequest {
489
+ }
490
+ export interface GetMasterAccountResponse {
491
+ /**
492
+ * <p>A list of details about the Security Hub administrator account for the current member account.
493
+ * </p>
494
+ */
495
+ Master?: Invitation;
496
+ }
497
+ export interface GetMembersRequest {
498
+ /**
499
+ * <p>The list of account IDs for the Security Hub member accounts to return the details for. </p>
500
+ */
501
+ AccountIds: string[] | undefined;
502
+ }
503
+ /**
504
+ * <p>The details about a member account.</p>
505
+ */
506
+ export interface Member {
507
+ /**
508
+ * <p>The Amazon Web Services account ID of the member account.</p>
509
+ */
510
+ AccountId?: string;
511
+ /**
512
+ * <p>The email address of the member account.</p>
513
+ */
514
+ Email?: string;
515
+ /**
516
+ * @deprecated
517
+ *
518
+ * <p>This is replaced by <code>AdministratorID</code>.</p>
519
+ * <p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>
520
+ */
521
+ MasterId?: string;
522
+ /**
523
+ * <p>The Amazon Web Services account ID of the Security Hub administrator account associated with this member account.</p>
524
+ */
525
+ AdministratorId?: string;
526
+ /**
527
+ * <p>The status of the relationship between the member account and its administrator account.
528
+ * </p>
529
+ * <p>The status can have one of the following values:</p>
530
+ * <ul>
531
+ * <li>
532
+ * <p>
533
+ * <code>CREATED</code> - Indicates that the administrator account added the member account,
534
+ * but has not yet invited the member account.</p>
535
+ * </li>
536
+ * <li>
537
+ * <p>
538
+ * <code>INVITED</code> - Indicates that the administrator account invited the member
539
+ * account. The member account has not yet responded to the invitation.</p>
540
+ * </li>
541
+ * <li>
542
+ * <p>
543
+ * <code>ENABLED</code> - Indicates that the member account is currently active. For
544
+ * manually invited member accounts, indicates that the member account accepted the
545
+ * invitation.</p>
546
+ * </li>
547
+ * <li>
548
+ * <p>
549
+ * <code>REMOVED</code> - Indicates that the administrator account disassociated the member
550
+ * account.</p>
551
+ * </li>
552
+ * <li>
553
+ * <p>
554
+ * <code>RESIGNED</code> - Indicates that the member account disassociated themselves
555
+ * from the administrator account.</p>
556
+ * </li>
557
+ * <li>
558
+ * <p>
559
+ * <code>DELETED</code> - Indicates that the administrator account deleted the member
560
+ * account.</p>
561
+ * </li>
562
+ * <li>
563
+ * <p>
564
+ * <code>ACCOUNT_SUSPENDED</code> - Indicates that an organization account was suspended from Amazon Web Services at the same time that the administrator account tried to enable the organization account as a member account.</p>
565
+ * </li>
566
+ * </ul>
567
+ */
568
+ MemberStatus?: string;
569
+ /**
570
+ * <p>A timestamp for the date and time when the invitation was sent to the member
571
+ * account.</p>
572
+ */
573
+ InvitedAt?: Date;
574
+ /**
575
+ * <p>The timestamp for the date and time when the member account was updated.</p>
576
+ */
577
+ UpdatedAt?: Date;
578
+ }
579
+ export interface GetMembersResponse {
580
+ /**
581
+ * <p>The list of details about the Security Hub member accounts.</p>
582
+ */
583
+ Members?: Member[];
584
+ /**
585
+ * <p>The list of Amazon Web Services accounts that could not be processed. For each account, the list
586
+ * includes the account ID and the email address.</p>
587
+ */
588
+ UnprocessedAccounts?: Result[];
589
+ }
3
590
  export interface InviteMembersRequest {
4
591
  /**
5
592
  * <p>The list of account IDs of the Amazon Web Services accounts to invite to Security Hub as members. </p>
@@ -326,6 +913,206 @@ export interface UpdateStandardsControlRequest {
326
913
  }
327
914
  export interface UpdateStandardsControlResponse {
328
915
  }
916
+ /**
917
+ * @internal
918
+ */
919
+ export declare const DescribeStandardsRequestFilterSensitiveLog: (obj: DescribeStandardsRequest) => any;
920
+ /**
921
+ * @internal
922
+ */
923
+ export declare const StandardsManagedByFilterSensitiveLog: (obj: StandardsManagedBy) => any;
924
+ /**
925
+ * @internal
926
+ */
927
+ export declare const StandardFilterSensitiveLog: (obj: Standard) => any;
928
+ /**
929
+ * @internal
930
+ */
931
+ export declare const DescribeStandardsResponseFilterSensitiveLog: (obj: DescribeStandardsResponse) => any;
932
+ /**
933
+ * @internal
934
+ */
935
+ export declare const DescribeStandardsControlsRequestFilterSensitiveLog: (obj: DescribeStandardsControlsRequest) => any;
936
+ /**
937
+ * @internal
938
+ */
939
+ export declare const StandardsControlFilterSensitiveLog: (obj: StandardsControl) => any;
940
+ /**
941
+ * @internal
942
+ */
943
+ export declare const DescribeStandardsControlsResponseFilterSensitiveLog: (obj: DescribeStandardsControlsResponse) => any;
944
+ /**
945
+ * @internal
946
+ */
947
+ export declare const DisableImportFindingsForProductRequestFilterSensitiveLog: (obj: DisableImportFindingsForProductRequest) => any;
948
+ /**
949
+ * @internal
950
+ */
951
+ export declare const DisableImportFindingsForProductResponseFilterSensitiveLog: (obj: DisableImportFindingsForProductResponse) => any;
952
+ /**
953
+ * @internal
954
+ */
955
+ export declare const DisableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DisableOrganizationAdminAccountRequest) => any;
956
+ /**
957
+ * @internal
958
+ */
959
+ export declare const DisableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DisableOrganizationAdminAccountResponse) => any;
960
+ /**
961
+ * @internal
962
+ */
963
+ export declare const DisableSecurityHubRequestFilterSensitiveLog: (obj: DisableSecurityHubRequest) => any;
964
+ /**
965
+ * @internal
966
+ */
967
+ export declare const DisableSecurityHubResponseFilterSensitiveLog: (obj: DisableSecurityHubResponse) => any;
968
+ /**
969
+ * @internal
970
+ */
971
+ export declare const DisassociateFromAdministratorAccountRequestFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountRequest) => any;
972
+ /**
973
+ * @internal
974
+ */
975
+ export declare const DisassociateFromAdministratorAccountResponseFilterSensitiveLog: (obj: DisassociateFromAdministratorAccountResponse) => any;
976
+ /**
977
+ * @internal
978
+ */
979
+ export declare const DisassociateFromMasterAccountRequestFilterSensitiveLog: (obj: DisassociateFromMasterAccountRequest) => any;
980
+ /**
981
+ * @internal
982
+ */
983
+ export declare const DisassociateFromMasterAccountResponseFilterSensitiveLog: (obj: DisassociateFromMasterAccountResponse) => any;
984
+ /**
985
+ * @internal
986
+ */
987
+ export declare const DisassociateMembersRequestFilterSensitiveLog: (obj: DisassociateMembersRequest) => any;
988
+ /**
989
+ * @internal
990
+ */
991
+ export declare const DisassociateMembersResponseFilterSensitiveLog: (obj: DisassociateMembersResponse) => any;
992
+ /**
993
+ * @internal
994
+ */
995
+ export declare const EnableImportFindingsForProductRequestFilterSensitiveLog: (obj: EnableImportFindingsForProductRequest) => any;
996
+ /**
997
+ * @internal
998
+ */
999
+ export declare const EnableImportFindingsForProductResponseFilterSensitiveLog: (obj: EnableImportFindingsForProductResponse) => any;
1000
+ /**
1001
+ * @internal
1002
+ */
1003
+ export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
1004
+ /**
1005
+ * @internal
1006
+ */
1007
+ export declare const EnableOrganizationAdminAccountResponseFilterSensitiveLog: (obj: EnableOrganizationAdminAccountResponse) => any;
1008
+ /**
1009
+ * @internal
1010
+ */
1011
+ export declare const EnableSecurityHubRequestFilterSensitiveLog: (obj: EnableSecurityHubRequest) => any;
1012
+ /**
1013
+ * @internal
1014
+ */
1015
+ export declare const EnableSecurityHubResponseFilterSensitiveLog: (obj: EnableSecurityHubResponse) => any;
1016
+ /**
1017
+ * @internal
1018
+ */
1019
+ export declare const FindingAggregatorFilterSensitiveLog: (obj: FindingAggregator) => any;
1020
+ /**
1021
+ * @internal
1022
+ */
1023
+ export declare const GetAdministratorAccountRequestFilterSensitiveLog: (obj: GetAdministratorAccountRequest) => any;
1024
+ /**
1025
+ * @internal
1026
+ */
1027
+ export declare const InvitationFilterSensitiveLog: (obj: Invitation) => any;
1028
+ /**
1029
+ * @internal
1030
+ */
1031
+ export declare const GetAdministratorAccountResponseFilterSensitiveLog: (obj: GetAdministratorAccountResponse) => any;
1032
+ /**
1033
+ * @internal
1034
+ */
1035
+ export declare const GetEnabledStandardsRequestFilterSensitiveLog: (obj: GetEnabledStandardsRequest) => any;
1036
+ /**
1037
+ * @internal
1038
+ */
1039
+ export declare const GetEnabledStandardsResponseFilterSensitiveLog: (obj: GetEnabledStandardsResponse) => any;
1040
+ /**
1041
+ * @internal
1042
+ */
1043
+ export declare const GetFindingAggregatorRequestFilterSensitiveLog: (obj: GetFindingAggregatorRequest) => any;
1044
+ /**
1045
+ * @internal
1046
+ */
1047
+ export declare const GetFindingAggregatorResponseFilterSensitiveLog: (obj: GetFindingAggregatorResponse) => any;
1048
+ /**
1049
+ * @internal
1050
+ */
1051
+ export declare const SortCriterionFilterSensitiveLog: (obj: SortCriterion) => any;
1052
+ /**
1053
+ * @internal
1054
+ */
1055
+ export declare const GetFindingsRequestFilterSensitiveLog: (obj: GetFindingsRequest) => any;
1056
+ /**
1057
+ * @internal
1058
+ */
1059
+ export declare const GetFindingsResponseFilterSensitiveLog: (obj: GetFindingsResponse) => any;
1060
+ /**
1061
+ * @internal
1062
+ */
1063
+ export declare const GetInsightResultsRequestFilterSensitiveLog: (obj: GetInsightResultsRequest) => any;
1064
+ /**
1065
+ * @internal
1066
+ */
1067
+ export declare const InsightResultValueFilterSensitiveLog: (obj: InsightResultValue) => any;
1068
+ /**
1069
+ * @internal
1070
+ */
1071
+ export declare const InsightResultsFilterSensitiveLog: (obj: InsightResults) => any;
1072
+ /**
1073
+ * @internal
1074
+ */
1075
+ export declare const GetInsightResultsResponseFilterSensitiveLog: (obj: GetInsightResultsResponse) => any;
1076
+ /**
1077
+ * @internal
1078
+ */
1079
+ export declare const GetInsightsRequestFilterSensitiveLog: (obj: GetInsightsRequest) => any;
1080
+ /**
1081
+ * @internal
1082
+ */
1083
+ export declare const InsightFilterSensitiveLog: (obj: Insight) => any;
1084
+ /**
1085
+ * @internal
1086
+ */
1087
+ export declare const GetInsightsResponseFilterSensitiveLog: (obj: GetInsightsResponse) => any;
1088
+ /**
1089
+ * @internal
1090
+ */
1091
+ export declare const GetInvitationsCountRequestFilterSensitiveLog: (obj: GetInvitationsCountRequest) => any;
1092
+ /**
1093
+ * @internal
1094
+ */
1095
+ export declare const GetInvitationsCountResponseFilterSensitiveLog: (obj: GetInvitationsCountResponse) => any;
1096
+ /**
1097
+ * @internal
1098
+ */
1099
+ export declare const GetMasterAccountRequestFilterSensitiveLog: (obj: GetMasterAccountRequest) => any;
1100
+ /**
1101
+ * @internal
1102
+ */
1103
+ export declare const GetMasterAccountResponseFilterSensitiveLog: (obj: GetMasterAccountResponse) => any;
1104
+ /**
1105
+ * @internal
1106
+ */
1107
+ export declare const GetMembersRequestFilterSensitiveLog: (obj: GetMembersRequest) => any;
1108
+ /**
1109
+ * @internal
1110
+ */
1111
+ export declare const MemberFilterSensitiveLog: (obj: Member) => any;
1112
+ /**
1113
+ * @internal
1114
+ */
1115
+ export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
329
1116
  /**
330
1117
  * @internal
331
1118
  */