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