aws-sdk-core 2.10.90 → 2.10.91

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2622 @@
1
+ {
2
+ "metadata" : {
3
+ "apiVersion" : "2017-11-28",
4
+ "endpointPrefix" : "guardduty",
5
+ "signingName" : "guardduty",
6
+ "serviceFullName" : "Amazon GuardDuty",
7
+ "serviceId" : "GuardDuty",
8
+ "protocol" : "rest-json",
9
+ "jsonVersion" : "1.1",
10
+ "uid" : "guardduty-2017-11-28",
11
+ "signatureVersion" : "v4"
12
+ },
13
+ "operations" : {
14
+ "AcceptInvitation" : {
15
+ "name" : "AcceptInvitation",
16
+ "http" : {
17
+ "method" : "POST",
18
+ "requestUri" : "/detector/{detectorId}/master",
19
+ "responseCode" : 200
20
+ },
21
+ "input" : {
22
+ "shape" : "AcceptInvitationRequest"
23
+ },
24
+ "output" : {
25
+ "shape" : "AcceptInvitationResponse"
26
+ },
27
+ "errors" : [ {
28
+ "shape" : "BadRequestException"
29
+ }, {
30
+ "shape" : "InternalServerErrorException"
31
+ } ]
32
+ },
33
+ "ArchiveFindings" : {
34
+ "name" : "ArchiveFindings",
35
+ "http" : {
36
+ "method" : "POST",
37
+ "requestUri" : "/detector/{detectorId}/findings/archive",
38
+ "responseCode" : 200
39
+ },
40
+ "input" : {
41
+ "shape" : "ArchiveFindingsRequest"
42
+ },
43
+ "output" : {
44
+ "shape" : "ArchiveFindingsResponse"
45
+ },
46
+ "errors" : [ {
47
+ "shape" : "BadRequestException"
48
+ }, {
49
+ "shape" : "InternalServerErrorException"
50
+ } ]
51
+ },
52
+ "CreateDetector" : {
53
+ "name" : "CreateDetector",
54
+ "http" : {
55
+ "method" : "POST",
56
+ "requestUri" : "/detector",
57
+ "responseCode" : 200
58
+ },
59
+ "input" : {
60
+ "shape" : "CreateDetectorRequest"
61
+ },
62
+ "output" : {
63
+ "shape" : "CreateDetectorResponse"
64
+ },
65
+ "errors" : [ {
66
+ "shape" : "BadRequestException"
67
+ }, {
68
+ "shape" : "InternalServerErrorException"
69
+ } ]
70
+ },
71
+ "CreateIPSet" : {
72
+ "name" : "CreateIPSet",
73
+ "http" : {
74
+ "method" : "POST",
75
+ "requestUri" : "/detector/{detectorId}/ipset",
76
+ "responseCode" : 200
77
+ },
78
+ "input" : {
79
+ "shape" : "CreateIPSetRequest"
80
+ },
81
+ "output" : {
82
+ "shape" : "CreateIPSetResponse"
83
+ },
84
+ "errors" : [ {
85
+ "shape" : "BadRequestException"
86
+ }, {
87
+ "shape" : "InternalServerErrorException"
88
+ } ]
89
+ },
90
+ "CreateMembers" : {
91
+ "name" : "CreateMembers",
92
+ "http" : {
93
+ "method" : "POST",
94
+ "requestUri" : "/detector/{detectorId}/member",
95
+ "responseCode" : 200
96
+ },
97
+ "input" : {
98
+ "shape" : "CreateMembersRequest"
99
+ },
100
+ "output" : {
101
+ "shape" : "CreateMembersResponse"
102
+ },
103
+ "errors" : [ {
104
+ "shape" : "BadRequestException"
105
+ }, {
106
+ "shape" : "InternalServerErrorException"
107
+ } ]
108
+ },
109
+ "CreateSampleFindings" : {
110
+ "name" : "CreateSampleFindings",
111
+ "http" : {
112
+ "method" : "POST",
113
+ "requestUri" : "/detector/{detectorId}/findings/create",
114
+ "responseCode" : 200
115
+ },
116
+ "input" : {
117
+ "shape" : "CreateSampleFindingsRequest"
118
+ },
119
+ "output" : {
120
+ "shape" : "CreateSampleFindingsResponse"
121
+ },
122
+ "errors" : [ {
123
+ "shape" : "BadRequestException"
124
+ }, {
125
+ "shape" : "InternalServerErrorException"
126
+ } ]
127
+ },
128
+ "CreateThreatIntelSet" : {
129
+ "name" : "CreateThreatIntelSet",
130
+ "http" : {
131
+ "method" : "POST",
132
+ "requestUri" : "/detector/{detectorId}/threatintelset",
133
+ "responseCode" : 200
134
+ },
135
+ "input" : {
136
+ "shape" : "CreateThreatIntelSetRequest"
137
+ },
138
+ "output" : {
139
+ "shape" : "CreateThreatIntelSetResponse"
140
+ },
141
+ "errors" : [ {
142
+ "shape" : "BadRequestException"
143
+ }, {
144
+ "shape" : "InternalServerErrorException"
145
+ } ]
146
+ },
147
+ "DeclineInvitations" : {
148
+ "name" : "DeclineInvitations",
149
+ "http" : {
150
+ "method" : "POST",
151
+ "requestUri" : "/invitation/decline",
152
+ "responseCode" : 200
153
+ },
154
+ "input" : {
155
+ "shape" : "DeclineInvitationsRequest"
156
+ },
157
+ "output" : {
158
+ "shape" : "DeclineInvitationsResponse"
159
+ },
160
+ "errors" : [ {
161
+ "shape" : "BadRequestException"
162
+ }, {
163
+ "shape" : "InternalServerErrorException"
164
+ } ]
165
+ },
166
+ "DeleteDetector" : {
167
+ "name" : "DeleteDetector",
168
+ "http" : {
169
+ "method" : "DELETE",
170
+ "requestUri" : "/detector/{detectorId}",
171
+ "responseCode" : 200
172
+ },
173
+ "input" : {
174
+ "shape" : "DeleteDetectorRequest"
175
+ },
176
+ "output" : {
177
+ "shape" : "DeleteDetectorResponse"
178
+ },
179
+ "errors" : [ {
180
+ "shape" : "BadRequestException"
181
+ }, {
182
+ "shape" : "InternalServerErrorException"
183
+ } ]
184
+ },
185
+ "DeleteIPSet" : {
186
+ "name" : "DeleteIPSet",
187
+ "http" : {
188
+ "method" : "DELETE",
189
+ "requestUri" : "/detector/{detectorId}/ipset/{ipSetId}",
190
+ "responseCode" : 200
191
+ },
192
+ "input" : {
193
+ "shape" : "DeleteIPSetRequest"
194
+ },
195
+ "output" : {
196
+ "shape" : "DeleteIPSetResponse"
197
+ },
198
+ "errors" : [ {
199
+ "shape" : "BadRequestException"
200
+ }, {
201
+ "shape" : "InternalServerErrorException"
202
+ } ]
203
+ },
204
+ "DeleteInvitations" : {
205
+ "name" : "DeleteInvitations",
206
+ "http" : {
207
+ "method" : "POST",
208
+ "requestUri" : "/invitation/delete",
209
+ "responseCode" : 200
210
+ },
211
+ "input" : {
212
+ "shape" : "DeleteInvitationsRequest"
213
+ },
214
+ "output" : {
215
+ "shape" : "DeleteInvitationsResponse"
216
+ },
217
+ "errors" : [ {
218
+ "shape" : "BadRequestException"
219
+ }, {
220
+ "shape" : "InternalServerErrorException"
221
+ } ]
222
+ },
223
+ "DeleteMembers" : {
224
+ "name" : "DeleteMembers",
225
+ "http" : {
226
+ "method" : "POST",
227
+ "requestUri" : "/detector/{detectorId}/member/delete",
228
+ "responseCode" : 200
229
+ },
230
+ "input" : {
231
+ "shape" : "DeleteMembersRequest"
232
+ },
233
+ "output" : {
234
+ "shape" : "DeleteMembersResponse"
235
+ },
236
+ "errors" : [ {
237
+ "shape" : "BadRequestException"
238
+ }, {
239
+ "shape" : "InternalServerErrorException"
240
+ } ]
241
+ },
242
+ "DeleteThreatIntelSet" : {
243
+ "name" : "DeleteThreatIntelSet",
244
+ "http" : {
245
+ "method" : "DELETE",
246
+ "requestUri" : "/detector/{detectorId}/threatintelset/{threatIntelSetId}",
247
+ "responseCode" : 200
248
+ },
249
+ "input" : {
250
+ "shape" : "DeleteThreatIntelSetRequest"
251
+ },
252
+ "output" : {
253
+ "shape" : "DeleteThreatIntelSetResponse"
254
+ },
255
+ "errors" : [ {
256
+ "shape" : "BadRequestException"
257
+ }, {
258
+ "shape" : "InternalServerErrorException"
259
+ } ]
260
+ },
261
+ "DisassociateFromMasterAccount" : {
262
+ "name" : "DisassociateFromMasterAccount",
263
+ "http" : {
264
+ "method" : "POST",
265
+ "requestUri" : "/detector/{detectorId}/master/disassociate",
266
+ "responseCode" : 200
267
+ },
268
+ "input" : {
269
+ "shape" : "DisassociateFromMasterAccountRequest"
270
+ },
271
+ "output" : {
272
+ "shape" : "DisassociateFromMasterAccountResponse"
273
+ },
274
+ "errors" : [ {
275
+ "shape" : "BadRequestException"
276
+ }, {
277
+ "shape" : "InternalServerErrorException"
278
+ } ]
279
+ },
280
+ "DisassociateMembers" : {
281
+ "name" : "DisassociateMembers",
282
+ "http" : {
283
+ "method" : "POST",
284
+ "requestUri" : "/detector/{detectorId}/member/disassociate",
285
+ "responseCode" : 200
286
+ },
287
+ "input" : {
288
+ "shape" : "DisassociateMembersRequest"
289
+ },
290
+ "output" : {
291
+ "shape" : "DisassociateMembersResponse"
292
+ },
293
+ "errors" : [ {
294
+ "shape" : "BadRequestException"
295
+ }, {
296
+ "shape" : "InternalServerErrorException"
297
+ } ]
298
+ },
299
+ "GetDetector" : {
300
+ "name" : "GetDetector",
301
+ "http" : {
302
+ "method" : "GET",
303
+ "requestUri" : "/detector/{detectorId}",
304
+ "responseCode" : 200
305
+ },
306
+ "input" : {
307
+ "shape" : "GetDetectorRequest"
308
+ },
309
+ "output" : {
310
+ "shape" : "GetDetectorResponse"
311
+ },
312
+ "errors" : [ {
313
+ "shape" : "BadRequestException"
314
+ }, {
315
+ "shape" : "InternalServerErrorException"
316
+ } ]
317
+ },
318
+ "GetFindings" : {
319
+ "name" : "GetFindings",
320
+ "http" : {
321
+ "method" : "POST",
322
+ "requestUri" : "/detector/{detectorId}/findings/get",
323
+ "responseCode" : 200
324
+ },
325
+ "input" : {
326
+ "shape" : "GetFindingsRequest"
327
+ },
328
+ "output" : {
329
+ "shape" : "GetFindingsResponse"
330
+ },
331
+ "errors" : [ {
332
+ "shape" : "BadRequestException"
333
+ }, {
334
+ "shape" : "InternalServerErrorException"
335
+ } ]
336
+ },
337
+ "GetFindingsStatistics" : {
338
+ "name" : "GetFindingsStatistics",
339
+ "http" : {
340
+ "method" : "POST",
341
+ "requestUri" : "/detector/{detectorId}/findings/statistics",
342
+ "responseCode" : 200
343
+ },
344
+ "input" : {
345
+ "shape" : "GetFindingsStatisticsRequest"
346
+ },
347
+ "output" : {
348
+ "shape" : "GetFindingsStatisticsResponse"
349
+ },
350
+ "errors" : [ {
351
+ "shape" : "BadRequestException"
352
+ }, {
353
+ "shape" : "InternalServerErrorException"
354
+ } ]
355
+ },
356
+ "GetIPSet" : {
357
+ "name" : "GetIPSet",
358
+ "http" : {
359
+ "method" : "GET",
360
+ "requestUri" : "/detector/{detectorId}/ipset/{ipSetId}",
361
+ "responseCode" : 200
362
+ },
363
+ "input" : {
364
+ "shape" : "GetIPSetRequest"
365
+ },
366
+ "output" : {
367
+ "shape" : "GetIPSetResponse"
368
+ },
369
+ "errors" : [ {
370
+ "shape" : "BadRequestException"
371
+ }, {
372
+ "shape" : "InternalServerErrorException"
373
+ } ]
374
+ },
375
+ "GetInvitationsCount" : {
376
+ "name" : "GetInvitationsCount",
377
+ "http" : {
378
+ "method" : "GET",
379
+ "requestUri" : "/invitation/count",
380
+ "responseCode" : 200
381
+ },
382
+ "input" : {
383
+ "shape" : "GetInvitationsCountRequest"
384
+ },
385
+ "output" : {
386
+ "shape" : "GetInvitationsCountResponse"
387
+ },
388
+ "errors" : [ {
389
+ "shape" : "BadRequestException"
390
+ }, {
391
+ "shape" : "InternalServerErrorException"
392
+ } ]
393
+ },
394
+ "GetMasterAccount" : {
395
+ "name" : "GetMasterAccount",
396
+ "http" : {
397
+ "method" : "GET",
398
+ "requestUri" : "/detector/{detectorId}/master",
399
+ "responseCode" : 200
400
+ },
401
+ "input" : {
402
+ "shape" : "GetMasterAccountRequest"
403
+ },
404
+ "output" : {
405
+ "shape" : "GetMasterAccountResponse"
406
+ },
407
+ "errors" : [ {
408
+ "shape" : "BadRequestException"
409
+ }, {
410
+ "shape" : "InternalServerErrorException"
411
+ } ]
412
+ },
413
+ "GetMembers" : {
414
+ "name" : "GetMembers",
415
+ "http" : {
416
+ "method" : "POST",
417
+ "requestUri" : "/detector/{detectorId}/member/get",
418
+ "responseCode" : 200
419
+ },
420
+ "input" : {
421
+ "shape" : "GetMembersRequest"
422
+ },
423
+ "output" : {
424
+ "shape" : "GetMembersResponse"
425
+ },
426
+ "errors" : [ {
427
+ "shape" : "BadRequestException"
428
+ }, {
429
+ "shape" : "InternalServerErrorException"
430
+ } ]
431
+ },
432
+ "GetThreatIntelSet" : {
433
+ "name" : "GetThreatIntelSet",
434
+ "http" : {
435
+ "method" : "GET",
436
+ "requestUri" : "/detector/{detectorId}/threatintelset/{threatIntelSetId}",
437
+ "responseCode" : 200
438
+ },
439
+ "input" : {
440
+ "shape" : "GetThreatIntelSetRequest"
441
+ },
442
+ "output" : {
443
+ "shape" : "GetThreatIntelSetResponse"
444
+ },
445
+ "errors" : [ {
446
+ "shape" : "BadRequestException"
447
+ }, {
448
+ "shape" : "InternalServerErrorException"
449
+ } ]
450
+ },
451
+ "InviteMembers" : {
452
+ "name" : "InviteMembers",
453
+ "http" : {
454
+ "method" : "POST",
455
+ "requestUri" : "/detector/{detectorId}/member/invite",
456
+ "responseCode" : 200
457
+ },
458
+ "input" : {
459
+ "shape" : "InviteMembersRequest"
460
+ },
461
+ "output" : {
462
+ "shape" : "InviteMembersResponse"
463
+ },
464
+ "errors" : [ {
465
+ "shape" : "BadRequestException"
466
+ }, {
467
+ "shape" : "InternalServerErrorException"
468
+ } ]
469
+ },
470
+ "ListDetectors" : {
471
+ "name" : "ListDetectors",
472
+ "http" : {
473
+ "method" : "GET",
474
+ "requestUri" : "/detector",
475
+ "responseCode" : 200
476
+ },
477
+ "input" : {
478
+ "shape" : "ListDetectorsRequest"
479
+ },
480
+ "output" : {
481
+ "shape" : "ListDetectorsResponse"
482
+ },
483
+ "errors" : [ {
484
+ "shape" : "BadRequestException"
485
+ }, {
486
+ "shape" : "InternalServerErrorException"
487
+ } ]
488
+ },
489
+ "ListFindings" : {
490
+ "name" : "ListFindings",
491
+ "http" : {
492
+ "method" : "POST",
493
+ "requestUri" : "/detector/{detectorId}/findings",
494
+ "responseCode" : 200
495
+ },
496
+ "input" : {
497
+ "shape" : "ListFindingsRequest"
498
+ },
499
+ "output" : {
500
+ "shape" : "ListFindingsResponse"
501
+ },
502
+ "errors" : [ {
503
+ "shape" : "BadRequestException"
504
+ }, {
505
+ "shape" : "InternalServerErrorException"
506
+ } ]
507
+ },
508
+ "ListIPSets" : {
509
+ "name" : "ListIPSets",
510
+ "http" : {
511
+ "method" : "GET",
512
+ "requestUri" : "/detector/{detectorId}/ipset",
513
+ "responseCode" : 200
514
+ },
515
+ "input" : {
516
+ "shape" : "ListIPSetsRequest"
517
+ },
518
+ "output" : {
519
+ "shape" : "ListIPSetsResponse"
520
+ },
521
+ "errors" : [ {
522
+ "shape" : "BadRequestException"
523
+ }, {
524
+ "shape" : "InternalServerErrorException"
525
+ } ]
526
+ },
527
+ "ListInvitations" : {
528
+ "name" : "ListInvitations",
529
+ "http" : {
530
+ "method" : "GET",
531
+ "requestUri" : "/invitation",
532
+ "responseCode" : 200
533
+ },
534
+ "input" : {
535
+ "shape" : "ListInvitationsRequest"
536
+ },
537
+ "output" : {
538
+ "shape" : "ListInvitationsResponse"
539
+ },
540
+ "errors" : [ {
541
+ "shape" : "BadRequestException"
542
+ }, {
543
+ "shape" : "InternalServerErrorException"
544
+ } ]
545
+ },
546
+ "ListMembers" : {
547
+ "name" : "ListMembers",
548
+ "http" : {
549
+ "method" : "GET",
550
+ "requestUri" : "/detector/{detectorId}/member",
551
+ "responseCode" : 200
552
+ },
553
+ "input" : {
554
+ "shape" : "ListMembersRequest"
555
+ },
556
+ "output" : {
557
+ "shape" : "ListMembersResponse"
558
+ },
559
+ "errors" : [ {
560
+ "shape" : "BadRequestException"
561
+ }, {
562
+ "shape" : "InternalServerErrorException"
563
+ } ]
564
+ },
565
+ "ListThreatIntelSets" : {
566
+ "name" : "ListThreatIntelSets",
567
+ "http" : {
568
+ "method" : "GET",
569
+ "requestUri" : "/detector/{detectorId}/threatintelset",
570
+ "responseCode" : 200
571
+ },
572
+ "input" : {
573
+ "shape" : "ListThreatIntelSetsRequest"
574
+ },
575
+ "output" : {
576
+ "shape" : "ListThreatIntelSetsResponse"
577
+ },
578
+ "errors" : [ {
579
+ "shape" : "BadRequestException"
580
+ }, {
581
+ "shape" : "InternalServerErrorException"
582
+ } ]
583
+ },
584
+ "StartMonitoringMembers" : {
585
+ "name" : "StartMonitoringMembers",
586
+ "http" : {
587
+ "method" : "POST",
588
+ "requestUri" : "/detector/{detectorId}/member/start",
589
+ "responseCode" : 200
590
+ },
591
+ "input" : {
592
+ "shape" : "StartMonitoringMembersRequest"
593
+ },
594
+ "output" : {
595
+ "shape" : "StartMonitoringMembersResponse"
596
+ },
597
+ "errors" : [ {
598
+ "shape" : "BadRequestException"
599
+ }, {
600
+ "shape" : "InternalServerErrorException"
601
+ } ]
602
+ },
603
+ "StopMonitoringMembers" : {
604
+ "name" : "StopMonitoringMembers",
605
+ "http" : {
606
+ "method" : "POST",
607
+ "requestUri" : "/detector/{detectorId}/member/stop",
608
+ "responseCode" : 200
609
+ },
610
+ "input" : {
611
+ "shape" : "StopMonitoringMembersRequest"
612
+ },
613
+ "output" : {
614
+ "shape" : "StopMonitoringMembersResponse"
615
+ },
616
+ "errors" : [ {
617
+ "shape" : "BadRequestException"
618
+ }, {
619
+ "shape" : "InternalServerErrorException"
620
+ } ]
621
+ },
622
+ "UnarchiveFindings" : {
623
+ "name" : "UnarchiveFindings",
624
+ "http" : {
625
+ "method" : "POST",
626
+ "requestUri" : "/detector/{detectorId}/findings/unarchive",
627
+ "responseCode" : 200
628
+ },
629
+ "input" : {
630
+ "shape" : "UnarchiveFindingsRequest"
631
+ },
632
+ "output" : {
633
+ "shape" : "UnarchiveFindingsResponse"
634
+ },
635
+ "errors" : [ {
636
+ "shape" : "BadRequestException"
637
+ }, {
638
+ "shape" : "InternalServerErrorException"
639
+ } ]
640
+ },
641
+ "UpdateDetector" : {
642
+ "name" : "UpdateDetector",
643
+ "http" : {
644
+ "method" : "POST",
645
+ "requestUri" : "/detector/{detectorId}",
646
+ "responseCode" : 200
647
+ },
648
+ "input" : {
649
+ "shape" : "UpdateDetectorRequest"
650
+ },
651
+ "output" : {
652
+ "shape" : "UpdateDetectorResponse"
653
+ },
654
+ "errors" : [ {
655
+ "shape" : "BadRequestException"
656
+ }, {
657
+ "shape" : "InternalServerErrorException"
658
+ } ]
659
+ },
660
+ "UpdateFindingsFeedback" : {
661
+ "name" : "UpdateFindingsFeedback",
662
+ "http" : {
663
+ "method" : "POST",
664
+ "requestUri" : "/detector/{detectorId}/findings/feedback",
665
+ "responseCode" : 200
666
+ },
667
+ "input" : {
668
+ "shape" : "UpdateFindingsFeedbackRequest"
669
+ },
670
+ "output" : {
671
+ "shape" : "UpdateFindingsFeedbackResponse"
672
+ },
673
+ "errors" : [ {
674
+ "shape" : "BadRequestException"
675
+ }, {
676
+ "shape" : "InternalServerErrorException"
677
+ } ]
678
+ },
679
+ "UpdateIPSet" : {
680
+ "name" : "UpdateIPSet",
681
+ "http" : {
682
+ "method" : "POST",
683
+ "requestUri" : "/detector/{detectorId}/ipset/{ipSetId}",
684
+ "responseCode" : 200
685
+ },
686
+ "input" : {
687
+ "shape" : "UpdateIPSetRequest"
688
+ },
689
+ "output" : {
690
+ "shape" : "UpdateIPSetResponse"
691
+ },
692
+ "errors" : [ {
693
+ "shape" : "BadRequestException"
694
+ }, {
695
+ "shape" : "InternalServerErrorException"
696
+ } ]
697
+ },
698
+ "UpdateThreatIntelSet" : {
699
+ "name" : "UpdateThreatIntelSet",
700
+ "http" : {
701
+ "method" : "POST",
702
+ "requestUri" : "/detector/{detectorId}/threatintelset/{threatIntelSetId}",
703
+ "responseCode" : 200
704
+ },
705
+ "input" : {
706
+ "shape" : "UpdateThreatIntelSetRequest"
707
+ },
708
+ "output" : {
709
+ "shape" : "UpdateThreatIntelSetResponse"
710
+ },
711
+ "errors" : [ {
712
+ "shape" : "BadRequestException"
713
+ }, {
714
+ "shape" : "InternalServerErrorException"
715
+ } ]
716
+ }
717
+ },
718
+ "shapes" : {
719
+ "AcceptInvitationRequest" : {
720
+ "type" : "structure",
721
+ "members" : {
722
+ "DetectorId" : {
723
+ "shape" : "__string",
724
+ "location" : "uri",
725
+ "locationName" : "detectorId"
726
+ },
727
+ "InvitationId" : {
728
+ "shape" : "InvitationId",
729
+ "locationName" : "invitationId"
730
+ },
731
+ "MasterId" : {
732
+ "shape" : "MasterId",
733
+ "locationName" : "masterId"
734
+ }
735
+ },
736
+ "required" : [ "DetectorId" ]
737
+ },
738
+ "AcceptInvitationResponse" : {
739
+ "type" : "structure",
740
+ "members" : { }
741
+ },
742
+ "AccountDetail" : {
743
+ "type" : "structure",
744
+ "members" : {
745
+ "AccountId" : {
746
+ "shape" : "AccountId",
747
+ "locationName" : "accountId"
748
+ },
749
+ "Email" : {
750
+ "shape" : "Email",
751
+ "locationName" : "email"
752
+ }
753
+ }
754
+ },
755
+ "AccountDetails" : {
756
+ "type" : "list",
757
+ "member" : {
758
+ "shape" : "AccountDetail"
759
+ }
760
+ },
761
+ "AccountId" : {
762
+ "type" : "string"
763
+ },
764
+ "AccountIds" : {
765
+ "type" : "list",
766
+ "member" : {
767
+ "shape" : "__string"
768
+ }
769
+ },
770
+ "Action" : {
771
+ "type" : "structure",
772
+ "members" : {
773
+ "ActionType" : {
774
+ "shape" : "__string",
775
+ "locationName" : "actionType"
776
+ },
777
+ "AwsApiCallAction" : {
778
+ "shape" : "AwsApiCallAction",
779
+ "locationName" : "awsApiCallAction"
780
+ },
781
+ "DnsRequestAction" : {
782
+ "shape" : "DnsRequestAction",
783
+ "locationName" : "dnsRequestAction"
784
+ },
785
+ "NetworkConnectionAction" : {
786
+ "shape" : "NetworkConnectionAction",
787
+ "locationName" : "networkConnectionAction"
788
+ }
789
+ }
790
+ },
791
+ "Activate" : {
792
+ "type" : "boolean"
793
+ },
794
+ "ArchiveFindingsRequest" : {
795
+ "type" : "structure",
796
+ "members" : {
797
+ "DetectorId" : {
798
+ "shape" : "__string",
799
+ "location" : "uri",
800
+ "locationName" : "detectorId"
801
+ },
802
+ "FindingIds" : {
803
+ "shape" : "FindingIds",
804
+ "locationName" : "findingIds"
805
+ }
806
+ },
807
+ "required" : [ "DetectorId" ]
808
+ },
809
+ "ArchiveFindingsResponse" : {
810
+ "type" : "structure",
811
+ "members" : { }
812
+ },
813
+ "AwsApiCallAction" : {
814
+ "type" : "structure",
815
+ "members" : {
816
+ "Api" : {
817
+ "shape" : "__string",
818
+ "locationName" : "api"
819
+ },
820
+ "CallerType" : {
821
+ "shape" : "__string",
822
+ "locationName" : "callerType"
823
+ },
824
+ "DomainDetails" : {
825
+ "shape" : "DomainDetails",
826
+ "locationName" : "domainDetails"
827
+ },
828
+ "RemoteIpDetails" : {
829
+ "shape" : "RemoteIpDetails",
830
+ "locationName" : "remoteIpDetails"
831
+ },
832
+ "ServiceName" : {
833
+ "shape" : "__string",
834
+ "locationName" : "serviceName"
835
+ }
836
+ }
837
+ },
838
+ "BadRequestException" : {
839
+ "type" : "structure",
840
+ "members" : {
841
+ "Message" : {
842
+ "shape" : "__string",
843
+ "locationName" : "message"
844
+ },
845
+ "Type" : {
846
+ "shape" : "__string",
847
+ "locationName" : "__type"
848
+ }
849
+ },
850
+ "exception" : true,
851
+ "error" : {
852
+ "httpStatusCode" : 400
853
+ }
854
+ },
855
+ "City" : {
856
+ "type" : "structure",
857
+ "members" : {
858
+ "CityName" : {
859
+ "shape" : "__string",
860
+ "locationName" : "cityName"
861
+ }
862
+ }
863
+ },
864
+ "Comments" : {
865
+ "type" : "string"
866
+ },
867
+ "Condition" : {
868
+ "type" : "structure",
869
+ "members" : {
870
+ "Eq" : {
871
+ "shape" : "Eq",
872
+ "locationName" : "eq"
873
+ },
874
+ "Gt" : {
875
+ "shape" : "__integer",
876
+ "locationName" : "gt"
877
+ },
878
+ "Gte" : {
879
+ "shape" : "__integer",
880
+ "locationName" : "gte"
881
+ },
882
+ "Lt" : {
883
+ "shape" : "__integer",
884
+ "locationName" : "lt"
885
+ },
886
+ "Lte" : {
887
+ "shape" : "__integer",
888
+ "locationName" : "lte"
889
+ },
890
+ "Neq" : {
891
+ "shape" : "Neq",
892
+ "locationName" : "neq"
893
+ }
894
+ }
895
+ },
896
+ "CountBySeverityFindingStatistic" : {
897
+ "type" : "integer"
898
+ },
899
+ "Country" : {
900
+ "type" : "structure",
901
+ "members" : {
902
+ "CountryCode" : {
903
+ "shape" : "__string",
904
+ "locationName" : "countryCode"
905
+ },
906
+ "CountryName" : {
907
+ "shape" : "__string",
908
+ "locationName" : "countryName"
909
+ }
910
+ }
911
+ },
912
+ "CreateDetectorRequest" : {
913
+ "type" : "structure",
914
+ "members" : {
915
+ "Enable" : {
916
+ "shape" : "Enable",
917
+ "locationName" : "enable"
918
+ }
919
+ }
920
+ },
921
+ "CreateDetectorResponse" : {
922
+ "type" : "structure",
923
+ "members" : {
924
+ "DetectorId" : {
925
+ "shape" : "DetectorId",
926
+ "locationName" : "detectorId"
927
+ }
928
+ }
929
+ },
930
+ "CreateIPSetRequest" : {
931
+ "type" : "structure",
932
+ "members" : {
933
+ "Activate" : {
934
+ "shape" : "Activate",
935
+ "locationName" : "activate"
936
+ },
937
+ "DetectorId" : {
938
+ "shape" : "__string",
939
+ "location" : "uri",
940
+ "locationName" : "detectorId"
941
+ },
942
+ "Format" : {
943
+ "shape" : "IpSetFormat",
944
+ "locationName" : "format"
945
+ },
946
+ "Location" : {
947
+ "shape" : "Location",
948
+ "locationName" : "location"
949
+ },
950
+ "Name" : {
951
+ "shape" : "Name",
952
+ "locationName" : "name"
953
+ }
954
+ },
955
+ "required" : [ "DetectorId" ]
956
+ },
957
+ "CreateIPSetResponse" : {
958
+ "type" : "structure",
959
+ "members" : {
960
+ "IpSetId" : {
961
+ "shape" : "IpSetId",
962
+ "locationName" : "ipSetId"
963
+ }
964
+ }
965
+ },
966
+ "CreateMembersRequest" : {
967
+ "type" : "structure",
968
+ "members" : {
969
+ "AccountDetails" : {
970
+ "shape" : "AccountDetails",
971
+ "locationName" : "accountDetails"
972
+ },
973
+ "DetectorId" : {
974
+ "shape" : "__string",
975
+ "location" : "uri",
976
+ "locationName" : "detectorId"
977
+ }
978
+ },
979
+ "required" : [ "DetectorId" ]
980
+ },
981
+ "CreateMembersResponse" : {
982
+ "type" : "structure",
983
+ "members" : {
984
+ "UnprocessedAccounts" : {
985
+ "shape" : "UnprocessedAccounts",
986
+ "locationName" : "unprocessedAccounts"
987
+ }
988
+ }
989
+ },
990
+ "CreateSampleFindingsRequest" : {
991
+ "type" : "structure",
992
+ "members" : {
993
+ "DetectorId" : {
994
+ "shape" : "__string",
995
+ "location" : "uri",
996
+ "locationName" : "detectorId"
997
+ },
998
+ "FindingTypes" : {
999
+ "shape" : "FindingTypes",
1000
+ "locationName" : "findingTypes"
1001
+ }
1002
+ },
1003
+ "required" : [ "DetectorId" ]
1004
+ },
1005
+ "CreateSampleFindingsResponse" : {
1006
+ "type" : "structure",
1007
+ "members" : { }
1008
+ },
1009
+ "CreateThreatIntelSetRequest" : {
1010
+ "type" : "structure",
1011
+ "members" : {
1012
+ "Activate" : {
1013
+ "shape" : "Activate",
1014
+ "locationName" : "activate"
1015
+ },
1016
+ "DetectorId" : {
1017
+ "shape" : "__string",
1018
+ "location" : "uri",
1019
+ "locationName" : "detectorId"
1020
+ },
1021
+ "Format" : {
1022
+ "shape" : "ThreatIntelSetFormat",
1023
+ "locationName" : "format"
1024
+ },
1025
+ "Location" : {
1026
+ "shape" : "Location",
1027
+ "locationName" : "location"
1028
+ },
1029
+ "Name" : {
1030
+ "shape" : "Name",
1031
+ "locationName" : "name"
1032
+ }
1033
+ },
1034
+ "required" : [ "DetectorId" ]
1035
+ },
1036
+ "CreateThreatIntelSetResponse" : {
1037
+ "type" : "structure",
1038
+ "members" : {
1039
+ "ThreatIntelSetId" : {
1040
+ "shape" : "ThreatIntelSetId",
1041
+ "locationName" : "threatIntelSetId"
1042
+ }
1043
+ }
1044
+ },
1045
+ "CreatedAt" : {
1046
+ "type" : "string"
1047
+ },
1048
+ "DeclineInvitationsRequest" : {
1049
+ "type" : "structure",
1050
+ "members" : {
1051
+ "AccountIds" : {
1052
+ "shape" : "AccountIds",
1053
+ "locationName" : "accountIds"
1054
+ }
1055
+ }
1056
+ },
1057
+ "DeclineInvitationsResponse" : {
1058
+ "type" : "structure",
1059
+ "members" : {
1060
+ "UnprocessedAccounts" : {
1061
+ "shape" : "UnprocessedAccounts",
1062
+ "locationName" : "unprocessedAccounts"
1063
+ }
1064
+ }
1065
+ },
1066
+ "DeleteDetectorRequest" : {
1067
+ "type" : "structure",
1068
+ "members" : {
1069
+ "DetectorId" : {
1070
+ "shape" : "__string",
1071
+ "location" : "uri",
1072
+ "locationName" : "detectorId"
1073
+ }
1074
+ },
1075
+ "required" : [ "DetectorId" ]
1076
+ },
1077
+ "DeleteDetectorResponse" : {
1078
+ "type" : "structure",
1079
+ "members" : { }
1080
+ },
1081
+ "DeleteIPSetRequest" : {
1082
+ "type" : "structure",
1083
+ "members" : {
1084
+ "DetectorId" : {
1085
+ "shape" : "__string",
1086
+ "location" : "uri",
1087
+ "locationName" : "detectorId"
1088
+ },
1089
+ "IpSetId" : {
1090
+ "shape" : "__string",
1091
+ "location" : "uri",
1092
+ "locationName" : "ipSetId"
1093
+ }
1094
+ },
1095
+ "required" : [ "DetectorId", "IpSetId" ]
1096
+ },
1097
+ "DeleteIPSetResponse" : {
1098
+ "type" : "structure",
1099
+ "members" : { }
1100
+ },
1101
+ "DeleteInvitationsRequest" : {
1102
+ "type" : "structure",
1103
+ "members" : {
1104
+ "AccountIds" : {
1105
+ "shape" : "AccountIds",
1106
+ "locationName" : "accountIds"
1107
+ }
1108
+ }
1109
+ },
1110
+ "DeleteInvitationsResponse" : {
1111
+ "type" : "structure",
1112
+ "members" : {
1113
+ "UnprocessedAccounts" : {
1114
+ "shape" : "UnprocessedAccounts",
1115
+ "locationName" : "unprocessedAccounts"
1116
+ }
1117
+ }
1118
+ },
1119
+ "DeleteMembersRequest" : {
1120
+ "type" : "structure",
1121
+ "members" : {
1122
+ "AccountIds" : {
1123
+ "shape" : "AccountIds",
1124
+ "locationName" : "accountIds"
1125
+ },
1126
+ "DetectorId" : {
1127
+ "shape" : "__string",
1128
+ "location" : "uri",
1129
+ "locationName" : "detectorId"
1130
+ }
1131
+ },
1132
+ "required" : [ "DetectorId" ]
1133
+ },
1134
+ "DeleteMembersResponse" : {
1135
+ "type" : "structure",
1136
+ "members" : {
1137
+ "UnprocessedAccounts" : {
1138
+ "shape" : "UnprocessedAccounts",
1139
+ "locationName" : "unprocessedAccounts"
1140
+ }
1141
+ }
1142
+ },
1143
+ "DeleteThreatIntelSetRequest" : {
1144
+ "type" : "structure",
1145
+ "members" : {
1146
+ "DetectorId" : {
1147
+ "shape" : "__string",
1148
+ "location" : "uri",
1149
+ "locationName" : "detectorId"
1150
+ },
1151
+ "ThreatIntelSetId" : {
1152
+ "shape" : "__string",
1153
+ "location" : "uri",
1154
+ "locationName" : "threatIntelSetId"
1155
+ }
1156
+ },
1157
+ "required" : [ "ThreatIntelSetId", "DetectorId" ]
1158
+ },
1159
+ "DeleteThreatIntelSetResponse" : {
1160
+ "type" : "structure",
1161
+ "members" : { }
1162
+ },
1163
+ "DetectorId" : {
1164
+ "type" : "string"
1165
+ },
1166
+ "DetectorIds" : {
1167
+ "type" : "list",
1168
+ "member" : {
1169
+ "shape" : "DetectorId"
1170
+ }
1171
+ },
1172
+ "DetectorStatus" : {
1173
+ "type" : "string",
1174
+ "enum" : [ "ENABLED", "DISABLED" ]
1175
+ },
1176
+ "DisassociateFromMasterAccountRequest" : {
1177
+ "type" : "structure",
1178
+ "members" : {
1179
+ "DetectorId" : {
1180
+ "shape" : "__string",
1181
+ "location" : "uri",
1182
+ "locationName" : "detectorId"
1183
+ }
1184
+ },
1185
+ "required" : [ "DetectorId" ]
1186
+ },
1187
+ "DisassociateFromMasterAccountResponse" : {
1188
+ "type" : "structure",
1189
+ "members" : { }
1190
+ },
1191
+ "DisassociateMembersRequest" : {
1192
+ "type" : "structure",
1193
+ "members" : {
1194
+ "AccountIds" : {
1195
+ "shape" : "AccountIds",
1196
+ "locationName" : "accountIds"
1197
+ },
1198
+ "DetectorId" : {
1199
+ "shape" : "__string",
1200
+ "location" : "uri",
1201
+ "locationName" : "detectorId"
1202
+ }
1203
+ },
1204
+ "required" : [ "DetectorId" ]
1205
+ },
1206
+ "DisassociateMembersResponse" : {
1207
+ "type" : "structure",
1208
+ "members" : {
1209
+ "UnprocessedAccounts" : {
1210
+ "shape" : "UnprocessedAccounts",
1211
+ "locationName" : "unprocessedAccounts"
1212
+ }
1213
+ }
1214
+ },
1215
+ "DnsRequestAction" : {
1216
+ "type" : "structure",
1217
+ "members" : {
1218
+ "Domain" : {
1219
+ "shape" : "Domain",
1220
+ "locationName" : "domain"
1221
+ }
1222
+ }
1223
+ },
1224
+ "Domain" : {
1225
+ "type" : "string"
1226
+ },
1227
+ "DomainDetails" : {
1228
+ "type" : "structure",
1229
+ "members" : { }
1230
+ },
1231
+ "Email" : {
1232
+ "type" : "string"
1233
+ },
1234
+ "Enable" : {
1235
+ "type" : "boolean"
1236
+ },
1237
+ "Eq" : {
1238
+ "type" : "list",
1239
+ "member" : {
1240
+ "shape" : "__string"
1241
+ }
1242
+ },
1243
+ "ErrorResponse" : {
1244
+ "type" : "structure",
1245
+ "members" : {
1246
+ "Message" : {
1247
+ "shape" : "__string",
1248
+ "locationName" : "message"
1249
+ },
1250
+ "Type" : {
1251
+ "shape" : "__string",
1252
+ "locationName" : "__type"
1253
+ }
1254
+ }
1255
+ },
1256
+ "Feedback" : {
1257
+ "type" : "string",
1258
+ "enum" : [ "USEFUL", "NOT_USEFUL" ]
1259
+ },
1260
+ "Finding" : {
1261
+ "type" : "structure",
1262
+ "members" : {
1263
+ "AccountId" : {
1264
+ "shape" : "__string",
1265
+ "locationName" : "accountId"
1266
+ },
1267
+ "Arn" : {
1268
+ "shape" : "__string",
1269
+ "locationName" : "arn"
1270
+ },
1271
+ "Confidence" : {
1272
+ "shape" : "__double",
1273
+ "locationName" : "confidence"
1274
+ },
1275
+ "CreatedAt" : {
1276
+ "shape" : "CreatedAt",
1277
+ "locationName" : "createdAt"
1278
+ },
1279
+ "Description" : {
1280
+ "shape" : "__string",
1281
+ "locationName" : "description"
1282
+ },
1283
+ "Id" : {
1284
+ "shape" : "__string",
1285
+ "locationName" : "id"
1286
+ },
1287
+ "Partition" : {
1288
+ "shape" : "__string",
1289
+ "locationName" : "partition"
1290
+ },
1291
+ "Region" : {
1292
+ "shape" : "__string",
1293
+ "locationName" : "region"
1294
+ },
1295
+ "Resource" : {
1296
+ "shape" : "Resource",
1297
+ "locationName" : "resource"
1298
+ },
1299
+ "SchemaVersion" : {
1300
+ "shape" : "__string",
1301
+ "locationName" : "schemaVersion"
1302
+ },
1303
+ "Service" : {
1304
+ "shape" : "Service",
1305
+ "locationName" : "service"
1306
+ },
1307
+ "Severity" : {
1308
+ "shape" : "__double",
1309
+ "locationName" : "severity"
1310
+ },
1311
+ "Title" : {
1312
+ "shape" : "__string",
1313
+ "locationName" : "title"
1314
+ },
1315
+ "Type" : {
1316
+ "shape" : "__string",
1317
+ "locationName" : "type"
1318
+ },
1319
+ "UpdatedAt" : {
1320
+ "shape" : "UpdatedAt",
1321
+ "locationName" : "updatedAt"
1322
+ }
1323
+ }
1324
+ },
1325
+ "FindingCriteria" : {
1326
+ "type" : "structure",
1327
+ "members" : {
1328
+ "Criterion" : {
1329
+ "shape" : "MapOfCondition",
1330
+ "locationName" : "criterion"
1331
+ }
1332
+ }
1333
+ },
1334
+ "FindingId" : {
1335
+ "type" : "string"
1336
+ },
1337
+ "FindingIds" : {
1338
+ "type" : "list",
1339
+ "member" : {
1340
+ "shape" : "FindingId"
1341
+ }
1342
+ },
1343
+ "FindingStatisticType" : {
1344
+ "type" : "string",
1345
+ "enum" : [ "COUNT_BY_SEVERITY" ]
1346
+ },
1347
+ "FindingStatisticTypes" : {
1348
+ "type" : "list",
1349
+ "member" : {
1350
+ "shape" : "FindingStatisticType"
1351
+ }
1352
+ },
1353
+ "FindingStatistics" : {
1354
+ "type" : "structure",
1355
+ "members" : {
1356
+ "CountBySeverity" : {
1357
+ "shape" : "MapOfCountBySeverityFindingStatistic",
1358
+ "locationName" : "countBySeverity"
1359
+ }
1360
+ }
1361
+ },
1362
+ "FindingType" : {
1363
+ "type" : "string"
1364
+ },
1365
+ "FindingTypes" : {
1366
+ "type" : "list",
1367
+ "member" : {
1368
+ "shape" : "FindingType"
1369
+ }
1370
+ },
1371
+ "Findings" : {
1372
+ "type" : "list",
1373
+ "member" : {
1374
+ "shape" : "Finding"
1375
+ }
1376
+ },
1377
+ "GeoLocation" : {
1378
+ "type" : "structure",
1379
+ "members" : {
1380
+ "Lat" : {
1381
+ "shape" : "__double",
1382
+ "locationName" : "lat"
1383
+ },
1384
+ "Lon" : {
1385
+ "shape" : "__double",
1386
+ "locationName" : "lon"
1387
+ }
1388
+ }
1389
+ },
1390
+ "GetDetectorRequest" : {
1391
+ "type" : "structure",
1392
+ "members" : {
1393
+ "DetectorId" : {
1394
+ "shape" : "__string",
1395
+ "location" : "uri",
1396
+ "locationName" : "detectorId"
1397
+ }
1398
+ },
1399
+ "required" : [ "DetectorId" ]
1400
+ },
1401
+ "GetDetectorResponse" : {
1402
+ "type" : "structure",
1403
+ "members" : {
1404
+ "CreatedAt" : {
1405
+ "shape" : "CreatedAt",
1406
+ "locationName" : "createdAt"
1407
+ },
1408
+ "ServiceRole" : {
1409
+ "shape" : "ServiceRole",
1410
+ "locationName" : "serviceRole"
1411
+ },
1412
+ "Status" : {
1413
+ "shape" : "DetectorStatus",
1414
+ "locationName" : "status"
1415
+ },
1416
+ "UpdatedAt" : {
1417
+ "shape" : "UpdatedAt",
1418
+ "locationName" : "updatedAt"
1419
+ }
1420
+ }
1421
+ },
1422
+ "GetFindingsRequest" : {
1423
+ "type" : "structure",
1424
+ "members" : {
1425
+ "DetectorId" : {
1426
+ "shape" : "__string",
1427
+ "location" : "uri",
1428
+ "locationName" : "detectorId"
1429
+ },
1430
+ "FindingIds" : {
1431
+ "shape" : "FindingIds",
1432
+ "locationName" : "findingIds"
1433
+ },
1434
+ "SortCriteria" : {
1435
+ "shape" : "SortCriteria",
1436
+ "locationName" : "sortCriteria"
1437
+ }
1438
+ },
1439
+ "required" : [ "DetectorId" ]
1440
+ },
1441
+ "GetFindingsResponse" : {
1442
+ "type" : "structure",
1443
+ "members" : {
1444
+ "Findings" : {
1445
+ "shape" : "Findings",
1446
+ "locationName" : "findings"
1447
+ }
1448
+ }
1449
+ },
1450
+ "GetFindingsStatisticsRequest" : {
1451
+ "type" : "structure",
1452
+ "members" : {
1453
+ "DetectorId" : {
1454
+ "shape" : "__string",
1455
+ "location" : "uri",
1456
+ "locationName" : "detectorId"
1457
+ },
1458
+ "FindingCriteria" : {
1459
+ "shape" : "FindingCriteria",
1460
+ "locationName" : "findingCriteria"
1461
+ },
1462
+ "FindingStatisticTypes" : {
1463
+ "shape" : "FindingStatisticTypes",
1464
+ "locationName" : "findingStatisticTypes"
1465
+ }
1466
+ },
1467
+ "required" : [ "DetectorId" ]
1468
+ },
1469
+ "GetFindingsStatisticsResponse" : {
1470
+ "type" : "structure",
1471
+ "members" : {
1472
+ "FindingStatistics" : {
1473
+ "shape" : "FindingStatistics",
1474
+ "locationName" : "findingStatistics"
1475
+ }
1476
+ }
1477
+ },
1478
+ "GetIPSetRequest" : {
1479
+ "type" : "structure",
1480
+ "members" : {
1481
+ "DetectorId" : {
1482
+ "shape" : "__string",
1483
+ "location" : "uri",
1484
+ "locationName" : "detectorId"
1485
+ },
1486
+ "IpSetId" : {
1487
+ "shape" : "__string",
1488
+ "location" : "uri",
1489
+ "locationName" : "ipSetId"
1490
+ }
1491
+ },
1492
+ "required" : [ "DetectorId", "IpSetId" ]
1493
+ },
1494
+ "GetIPSetResponse" : {
1495
+ "type" : "structure",
1496
+ "members" : {
1497
+ "Format" : {
1498
+ "shape" : "IpSetFormat",
1499
+ "locationName" : "format"
1500
+ },
1501
+ "Location" : {
1502
+ "shape" : "Location",
1503
+ "locationName" : "location"
1504
+ },
1505
+ "Name" : {
1506
+ "shape" : "Name",
1507
+ "locationName" : "name"
1508
+ },
1509
+ "Status" : {
1510
+ "shape" : "IpSetStatus",
1511
+ "locationName" : "status"
1512
+ }
1513
+ }
1514
+ },
1515
+ "GetInvitationsCountRequest" : {
1516
+ "type" : "structure",
1517
+ "members" : { }
1518
+ },
1519
+ "GetInvitationsCountResponse" : {
1520
+ "type" : "structure",
1521
+ "members" : {
1522
+ "InvitationsCount" : {
1523
+ "shape" : "__integer",
1524
+ "locationName" : "invitationsCount"
1525
+ }
1526
+ }
1527
+ },
1528
+ "GetMasterAccountRequest" : {
1529
+ "type" : "structure",
1530
+ "members" : {
1531
+ "DetectorId" : {
1532
+ "shape" : "__string",
1533
+ "location" : "uri",
1534
+ "locationName" : "detectorId"
1535
+ }
1536
+ },
1537
+ "required" : [ "DetectorId" ]
1538
+ },
1539
+ "GetMasterAccountResponse" : {
1540
+ "type" : "structure",
1541
+ "members" : {
1542
+ "Master" : {
1543
+ "shape" : "Master",
1544
+ "locationName" : "master"
1545
+ }
1546
+ }
1547
+ },
1548
+ "GetMembersRequest" : {
1549
+ "type" : "structure",
1550
+ "members" : {
1551
+ "AccountIds" : {
1552
+ "shape" : "AccountIds",
1553
+ "locationName" : "accountIds"
1554
+ },
1555
+ "DetectorId" : {
1556
+ "shape" : "__string",
1557
+ "location" : "uri",
1558
+ "locationName" : "detectorId"
1559
+ }
1560
+ },
1561
+ "required" : [ "DetectorId" ]
1562
+ },
1563
+ "GetMembersResponse" : {
1564
+ "type" : "structure",
1565
+ "members" : {
1566
+ "Members" : {
1567
+ "shape" : "Members",
1568
+ "locationName" : "members"
1569
+ },
1570
+ "UnprocessedAccounts" : {
1571
+ "shape" : "UnprocessedAccounts",
1572
+ "locationName" : "unprocessedAccounts"
1573
+ }
1574
+ }
1575
+ },
1576
+ "GetThreatIntelSetRequest" : {
1577
+ "type" : "structure",
1578
+ "members" : {
1579
+ "DetectorId" : {
1580
+ "shape" : "__string",
1581
+ "location" : "uri",
1582
+ "locationName" : "detectorId"
1583
+ },
1584
+ "ThreatIntelSetId" : {
1585
+ "shape" : "__string",
1586
+ "location" : "uri",
1587
+ "locationName" : "threatIntelSetId"
1588
+ }
1589
+ },
1590
+ "required" : [ "ThreatIntelSetId", "DetectorId" ]
1591
+ },
1592
+ "GetThreatIntelSetResponse" : {
1593
+ "type" : "structure",
1594
+ "members" : {
1595
+ "Format" : {
1596
+ "shape" : "ThreatIntelSetFormat",
1597
+ "locationName" : "format"
1598
+ },
1599
+ "Location" : {
1600
+ "shape" : "Location",
1601
+ "locationName" : "location"
1602
+ },
1603
+ "Name" : {
1604
+ "shape" : "Name",
1605
+ "locationName" : "name"
1606
+ },
1607
+ "Status" : {
1608
+ "shape" : "ThreatIntelSetStatus",
1609
+ "locationName" : "status"
1610
+ }
1611
+ }
1612
+ },
1613
+ "IamInstanceProfile" : {
1614
+ "type" : "structure",
1615
+ "members" : {
1616
+ "Arn" : {
1617
+ "shape" : "__string",
1618
+ "locationName" : "arn"
1619
+ },
1620
+ "Id" : {
1621
+ "shape" : "__string",
1622
+ "locationName" : "id"
1623
+ }
1624
+ }
1625
+ },
1626
+ "InstanceDetails" : {
1627
+ "type" : "structure",
1628
+ "members" : {
1629
+ "AvailabilityZone" : {
1630
+ "shape" : "__string",
1631
+ "locationName" : "availabilityZone"
1632
+ },
1633
+ "IamInstanceProfile" : {
1634
+ "shape" : "IamInstanceProfile",
1635
+ "locationName" : "iamInstanceProfile"
1636
+ },
1637
+ "ImageId" : {
1638
+ "shape" : "__string",
1639
+ "locationName" : "imageId"
1640
+ },
1641
+ "InstanceId" : {
1642
+ "shape" : "__string",
1643
+ "locationName" : "instanceId"
1644
+ },
1645
+ "InstanceState" : {
1646
+ "shape" : "__string",
1647
+ "locationName" : "instanceState"
1648
+ },
1649
+ "InstanceType" : {
1650
+ "shape" : "__string",
1651
+ "locationName" : "instanceType"
1652
+ },
1653
+ "LaunchTime" : {
1654
+ "shape" : "__string",
1655
+ "locationName" : "launchTime"
1656
+ },
1657
+ "NetworkInterfaces" : {
1658
+ "shape" : "NetworkInterfaces",
1659
+ "locationName" : "networkInterfaces"
1660
+ },
1661
+ "Platform" : {
1662
+ "shape" : "__string",
1663
+ "locationName" : "platform"
1664
+ },
1665
+ "ProductCodes" : {
1666
+ "shape" : "ProductCodes",
1667
+ "locationName" : "productCodes"
1668
+ },
1669
+ "Tags" : {
1670
+ "shape" : "Tags",
1671
+ "locationName" : "tags"
1672
+ }
1673
+ }
1674
+ },
1675
+ "InternalServerErrorException" : {
1676
+ "type" : "structure",
1677
+ "members" : {
1678
+ "Message" : {
1679
+ "shape" : "__string",
1680
+ "locationName" : "message"
1681
+ },
1682
+ "Type" : {
1683
+ "shape" : "__string",
1684
+ "locationName" : "__type"
1685
+ }
1686
+ },
1687
+ "exception" : true,
1688
+ "error" : {
1689
+ "httpStatusCode" : 500
1690
+ }
1691
+ },
1692
+ "Invitation" : {
1693
+ "type" : "structure",
1694
+ "members" : {
1695
+ "AccountId" : {
1696
+ "shape" : "__string",
1697
+ "locationName" : "accountId"
1698
+ },
1699
+ "InvitationId" : {
1700
+ "shape" : "InvitationId",
1701
+ "locationName" : "invitationId"
1702
+ },
1703
+ "InvitedAt" : {
1704
+ "shape" : "InvitedAt",
1705
+ "locationName" : "invitedAt"
1706
+ },
1707
+ "RelationshipStatus" : {
1708
+ "shape" : "__string",
1709
+ "locationName" : "relationshipStatus"
1710
+ }
1711
+ }
1712
+ },
1713
+ "InvitationId" : {
1714
+ "type" : "string"
1715
+ },
1716
+ "Invitations" : {
1717
+ "type" : "list",
1718
+ "member" : {
1719
+ "shape" : "Invitation"
1720
+ }
1721
+ },
1722
+ "InviteMembersRequest" : {
1723
+ "type" : "structure",
1724
+ "members" : {
1725
+ "AccountIds" : {
1726
+ "shape" : "AccountIds",
1727
+ "locationName" : "accountIds"
1728
+ },
1729
+ "DetectorId" : {
1730
+ "shape" : "__string",
1731
+ "location" : "uri",
1732
+ "locationName" : "detectorId"
1733
+ },
1734
+ "Message" : {
1735
+ "shape" : "Message",
1736
+ "locationName" : "message"
1737
+ }
1738
+ },
1739
+ "required" : [ "DetectorId" ]
1740
+ },
1741
+ "InviteMembersResponse" : {
1742
+ "type" : "structure",
1743
+ "members" : {
1744
+ "UnprocessedAccounts" : {
1745
+ "shape" : "UnprocessedAccounts",
1746
+ "locationName" : "unprocessedAccounts"
1747
+ }
1748
+ }
1749
+ },
1750
+ "InvitedAt" : {
1751
+ "type" : "string"
1752
+ },
1753
+ "IpSetFormat" : {
1754
+ "type" : "string",
1755
+ "enum" : [ "TXT", "STIX", "OTX_CSV", "ALIEN_VAULT", "PROOF_POINT", "FIRE_EYE" ]
1756
+ },
1757
+ "IpSetId" : {
1758
+ "type" : "string"
1759
+ },
1760
+ "IpSetIds" : {
1761
+ "type" : "list",
1762
+ "member" : {
1763
+ "shape" : "IpSetId"
1764
+ }
1765
+ },
1766
+ "IpSetStatus" : {
1767
+ "type" : "string",
1768
+ "enum" : [ "INACTIVE", "ACTIVATING", "ACTIVE", "DEACTIVATING", "ERROR", "DELETE_PENDING", "DELETED" ]
1769
+ },
1770
+ "Ipv6Address" : {
1771
+ "type" : "string"
1772
+ },
1773
+ "Ipv6Addresses" : {
1774
+ "type" : "list",
1775
+ "member" : {
1776
+ "shape" : "Ipv6Address"
1777
+ }
1778
+ },
1779
+ "ListDetectorsRequest" : {
1780
+ "type" : "structure",
1781
+ "members" : {
1782
+ "MaxResults" : {
1783
+ "shape" : "MaxResults",
1784
+ "location" : "querystring",
1785
+ "locationName" : "maxResults"
1786
+ },
1787
+ "NextToken" : {
1788
+ "shape" : "__string",
1789
+ "location" : "querystring",
1790
+ "locationName" : "nextToken"
1791
+ }
1792
+ }
1793
+ },
1794
+ "ListDetectorsResponse" : {
1795
+ "type" : "structure",
1796
+ "members" : {
1797
+ "DetectorIds" : {
1798
+ "shape" : "DetectorIds",
1799
+ "locationName" : "detectorIds"
1800
+ },
1801
+ "NextToken" : {
1802
+ "shape" : "NextToken",
1803
+ "locationName" : "nextToken"
1804
+ }
1805
+ }
1806
+ },
1807
+ "ListFindingsRequest" : {
1808
+ "type" : "structure",
1809
+ "members" : {
1810
+ "DetectorId" : {
1811
+ "shape" : "__string",
1812
+ "location" : "uri",
1813
+ "locationName" : "detectorId"
1814
+ },
1815
+ "FindingCriteria" : {
1816
+ "shape" : "FindingCriteria",
1817
+ "locationName" : "findingCriteria"
1818
+ },
1819
+ "MaxResults" : {
1820
+ "shape" : "MaxResults",
1821
+ "locationName" : "maxResults"
1822
+ },
1823
+ "NextToken" : {
1824
+ "shape" : "NextToken",
1825
+ "locationName" : "nextToken"
1826
+ },
1827
+ "SortCriteria" : {
1828
+ "shape" : "SortCriteria",
1829
+ "locationName" : "sortCriteria"
1830
+ }
1831
+ },
1832
+ "required" : [ "DetectorId" ]
1833
+ },
1834
+ "ListFindingsResponse" : {
1835
+ "type" : "structure",
1836
+ "members" : {
1837
+ "FindingIds" : {
1838
+ "shape" : "FindingIds",
1839
+ "locationName" : "findingIds"
1840
+ },
1841
+ "NextToken" : {
1842
+ "shape" : "NextToken",
1843
+ "locationName" : "nextToken"
1844
+ }
1845
+ }
1846
+ },
1847
+ "ListIPSetsRequest" : {
1848
+ "type" : "structure",
1849
+ "members" : {
1850
+ "DetectorId" : {
1851
+ "shape" : "__string",
1852
+ "location" : "uri",
1853
+ "locationName" : "detectorId"
1854
+ },
1855
+ "MaxResults" : {
1856
+ "shape" : "MaxResults",
1857
+ "location" : "querystring",
1858
+ "locationName" : "maxResults"
1859
+ },
1860
+ "NextToken" : {
1861
+ "shape" : "__string",
1862
+ "location" : "querystring",
1863
+ "locationName" : "nextToken"
1864
+ }
1865
+ },
1866
+ "required" : [ "DetectorId" ]
1867
+ },
1868
+ "ListIPSetsResponse" : {
1869
+ "type" : "structure",
1870
+ "members" : {
1871
+ "IpSetIds" : {
1872
+ "shape" : "IpSetIds",
1873
+ "locationName" : "ipSetIds"
1874
+ },
1875
+ "NextToken" : {
1876
+ "shape" : "NextToken",
1877
+ "locationName" : "nextToken"
1878
+ }
1879
+ }
1880
+ },
1881
+ "ListInvitationsRequest" : {
1882
+ "type" : "structure",
1883
+ "members" : {
1884
+ "MaxResults" : {
1885
+ "shape" : "MaxResults",
1886
+ "location" : "querystring",
1887
+ "locationName" : "maxResults"
1888
+ },
1889
+ "NextToken" : {
1890
+ "shape" : "__string",
1891
+ "location" : "querystring",
1892
+ "locationName" : "nextToken"
1893
+ }
1894
+ }
1895
+ },
1896
+ "ListInvitationsResponse" : {
1897
+ "type" : "structure",
1898
+ "members" : {
1899
+ "Invitations" : {
1900
+ "shape" : "Invitations",
1901
+ "locationName" : "invitations"
1902
+ },
1903
+ "NextToken" : {
1904
+ "shape" : "NextToken",
1905
+ "locationName" : "nextToken"
1906
+ }
1907
+ }
1908
+ },
1909
+ "ListMembersRequest" : {
1910
+ "type" : "structure",
1911
+ "members" : {
1912
+ "DetectorId" : {
1913
+ "shape" : "__string",
1914
+ "location" : "uri",
1915
+ "locationName" : "detectorId"
1916
+ },
1917
+ "MaxResults" : {
1918
+ "shape" : "MaxResults",
1919
+ "location" : "querystring",
1920
+ "locationName" : "maxResults"
1921
+ },
1922
+ "NextToken" : {
1923
+ "shape" : "__string",
1924
+ "location" : "querystring",
1925
+ "locationName" : "nextToken"
1926
+ },
1927
+ "OnlyAssociated" : {
1928
+ "shape" : "__string",
1929
+ "location" : "querystring",
1930
+ "locationName" : "onlyAssociated"
1931
+ }
1932
+ },
1933
+ "required" : [ "DetectorId" ]
1934
+ },
1935
+ "ListMembersResponse" : {
1936
+ "type" : "structure",
1937
+ "members" : {
1938
+ "Members" : {
1939
+ "shape" : "Members",
1940
+ "locationName" : "members"
1941
+ },
1942
+ "NextToken" : {
1943
+ "shape" : "NextToken",
1944
+ "locationName" : "nextToken"
1945
+ }
1946
+ }
1947
+ },
1948
+ "ListThreatIntelSetsRequest" : {
1949
+ "type" : "structure",
1950
+ "members" : {
1951
+ "DetectorId" : {
1952
+ "shape" : "__string",
1953
+ "location" : "uri",
1954
+ "locationName" : "detectorId"
1955
+ },
1956
+ "MaxResults" : {
1957
+ "shape" : "MaxResults",
1958
+ "location" : "querystring",
1959
+ "locationName" : "maxResults"
1960
+ },
1961
+ "NextToken" : {
1962
+ "shape" : "__string",
1963
+ "location" : "querystring",
1964
+ "locationName" : "nextToken"
1965
+ }
1966
+ },
1967
+ "required" : [ "DetectorId" ]
1968
+ },
1969
+ "ListThreatIntelSetsResponse" : {
1970
+ "type" : "structure",
1971
+ "members" : {
1972
+ "NextToken" : {
1973
+ "shape" : "NextToken",
1974
+ "locationName" : "nextToken"
1975
+ },
1976
+ "ThreatIntelSetIds" : {
1977
+ "shape" : "ThreatIntelSetIds",
1978
+ "locationName" : "threatIntelSetIds"
1979
+ }
1980
+ }
1981
+ },
1982
+ "LocalPortDetails" : {
1983
+ "type" : "structure",
1984
+ "members" : {
1985
+ "Port" : {
1986
+ "shape" : "__integer",
1987
+ "locationName" : "port"
1988
+ },
1989
+ "PortName" : {
1990
+ "shape" : "__string",
1991
+ "locationName" : "portName"
1992
+ }
1993
+ }
1994
+ },
1995
+ "Location" : {
1996
+ "type" : "string"
1997
+ },
1998
+ "MapOfCondition" : {
1999
+ "type" : "map",
2000
+ "key" : {
2001
+ "shape" : "__string"
2002
+ },
2003
+ "value" : {
2004
+ "shape" : "Condition"
2005
+ }
2006
+ },
2007
+ "MapOfCountBySeverityFindingStatistic" : {
2008
+ "type" : "map",
2009
+ "key" : {
2010
+ "shape" : "__string"
2011
+ },
2012
+ "value" : {
2013
+ "shape" : "CountBySeverityFindingStatistic"
2014
+ }
2015
+ },
2016
+ "Master" : {
2017
+ "type" : "structure",
2018
+ "members" : {
2019
+ "AccountId" : {
2020
+ "shape" : "__string",
2021
+ "locationName" : "accountId"
2022
+ },
2023
+ "InvitationId" : {
2024
+ "shape" : "InvitationId",
2025
+ "locationName" : "invitationId"
2026
+ },
2027
+ "InvitedAt" : {
2028
+ "shape" : "InvitedAt",
2029
+ "locationName" : "invitedAt"
2030
+ },
2031
+ "RelationshipStatus" : {
2032
+ "shape" : "__string",
2033
+ "locationName" : "relationshipStatus"
2034
+ }
2035
+ }
2036
+ },
2037
+ "MasterId" : {
2038
+ "type" : "string"
2039
+ },
2040
+ "MaxResults" : {
2041
+ "type" : "integer",
2042
+ "min" : 1,
2043
+ "max" : 50
2044
+ },
2045
+ "Member" : {
2046
+ "type" : "structure",
2047
+ "members" : {
2048
+ "AccountId" : {
2049
+ "shape" : "AccountId",
2050
+ "locationName" : "accountId"
2051
+ },
2052
+ "DetectorId" : {
2053
+ "shape" : "DetectorId",
2054
+ "locationName" : "detectorId"
2055
+ },
2056
+ "Email" : {
2057
+ "shape" : "Email",
2058
+ "locationName" : "email"
2059
+ },
2060
+ "InvitedAt" : {
2061
+ "shape" : "InvitedAt",
2062
+ "locationName" : "invitedAt"
2063
+ },
2064
+ "MasterId" : {
2065
+ "shape" : "MasterId",
2066
+ "locationName" : "masterId"
2067
+ },
2068
+ "RelationshipStatus" : {
2069
+ "shape" : "__string",
2070
+ "locationName" : "relationshipStatus"
2071
+ },
2072
+ "UpdatedAt" : {
2073
+ "shape" : "UpdatedAt",
2074
+ "locationName" : "updatedAt"
2075
+ }
2076
+ }
2077
+ },
2078
+ "Members" : {
2079
+ "type" : "list",
2080
+ "member" : {
2081
+ "shape" : "Member"
2082
+ }
2083
+ },
2084
+ "Message" : {
2085
+ "type" : "string"
2086
+ },
2087
+ "Name" : {
2088
+ "type" : "string"
2089
+ },
2090
+ "Neq" : {
2091
+ "type" : "list",
2092
+ "member" : {
2093
+ "shape" : "__string"
2094
+ }
2095
+ },
2096
+ "NetworkConnectionAction" : {
2097
+ "type" : "structure",
2098
+ "members" : {
2099
+ "Blocked" : {
2100
+ "shape" : "__boolean",
2101
+ "locationName" : "blocked"
2102
+ },
2103
+ "ConnectionDirection" : {
2104
+ "shape" : "__string",
2105
+ "locationName" : "connectionDirection"
2106
+ },
2107
+ "LocalPortDetails" : {
2108
+ "shape" : "LocalPortDetails",
2109
+ "locationName" : "localPortDetails"
2110
+ },
2111
+ "Protocol" : {
2112
+ "shape" : "__string",
2113
+ "locationName" : "protocol"
2114
+ },
2115
+ "RemoteIpDetails" : {
2116
+ "shape" : "RemoteIpDetails",
2117
+ "locationName" : "remoteIpDetails"
2118
+ },
2119
+ "RemotePortDetails" : {
2120
+ "shape" : "RemotePortDetails",
2121
+ "locationName" : "remotePortDetails"
2122
+ }
2123
+ }
2124
+ },
2125
+ "NetworkInterface" : {
2126
+ "type" : "structure",
2127
+ "members" : {
2128
+ "Ipv6Addresses" : {
2129
+ "shape" : "Ipv6Addresses",
2130
+ "locationName" : "ipv6Addresses"
2131
+ },
2132
+ "PrivateDnsName" : {
2133
+ "shape" : "PrivateDnsName",
2134
+ "locationName" : "privateDnsName"
2135
+ },
2136
+ "PrivateIpAddress" : {
2137
+ "shape" : "PrivateIpAddress",
2138
+ "locationName" : "privateIpAddress"
2139
+ },
2140
+ "PrivateIpAddresses" : {
2141
+ "shape" : "PrivateIpAddresses",
2142
+ "locationName" : "privateIpAddresses"
2143
+ },
2144
+ "PublicDnsName" : {
2145
+ "shape" : "__string",
2146
+ "locationName" : "publicDnsName"
2147
+ },
2148
+ "PublicIp" : {
2149
+ "shape" : "__string",
2150
+ "locationName" : "publicIp"
2151
+ },
2152
+ "SecurityGroups" : {
2153
+ "shape" : "SecurityGroups",
2154
+ "locationName" : "securityGroups"
2155
+ },
2156
+ "SubnetId" : {
2157
+ "shape" : "__string",
2158
+ "locationName" : "subnetId"
2159
+ },
2160
+ "VpcId" : {
2161
+ "shape" : "__string",
2162
+ "locationName" : "vpcId"
2163
+ }
2164
+ }
2165
+ },
2166
+ "NetworkInterfaces" : {
2167
+ "type" : "list",
2168
+ "member" : {
2169
+ "shape" : "NetworkInterface"
2170
+ }
2171
+ },
2172
+ "NextToken" : {
2173
+ "type" : "string"
2174
+ },
2175
+ "OrderBy" : {
2176
+ "type" : "string",
2177
+ "enum" : [ "ASC", "DESC" ]
2178
+ },
2179
+ "Organization" : {
2180
+ "type" : "structure",
2181
+ "members" : {
2182
+ "Asn" : {
2183
+ "shape" : "__string",
2184
+ "locationName" : "asn"
2185
+ },
2186
+ "AsnOrg" : {
2187
+ "shape" : "__string",
2188
+ "locationName" : "asnOrg"
2189
+ },
2190
+ "Isp" : {
2191
+ "shape" : "__string",
2192
+ "locationName" : "isp"
2193
+ },
2194
+ "Org" : {
2195
+ "shape" : "__string",
2196
+ "locationName" : "org"
2197
+ }
2198
+ }
2199
+ },
2200
+ "PrivateDnsName" : {
2201
+ "type" : "string"
2202
+ },
2203
+ "PrivateIpAddress" : {
2204
+ "type" : "string"
2205
+ },
2206
+ "PrivateIpAddressDetails" : {
2207
+ "type" : "structure",
2208
+ "members" : {
2209
+ "PrivateDnsName" : {
2210
+ "shape" : "PrivateDnsName",
2211
+ "locationName" : "privateDnsName"
2212
+ },
2213
+ "PrivateIpAddress" : {
2214
+ "shape" : "PrivateIpAddress",
2215
+ "locationName" : "privateIpAddress"
2216
+ }
2217
+ }
2218
+ },
2219
+ "PrivateIpAddresses" : {
2220
+ "type" : "list",
2221
+ "member" : {
2222
+ "shape" : "PrivateIpAddressDetails"
2223
+ }
2224
+ },
2225
+ "ProductCode" : {
2226
+ "type" : "structure",
2227
+ "members" : {
2228
+ "Code" : {
2229
+ "shape" : "__string",
2230
+ "locationName" : "code"
2231
+ },
2232
+ "ProductType" : {
2233
+ "shape" : "__string",
2234
+ "locationName" : "productType"
2235
+ }
2236
+ }
2237
+ },
2238
+ "ProductCodes" : {
2239
+ "type" : "list",
2240
+ "member" : {
2241
+ "shape" : "ProductCode"
2242
+ }
2243
+ },
2244
+ "RemoteIpDetails" : {
2245
+ "type" : "structure",
2246
+ "members" : {
2247
+ "City" : {
2248
+ "shape" : "City",
2249
+ "locationName" : "city"
2250
+ },
2251
+ "Country" : {
2252
+ "shape" : "Country",
2253
+ "locationName" : "country"
2254
+ },
2255
+ "GeoLocation" : {
2256
+ "shape" : "GeoLocation",
2257
+ "locationName" : "geoLocation"
2258
+ },
2259
+ "IpAddressV4" : {
2260
+ "shape" : "__string",
2261
+ "locationName" : "ipAddressV4"
2262
+ },
2263
+ "Organization" : {
2264
+ "shape" : "Organization",
2265
+ "locationName" : "organization"
2266
+ }
2267
+ }
2268
+ },
2269
+ "RemotePortDetails" : {
2270
+ "type" : "structure",
2271
+ "members" : {
2272
+ "Port" : {
2273
+ "shape" : "__integer",
2274
+ "locationName" : "port"
2275
+ },
2276
+ "PortName" : {
2277
+ "shape" : "__string",
2278
+ "locationName" : "portName"
2279
+ }
2280
+ }
2281
+ },
2282
+ "Resource" : {
2283
+ "type" : "structure",
2284
+ "members" : {
2285
+ "InstanceDetails" : {
2286
+ "shape" : "InstanceDetails",
2287
+ "locationName" : "instanceDetails"
2288
+ },
2289
+ "ResourceType" : {
2290
+ "shape" : "__string",
2291
+ "locationName" : "resourceType"
2292
+ }
2293
+ }
2294
+ },
2295
+ "SecurityGroup" : {
2296
+ "type" : "structure",
2297
+ "members" : {
2298
+ "GroupId" : {
2299
+ "shape" : "__string",
2300
+ "locationName" : "groupId"
2301
+ },
2302
+ "GroupName" : {
2303
+ "shape" : "__string",
2304
+ "locationName" : "groupName"
2305
+ }
2306
+ }
2307
+ },
2308
+ "SecurityGroups" : {
2309
+ "type" : "list",
2310
+ "member" : {
2311
+ "shape" : "SecurityGroup"
2312
+ }
2313
+ },
2314
+ "Service" : {
2315
+ "type" : "structure",
2316
+ "members" : {
2317
+ "Action" : {
2318
+ "shape" : "Action",
2319
+ "locationName" : "action"
2320
+ },
2321
+ "Archived" : {
2322
+ "shape" : "__boolean",
2323
+ "locationName" : "archived"
2324
+ },
2325
+ "Count" : {
2326
+ "shape" : "__integer",
2327
+ "locationName" : "count"
2328
+ },
2329
+ "DetectorId" : {
2330
+ "shape" : "DetectorId",
2331
+ "locationName" : "detectorId"
2332
+ },
2333
+ "EventFirstSeen" : {
2334
+ "shape" : "__string",
2335
+ "locationName" : "eventFirstSeen"
2336
+ },
2337
+ "EventLastSeen" : {
2338
+ "shape" : "__string",
2339
+ "locationName" : "eventLastSeen"
2340
+ },
2341
+ "ResourceRole" : {
2342
+ "shape" : "__string",
2343
+ "locationName" : "resourceRole"
2344
+ },
2345
+ "ServiceName" : {
2346
+ "shape" : "__string",
2347
+ "locationName" : "serviceName"
2348
+ },
2349
+ "UserFeedback" : {
2350
+ "shape" : "__string",
2351
+ "locationName" : "userFeedback"
2352
+ }
2353
+ }
2354
+ },
2355
+ "ServiceRole" : {
2356
+ "type" : "string"
2357
+ },
2358
+ "SortCriteria" : {
2359
+ "type" : "structure",
2360
+ "members" : {
2361
+ "AttributeName" : {
2362
+ "shape" : "__string",
2363
+ "locationName" : "attributeName"
2364
+ },
2365
+ "OrderBy" : {
2366
+ "shape" : "OrderBy",
2367
+ "locationName" : "orderBy"
2368
+ }
2369
+ }
2370
+ },
2371
+ "StartMonitoringMembersRequest" : {
2372
+ "type" : "structure",
2373
+ "members" : {
2374
+ "AccountIds" : {
2375
+ "shape" : "AccountIds",
2376
+ "locationName" : "accountIds"
2377
+ },
2378
+ "DetectorId" : {
2379
+ "shape" : "__string",
2380
+ "location" : "uri",
2381
+ "locationName" : "detectorId"
2382
+ }
2383
+ },
2384
+ "required" : [ "DetectorId" ]
2385
+ },
2386
+ "StartMonitoringMembersResponse" : {
2387
+ "type" : "structure",
2388
+ "members" : {
2389
+ "UnprocessedAccounts" : {
2390
+ "shape" : "UnprocessedAccounts",
2391
+ "locationName" : "unprocessedAccounts"
2392
+ }
2393
+ }
2394
+ },
2395
+ "StopMonitoringMembersRequest" : {
2396
+ "type" : "structure",
2397
+ "members" : {
2398
+ "AccountIds" : {
2399
+ "shape" : "AccountIds",
2400
+ "locationName" : "accountIds"
2401
+ },
2402
+ "DetectorId" : {
2403
+ "shape" : "__string",
2404
+ "location" : "uri",
2405
+ "locationName" : "detectorId"
2406
+ }
2407
+ },
2408
+ "required" : [ "DetectorId" ]
2409
+ },
2410
+ "StopMonitoringMembersResponse" : {
2411
+ "type" : "structure",
2412
+ "members" : {
2413
+ "UnprocessedAccounts" : {
2414
+ "shape" : "UnprocessedAccounts",
2415
+ "locationName" : "unprocessedAccounts"
2416
+ }
2417
+ }
2418
+ },
2419
+ "Tag" : {
2420
+ "type" : "structure",
2421
+ "members" : {
2422
+ "Key" : {
2423
+ "shape" : "__string",
2424
+ "locationName" : "key"
2425
+ },
2426
+ "Value" : {
2427
+ "shape" : "__string",
2428
+ "locationName" : "value"
2429
+ }
2430
+ }
2431
+ },
2432
+ "Tags" : {
2433
+ "type" : "list",
2434
+ "member" : {
2435
+ "shape" : "Tag"
2436
+ }
2437
+ },
2438
+ "ThreatIntelSetFormat" : {
2439
+ "type" : "string",
2440
+ "enum" : [ "TXT", "STIX", "OTX_CSV", "ALIEN_VAULT", "PROOF_POINT", "FIRE_EYE" ]
2441
+ },
2442
+ "ThreatIntelSetId" : {
2443
+ "type" : "string"
2444
+ },
2445
+ "ThreatIntelSetIds" : {
2446
+ "type" : "list",
2447
+ "member" : {
2448
+ "shape" : "ThreatIntelSetId"
2449
+ }
2450
+ },
2451
+ "ThreatIntelSetStatus" : {
2452
+ "type" : "string",
2453
+ "enum" : [ "INACTIVE", "ACTIVATING", "ACTIVE", "DEACTIVATING", "ERROR", "DELETE_PENDING", "DELETED" ]
2454
+ },
2455
+ "UnarchiveFindingsRequest" : {
2456
+ "type" : "structure",
2457
+ "members" : {
2458
+ "DetectorId" : {
2459
+ "shape" : "__string",
2460
+ "location" : "uri",
2461
+ "locationName" : "detectorId"
2462
+ },
2463
+ "FindingIds" : {
2464
+ "shape" : "FindingIds",
2465
+ "locationName" : "findingIds"
2466
+ }
2467
+ },
2468
+ "required" : [ "DetectorId" ]
2469
+ },
2470
+ "UnarchiveFindingsResponse" : {
2471
+ "type" : "structure",
2472
+ "members" : { }
2473
+ },
2474
+ "UnprocessedAccount" : {
2475
+ "type" : "structure",
2476
+ "members" : {
2477
+ "AccountId" : {
2478
+ "shape" : "__string",
2479
+ "locationName" : "accountId"
2480
+ },
2481
+ "Result" : {
2482
+ "shape" : "__string",
2483
+ "locationName" : "result"
2484
+ }
2485
+ }
2486
+ },
2487
+ "UnprocessedAccounts" : {
2488
+ "type" : "list",
2489
+ "member" : {
2490
+ "shape" : "UnprocessedAccount"
2491
+ }
2492
+ },
2493
+ "UpdateDetectorRequest" : {
2494
+ "type" : "structure",
2495
+ "members" : {
2496
+ "DetectorId" : {
2497
+ "shape" : "__string",
2498
+ "location" : "uri",
2499
+ "locationName" : "detectorId"
2500
+ },
2501
+ "Enable" : {
2502
+ "shape" : "Enable",
2503
+ "locationName" : "enable"
2504
+ }
2505
+ },
2506
+ "required" : [ "DetectorId" ]
2507
+ },
2508
+ "UpdateDetectorResponse" : {
2509
+ "type" : "structure",
2510
+ "members" : { }
2511
+ },
2512
+ "UpdateFindingsFeedbackRequest" : {
2513
+ "type" : "structure",
2514
+ "members" : {
2515
+ "Comments" : {
2516
+ "shape" : "Comments",
2517
+ "locationName" : "comments"
2518
+ },
2519
+ "DetectorId" : {
2520
+ "shape" : "__string",
2521
+ "location" : "uri",
2522
+ "locationName" : "detectorId"
2523
+ },
2524
+ "Feedback" : {
2525
+ "shape" : "Feedback",
2526
+ "locationName" : "feedback"
2527
+ },
2528
+ "FindingIds" : {
2529
+ "shape" : "FindingIds",
2530
+ "locationName" : "findingIds"
2531
+ }
2532
+ },
2533
+ "required" : [ "DetectorId" ]
2534
+ },
2535
+ "UpdateFindingsFeedbackResponse" : {
2536
+ "type" : "structure",
2537
+ "members" : { }
2538
+ },
2539
+ "UpdateIPSetRequest" : {
2540
+ "type" : "structure",
2541
+ "members" : {
2542
+ "Activate" : {
2543
+ "shape" : "Activate",
2544
+ "locationName" : "activate"
2545
+ },
2546
+ "DetectorId" : {
2547
+ "shape" : "__string",
2548
+ "location" : "uri",
2549
+ "locationName" : "detectorId"
2550
+ },
2551
+ "IpSetId" : {
2552
+ "shape" : "__string",
2553
+ "location" : "uri",
2554
+ "locationName" : "ipSetId"
2555
+ },
2556
+ "Location" : {
2557
+ "shape" : "Location",
2558
+ "locationName" : "location"
2559
+ },
2560
+ "Name" : {
2561
+ "shape" : "Name",
2562
+ "locationName" : "name"
2563
+ }
2564
+ },
2565
+ "required" : [ "DetectorId", "IpSetId" ]
2566
+ },
2567
+ "UpdateIPSetResponse" : {
2568
+ "type" : "structure",
2569
+ "members" : { }
2570
+ },
2571
+ "UpdateThreatIntelSetRequest" : {
2572
+ "type" : "structure",
2573
+ "members" : {
2574
+ "Activate" : {
2575
+ "shape" : "Activate",
2576
+ "locationName" : "activate"
2577
+ },
2578
+ "DetectorId" : {
2579
+ "shape" : "__string",
2580
+ "location" : "uri",
2581
+ "locationName" : "detectorId"
2582
+ },
2583
+ "Location" : {
2584
+ "shape" : "Location",
2585
+ "locationName" : "location"
2586
+ },
2587
+ "Name" : {
2588
+ "shape" : "Name",
2589
+ "locationName" : "name"
2590
+ },
2591
+ "ThreatIntelSetId" : {
2592
+ "shape" : "__string",
2593
+ "location" : "uri",
2594
+ "locationName" : "threatIntelSetId"
2595
+ }
2596
+ },
2597
+ "required" : [ "ThreatIntelSetId", "DetectorId" ]
2598
+ },
2599
+ "UpdateThreatIntelSetResponse" : {
2600
+ "type" : "structure",
2601
+ "members" : { }
2602
+ },
2603
+ "UpdatedAt" : {
2604
+ "type" : "string"
2605
+ },
2606
+ "__boolean" : {
2607
+ "type" : "boolean"
2608
+ },
2609
+ "__double" : {
2610
+ "type" : "double"
2611
+ },
2612
+ "__integer" : {
2613
+ "type" : "integer"
2614
+ },
2615
+ "__string" : {
2616
+ "type" : "string"
2617
+ },
2618
+ "__timestamp" : {
2619
+ "type" : "timestamp"
2620
+ }
2621
+ }
2622
+ }