aws-sdk-core 2.6.38 → 2.6.39

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"inspector-2016-02-16",
5
4
  "apiVersion":"2016-02-16",
6
5
  "endpointPrefix":"inspector",
7
6
  "jsonVersion":"1.1",
8
7
  "protocol":"json",
9
8
  "serviceFullName":"Amazon Inspector",
10
9
  "signatureVersion":"v4",
11
- "targetPrefix":"InspectorService"
10
+ "targetPrefix":"InspectorService",
11
+ "uid":"inspector-2016-02-16"
12
12
  },
13
13
  "operations":{
14
14
  "AddAttributesToFindings":{
@@ -1,5 +1,1140 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "AddAttributesToFindings": [
5
+ {
6
+ "input": {
7
+ "attributes": [
8
+ {
9
+ "key": "Example",
10
+ "value": "example"
11
+ }
12
+ ],
13
+ "findingArns": [
14
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z02cjjug/finding/0-T8yM9mEU"
15
+ ]
16
+ },
17
+ "output": {
18
+ "failedItems": {
19
+ }
20
+ },
21
+ "comments": {
22
+ "input": {
23
+ },
24
+ "output": {
25
+ }
26
+ },
27
+ "description": "Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.",
28
+ "id": "add-attributes-to-findings-1481063856401",
29
+ "title": "Add attributes to findings"
30
+ }
31
+ ],
32
+ "CreateAssessmentTarget": [
33
+ {
34
+ "input": {
35
+ "assessmentTargetName": "ExampleAssessmentTarget",
36
+ "resourceGroupArn": "arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-AB6DMKnv"
37
+ },
38
+ "output": {
39
+ "assessmentTargetArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX"
40
+ },
41
+ "comments": {
42
+ "input": {
43
+ },
44
+ "output": {
45
+ }
46
+ },
47
+ "description": "Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account.",
48
+ "id": "create-assessment-target-1481063953657",
49
+ "title": "Create assessment target"
50
+ }
51
+ ],
52
+ "CreateAssessmentTemplate": [
53
+ {
54
+ "input": {
55
+ "assessmentTargetArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX",
56
+ "assessmentTemplateName": "ExampleAssessmentTemplate",
57
+ "durationInSeconds": 180,
58
+ "rulesPackageArns": [
59
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-11B9DBXp"
60
+ ],
61
+ "userAttributesForFindings": [
62
+ {
63
+ "key": "Example",
64
+ "value": "example"
65
+ }
66
+ ]
67
+ },
68
+ "output": {
69
+ "assessmentTemplateArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"
70
+ },
71
+ "comments": {
72
+ "input": {
73
+ },
74
+ "output": {
75
+ }
76
+ },
77
+ "description": "Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.",
78
+ "id": "create-assessment-template-1481064046719",
79
+ "title": "Create assessment template"
80
+ }
81
+ ],
82
+ "CreateResourceGroup": [
83
+ {
84
+ "input": {
85
+ "resourceGroupTags": [
86
+ {
87
+ "key": "Name",
88
+ "value": "example"
89
+ }
90
+ ]
91
+ },
92
+ "output": {
93
+ "resourceGroupArn": "arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-AB6DMKnv"
94
+ },
95
+ "comments": {
96
+ "input": {
97
+ },
98
+ "output": {
99
+ }
100
+ },
101
+ "description": "Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target. ",
102
+ "id": "create-resource-group-1481064169037",
103
+ "title": "Create resource group"
104
+ }
105
+ ],
106
+ "DeleteAssessmentRun": [
107
+ {
108
+ "input": {
109
+ "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-11LMTAVe"
110
+ },
111
+ "comments": {
112
+ "input": {
113
+ },
114
+ "output": {
115
+ }
116
+ },
117
+ "description": "Deletes the assessment run that is specified by the ARN of the assessment run.",
118
+ "id": "delete-assessment-run-1481064251629",
119
+ "title": "Delete assessment run"
120
+ }
121
+ ],
122
+ "DeleteAssessmentTarget": [
123
+ {
124
+ "input": {
125
+ "assessmentTargetArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"
126
+ },
127
+ "comments": {
128
+ "input": {
129
+ },
130
+ "output": {
131
+ }
132
+ },
133
+ "description": "Deletes the assessment target that is specified by the ARN of the assessment target.",
134
+ "id": "delete-assessment-target-1481064309029",
135
+ "title": "Delete assessment target"
136
+ }
137
+ ],
138
+ "DeleteAssessmentTemplate": [
139
+ {
140
+ "input": {
141
+ "assessmentTemplateArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"
142
+ },
143
+ "comments": {
144
+ "input": {
145
+ },
146
+ "output": {
147
+ }
148
+ },
149
+ "description": "Deletes the assessment template that is specified by the ARN of the assessment template.",
150
+ "id": "delete-assessment-template-1481064364074",
151
+ "title": "Delete assessment template"
152
+ }
153
+ ],
154
+ "DescribeAssessmentRuns": [
155
+ {
156
+ "input": {
157
+ "assessmentRunArns": [
158
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"
159
+ ]
160
+ },
161
+ "output": {
162
+ "assessmentRuns": [
163
+ {
164
+ "name": "Run 1 for ExampleAssessmentTemplate",
165
+ "arn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
166
+ "assessmentTemplateArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw",
167
+ "completedAt": "1458680301.4",
168
+ "createdAt": "1458680170.035",
169
+ "dataCollected": true,
170
+ "durationInSeconds": 3600,
171
+ "notifications": [
172
+
173
+ ],
174
+ "rulesPackageArns": [
175
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-X1KXtawP"
176
+ ],
177
+ "startedAt": "1458680170.161",
178
+ "state": "COMPLETED",
179
+ "stateChangedAt": "1458680301.4",
180
+ "stateChanges": [
181
+ {
182
+ "state": "CREATED",
183
+ "stateChangedAt": "1458680170.035"
184
+ },
185
+ {
186
+ "state": "START_DATA_COLLECTION_PENDING",
187
+ "stateChangedAt": "1458680170.065"
188
+ },
189
+ {
190
+ "state": "START_DATA_COLLECTION_IN_PROGRESS",
191
+ "stateChangedAt": "1458680170.096"
192
+ },
193
+ {
194
+ "state": "COLLECTING_DATA",
195
+ "stateChangedAt": "1458680170.161"
196
+ },
197
+ {
198
+ "state": "STOP_DATA_COLLECTION_PENDING",
199
+ "stateChangedAt": "1458680239.883"
200
+ },
201
+ {
202
+ "state": "DATA_COLLECTED",
203
+ "stateChangedAt": "1458680299.847"
204
+ },
205
+ {
206
+ "state": "EVALUATING_RULES",
207
+ "stateChangedAt": "1458680300.099"
208
+ },
209
+ {
210
+ "state": "COMPLETED",
211
+ "stateChangedAt": "1458680301.4"
212
+ }
213
+ ],
214
+ "userAttributesForFindings": [
215
+
216
+ ]
217
+ }
218
+ ],
219
+ "failedItems": {
220
+ }
221
+ },
222
+ "comments": {
223
+ "input": {
224
+ },
225
+ "output": {
226
+ }
227
+ },
228
+ "description": "Describes the assessment runs that are specified by the ARNs of the assessment runs.",
229
+ "id": "describte-assessment-runs-1481064424352",
230
+ "title": "Describte assessment runs"
231
+ }
232
+ ],
233
+ "DescribeAssessmentTargets": [
234
+ {
235
+ "input": {
236
+ "assessmentTargetArns": [
237
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"
238
+ ]
239
+ },
240
+ "output": {
241
+ "assessmentTargets": [
242
+ {
243
+ "name": "ExampleAssessmentTarget",
244
+ "arn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq",
245
+ "createdAt": "1458074191.459",
246
+ "resourceGroupArn": "arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-PyGXopAI",
247
+ "updatedAt": "1458074191.459"
248
+ }
249
+ ],
250
+ "failedItems": {
251
+ }
252
+ },
253
+ "comments": {
254
+ "input": {
255
+ },
256
+ "output": {
257
+ }
258
+ },
259
+ "description": "Describes the assessment targets that are specified by the ARNs of the assessment targets.",
260
+ "id": "describte-assessment-targets-1481064527735",
261
+ "title": "Describte assessment targets"
262
+ }
263
+ ],
264
+ "DescribeAssessmentTemplates": [
265
+ {
266
+ "input": {
267
+ "assessmentTemplateArns": [
268
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw"
269
+ ]
270
+ },
271
+ "output": {
272
+ "assessmentTemplates": [
273
+ {
274
+ "name": "ExampleAssessmentTemplate",
275
+ "arn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw",
276
+ "assessmentTargetArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq",
277
+ "createdAt": "1458074191.844",
278
+ "durationInSeconds": 3600,
279
+ "rulesPackageArns": [
280
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-X1KXtawP"
281
+ ],
282
+ "userAttributesForFindings": [
283
+
284
+ ]
285
+ }
286
+ ],
287
+ "failedItems": {
288
+ }
289
+ },
290
+ "comments": {
291
+ "input": {
292
+ },
293
+ "output": {
294
+ }
295
+ },
296
+ "description": "Describes the assessment templates that are specified by the ARNs of the assessment templates.",
297
+ "id": "describte-assessment-templates-1481064606829",
298
+ "title": "Describte assessment templates"
299
+ }
300
+ ],
301
+ "DescribeCrossAccountAccessRole": [
302
+ {
303
+ "output": {
304
+ "registeredAt": "1458069182.826",
305
+ "roleArn": "arn:aws:iam::123456789012:role/inspector",
306
+ "valid": true
307
+ },
308
+ "comments": {
309
+ "input": {
310
+ },
311
+ "output": {
312
+ }
313
+ },
314
+ "description": "Describes the IAM role that enables Amazon Inspector to access your AWS account.",
315
+ "id": "describte-cross-account-access-role-1481064682267",
316
+ "title": "Describte cross account access role"
317
+ }
318
+ ],
319
+ "DescribeFindings": [
320
+ {
321
+ "input": {
322
+ "findingArns": [
323
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE/finding/0-HwPnsDm4"
324
+ ]
325
+ },
326
+ "output": {
327
+ "failedItems": {
328
+ },
329
+ "findings": [
330
+ {
331
+ "arn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE/finding/0-HwPnsDm4",
332
+ "assetAttributes": {
333
+ "ipv4Addresses": [
334
+
335
+ ],
336
+ "schemaVersion": 1
337
+ },
338
+ "assetType": "ec2-instance",
339
+ "attributes": [
340
+
341
+ ],
342
+ "confidence": 10,
343
+ "createdAt": "1458680301.37",
344
+ "description": "Amazon Inspector did not find any potential security issues during this assessment.",
345
+ "indicatorOfCompromise": false,
346
+ "numericSeverity": 0,
347
+ "recommendation": "No remediation needed.",
348
+ "schemaVersion": 1,
349
+ "service": "Inspector",
350
+ "serviceAttributes": {
351
+ "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
352
+ "rulesPackageArn": "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-X1KXtawP",
353
+ "schemaVersion": 1
354
+ },
355
+ "severity": "Informational",
356
+ "title": "No potential security issues found",
357
+ "updatedAt": "1458680301.37",
358
+ "userAttributes": [
359
+
360
+ ]
361
+ }
362
+ ]
363
+ },
364
+ "comments": {
365
+ "input": {
366
+ },
367
+ "output": {
368
+ }
369
+ },
370
+ "description": "Describes the findings that are specified by the ARNs of the findings.",
371
+ "id": "describte-findings-1481064771803",
372
+ "title": "Describe findings"
373
+ }
374
+ ],
375
+ "DescribeResourceGroups": [
376
+ {
377
+ "input": {
378
+ "resourceGroupArns": [
379
+ "arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-PyGXopAI"
380
+ ]
381
+ },
382
+ "output": {
383
+ "failedItems": {
384
+ },
385
+ "resourceGroups": [
386
+ {
387
+ "arn": "arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-PyGXopAI",
388
+ "createdAt": "1458074191.098",
389
+ "tags": [
390
+ {
391
+ "key": "Name",
392
+ "value": "example"
393
+ }
394
+ ]
395
+ }
396
+ ]
397
+ },
398
+ "comments": {
399
+ "input": {
400
+ },
401
+ "output": {
402
+ }
403
+ },
404
+ "description": "Describes the resource groups that are specified by the ARNs of the resource groups.",
405
+ "id": "describe-resource-groups-1481065787743",
406
+ "title": "Describe resource groups"
407
+ }
408
+ ],
409
+ "DescribeRulesPackages": [
410
+ {
411
+ "input": {
412
+ "rulesPackageArns": [
413
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-JJOtZiqQ"
414
+ ]
415
+ },
416
+ "output": {
417
+ "failedItems": {
418
+ },
419
+ "rulesPackages": [
420
+ {
421
+ "version": "1.1",
422
+ "name": "Security Best Practices",
423
+ "arn": "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-JJOtZiqQ",
424
+ "description": "The rules in this package help determine whether your systems are configured securely.",
425
+ "provider": "Amazon Web Services, Inc."
426
+ }
427
+ ]
428
+ },
429
+ "comments": {
430
+ "input": {
431
+ },
432
+ "output": {
433
+ }
434
+ },
435
+ "description": "Describes the rules packages that are specified by the ARNs of the rules packages.",
436
+ "id": "describe-rules-packages-1481069641979",
437
+ "title": "Describe rules packages"
438
+ }
439
+ ],
440
+ "GetTelemetryMetadata": [
441
+ {
442
+ "input": {
443
+ "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"
444
+ },
445
+ "output": {
446
+ "telemetryMetadata": [
447
+ {
448
+ "count": 2,
449
+ "dataSize": 345,
450
+ "messageType": "InspectorDuplicateProcess"
451
+ },
452
+ {
453
+ "count": 3,
454
+ "dataSize": 255,
455
+ "messageType": "InspectorTimeEventMsg"
456
+ },
457
+ {
458
+ "count": 4,
459
+ "dataSize": 1082,
460
+ "messageType": "InspectorNetworkInterface"
461
+ },
462
+ {
463
+ "count": 2,
464
+ "dataSize": 349,
465
+ "messageType": "InspectorDnsEntry"
466
+ },
467
+ {
468
+ "count": 11,
469
+ "dataSize": 2514,
470
+ "messageType": "InspectorDirectoryInfoMsg"
471
+ },
472
+ {
473
+ "count": 1,
474
+ "dataSize": 179,
475
+ "messageType": "InspectorTcpV6ListeningPort"
476
+ },
477
+ {
478
+ "count": 101,
479
+ "dataSize": 10949,
480
+ "messageType": "InspectorTerminal"
481
+ },
482
+ {
483
+ "count": 26,
484
+ "dataSize": 5916,
485
+ "messageType": "InspectorUser"
486
+ },
487
+ {
488
+ "count": 282,
489
+ "dataSize": 32148,
490
+ "messageType": "InspectorDynamicallyLoadedCodeModule"
491
+ },
492
+ {
493
+ "count": 18,
494
+ "dataSize": 10172,
495
+ "messageType": "InspectorCreateProcess"
496
+ },
497
+ {
498
+ "count": 3,
499
+ "dataSize": 8001,
500
+ "messageType": "InspectorProcessPerformance"
501
+ },
502
+ {
503
+ "count": 1,
504
+ "dataSize": 360,
505
+ "messageType": "InspectorOperatingSystem"
506
+ },
507
+ {
508
+ "count": 6,
509
+ "dataSize": 546,
510
+ "messageType": "InspectorStopProcess"
511
+ },
512
+ {
513
+ "count": 1,
514
+ "dataSize": 1553,
515
+ "messageType": "InspectorInstanceMetaData"
516
+ },
517
+ {
518
+ "count": 2,
519
+ "dataSize": 434,
520
+ "messageType": "InspectorTcpV4Connection"
521
+ },
522
+ {
523
+ "count": 474,
524
+ "dataSize": 2960322,
525
+ "messageType": "InspectorPackageInfo"
526
+ },
527
+ {
528
+ "count": 3,
529
+ "dataSize": 2235,
530
+ "messageType": "InspectorSystemPerformance"
531
+ },
532
+ {
533
+ "count": 105,
534
+ "dataSize": 46048,
535
+ "messageType": "InspectorCodeModule"
536
+ },
537
+ {
538
+ "count": 1,
539
+ "dataSize": 182,
540
+ "messageType": "InspectorUdpV6ListeningPort"
541
+ },
542
+ {
543
+ "count": 2,
544
+ "dataSize": 371,
545
+ "messageType": "InspectorUdpV4ListeningPort"
546
+ },
547
+ {
548
+ "count": 18,
549
+ "dataSize": 8362,
550
+ "messageType": "InspectorKernelModule"
551
+ },
552
+ {
553
+ "count": 29,
554
+ "dataSize": 48788,
555
+ "messageType": "InspectorConfigurationInfo"
556
+ },
557
+ {
558
+ "count": 1,
559
+ "dataSize": 79,
560
+ "messageType": "InspectorMonitoringStart"
561
+ },
562
+ {
563
+ "count": 5,
564
+ "dataSize": 0,
565
+ "messageType": "InspectorSplitMsgBegin"
566
+ },
567
+ {
568
+ "count": 51,
569
+ "dataSize": 4593,
570
+ "messageType": "InspectorGroup"
571
+ },
572
+ {
573
+ "count": 1,
574
+ "dataSize": 184,
575
+ "messageType": "InspectorTcpV4ListeningPort"
576
+ },
577
+ {
578
+ "count": 1159,
579
+ "dataSize": 3146579,
580
+ "messageType": "Total"
581
+ },
582
+ {
583
+ "count": 5,
584
+ "dataSize": 0,
585
+ "messageType": "InspectorSplitMsgEnd"
586
+ },
587
+ {
588
+ "count": 1,
589
+ "dataSize": 612,
590
+ "messageType": "InspectorLoadImageInProcess"
591
+ }
592
+ ]
593
+ },
594
+ "comments": {
595
+ "input": {
596
+ },
597
+ "output": {
598
+ }
599
+ },
600
+ "description": "Information about the data that is collected for the specified assessment run.",
601
+ "id": "get-telemetry-metadata-1481066021297",
602
+ "title": "Get telemetry metadata"
603
+ }
604
+ ],
605
+ "ListAssessmentRunAgents": [
606
+ {
607
+ "input": {
608
+ "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
609
+ "maxResults": 123
610
+ },
611
+ "output": {
612
+ "assessmentRunAgents": [
613
+ {
614
+ "agentHealth": "HEALTHY",
615
+ "agentHealthCode": "RUNNING",
616
+ "agentId": "i-49113b93",
617
+ "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
618
+ "telemetryMetadata": [
619
+ {
620
+ "count": 2,
621
+ "dataSize": 345,
622
+ "messageType": "InspectorDuplicateProcess"
623
+ },
624
+ {
625
+ "count": 3,
626
+ "dataSize": 255,
627
+ "messageType": "InspectorTimeEventMsg"
628
+ },
629
+ {
630
+ "count": 4,
631
+ "dataSize": 1082,
632
+ "messageType": "InspectorNetworkInterface"
633
+ },
634
+ {
635
+ "count": 2,
636
+ "dataSize": 349,
637
+ "messageType": "InspectorDnsEntry"
638
+ },
639
+ {
640
+ "count": 11,
641
+ "dataSize": 2514,
642
+ "messageType": "InspectorDirectoryInfoMsg"
643
+ },
644
+ {
645
+ "count": 1,
646
+ "dataSize": 179,
647
+ "messageType": "InspectorTcpV6ListeningPort"
648
+ },
649
+ {
650
+ "count": 101,
651
+ "dataSize": 10949,
652
+ "messageType": "InspectorTerminal"
653
+ },
654
+ {
655
+ "count": 26,
656
+ "dataSize": 5916,
657
+ "messageType": "InspectorUser"
658
+ },
659
+ {
660
+ "count": 282,
661
+ "dataSize": 32148,
662
+ "messageType": "InspectorDynamicallyLoadedCodeModule"
663
+ },
664
+ {
665
+ "count": 18,
666
+ "dataSize": 10172,
667
+ "messageType": "InspectorCreateProcess"
668
+ },
669
+ {
670
+ "count": 3,
671
+ "dataSize": 8001,
672
+ "messageType": "InspectorProcessPerformance"
673
+ },
674
+ {
675
+ "count": 1,
676
+ "dataSize": 360,
677
+ "messageType": "InspectorOperatingSystem"
678
+ },
679
+ {
680
+ "count": 6,
681
+ "dataSize": 546,
682
+ "messageType": "InspectorStopProcess"
683
+ },
684
+ {
685
+ "count": 1,
686
+ "dataSize": 1553,
687
+ "messageType": "InspectorInstanceMetaData"
688
+ },
689
+ {
690
+ "count": 2,
691
+ "dataSize": 434,
692
+ "messageType": "InspectorTcpV4Connection"
693
+ },
694
+ {
695
+ "count": 474,
696
+ "dataSize": 2960322,
697
+ "messageType": "InspectorPackageInfo"
698
+ },
699
+ {
700
+ "count": 3,
701
+ "dataSize": 2235,
702
+ "messageType": "InspectorSystemPerformance"
703
+ },
704
+ {
705
+ "count": 105,
706
+ "dataSize": 46048,
707
+ "messageType": "InspectorCodeModule"
708
+ },
709
+ {
710
+ "count": 1,
711
+ "dataSize": 182,
712
+ "messageType": "InspectorUdpV6ListeningPort"
713
+ },
714
+ {
715
+ "count": 2,
716
+ "dataSize": 371,
717
+ "messageType": "InspectorUdpV4ListeningPort"
718
+ },
719
+ {
720
+ "count": 18,
721
+ "dataSize": 8362,
722
+ "messageType": "InspectorKernelModule"
723
+ },
724
+ {
725
+ "count": 29,
726
+ "dataSize": 48788,
727
+ "messageType": "InspectorConfigurationInfo"
728
+ },
729
+ {
730
+ "count": 1,
731
+ "dataSize": 79,
732
+ "messageType": "InspectorMonitoringStart"
733
+ },
734
+ {
735
+ "count": 5,
736
+ "dataSize": 0,
737
+ "messageType": "InspectorSplitMsgBegin"
738
+ },
739
+ {
740
+ "count": 51,
741
+ "dataSize": 4593,
742
+ "messageType": "InspectorGroup"
743
+ },
744
+ {
745
+ "count": 1,
746
+ "dataSize": 184,
747
+ "messageType": "InspectorTcpV4ListeningPort"
748
+ },
749
+ {
750
+ "count": 1159,
751
+ "dataSize": 3146579,
752
+ "messageType": "Total"
753
+ },
754
+ {
755
+ "count": 5,
756
+ "dataSize": 0,
757
+ "messageType": "InspectorSplitMsgEnd"
758
+ },
759
+ {
760
+ "count": 1,
761
+ "dataSize": 612,
762
+ "messageType": "InspectorLoadImageInProcess"
763
+ }
764
+ ]
765
+ }
766
+ ],
767
+ "nextToken": "1"
768
+ },
769
+ "comments": {
770
+ "input": {
771
+ },
772
+ "output": {
773
+ }
774
+ },
775
+ "description": "Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.",
776
+ "id": "list-assessment-run-agents-1481918140642",
777
+ "title": "List assessment run agents"
778
+ }
779
+ ],
780
+ "ListAssessmentRuns": [
781
+ {
782
+ "input": {
783
+ "assessmentTemplateArns": [
784
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw"
785
+ ],
786
+ "maxResults": 123
787
+ },
788
+ "output": {
789
+ "assessmentRunArns": [
790
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
791
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-v5D6fI3v"
792
+ ],
793
+ "nextToken": "1"
794
+ },
795
+ "comments": {
796
+ "input": {
797
+ },
798
+ "output": {
799
+ }
800
+ },
801
+ "description": "Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.",
802
+ "id": "list-assessment-runs-1481066340844",
803
+ "title": "List assessment runs"
804
+ }
805
+ ],
806
+ "ListAssessmentTargets": [
807
+ {
808
+ "input": {
809
+ "maxResults": 123
810
+ },
811
+ "output": {
812
+ "assessmentTargetArns": [
813
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"
814
+ ],
815
+ "nextToken": "1"
816
+ },
817
+ "comments": {
818
+ "input": {
819
+ },
820
+ "output": {
821
+ }
822
+ },
823
+ "description": "Lists the ARNs of the assessment targets within this AWS account. ",
824
+ "id": "list-assessment-targets-1481066540849",
825
+ "title": "List assessment targets"
826
+ }
827
+ ],
828
+ "ListAssessmentTemplates": [
829
+ {
830
+ "input": {
831
+ "assessmentTargetArns": [
832
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"
833
+ ],
834
+ "maxResults": 123
835
+ },
836
+ "output": {
837
+ "assessmentTemplateArns": [
838
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw",
839
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-Uza6ihLh"
840
+ ],
841
+ "nextToken": "1"
842
+ },
843
+ "comments": {
844
+ "input": {
845
+ },
846
+ "output": {
847
+ }
848
+ },
849
+ "description": "Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.",
850
+ "id": "list-assessment-templates-1481066623520",
851
+ "title": "List assessment templates"
852
+ }
853
+ ],
854
+ "ListEventSubscriptions": [
855
+ {
856
+ "input": {
857
+ "maxResults": 123,
858
+ "resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0"
859
+ },
860
+ "output": {
861
+ "nextToken": "1",
862
+ "subscriptions": [
863
+ {
864
+ "eventSubscriptions": [
865
+ {
866
+ "event": "ASSESSMENT_RUN_COMPLETED",
867
+ "subscribedAt": "1459455440.867"
868
+ }
869
+ ],
870
+ "resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0",
871
+ "topicArn": "arn:aws:sns:us-west-2:123456789012:exampletopic"
872
+ }
873
+ ]
874
+ },
875
+ "comments": {
876
+ "input": {
877
+ },
878
+ "output": {
879
+ }
880
+ },
881
+ "description": "Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template. ",
882
+ "id": "list-event-subscriptions-1481068376945",
883
+ "title": "List event subscriptions"
884
+ }
885
+ ],
886
+ "ListFindings": [
887
+ {
888
+ "input": {
889
+ "assessmentRunArns": [
890
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE"
891
+ ],
892
+ "maxResults": 123
893
+ },
894
+ "output": {
895
+ "findingArns": [
896
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE/finding/0-HwPnsDm4",
897
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-v5D6fI3v/finding/0-tyvmqBLy"
898
+ ],
899
+ "nextToken": "1"
900
+ },
901
+ "comments": {
902
+ "input": {
903
+ },
904
+ "output": {
905
+ }
906
+ },
907
+ "description": "Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.",
908
+ "id": "list-findings-1481066840611",
909
+ "title": "List findings"
910
+ }
911
+ ],
912
+ "ListRulesPackages": [
913
+ {
914
+ "input": {
915
+ "maxResults": 123
916
+ },
917
+ "output": {
918
+ "nextToken": "1",
919
+ "rulesPackageArns": [
920
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-9hgA516p",
921
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-H5hpSawc",
922
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-JJOtZiqQ",
923
+ "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-vg5GGHSD"
924
+ ]
925
+ },
926
+ "comments": {
927
+ "input": {
928
+ },
929
+ "output": {
930
+ }
931
+ },
932
+ "description": "Lists all available Amazon Inspector rules packages.",
933
+ "id": "list-rules-packages-1481066954883",
934
+ "title": "List rules packages"
935
+ }
936
+ ],
937
+ "ListTagsForResource": [
938
+ {
939
+ "input": {
940
+ "resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-gcwFliYu"
941
+ },
942
+ "output": {
943
+ "tags": [
944
+ {
945
+ "key": "Name",
946
+ "value": "Example"
947
+ }
948
+ ]
949
+ },
950
+ "comments": {
951
+ "input": {
952
+ },
953
+ "output": {
954
+ }
955
+ },
956
+ "description": "Lists all tags associated with an assessment template.",
957
+ "id": "list-tags-for-resource-1481067025240",
958
+ "title": "List tags for resource"
959
+ }
960
+ ],
961
+ "PreviewAgents": [
962
+ {
963
+ "input": {
964
+ "maxResults": 123,
965
+ "previewAgentsArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq"
966
+ },
967
+ "output": {
968
+ "agentPreviews": [
969
+ {
970
+ "agentId": "i-49113b93"
971
+ }
972
+ ],
973
+ "nextToken": "1"
974
+ },
975
+ "comments": {
976
+ "input": {
977
+ },
978
+ "output": {
979
+ }
980
+ },
981
+ "description": "Previews the agents installed on the EC2 instances that are part of the specified assessment target.",
982
+ "id": "preview-agents-1481067101888",
983
+ "title": "Preview agents"
984
+ }
985
+ ],
986
+ "RegisterCrossAccountAccessRole": [
987
+ {
988
+ "input": {
989
+ "roleArn": "arn:aws:iam::123456789012:role/inspector"
990
+ },
991
+ "comments": {
992
+ "input": {
993
+ },
994
+ "output": {
995
+ }
996
+ },
997
+ "description": "Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.",
998
+ "id": "register-cross-account-access-role-1481067178301",
999
+ "title": "Register cross account access role"
1000
+ }
1001
+ ],
1002
+ "RemoveAttributesFromFindings": [
1003
+ {
1004
+ "input": {
1005
+ "attributeKeys": [
1006
+ "key=Example,value=example"
1007
+ ],
1008
+ "findingArns": [
1009
+ "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-8l1VIE0D/run/0-Z02cjjug/finding/0-T8yM9mEU"
1010
+ ]
1011
+ },
1012
+ "output": {
1013
+ "failedItems": {
1014
+ }
1015
+ },
1016
+ "comments": {
1017
+ "input": {
1018
+ },
1019
+ "output": {
1020
+ }
1021
+ },
1022
+ "description": "Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.",
1023
+ "id": "remove-attributes-from-findings-1481067246548",
1024
+ "title": "Remove attributes from findings"
1025
+ }
1026
+ ],
1027
+ "SetTagsForResource": [
1028
+ {
1029
+ "input": {
1030
+ "resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0",
1031
+ "tags": [
1032
+ {
1033
+ "key": "Example",
1034
+ "value": "example"
1035
+ }
1036
+ ]
1037
+ },
1038
+ "comments": {
1039
+ "input": {
1040
+ },
1041
+ "output": {
1042
+ }
1043
+ },
1044
+ "description": "Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.",
1045
+ "id": "set-tags-for-resource-1481067329646",
1046
+ "title": "Set tags for resource"
1047
+ }
1048
+ ],
1049
+ "StartAssessmentRun": [
1050
+ {
1051
+ "input": {
1052
+ "assessmentRunName": "examplerun",
1053
+ "assessmentTemplateArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"
1054
+ },
1055
+ "output": {
1056
+ "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-jOoroxyY"
1057
+ },
1058
+ "comments": {
1059
+ "input": {
1060
+ },
1061
+ "output": {
1062
+ }
1063
+ },
1064
+ "description": "Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.",
1065
+ "id": "start-assessment-run-1481067407484",
1066
+ "title": "Start assessment run"
1067
+ }
1068
+ ],
1069
+ "StopAssessmentRun": [
1070
+ {
1071
+ "input": {
1072
+ "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-11LMTAVe"
1073
+ },
1074
+ "comments": {
1075
+ "input": {
1076
+ },
1077
+ "output": {
1078
+ }
1079
+ },
1080
+ "description": "Stops the assessment run that is specified by the ARN of the assessment run.",
1081
+ "id": "stop-assessment-run-1481067502857",
1082
+ "title": "Stop assessment run"
1083
+ }
1084
+ ],
1085
+ "SubscribeToEvent": [
1086
+ {
1087
+ "input": {
1088
+ "event": "ASSESSMENT_RUN_COMPLETED",
1089
+ "resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0",
1090
+ "topicArn": "arn:aws:sns:us-west-2:123456789012:exampletopic"
1091
+ },
1092
+ "comments": {
1093
+ "input": {
1094
+ },
1095
+ "output": {
1096
+ }
1097
+ },
1098
+ "description": "Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.",
1099
+ "id": "subscribe-to-event-1481067686031",
1100
+ "title": "Subscribe to event"
1101
+ }
1102
+ ],
1103
+ "UnsubscribeFromEvent": [
1104
+ {
1105
+ "input": {
1106
+ "event": "ASSESSMENT_RUN_COMPLETED",
1107
+ "resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0",
1108
+ "topicArn": "arn:aws:sns:us-west-2:123456789012:exampletopic"
1109
+ },
1110
+ "comments": {
1111
+ "input": {
1112
+ },
1113
+ "output": {
1114
+ }
1115
+ },
1116
+ "description": "Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.",
1117
+ "id": "unsubscribe-from-event-1481067781705",
1118
+ "title": "Unsubscribe from event"
1119
+ }
1120
+ ],
1121
+ "UpdateAssessmentTarget": [
1122
+ {
1123
+ "input": {
1124
+ "assessmentTargetArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX",
1125
+ "assessmentTargetName": "Example",
1126
+ "resourceGroupArn": "arn:aws:inspector:us-west-2:123456789012:resourcegroup/0-yNbgL5Pt"
1127
+ },
1128
+ "comments": {
1129
+ "input": {
1130
+ },
1131
+ "output": {
1132
+ }
1133
+ },
1134
+ "description": "Updates the assessment target that is specified by the ARN of the assessment target.",
1135
+ "id": "update-assessment-target-1481067866692",
1136
+ "title": "Update assessment target"
1137
+ }
1138
+ ]
4
1139
  }
5
1140
  }