@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
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateInsightRequest, CreateInsightResponse } from "../models/models_1";
4
+ import { CreateInsightRequest, CreateInsightResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
7
  * @public
@@ -29,6 +29,644 @@ 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 = {
33
+ * Name: "STRING_VALUE", // required
34
+ * Filters: {
35
+ * ProductArn: [
36
+ * {
37
+ * Value: "STRING_VALUE",
38
+ * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
39
+ * },
40
+ * ],
41
+ * AwsAccountId: [
42
+ * {
43
+ * Value: "STRING_VALUE",
44
+ * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
45
+ * },
46
+ * ],
47
+ * Id: [
48
+ * {
49
+ * Value: "STRING_VALUE",
50
+ * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
51
+ * },
52
+ * ],
53
+ * GeneratorId: [
54
+ * {
55
+ * Value: "STRING_VALUE",
56
+ * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
57
+ * },
58
+ * ],
59
+ * Region: [
60
+ * {
61
+ * Value: "STRING_VALUE",
62
+ * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
63
+ * },
64
+ * ],
65
+ * Type: [
66
+ * {
67
+ * Value: "STRING_VALUE",
68
+ * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
69
+ * },
70
+ * ],
71
+ * FirstObservedAt: [
72
+ * {
73
+ * Start: "STRING_VALUE",
74
+ * End: "STRING_VALUE",
75
+ * DateRange: {
76
+ * Value: Number("int"),
77
+ * Unit: "DAYS",
78
+ * },
79
+ * },
80
+ * ],
81
+ * LastObservedAt: [
82
+ * {
83
+ * Start: "STRING_VALUE",
84
+ * End: "STRING_VALUE",
85
+ * DateRange: {
86
+ * Value: Number("int"),
87
+ * Unit: "DAYS",
88
+ * },
89
+ * },
90
+ * ],
91
+ * CreatedAt: [
92
+ * {
93
+ * Start: "STRING_VALUE",
94
+ * End: "STRING_VALUE",
95
+ * DateRange: {
96
+ * Value: Number("int"),
97
+ * Unit: "DAYS",
98
+ * },
99
+ * },
100
+ * ],
101
+ * UpdatedAt: [
102
+ * {
103
+ * Start: "STRING_VALUE",
104
+ * End: "STRING_VALUE",
105
+ * DateRange: {
106
+ * Value: Number("int"),
107
+ * Unit: "DAYS",
108
+ * },
109
+ * },
110
+ * ],
111
+ * SeverityProduct: [
112
+ * {
113
+ * Gte: Number("double"),
114
+ * Lte: Number("double"),
115
+ * Eq: Number("double"),
116
+ * },
117
+ * ],
118
+ * SeverityNormalized: [
119
+ * {
120
+ * Gte: Number("double"),
121
+ * Lte: Number("double"),
122
+ * Eq: Number("double"),
123
+ * },
124
+ * ],
125
+ * SeverityLabel: [
126
+ * {
127
+ * Value: "STRING_VALUE",
128
+ * Comparison: "EQUALS" || "PREFIX" || "NOT_EQUALS" || "PREFIX_NOT_EQUALS",
129
+ * },
130
+ * ],
131
+ * Confidence: [
132
+ * {
133
+ * Gte: Number("double"),
134
+ * Lte: Number("double"),
135
+ * Eq: Number("double"),
136
+ * },
137
+ * ],
138
+ * Criticality: [
139
+ * {
140
+ * Gte: Number("double"),
141
+ * Lte: Number("double"),
142
+ * Eq: Number("double"),
143
+ * },
144
+ * ],
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
+ * {
171
+ * Key: "STRING_VALUE",
172
+ * Value: "STRING_VALUE",
173
+ * Comparison: "EQUALS" || "NOT_EQUALS",
174
+ * },
175
+ * ],
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
+ * ],
188
+ * UserDefinedFields: [
189
+ * {
190
+ * Key: "STRING_VALUE",
191
+ * Value: "STRING_VALUE",
192
+ * Comparison: "EQUALS" || "NOT_EQUALS",
193
+ * },
194
+ * ],
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
+ * {
233
+ * Cidr: "STRING_VALUE",
234
+ * },
235
+ * ],
236
+ * NetworkSourceIpV6: [
237
+ * {
238
+ * Cidr: "STRING_VALUE",
239
+ * },
240
+ * ],
241
+ * NetworkSourcePort: [
242
+ * {
243
+ * Gte: Number("double"),
244
+ * Lte: Number("double"),
245
+ * Eq: Number("double"),
246
+ * },
247
+ * ],
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
+ * ],
260
+ * NetworkDestinationIpV4: [
261
+ * {
262
+ * Cidr: "STRING_VALUE",
263
+ * },
264
+ * ],
265
+ * NetworkDestinationIpV6: [
266
+ * {
267
+ * Cidr: "STRING_VALUE",
268
+ * },
269
+ * ],
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
+ * ],
309
+ * ProcessLaunchedAt: [
310
+ * {
311
+ * Start: "STRING_VALUE",
312
+ * End: "STRING_VALUE",
313
+ * DateRange: {
314
+ * Value: Number("int"),
315
+ * Unit: "DAYS",
316
+ * },
317
+ * },
318
+ * ],
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
+ * ],
393
+ * ResourceTags: [
394
+ * {
395
+ * Key: "STRING_VALUE",
396
+ * Value: "STRING_VALUE",
397
+ * Comparison: "EQUALS" || "NOT_EQUALS",
398
+ * },
399
+ * ],
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
+ * ],
412
+ * ResourceAwsEc2InstanceIpV4Addresses: [
413
+ * {
414
+ * Cidr: "STRING_VALUE",
415
+ * },
416
+ * ],
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
+ * ],
530
+ * ResourceDetailsOther: [
531
+ * {
532
+ * Key: "STRING_VALUE",
533
+ * Value: "STRING_VALUE",
534
+ * Comparison: "EQUALS" || "NOT_EQUALS",
535
+ * },
536
+ * ],
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
+ * {
652
+ * Value: true || false,
653
+ * },
654
+ * ],
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
+ * ],
667
+ * },
668
+ * GroupByAttribute: "STRING_VALUE", // required
669
+ * };
32
670
  * const command = new CreateInsightCommand(input);
33
671
  * const response = await client.send(command);
34
672
  * ```
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateMembersRequest, CreateMembersResponse } from "../models/models_1";
4
+ import { CreateMembersRequest, CreateMembersResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
7
  * @public
@@ -60,6 +60,14 @@ 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
+ * {
66
+ * AccountId: "STRING_VALUE", // required
67
+ * Email: "STRING_VALUE",
68
+ * },
69
+ * ],
70
+ * };
63
71
  * const command = new CreateMembersCommand(input);
64
72
  * const response = await client.send(command);
65
73
  * ```
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_1";
4
+ import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_2";
5
5
  import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient";
6
6
  /**
7
7
  * @public
@@ -20,14 +20,20 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
20
20
  /**
21
21
  * @public
22
22
  * <p>Declines invitations to become a member account.</p>
23
- * <p>This operation is only used by accounts that are not part of an organization.
24
- * Organization accounts do not receive invitations.</p>
23
+ * <p>A prospective member account uses this operation to decline an invitation to become a member.</p>
24
+ * <p>This operation is only called by member accounts that aren't part of an organization.
25
+ * Organization accounts don't receive invitations.</p>
25
26
  * @example
26
27
  * Use a bare-bones client and the command you need to make an API call.
27
28
  * ```javascript
28
29
  * import { SecurityHubClient, DeclineInvitationsCommand } from "@aws-sdk/client-securityhub"; // ES Modules import
29
30
  * // const { SecurityHubClient, DeclineInvitationsCommand } = require("@aws-sdk/client-securityhub"); // CommonJS import
30
31
  * const client = new SecurityHubClient(config);
32
+ * const input = {
33
+ * AccountIds: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
31
37
  * const command = new DeclineInvitationsCommand(input);
32
38
  * const response = await client.send(command);
33
39
  * ```