@aws-sdk/client-securityhub 3.300.0 → 3.301.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 (55) hide show
  1. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -1
  2. package/dist-types/commands/AcceptInvitationCommand.d.ts +1 -1
  3. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +2 -2
  4. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +4 -4
  5. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +2 -2
  6. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -3
  7. package/dist-types/commands/BatchImportFindingsCommand.d.ts +836 -1117
  8. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +10 -10
  9. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateActionTargetCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateInsightCommand.d.ts +91 -474
  13. package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
  14. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
  15. package/dist-types/commands/DeleteActionTargetCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteInsightCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
  19. package/dist-types/commands/DeleteMembersCommand.d.ts +2 -2
  20. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +2 -2
  21. package/dist-types/commands/DescribeHubCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeProductsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeStandardsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +1 -1
  25. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +1 -1
  26. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
  27. package/dist-types/commands/DisassociateMembersCommand.d.ts +2 -2
  28. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +1 -1
  29. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -1
  30. package/dist-types/commands/EnableSecurityHubCommand.d.ts +2 -2
  31. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +2 -2
  32. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +1 -1
  33. package/dist-types/commands/GetFindingsCommand.d.ts +93 -476
  34. package/dist-types/commands/GetInsightResultsCommand.d.ts +1 -1
  35. package/dist-types/commands/GetInsightsCommand.d.ts +2 -2
  36. package/dist-types/commands/GetMembersCommand.d.ts +2 -2
  37. package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
  38. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
  39. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  48. package/dist-types/commands/UpdateActionTargetCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +2 -2
  50. package/dist-types/commands/UpdateFindingsCommand.d.ts +92 -475
  51. package/dist-types/commands/UpdateInsightCommand.d.ts +91 -474
  52. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +1 -1
  55. package/package.json +3 -3
@@ -26,12 +26,12 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
26
26
  * import { SecurityHubClient, UpdateInsightCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
27
27
  * // const { SecurityHubClient, UpdateInsightCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
28
28
  * const client = new SecurityHubClient(config);
29
- * const input = {
29
+ * const input = { // UpdateInsightRequest
30
30
  * InsightArn: "STRING_VALUE", // required
31
31
  * Name: "STRING_VALUE",
32
- * Filters: {
33
- * ProductArn: [
34
- * {
32
+ * Filters: { // AwsSecurityFindingFilters
33
+ * ProductArn: [ // StringFilterList
34
+ * { // StringFilter
35
35
  * Value: "STRING_VALUE",
36
36
  * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
37
37
  * },
@@ -60,17 +60,12 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
60
60
  * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
61
61
  * },
62
62
  * ],
63
- * Type: [
64
- * {
65
- * Value: "STRING_VALUE",
66
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
67
- * },
68
- * ],
69
- * FirstObservedAt: [
70
- * {
63
+ * Type: "<StringFilterList>",
64
+ * FirstObservedAt: [ // DateFilterList
65
+ * { // DateFilter
71
66
  * Start: "STRING_VALUE",
72
67
  * End: "STRING_VALUE",
73
- * DateRange: {
68
+ * DateRange: { // DateRange
74
69
  * Value: Number("int"),
75
70
  * Unit: "DAYS",
76
71
  * },
@@ -106,8 +101,8 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
106
101
  * },
107
102
  * },
108
103
  * ],
109
- * SeverityProduct: [
110
- * {
104
+ * SeverityProduct: [ // NumberFilterList
105
+ * { // NumberFilter
111
106
  * Gte: Number("double"),
112
107
  * Lte: Number("double"),
113
108
  * Eq: Number("double"),
@@ -120,12 +115,7 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
120
115
  * Eq: Number("double"),
121
116
  * },
122
117
  * ],
123
- * SeverityLabel: [
124
- * {
125
- * Value: "STRING_VALUE",
126
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
127
- * },
128
- * ],
118
+ * SeverityLabel: "<StringFilterList>",
129
119
  * Confidence: [
130
120
  * {
131
121
  * Gte: Number("double"),
@@ -140,49 +130,19 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
140
130
  * Eq: Number("double"),
141
131
  * },
142
132
  * ],
143
- * Title: [
144
- * {
145
- * Value: "STRING_VALUE",
146
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
147
- * },
148
- * ],
149
- * Description: [
150
- * {
151
- * Value: "STRING_VALUE",
152
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
153
- * },
154
- * ],
155
- * RecommendationText: [
156
- * {
157
- * Value: "STRING_VALUE",
158
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
159
- * },
160
- * ],
161
- * SourceUrl: [
162
- * {
163
- * Value: "STRING_VALUE",
164
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
165
- * },
166
- * ],
167
- * ProductFields: [
168
- * {
133
+ * Title: "<StringFilterList>",
134
+ * Description: "<StringFilterList>",
135
+ * RecommendationText: "<StringFilterList>",
136
+ * SourceUrl: "<StringFilterList>",
137
+ * ProductFields: [ // MapFilterList
138
+ * { // MapFilter
169
139
  * Key: "STRING_VALUE",
170
140
  * Value: "STRING_VALUE",
171
141
  * Comparison: "EQUALS" || "NOT_EQUALS",
172
142
  * },
173
143
  * ],
174
- * ProductName: [
175
- * {
176
- * Value: "STRING_VALUE",
177
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
178
- * },
179
- * ],
180
- * CompanyName: [
181
- * {
182
- * Value: "STRING_VALUE",
183
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
184
- * },
185
- * ],
144
+ * ProductName: "<StringFilterList>",
145
+ * CompanyName: "<StringFilterList>",
186
146
  * UserDefinedFields: [
187
147
  * {
188
148
  * Key: "STRING_VALUE",
@@ -190,44 +150,14 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
190
150
  * Comparison: "EQUALS" || "NOT_EQUALS",
191
151
  * },
192
152
  * ],
193
- * MalwareName: [
194
- * {
195
- * Value: "STRING_VALUE",
196
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
197
- * },
198
- * ],
199
- * MalwareType: [
200
- * {
201
- * Value: "STRING_VALUE",
202
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
203
- * },
204
- * ],
205
- * MalwarePath: [
206
- * {
207
- * Value: "STRING_VALUE",
208
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
209
- * },
210
- * ],
211
- * MalwareState: [
212
- * {
213
- * Value: "STRING_VALUE",
214
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
215
- * },
216
- * ],
217
- * NetworkDirection: [
218
- * {
219
- * Value: "STRING_VALUE",
220
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
221
- * },
222
- * ],
223
- * NetworkProtocol: [
224
- * {
225
- * Value: "STRING_VALUE",
226
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
227
- * },
228
- * ],
229
- * NetworkSourceIpV4: [
230
- * {
153
+ * MalwareName: "<StringFilterList>",
154
+ * MalwareType: "<StringFilterList>",
155
+ * MalwarePath: "<StringFilterList>",
156
+ * MalwareState: "<StringFilterList>",
157
+ * NetworkDirection: "<StringFilterList>",
158
+ * NetworkProtocol: "<StringFilterList>",
159
+ * NetworkSourceIpV4: [ // IpFilterList
160
+ * { // IpFilter
231
161
  * Cidr: "STRING_VALUE",
232
162
  * },
233
163
  * ],
@@ -243,18 +173,8 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
243
173
  * Eq: Number("double"),
244
174
  * },
245
175
  * ],
246
- * NetworkSourceDomain: [
247
- * {
248
- * Value: "STRING_VALUE",
249
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
250
- * },
251
- * ],
252
- * NetworkSourceMac: [
253
- * {
254
- * Value: "STRING_VALUE",
255
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
256
- * },
257
- * ],
176
+ * NetworkSourceDomain: "<StringFilterList>",
177
+ * NetworkSourceMac: "<StringFilterList>",
258
178
  * NetworkDestinationIpV4: [
259
179
  * {
260
180
  * Cidr: "STRING_VALUE",
@@ -265,45 +185,12 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
265
185
  * Cidr: "STRING_VALUE",
266
186
  * },
267
187
  * ],
268
- * NetworkDestinationPort: [
269
- * {
270
- * Gte: Number("double"),
271
- * Lte: Number("double"),
272
- * Eq: Number("double"),
273
- * },
274
- * ],
275
- * NetworkDestinationDomain: [
276
- * {
277
- * Value: "STRING_VALUE",
278
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
279
- * },
280
- * ],
281
- * ProcessName: [
282
- * {
283
- * Value: "STRING_VALUE",
284
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
285
- * },
286
- * ],
287
- * ProcessPath: [
288
- * {
289
- * Value: "STRING_VALUE",
290
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
291
- * },
292
- * ],
293
- * ProcessPid: [
294
- * {
295
- * Gte: Number("double"),
296
- * Lte: Number("double"),
297
- * Eq: Number("double"),
298
- * },
299
- * ],
300
- * ProcessParentPid: [
301
- * {
302
- * Gte: Number("double"),
303
- * Lte: Number("double"),
304
- * Eq: Number("double"),
305
- * },
306
- * ],
188
+ * NetworkDestinationPort: "<NumberFilterList>",
189
+ * NetworkDestinationDomain: "<StringFilterList>",
190
+ * ProcessName: "<StringFilterList>",
191
+ * ProcessPath: "<StringFilterList>",
192
+ * ProcessPid: "<NumberFilterList>",
193
+ * ProcessParentPid: "<NumberFilterList>",
307
194
  * ProcessLaunchedAt: [
308
195
  * {
309
196
  * Start: "STRING_VALUE",
@@ -314,80 +201,17 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
314
201
  * },
315
202
  * },
316
203
  * ],
317
- * ProcessTerminatedAt: [
318
- * {
319
- * Start: "STRING_VALUE",
320
- * End: "STRING_VALUE",
321
- * DateRange: {
322
- * Value: Number("int"),
323
- * Unit: "DAYS",
324
- * },
325
- * },
326
- * ],
327
- * ThreatIntelIndicatorType: [
328
- * {
329
- * Value: "STRING_VALUE",
330
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
331
- * },
332
- * ],
333
- * ThreatIntelIndicatorValue: [
334
- * {
335
- * Value: "STRING_VALUE",
336
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
337
- * },
338
- * ],
339
- * ThreatIntelIndicatorCategory: [
340
- * {
341
- * Value: "STRING_VALUE",
342
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
343
- * },
344
- * ],
345
- * ThreatIntelIndicatorLastObservedAt: [
346
- * {
347
- * Start: "STRING_VALUE",
348
- * End: "STRING_VALUE",
349
- * DateRange: {
350
- * Value: Number("int"),
351
- * Unit: "DAYS",
352
- * },
353
- * },
354
- * ],
355
- * ThreatIntelIndicatorSource: [
356
- * {
357
- * Value: "STRING_VALUE",
358
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
359
- * },
360
- * ],
361
- * ThreatIntelIndicatorSourceUrl: [
362
- * {
363
- * Value: "STRING_VALUE",
364
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
365
- * },
366
- * ],
367
- * ResourceType: [
368
- * {
369
- * Value: "STRING_VALUE",
370
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
371
- * },
372
- * ],
373
- * ResourceId: [
374
- * {
375
- * Value: "STRING_VALUE",
376
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
377
- * },
378
- * ],
379
- * ResourcePartition: [
380
- * {
381
- * Value: "STRING_VALUE",
382
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
383
- * },
384
- * ],
385
- * ResourceRegion: [
386
- * {
387
- * Value: "STRING_VALUE",
388
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
389
- * },
390
- * ],
204
+ * ProcessTerminatedAt: "<DateFilterList>",
205
+ * ThreatIntelIndicatorType: "<StringFilterList>",
206
+ * ThreatIntelIndicatorValue: "<StringFilterList>",
207
+ * ThreatIntelIndicatorCategory: "<StringFilterList>",
208
+ * ThreatIntelIndicatorLastObservedAt: "<DateFilterList>",
209
+ * ThreatIntelIndicatorSource: "<StringFilterList>",
210
+ * ThreatIntelIndicatorSourceUrl: "<StringFilterList>",
211
+ * ResourceType: "<StringFilterList>",
212
+ * ResourceId: "<StringFilterList>",
213
+ * ResourcePartition: "<StringFilterList>",
214
+ * ResourceRegion: "<StringFilterList>",
391
215
  * ResourceTags: [
392
216
  * {
393
217
  * Key: "STRING_VALUE",
@@ -395,136 +219,30 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
395
219
  * Comparison: "EQUALS" || "NOT_EQUALS",
396
220
  * },
397
221
  * ],
398
- * ResourceAwsEc2InstanceType: [
399
- * {
400
- * Value: "STRING_VALUE",
401
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
402
- * },
403
- * ],
404
- * ResourceAwsEc2InstanceImageId: [
405
- * {
406
- * Value: "STRING_VALUE",
407
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
408
- * },
409
- * ],
222
+ * ResourceAwsEc2InstanceType: "<StringFilterList>",
223
+ * ResourceAwsEc2InstanceImageId: "<StringFilterList>",
410
224
  * ResourceAwsEc2InstanceIpV4Addresses: [
411
225
  * {
412
226
  * Cidr: "STRING_VALUE",
413
227
  * },
414
228
  * ],
415
- * ResourceAwsEc2InstanceIpV6Addresses: [
416
- * {
417
- * Cidr: "STRING_VALUE",
418
- * },
419
- * ],
420
- * ResourceAwsEc2InstanceKeyName: [
421
- * {
422
- * Value: "STRING_VALUE",
423
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
424
- * },
425
- * ],
426
- * ResourceAwsEc2InstanceIamInstanceProfileArn: [
427
- * {
428
- * Value: "STRING_VALUE",
429
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
430
- * },
431
- * ],
432
- * ResourceAwsEc2InstanceVpcId: [
433
- * {
434
- * Value: "STRING_VALUE",
435
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
436
- * },
437
- * ],
438
- * ResourceAwsEc2InstanceSubnetId: [
439
- * {
440
- * Value: "STRING_VALUE",
441
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
442
- * },
443
- * ],
444
- * ResourceAwsEc2InstanceLaunchedAt: [
445
- * {
446
- * Start: "STRING_VALUE",
447
- * End: "STRING_VALUE",
448
- * DateRange: {
449
- * Value: Number("int"),
450
- * Unit: "DAYS",
451
- * },
452
- * },
453
- * ],
454
- * ResourceAwsS3BucketOwnerId: [
455
- * {
456
- * Value: "STRING_VALUE",
457
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
458
- * },
459
- * ],
460
- * ResourceAwsS3BucketOwnerName: [
461
- * {
462
- * Value: "STRING_VALUE",
463
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
464
- * },
465
- * ],
466
- * ResourceAwsIamAccessKeyUserName: [
467
- * {
468
- * Value: "STRING_VALUE",
469
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
470
- * },
471
- * ],
472
- * ResourceAwsIamAccessKeyPrincipalName: [
473
- * {
474
- * Value: "STRING_VALUE",
475
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
476
- * },
477
- * ],
478
- * ResourceAwsIamAccessKeyStatus: [
479
- * {
480
- * Value: "STRING_VALUE",
481
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
482
- * },
483
- * ],
484
- * ResourceAwsIamAccessKeyCreatedAt: [
485
- * {
486
- * Start: "STRING_VALUE",
487
- * End: "STRING_VALUE",
488
- * DateRange: {
489
- * Value: Number("int"),
490
- * Unit: "DAYS",
491
- * },
492
- * },
493
- * ],
494
- * ResourceAwsIamUserUserName: [
495
- * {
496
- * Value: "STRING_VALUE",
497
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
498
- * },
499
- * ],
500
- * ResourceContainerName: [
501
- * {
502
- * Value: "STRING_VALUE",
503
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
504
- * },
505
- * ],
506
- * ResourceContainerImageId: [
507
- * {
508
- * Value: "STRING_VALUE",
509
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
510
- * },
511
- * ],
512
- * ResourceContainerImageName: [
513
- * {
514
- * Value: "STRING_VALUE",
515
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
516
- * },
517
- * ],
518
- * ResourceContainerLaunchedAt: [
519
- * {
520
- * Start: "STRING_VALUE",
521
- * End: "STRING_VALUE",
522
- * DateRange: {
523
- * Value: Number("int"),
524
- * Unit: "DAYS",
525
- * },
526
- * },
527
- * ],
229
+ * ResourceAwsEc2InstanceIpV6Addresses: "<IpFilterList>",
230
+ * ResourceAwsEc2InstanceKeyName: "<StringFilterList>",
231
+ * ResourceAwsEc2InstanceIamInstanceProfileArn: "<StringFilterList>",
232
+ * ResourceAwsEc2InstanceVpcId: "<StringFilterList>",
233
+ * ResourceAwsEc2InstanceSubnetId: "<StringFilterList>",
234
+ * ResourceAwsEc2InstanceLaunchedAt: "<DateFilterList>",
235
+ * ResourceAwsS3BucketOwnerId: "<StringFilterList>",
236
+ * ResourceAwsS3BucketOwnerName: "<StringFilterList>",
237
+ * ResourceAwsIamAccessKeyUserName: "<StringFilterList>",
238
+ * ResourceAwsIamAccessKeyPrincipalName: "<StringFilterList>",
239
+ * ResourceAwsIamAccessKeyStatus: "<StringFilterList>",
240
+ * ResourceAwsIamAccessKeyCreatedAt: "<DateFilterList>",
241
+ * ResourceAwsIamUserUserName: "<StringFilterList>",
242
+ * ResourceContainerName: "<StringFilterList>",
243
+ * ResourceContainerImageId: "<StringFilterList>",
244
+ * ResourceContainerImageName: "<StringFilterList>",
245
+ * ResourceContainerLaunchedAt: "<DateFilterList>",
528
246
  * ResourceDetailsOther: [
529
247
  * {
530
248
  * Key: "STRING_VALUE",
@@ -532,136 +250,35 @@ export interface UpdateInsightCommandOutput extends UpdateInsightResponse, __Met
532
250
  * Comparison: "EQUALS" || "NOT_EQUALS",
533
251
  * },
534
252
  * ],
535
- * ComplianceStatus: [
536
- * {
537
- * Value: "STRING_VALUE",
538
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
539
- * },
540
- * ],
541
- * VerificationState: [
542
- * {
543
- * Value: "STRING_VALUE",
544
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
545
- * },
546
- * ],
547
- * WorkflowState: [
548
- * {
549
- * Value: "STRING_VALUE",
550
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
551
- * },
552
- * ],
553
- * WorkflowStatus: [
554
- * {
555
- * Value: "STRING_VALUE",
556
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
557
- * },
558
- * ],
559
- * RecordState: [
560
- * {
561
- * Value: "STRING_VALUE",
562
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
563
- * },
564
- * ],
565
- * RelatedFindingsProductArn: [
566
- * {
567
- * Value: "STRING_VALUE",
568
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
569
- * },
570
- * ],
571
- * RelatedFindingsId: [
572
- * {
573
- * Value: "STRING_VALUE",
574
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
575
- * },
576
- * ],
577
- * NoteText: [
578
- * {
579
- * Value: "STRING_VALUE",
580
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
581
- * },
582
- * ],
583
- * NoteUpdatedAt: [
584
- * {
585
- * Start: "STRING_VALUE",
586
- * End: "STRING_VALUE",
587
- * DateRange: {
588
- * Value: Number("int"),
589
- * Unit: "DAYS",
590
- * },
591
- * },
592
- * ],
593
- * NoteUpdatedBy: [
594
- * {
595
- * Value: "STRING_VALUE",
596
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
597
- * },
598
- * ],
599
- * Keyword: [
600
- * {
601
- * Value: "STRING_VALUE",
602
- * },
603
- * ],
604
- * FindingProviderFieldsConfidence: [
605
- * {
606
- * Gte: Number("double"),
607
- * Lte: Number("double"),
608
- * Eq: Number("double"),
609
- * },
610
- * ],
611
- * FindingProviderFieldsCriticality: [
612
- * {
613
- * Gte: Number("double"),
614
- * Lte: Number("double"),
615
- * Eq: Number("double"),
616
- * },
617
- * ],
618
- * FindingProviderFieldsRelatedFindingsId: [
619
- * {
620
- * Value: "STRING_VALUE",
621
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
622
- * },
623
- * ],
624
- * FindingProviderFieldsRelatedFindingsProductArn: [
625
- * {
626
- * Value: "STRING_VALUE",
627
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
628
- * },
629
- * ],
630
- * FindingProviderFieldsSeverityLabel: [
631
- * {
632
- * Value: "STRING_VALUE",
633
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
634
- * },
635
- * ],
636
- * FindingProviderFieldsSeverityOriginal: [
637
- * {
638
- * Value: "STRING_VALUE",
639
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
640
- * },
641
- * ],
642
- * FindingProviderFieldsTypes: [
643
- * {
644
- * Value: "STRING_VALUE",
645
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
646
- * },
647
- * ],
648
- * Sample: [
649
- * {
253
+ * ComplianceStatus: "<StringFilterList>",
254
+ * VerificationState: "<StringFilterList>",
255
+ * WorkflowState: "<StringFilterList>",
256
+ * WorkflowStatus: "<StringFilterList>",
257
+ * RecordState: "<StringFilterList>",
258
+ * RelatedFindingsProductArn: "<StringFilterList>",
259
+ * RelatedFindingsId: "<StringFilterList>",
260
+ * NoteText: "<StringFilterList>",
261
+ * NoteUpdatedAt: "<DateFilterList>",
262
+ * NoteUpdatedBy: "<StringFilterList>",
263
+ * Keyword: [ // KeywordFilterList
264
+ * { // KeywordFilter
265
+ * Value: "STRING_VALUE",
266
+ * },
267
+ * ],
268
+ * FindingProviderFieldsConfidence: "<NumberFilterList>",
269
+ * FindingProviderFieldsCriticality: "<NumberFilterList>",
270
+ * FindingProviderFieldsRelatedFindingsId: "<StringFilterList>",
271
+ * FindingProviderFieldsRelatedFindingsProductArn: "<StringFilterList>",
272
+ * FindingProviderFieldsSeverityLabel: "<StringFilterList>",
273
+ * FindingProviderFieldsSeverityOriginal: "<StringFilterList>",
274
+ * FindingProviderFieldsTypes: "<StringFilterList>",
275
+ * Sample: [ // BooleanFilterList
276
+ * { // BooleanFilter
650
277
  * Value: true || false,
651
278
  * },
652
279
  * ],
653
- * ComplianceSecurityControlId: [
654
- * {
655
- * Value: "STRING_VALUE",
656
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
657
- * },
658
- * ],
659
- * ComplianceAssociatedStandardsId: [
660
- * {
661
- * Value: "STRING_VALUE",
662
- * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
663
- * },
664
- * ],
280
+ * ComplianceSecurityControlId: "<StringFilterList>",
281
+ * ComplianceAssociatedStandardsId: "<StringFilterList>",
665
282
  * },
666
283
  * GroupByAttribute: "STRING_VALUE",
667
284
  * };
@@ -27,7 +27,7 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
27
27
  * import { SecurityHubClient, UpdateOrganizationConfigurationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
28
28
  * // const { SecurityHubClient, UpdateOrganizationConfigurationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
29
29
  * const client = new SecurityHubClient(config);
30
- * const input = {
30
+ * const input = { // UpdateOrganizationConfigurationRequest
31
31
  * AutoEnable: true || false, // required
32
32
  * AutoEnableStandards: "NONE" || "DEFAULT",
33
33
  * };
@@ -26,7 +26,7 @@ export interface UpdateSecurityHubConfigurationCommandOutput extends UpdateSecur
26
26
  * import { SecurityHubClient, UpdateSecurityHubConfigurationCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
27
27
  * // const { SecurityHubClient, UpdateSecurityHubConfigurationCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
28
28
  * const client = new SecurityHubClient(config);
29
- * const input = {
29
+ * const input = { // UpdateSecurityHubConfigurationRequest
30
30
  * AutoEnableControls: true || false,
31
31
  * ControlFindingGenerator: "STANDARD_CONTROL" || "SECURITY_CONTROL",
32
32
  * };
@@ -27,7 +27,7 @@ export interface UpdateStandardsControlCommandOutput extends UpdateStandardsCont
27
27
  * import { SecurityHubClient, UpdateStandardsControlCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
28
28
  * // const { SecurityHubClient, UpdateStandardsControlCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
29
29
  * const client = new SecurityHubClient(config);
30
- * const input = {
30
+ * const input = { // UpdateStandardsControlRequest
31
31
  * StandardsControlArn: "STRING_VALUE", // required
32
32
  * ControlStatus: "ENABLED" || "DISABLED",
33
33
  * DisabledReason: "STRING_VALUE",