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