aws-sdk-core 2.1.27 → 2.1.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1828 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-08-18",
5
+ "endpointPrefix":"inspector",
6
+ "jsonVersion":"1.1",
7
+ "serviceFullName":"Amazon Inspector",
8
+ "signatureVersion":"v4",
9
+ "targetPrefix":"InspectorService",
10
+ "protocol":"json"
11
+ },
12
+ "operations":{
13
+ "AddAttributesToFindings":{
14
+ "name":"AddAttributesToFindings",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"AddAttributesToFindingsRequest"},
20
+ "output":{"shape":"AddAttributesToFindingsResponse"},
21
+ "errors":[
22
+ {
23
+ "shape":"InternalException",
24
+ "exception":true,
25
+ "fault":true
26
+ },
27
+ {
28
+ "shape":"InvalidInputException",
29
+ "exception":true
30
+ },
31
+ {
32
+ "shape":"AccessDeniedException",
33
+ "exception":true
34
+ },
35
+ {
36
+ "shape":"NoSuchEntityException",
37
+ "exception":true
38
+ }
39
+ ]
40
+ },
41
+ "AttachAssessmentAndRulesPackage":{
42
+ "name":"AttachAssessmentAndRulesPackage",
43
+ "http":{
44
+ "method":"POST",
45
+ "requestUri":"/"
46
+ },
47
+ "input":{"shape":"AttachAssessmentAndRulesPackageRequest"},
48
+ "output":{"shape":"AttachAssessmentAndRulesPackageResponse"},
49
+ "errors":[
50
+ {
51
+ "shape":"InternalException",
52
+ "exception":true,
53
+ "fault":true
54
+ },
55
+ {
56
+ "shape":"InvalidInputException",
57
+ "exception":true
58
+ },
59
+ {
60
+ "shape":"AccessDeniedException",
61
+ "exception":true
62
+ },
63
+ {
64
+ "shape":"NoSuchEntityException",
65
+ "exception":true
66
+ }
67
+ ]
68
+ },
69
+ "CreateApplication":{
70
+ "name":"CreateApplication",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/"
74
+ },
75
+ "input":{"shape":"CreateApplicationRequest"},
76
+ "output":{"shape":"CreateApplicationResponse"},
77
+ "errors":[
78
+ {
79
+ "shape":"InternalException",
80
+ "exception":true,
81
+ "fault":true
82
+ },
83
+ {
84
+ "shape":"InvalidInputException",
85
+ "exception":true
86
+ },
87
+ {
88
+ "shape":"AccessDeniedException",
89
+ "exception":true
90
+ },
91
+ {
92
+ "shape":"NoSuchEntityException",
93
+ "exception":true
94
+ }
95
+ ]
96
+ },
97
+ "CreateAssessment":{
98
+ "name":"CreateAssessment",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/"
102
+ },
103
+ "input":{"shape":"CreateAssessmentRequest"},
104
+ "output":{"shape":"CreateAssessmentResponse"},
105
+ "errors":[
106
+ {
107
+ "shape":"InternalException",
108
+ "exception":true,
109
+ "fault":true
110
+ },
111
+ {
112
+ "shape":"InvalidInputException",
113
+ "exception":true
114
+ },
115
+ {
116
+ "shape":"AccessDeniedException",
117
+ "exception":true
118
+ },
119
+ {
120
+ "shape":"NoSuchEntityException",
121
+ "exception":true
122
+ }
123
+ ]
124
+ },
125
+ "CreateResourceGroup":{
126
+ "name":"CreateResourceGroup",
127
+ "http":{
128
+ "method":"POST",
129
+ "requestUri":"/"
130
+ },
131
+ "input":{"shape":"CreateResourceGroupRequest"},
132
+ "output":{"shape":"CreateResourceGroupResponse"},
133
+ "errors":[
134
+ {
135
+ "shape":"InternalException",
136
+ "exception":true,
137
+ "fault":true
138
+ },
139
+ {
140
+ "shape":"InvalidInputException",
141
+ "exception":true
142
+ },
143
+ {
144
+ "shape":"AccessDeniedException",
145
+ "exception":true
146
+ }
147
+ ]
148
+ },
149
+ "DeleteApplication":{
150
+ "name":"DeleteApplication",
151
+ "http":{
152
+ "method":"POST",
153
+ "requestUri":"/"
154
+ },
155
+ "input":{"shape":"DeleteApplicationRequest"},
156
+ "output":{"shape":"DeleteApplicationResponse"},
157
+ "errors":[
158
+ {
159
+ "shape":"InternalException",
160
+ "exception":true,
161
+ "fault":true
162
+ },
163
+ {
164
+ "shape":"InvalidInputException",
165
+ "exception":true
166
+ },
167
+ {
168
+ "shape":"OperationInProgressException",
169
+ "exception":true
170
+ },
171
+ {
172
+ "shape":"AccessDeniedException",
173
+ "exception":true
174
+ },
175
+ {
176
+ "shape":"NoSuchEntityException",
177
+ "exception":true
178
+ }
179
+ ]
180
+ },
181
+ "DeleteAssessment":{
182
+ "name":"DeleteAssessment",
183
+ "http":{
184
+ "method":"POST",
185
+ "requestUri":"/"
186
+ },
187
+ "input":{"shape":"DeleteAssessmentRequest"},
188
+ "output":{"shape":"DeleteAssessmentResponse"},
189
+ "errors":[
190
+ {
191
+ "shape":"InternalException",
192
+ "exception":true,
193
+ "fault":true
194
+ },
195
+ {
196
+ "shape":"InvalidInputException",
197
+ "exception":true
198
+ },
199
+ {
200
+ "shape":"OperationInProgressException",
201
+ "exception":true
202
+ },
203
+ {
204
+ "shape":"AccessDeniedException",
205
+ "exception":true
206
+ },
207
+ {
208
+ "shape":"NoSuchEntityException",
209
+ "exception":true
210
+ }
211
+ ]
212
+ },
213
+ "DeleteRun":{
214
+ "name":"DeleteRun",
215
+ "http":{
216
+ "method":"POST",
217
+ "requestUri":"/"
218
+ },
219
+ "input":{"shape":"DeleteRunRequest"},
220
+ "output":{"shape":"DeleteRunResponse"},
221
+ "errors":[
222
+ {
223
+ "shape":"InternalException",
224
+ "exception":true,
225
+ "fault":true
226
+ },
227
+ {
228
+ "shape":"InvalidInputException",
229
+ "exception":true
230
+ },
231
+ {
232
+ "shape":"AccessDeniedException",
233
+ "exception":true
234
+ },
235
+ {
236
+ "shape":"NoSuchEntityException",
237
+ "exception":true
238
+ }
239
+ ]
240
+ },
241
+ "DescribeApplication":{
242
+ "name":"DescribeApplication",
243
+ "http":{
244
+ "method":"POST",
245
+ "requestUri":"/"
246
+ },
247
+ "input":{"shape":"DescribeApplicationRequest"},
248
+ "output":{"shape":"DescribeApplicationResponse"},
249
+ "errors":[
250
+ {
251
+ "shape":"InternalException",
252
+ "exception":true,
253
+ "fault":true
254
+ },
255
+ {
256
+ "shape":"InvalidInputException",
257
+ "exception":true
258
+ },
259
+ {
260
+ "shape":"AccessDeniedException",
261
+ "exception":true
262
+ },
263
+ {
264
+ "shape":"NoSuchEntityException",
265
+ "exception":true
266
+ }
267
+ ]
268
+ },
269
+ "DescribeAssessment":{
270
+ "name":"DescribeAssessment",
271
+ "http":{
272
+ "method":"POST",
273
+ "requestUri":"/"
274
+ },
275
+ "input":{"shape":"DescribeAssessmentRequest"},
276
+ "output":{"shape":"DescribeAssessmentResponse"},
277
+ "errors":[
278
+ {
279
+ "shape":"InternalException",
280
+ "exception":true,
281
+ "fault":true
282
+ },
283
+ {
284
+ "shape":"InvalidInputException",
285
+ "exception":true
286
+ },
287
+ {
288
+ "shape":"AccessDeniedException",
289
+ "exception":true
290
+ },
291
+ {
292
+ "shape":"NoSuchEntityException",
293
+ "exception":true
294
+ }
295
+ ]
296
+ },
297
+ "DescribeCrossAccountAccessRole":{
298
+ "name":"DescribeCrossAccountAccessRole",
299
+ "http":{
300
+ "method":"POST",
301
+ "requestUri":"/"
302
+ },
303
+ "output":{"shape":"DescribeCrossAccountAccessRoleResponse"},
304
+ "errors":[
305
+ {
306
+ "shape":"InternalException",
307
+ "exception":true,
308
+ "fault":true
309
+ },
310
+ {
311
+ "shape":"AccessDeniedException",
312
+ "exception":true
313
+ }
314
+ ]
315
+ },
316
+ "DescribeFinding":{
317
+ "name":"DescribeFinding",
318
+ "http":{
319
+ "method":"POST",
320
+ "requestUri":"/"
321
+ },
322
+ "input":{"shape":"DescribeFindingRequest"},
323
+ "output":{"shape":"DescribeFindingResponse"},
324
+ "errors":[
325
+ {
326
+ "shape":"InternalException",
327
+ "exception":true,
328
+ "fault":true
329
+ },
330
+ {
331
+ "shape":"InvalidInputException",
332
+ "exception":true
333
+ },
334
+ {
335
+ "shape":"AccessDeniedException",
336
+ "exception":true
337
+ },
338
+ {
339
+ "shape":"NoSuchEntityException",
340
+ "exception":true
341
+ }
342
+ ]
343
+ },
344
+ "DescribeResourceGroup":{
345
+ "name":"DescribeResourceGroup",
346
+ "http":{
347
+ "method":"POST",
348
+ "requestUri":"/"
349
+ },
350
+ "input":{"shape":"DescribeResourceGroupRequest"},
351
+ "output":{"shape":"DescribeResourceGroupResponse"},
352
+ "errors":[
353
+ {
354
+ "shape":"InternalException",
355
+ "exception":true,
356
+ "fault":true
357
+ },
358
+ {
359
+ "shape":"InvalidInputException",
360
+ "exception":true
361
+ },
362
+ {
363
+ "shape":"AccessDeniedException",
364
+ "exception":true
365
+ },
366
+ {
367
+ "shape":"NoSuchEntityException",
368
+ "exception":true
369
+ }
370
+ ]
371
+ },
372
+ "DescribeRulesPackage":{
373
+ "name":"DescribeRulesPackage",
374
+ "http":{
375
+ "method":"POST",
376
+ "requestUri":"/"
377
+ },
378
+ "input":{"shape":"DescribeRulesPackageRequest"},
379
+ "output":{"shape":"DescribeRulesPackageResponse"},
380
+ "errors":[
381
+ {
382
+ "shape":"InternalException",
383
+ "exception":true,
384
+ "fault":true
385
+ },
386
+ {
387
+ "shape":"InvalidInputException",
388
+ "exception":true
389
+ },
390
+ {
391
+ "shape":"AccessDeniedException",
392
+ "exception":true
393
+ },
394
+ {
395
+ "shape":"NoSuchEntityException",
396
+ "exception":true
397
+ }
398
+ ]
399
+ },
400
+ "DescribeRun":{
401
+ "name":"DescribeRun",
402
+ "http":{
403
+ "method":"POST",
404
+ "requestUri":"/"
405
+ },
406
+ "input":{"shape":"DescribeRunRequest"},
407
+ "output":{"shape":"DescribeRunResponse"},
408
+ "errors":[
409
+ {
410
+ "shape":"InternalException",
411
+ "exception":true,
412
+ "fault":true
413
+ },
414
+ {
415
+ "shape":"InvalidInputException",
416
+ "exception":true
417
+ },
418
+ {
419
+ "shape":"AccessDeniedException",
420
+ "exception":true
421
+ },
422
+ {
423
+ "shape":"NoSuchEntityException",
424
+ "exception":true
425
+ }
426
+ ]
427
+ },
428
+ "DetachAssessmentAndRulesPackage":{
429
+ "name":"DetachAssessmentAndRulesPackage",
430
+ "http":{
431
+ "method":"POST",
432
+ "requestUri":"/"
433
+ },
434
+ "input":{"shape":"DetachAssessmentAndRulesPackageRequest"},
435
+ "output":{"shape":"DetachAssessmentAndRulesPackageResponse"},
436
+ "errors":[
437
+ {
438
+ "shape":"InternalException",
439
+ "exception":true,
440
+ "fault":true
441
+ },
442
+ {
443
+ "shape":"InvalidInputException",
444
+ "exception":true
445
+ },
446
+ {
447
+ "shape":"AccessDeniedException",
448
+ "exception":true
449
+ },
450
+ {
451
+ "shape":"NoSuchEntityException",
452
+ "exception":true
453
+ }
454
+ ]
455
+ },
456
+ "GetAssessmentTelemetry":{
457
+ "name":"GetAssessmentTelemetry",
458
+ "http":{
459
+ "method":"POST",
460
+ "requestUri":"/"
461
+ },
462
+ "input":{"shape":"GetAssessmentTelemetryRequest"},
463
+ "output":{"shape":"GetAssessmentTelemetryResponse"},
464
+ "errors":[
465
+ {
466
+ "shape":"InternalException",
467
+ "exception":true,
468
+ "fault":true
469
+ },
470
+ {
471
+ "shape":"InvalidInputException",
472
+ "exception":true
473
+ },
474
+ {
475
+ "shape":"AccessDeniedException",
476
+ "exception":true
477
+ },
478
+ {
479
+ "shape":"NoSuchEntityException",
480
+ "exception":true
481
+ }
482
+ ]
483
+ },
484
+ "ListApplications":{
485
+ "name":"ListApplications",
486
+ "http":{
487
+ "method":"POST",
488
+ "requestUri":"/"
489
+ },
490
+ "input":{"shape":"ListApplicationsRequest"},
491
+ "output":{"shape":"ListApplicationsResponse"},
492
+ "errors":[
493
+ {
494
+ "shape":"InternalException",
495
+ "exception":true,
496
+ "fault":true
497
+ },
498
+ {
499
+ "shape":"InvalidInputException",
500
+ "exception":true
501
+ },
502
+ {
503
+ "shape":"AccessDeniedException",
504
+ "exception":true
505
+ }
506
+ ]
507
+ },
508
+ "ListAssessmentAgents":{
509
+ "name":"ListAssessmentAgents",
510
+ "http":{
511
+ "method":"POST",
512
+ "requestUri":"/"
513
+ },
514
+ "input":{"shape":"ListAssessmentAgentsRequest"},
515
+ "output":{"shape":"ListAssessmentAgentsResponse"},
516
+ "errors":[
517
+ {
518
+ "shape":"InternalException",
519
+ "exception":true,
520
+ "fault":true
521
+ },
522
+ {
523
+ "shape":"InvalidInputException",
524
+ "exception":true
525
+ },
526
+ {
527
+ "shape":"AccessDeniedException",
528
+ "exception":true
529
+ },
530
+ {
531
+ "shape":"NoSuchEntityException",
532
+ "exception":true
533
+ }
534
+ ]
535
+ },
536
+ "ListAssessments":{
537
+ "name":"ListAssessments",
538
+ "http":{
539
+ "method":"POST",
540
+ "requestUri":"/"
541
+ },
542
+ "input":{"shape":"ListAssessmentsRequest"},
543
+ "output":{"shape":"ListAssessmentsResponse"},
544
+ "errors":[
545
+ {
546
+ "shape":"InternalException",
547
+ "exception":true,
548
+ "fault":true
549
+ },
550
+ {
551
+ "shape":"InvalidInputException",
552
+ "exception":true
553
+ },
554
+ {
555
+ "shape":"AccessDeniedException",
556
+ "exception":true
557
+ },
558
+ {
559
+ "shape":"NoSuchEntityException",
560
+ "exception":true
561
+ }
562
+ ]
563
+ },
564
+ "ListAttachedAssessments":{
565
+ "name":"ListAttachedAssessments",
566
+ "http":{
567
+ "method":"POST",
568
+ "requestUri":"/"
569
+ },
570
+ "input":{"shape":"ListAttachedAssessmentsRequest"},
571
+ "output":{"shape":"ListAttachedAssessmentsResponse"},
572
+ "errors":[
573
+ {
574
+ "shape":"InternalException",
575
+ "exception":true,
576
+ "fault":true
577
+ },
578
+ {
579
+ "shape":"InvalidInputException",
580
+ "exception":true
581
+ },
582
+ {
583
+ "shape":"AccessDeniedException",
584
+ "exception":true
585
+ },
586
+ {
587
+ "shape":"NoSuchEntityException",
588
+ "exception":true
589
+ }
590
+ ]
591
+ },
592
+ "ListAttachedRulesPackages":{
593
+ "name":"ListAttachedRulesPackages",
594
+ "http":{
595
+ "method":"POST",
596
+ "requestUri":"/"
597
+ },
598
+ "input":{"shape":"ListAttachedRulesPackagesRequest"},
599
+ "output":{"shape":"ListAttachedRulesPackagesResponse"},
600
+ "errors":[
601
+ {
602
+ "shape":"InternalException",
603
+ "exception":true,
604
+ "fault":true
605
+ },
606
+ {
607
+ "shape":"InvalidInputException",
608
+ "exception":true
609
+ },
610
+ {
611
+ "shape":"AccessDeniedException",
612
+ "exception":true
613
+ },
614
+ {
615
+ "shape":"NoSuchEntityException",
616
+ "exception":true
617
+ }
618
+ ]
619
+ },
620
+ "ListFindings":{
621
+ "name":"ListFindings",
622
+ "http":{
623
+ "method":"POST",
624
+ "requestUri":"/"
625
+ },
626
+ "input":{"shape":"ListFindingsRequest"},
627
+ "output":{"shape":"ListFindingsResponse"},
628
+ "errors":[
629
+ {
630
+ "shape":"InternalException",
631
+ "exception":true,
632
+ "fault":true
633
+ },
634
+ {
635
+ "shape":"InvalidInputException",
636
+ "exception":true
637
+ },
638
+ {
639
+ "shape":"AccessDeniedException",
640
+ "exception":true
641
+ },
642
+ {
643
+ "shape":"NoSuchEntityException",
644
+ "exception":true
645
+ }
646
+ ]
647
+ },
648
+ "ListRulesPackages":{
649
+ "name":"ListRulesPackages",
650
+ "http":{
651
+ "method":"POST",
652
+ "requestUri":"/"
653
+ },
654
+ "input":{"shape":"ListRulesPackagesRequest"},
655
+ "output":{"shape":"ListRulesPackagesResponse"},
656
+ "errors":[
657
+ {
658
+ "shape":"InternalException",
659
+ "exception":true,
660
+ "fault":true
661
+ },
662
+ {
663
+ "shape":"InvalidInputException",
664
+ "exception":true
665
+ },
666
+ {
667
+ "shape":"AccessDeniedException",
668
+ "exception":true
669
+ }
670
+ ]
671
+ },
672
+ "ListRuns":{
673
+ "name":"ListRuns",
674
+ "http":{
675
+ "method":"POST",
676
+ "requestUri":"/"
677
+ },
678
+ "input":{"shape":"ListRunsRequest"},
679
+ "output":{"shape":"ListRunsResponse"},
680
+ "errors":[
681
+ {
682
+ "shape":"InternalException",
683
+ "exception":true,
684
+ "fault":true
685
+ },
686
+ {
687
+ "shape":"InvalidInputException",
688
+ "exception":true
689
+ },
690
+ {
691
+ "shape":"AccessDeniedException",
692
+ "exception":true
693
+ },
694
+ {
695
+ "shape":"NoSuchEntityException",
696
+ "exception":true
697
+ }
698
+ ]
699
+ },
700
+ "ListTagsForResource":{
701
+ "name":"ListTagsForResource",
702
+ "http":{
703
+ "method":"POST",
704
+ "requestUri":"/"
705
+ },
706
+ "input":{"shape":"ListTagsForResourceRequest"},
707
+ "output":{"shape":"ListTagsForResourceResponse"},
708
+ "errors":[
709
+ {
710
+ "shape":"InternalException",
711
+ "exception":true,
712
+ "fault":true
713
+ },
714
+ {
715
+ "shape":"InvalidInputException",
716
+ "exception":true
717
+ },
718
+ {
719
+ "shape":"AccessDeniedException",
720
+ "exception":true
721
+ },
722
+ {
723
+ "shape":"NoSuchEntityException",
724
+ "exception":true
725
+ }
726
+ ]
727
+ },
728
+ "LocalizeText":{
729
+ "name":"LocalizeText",
730
+ "http":{
731
+ "method":"POST",
732
+ "requestUri":"/"
733
+ },
734
+ "input":{"shape":"LocalizeTextRequest"},
735
+ "output":{"shape":"LocalizeTextResponse"},
736
+ "errors":[
737
+ {
738
+ "shape":"InternalException",
739
+ "exception":true,
740
+ "fault":true
741
+ },
742
+ {
743
+ "shape":"InvalidInputException",
744
+ "exception":true
745
+ },
746
+ {
747
+ "shape":"AccessDeniedException",
748
+ "exception":true
749
+ },
750
+ {
751
+ "shape":"NoSuchEntityException",
752
+ "exception":true
753
+ }
754
+ ]
755
+ },
756
+ "PreviewAgentsForResourceGroup":{
757
+ "name":"PreviewAgentsForResourceGroup",
758
+ "http":{
759
+ "method":"POST",
760
+ "requestUri":"/"
761
+ },
762
+ "input":{"shape":"PreviewAgentsForResourceGroupRequest"},
763
+ "output":{"shape":"PreviewAgentsForResourceGroupResponse"},
764
+ "errors":[
765
+ {
766
+ "shape":"InternalException",
767
+ "exception":true,
768
+ "fault":true
769
+ },
770
+ {
771
+ "shape":"InvalidInputException",
772
+ "exception":true
773
+ },
774
+ {
775
+ "shape":"AccessDeniedException",
776
+ "exception":true
777
+ },
778
+ {
779
+ "shape":"NoSuchEntityException",
780
+ "exception":true
781
+ },
782
+ {
783
+ "shape":"InvalidCrossAccountRoleException",
784
+ "exception":true
785
+ }
786
+ ]
787
+ },
788
+ "RegisterCrossAccountAccessRole":{
789
+ "name":"RegisterCrossAccountAccessRole",
790
+ "http":{
791
+ "method":"POST",
792
+ "requestUri":"/"
793
+ },
794
+ "input":{"shape":"RegisterCrossAccountAccessRoleRequest"},
795
+ "output":{"shape":"RegisterCrossAccountAccessRoleResponse"},
796
+ "errors":[
797
+ {
798
+ "shape":"InternalException",
799
+ "exception":true,
800
+ "fault":true
801
+ },
802
+ {
803
+ "shape":"InvalidInputException",
804
+ "exception":true
805
+ },
806
+ {
807
+ "shape":"AccessDeniedException",
808
+ "exception":true
809
+ },
810
+ {
811
+ "shape":"InvalidCrossAccountRoleException",
812
+ "exception":true
813
+ }
814
+ ]
815
+ },
816
+ "RemoveAttributesFromFindings":{
817
+ "name":"RemoveAttributesFromFindings",
818
+ "http":{
819
+ "method":"POST",
820
+ "requestUri":"/"
821
+ },
822
+ "input":{"shape":"RemoveAttributesFromFindingsRequest"},
823
+ "output":{"shape":"RemoveAttributesFromFindingsResponse"},
824
+ "errors":[
825
+ {
826
+ "shape":"InternalException",
827
+ "exception":true,
828
+ "fault":true
829
+ },
830
+ {
831
+ "shape":"InvalidInputException",
832
+ "exception":true
833
+ },
834
+ {
835
+ "shape":"AccessDeniedException",
836
+ "exception":true
837
+ },
838
+ {
839
+ "shape":"NoSuchEntityException",
840
+ "exception":true
841
+ }
842
+ ]
843
+ },
844
+ "RunAssessment":{
845
+ "name":"RunAssessment",
846
+ "http":{
847
+ "method":"POST",
848
+ "requestUri":"/"
849
+ },
850
+ "input":{"shape":"RunAssessmentRequest"},
851
+ "output":{"shape":"RunAssessmentResponse"},
852
+ "errors":[
853
+ {
854
+ "shape":"InternalException",
855
+ "exception":true,
856
+ "fault":true
857
+ },
858
+ {
859
+ "shape":"InvalidInputException",
860
+ "exception":true
861
+ },
862
+ {
863
+ "shape":"AccessDeniedException",
864
+ "exception":true
865
+ },
866
+ {
867
+ "shape":"NoSuchEntityException",
868
+ "exception":true
869
+ }
870
+ ]
871
+ },
872
+ "SetTagsForResource":{
873
+ "name":"SetTagsForResource",
874
+ "http":{
875
+ "method":"POST",
876
+ "requestUri":"/"
877
+ },
878
+ "input":{"shape":"SetTagsForResourceRequest"},
879
+ "output":{"shape":"SetTagsForResourceResponse"},
880
+ "errors":[
881
+ {
882
+ "shape":"InternalException",
883
+ "exception":true,
884
+ "fault":true
885
+ },
886
+ {
887
+ "shape":"InvalidInputException",
888
+ "exception":true
889
+ },
890
+ {
891
+ "shape":"AccessDeniedException",
892
+ "exception":true
893
+ },
894
+ {
895
+ "shape":"NoSuchEntityException",
896
+ "exception":true
897
+ }
898
+ ]
899
+ },
900
+ "StartDataCollection":{
901
+ "name":"StartDataCollection",
902
+ "http":{
903
+ "method":"POST",
904
+ "requestUri":"/"
905
+ },
906
+ "input":{"shape":"StartDataCollectionRequest"},
907
+ "output":{"shape":"StartDataCollectionResponse"},
908
+ "errors":[
909
+ {
910
+ "shape":"InternalException",
911
+ "exception":true,
912
+ "fault":true
913
+ },
914
+ {
915
+ "shape":"InvalidInputException",
916
+ "exception":true
917
+ },
918
+ {
919
+ "shape":"AccessDeniedException",
920
+ "exception":true
921
+ },
922
+ {
923
+ "shape":"NoSuchEntityException",
924
+ "exception":true
925
+ },
926
+ {
927
+ "shape":"InvalidCrossAccountRoleException",
928
+ "exception":true
929
+ }
930
+ ]
931
+ },
932
+ "StopDataCollection":{
933
+ "name":"StopDataCollection",
934
+ "http":{
935
+ "method":"POST",
936
+ "requestUri":"/"
937
+ },
938
+ "input":{"shape":"StopDataCollectionRequest"},
939
+ "output":{"shape":"StopDataCollectionResponse"},
940
+ "errors":[
941
+ {
942
+ "shape":"InternalException",
943
+ "exception":true,
944
+ "fault":true
945
+ },
946
+ {
947
+ "shape":"InvalidInputException",
948
+ "exception":true
949
+ },
950
+ {
951
+ "shape":"AccessDeniedException",
952
+ "exception":true
953
+ },
954
+ {
955
+ "shape":"NoSuchEntityException",
956
+ "exception":true
957
+ }
958
+ ]
959
+ },
960
+ "UpdateApplication":{
961
+ "name":"UpdateApplication",
962
+ "http":{
963
+ "method":"POST",
964
+ "requestUri":"/"
965
+ },
966
+ "input":{"shape":"UpdateApplicationRequest"},
967
+ "output":{"shape":"UpdateApplicationResponse"},
968
+ "errors":[
969
+ {
970
+ "shape":"InternalException",
971
+ "exception":true,
972
+ "fault":true
973
+ },
974
+ {
975
+ "shape":"InvalidInputException",
976
+ "exception":true
977
+ },
978
+ {
979
+ "shape":"AccessDeniedException",
980
+ "exception":true
981
+ },
982
+ {
983
+ "shape":"NoSuchEntityException",
984
+ "exception":true
985
+ }
986
+ ]
987
+ },
988
+ "UpdateAssessment":{
989
+ "name":"UpdateAssessment",
990
+ "http":{
991
+ "method":"POST",
992
+ "requestUri":"/"
993
+ },
994
+ "input":{"shape":"UpdateAssessmentRequest"},
995
+ "output":{"shape":"UpdateAssessmentResponse"},
996
+ "errors":[
997
+ {
998
+ "shape":"InternalException",
999
+ "exception":true,
1000
+ "fault":true
1001
+ },
1002
+ {
1003
+ "shape":"InvalidInputException",
1004
+ "exception":true
1005
+ },
1006
+ {
1007
+ "shape":"AccessDeniedException",
1008
+ "exception":true
1009
+ },
1010
+ {
1011
+ "shape":"NoSuchEntityException",
1012
+ "exception":true
1013
+ }
1014
+ ]
1015
+ }
1016
+ },
1017
+ "shapes":{
1018
+ "AccessDeniedException":{
1019
+ "type":"structure",
1020
+ "members":{
1021
+ },
1022
+ "exception":true
1023
+ },
1024
+ "AddAttributesToFindingsRequest":{
1025
+ "type":"structure",
1026
+ "members":{
1027
+ "findingArns":{"shape":"ArnList"},
1028
+ "attributes":{"shape":"AttributeList"}
1029
+ }
1030
+ },
1031
+ "AddAttributesToFindingsResponse":{
1032
+ "type":"structure",
1033
+ "members":{
1034
+ "message":{"shape":"Message"}
1035
+ }
1036
+ },
1037
+ "Agent":{
1038
+ "type":"structure",
1039
+ "members":{
1040
+ "agentId":{"shape":"AgentId"},
1041
+ "assessmentArn":{"shape":"Arn"},
1042
+ "agentHealth":{"shape":"AgentHealth"},
1043
+ "agentHealthCode":{"shape":"AgentHealthCode"},
1044
+ "agentHealthDetails":{"shape":"AgentHealthDetails"},
1045
+ "autoScalingGroup":{"shape":"AutoScalingGroup"},
1046
+ "accountId":{"shape":"AwsAccount"},
1047
+ "telemetry":{"shape":"TelemetryList"}
1048
+ }
1049
+ },
1050
+ "AgentHealth":{"type":"string"},
1051
+ "AgentHealthCode":{"type":"string"},
1052
+ "AgentHealthDetails":{"type":"string"},
1053
+ "AgentHealthList":{
1054
+ "type":"list",
1055
+ "member":{"shape":"AgentHealth"}
1056
+ },
1057
+ "AgentId":{"type":"string"},
1058
+ "AgentList":{
1059
+ "type":"list",
1060
+ "member":{"shape":"Agent"}
1061
+ },
1062
+ "AgentPreview":{
1063
+ "type":"structure",
1064
+ "members":{
1065
+ "agentId":{"shape":"AgentId"},
1066
+ "autoScalingGroup":{"shape":"AutoScalingGroup"}
1067
+ }
1068
+ },
1069
+ "AgentPreviewList":{
1070
+ "type":"list",
1071
+ "member":{"shape":"AgentPreview"}
1072
+ },
1073
+ "AgentsFilter":{
1074
+ "type":"structure",
1075
+ "members":{
1076
+ "agentHealthList":{"shape":"AgentHealthList"}
1077
+ }
1078
+ },
1079
+ "Application":{
1080
+ "type":"structure",
1081
+ "members":{
1082
+ "applicationArn":{"shape":"Arn"},
1083
+ "applicationName":{"shape":"Name"},
1084
+ "resourceGroupArn":{"shape":"Arn"}
1085
+ }
1086
+ },
1087
+ "ApplicationsFilter":{
1088
+ "type":"structure",
1089
+ "members":{
1090
+ "applicationNamePatterns":{"shape":"NamePatternList"}
1091
+ }
1092
+ },
1093
+ "Arn":{"type":"string"},
1094
+ "ArnList":{
1095
+ "type":"list",
1096
+ "member":{"shape":"Arn"}
1097
+ },
1098
+ "Assessment":{
1099
+ "type":"structure",
1100
+ "members":{
1101
+ "assessmentArn":{"shape":"Arn"},
1102
+ "assessmentName":{"shape":"Name"},
1103
+ "applicationArn":{"shape":"Arn"},
1104
+ "assessmentState":{"shape":"AssessmentState"},
1105
+ "failureMessage":{"shape":"FailureMessage"},
1106
+ "dataCollected":{"shape":"Bool"},
1107
+ "startTime":{"shape":"Timestamp"},
1108
+ "endTime":{"shape":"Timestamp"},
1109
+ "durationInSeconds":{"shape":"Duration"},
1110
+ "userAttributesForFindings":{"shape":"AttributeList"}
1111
+ }
1112
+ },
1113
+ "AssessmentState":{"type":"string"},
1114
+ "AssessmentStateList":{
1115
+ "type":"list",
1116
+ "member":{"shape":"AssessmentState"}
1117
+ },
1118
+ "AssessmentsFilter":{
1119
+ "type":"structure",
1120
+ "members":{
1121
+ "assessmentNamePatterns":{"shape":"NamePatternList"},
1122
+ "assessmentStates":{"shape":"AssessmentStateList"},
1123
+ "dataCollected":{"shape":"Bool"},
1124
+ "startTimeRange":{"shape":"TimestampRange"},
1125
+ "endTimeRange":{"shape":"TimestampRange"},
1126
+ "durationRange":{"shape":"DurationRange"}
1127
+ }
1128
+ },
1129
+ "AttachAssessmentAndRulesPackageRequest":{
1130
+ "type":"structure",
1131
+ "members":{
1132
+ "assessmentArn":{"shape":"Arn"},
1133
+ "rulesPackageArn":{"shape":"Arn"}
1134
+ }
1135
+ },
1136
+ "AttachAssessmentAndRulesPackageResponse":{
1137
+ "type":"structure",
1138
+ "members":{
1139
+ "message":{"shape":"Message"}
1140
+ }
1141
+ },
1142
+ "Attribute":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ "key":{"shape":"AttributeKey"},
1146
+ "value":{"shape":"AttributeValue"}
1147
+ }
1148
+ },
1149
+ "AttributeKey":{"type":"string"},
1150
+ "AttributeKeyList":{
1151
+ "type":"list",
1152
+ "member":{"shape":"AttributeKey"}
1153
+ },
1154
+ "AttributeList":{
1155
+ "type":"list",
1156
+ "member":{"shape":"Attribute"}
1157
+ },
1158
+ "AttributeValue":{"type":"string"},
1159
+ "AutoScalingGroup":{"type":"string"},
1160
+ "AwsAccount":{"type":"string"},
1161
+ "Bool":{"type":"boolean"},
1162
+ "CreateApplicationRequest":{
1163
+ "type":"structure",
1164
+ "members":{
1165
+ "applicationName":{"shape":"Name"},
1166
+ "resourceGroupArn":{"shape":"Arn"}
1167
+ }
1168
+ },
1169
+ "CreateApplicationResponse":{
1170
+ "type":"structure",
1171
+ "members":{
1172
+ "applicationArn":{"shape":"Arn"}
1173
+ }
1174
+ },
1175
+ "CreateAssessmentRequest":{
1176
+ "type":"structure",
1177
+ "members":{
1178
+ "applicationArn":{"shape":"Arn"},
1179
+ "assessmentName":{"shape":"Name"},
1180
+ "durationInSeconds":{"shape":"Duration"},
1181
+ "userAttributesForFindings":{"shape":"AttributeList"}
1182
+ }
1183
+ },
1184
+ "CreateAssessmentResponse":{
1185
+ "type":"structure",
1186
+ "members":{
1187
+ "assessmentArn":{"shape":"Arn"}
1188
+ }
1189
+ },
1190
+ "CreateResourceGroupRequest":{
1191
+ "type":"structure",
1192
+ "members":{
1193
+ "resourceGroupTags":{"shape":"ResourceGroupTags"}
1194
+ }
1195
+ },
1196
+ "CreateResourceGroupResponse":{
1197
+ "type":"structure",
1198
+ "members":{
1199
+ "resourceGroupArn":{"shape":"Arn"}
1200
+ }
1201
+ },
1202
+ "DeleteApplicationRequest":{
1203
+ "type":"structure",
1204
+ "members":{
1205
+ "applicationArn":{"shape":"Arn"}
1206
+ }
1207
+ },
1208
+ "DeleteApplicationResponse":{
1209
+ "type":"structure",
1210
+ "members":{
1211
+ "message":{"shape":"Message"}
1212
+ }
1213
+ },
1214
+ "DeleteAssessmentRequest":{
1215
+ "type":"structure",
1216
+ "members":{
1217
+ "assessmentArn":{"shape":"Arn"}
1218
+ }
1219
+ },
1220
+ "DeleteAssessmentResponse":{
1221
+ "type":"structure",
1222
+ "members":{
1223
+ "message":{"shape":"Message"}
1224
+ }
1225
+ },
1226
+ "DeleteRunRequest":{
1227
+ "type":"structure",
1228
+ "members":{
1229
+ "runArn":{"shape":"Arn"}
1230
+ }
1231
+ },
1232
+ "DeleteRunResponse":{
1233
+ "type":"structure",
1234
+ "members":{
1235
+ "message":{"shape":"Message"}
1236
+ }
1237
+ },
1238
+ "DescribeApplicationRequest":{
1239
+ "type":"structure",
1240
+ "members":{
1241
+ "applicationArn":{"shape":"Arn"}
1242
+ }
1243
+ },
1244
+ "DescribeApplicationResponse":{
1245
+ "type":"structure",
1246
+ "members":{
1247
+ "application":{"shape":"Application"}
1248
+ }
1249
+ },
1250
+ "DescribeAssessmentRequest":{
1251
+ "type":"structure",
1252
+ "members":{
1253
+ "assessmentArn":{"shape":"Arn"}
1254
+ }
1255
+ },
1256
+ "DescribeAssessmentResponse":{
1257
+ "type":"structure",
1258
+ "members":{
1259
+ "assessment":{"shape":"Assessment"}
1260
+ }
1261
+ },
1262
+ "DescribeCrossAccountAccessRoleResponse":{
1263
+ "type":"structure",
1264
+ "members":{
1265
+ "roleArn":{"shape":"Arn"},
1266
+ "valid":{"shape":"Bool"}
1267
+ }
1268
+ },
1269
+ "DescribeFindingRequest":{
1270
+ "type":"structure",
1271
+ "members":{
1272
+ "findingArn":{"shape":"Arn"}
1273
+ }
1274
+ },
1275
+ "DescribeFindingResponse":{
1276
+ "type":"structure",
1277
+ "members":{
1278
+ "finding":{"shape":"Finding"}
1279
+ }
1280
+ },
1281
+ "DescribeResourceGroupRequest":{
1282
+ "type":"structure",
1283
+ "members":{
1284
+ "resourceGroupArn":{"shape":"Arn"}
1285
+ }
1286
+ },
1287
+ "DescribeResourceGroupResponse":{
1288
+ "type":"structure",
1289
+ "members":{
1290
+ "resourceGroup":{"shape":"ResourceGroup"}
1291
+ }
1292
+ },
1293
+ "DescribeRulesPackageRequest":{
1294
+ "type":"structure",
1295
+ "members":{
1296
+ "rulesPackageArn":{"shape":"Arn"}
1297
+ }
1298
+ },
1299
+ "DescribeRulesPackageResponse":{
1300
+ "type":"structure",
1301
+ "members":{
1302
+ "rulesPackage":{"shape":"RulesPackage"}
1303
+ }
1304
+ },
1305
+ "DescribeRunRequest":{
1306
+ "type":"structure",
1307
+ "members":{
1308
+ "runArn":{"shape":"Arn"}
1309
+ }
1310
+ },
1311
+ "DescribeRunResponse":{
1312
+ "type":"structure",
1313
+ "members":{
1314
+ "run":{"shape":"Run"}
1315
+ }
1316
+ },
1317
+ "DetachAssessmentAndRulesPackageRequest":{
1318
+ "type":"structure",
1319
+ "members":{
1320
+ "assessmentArn":{"shape":"Arn"},
1321
+ "rulesPackageArn":{"shape":"Arn"}
1322
+ }
1323
+ },
1324
+ "DetachAssessmentAndRulesPackageResponse":{
1325
+ "type":"structure",
1326
+ "members":{
1327
+ "message":{"shape":"Message"}
1328
+ }
1329
+ },
1330
+ "Duration":{"type":"integer"},
1331
+ "DurationRange":{
1332
+ "type":"structure",
1333
+ "members":{
1334
+ "minimum":{"shape":"Duration"},
1335
+ "maximum":{"shape":"Duration"}
1336
+ }
1337
+ },
1338
+ "FailureMessage":{"type":"string"},
1339
+ "Finding":{
1340
+ "type":"structure",
1341
+ "members":{
1342
+ "findingArn":{"shape":"Arn"},
1343
+ "runArn":{"shape":"Arn"},
1344
+ "rulesPackageArn":{"shape":"Arn"},
1345
+ "ruleName":{"shape":"Name"},
1346
+ "agentId":{"shape":"AgentId"},
1347
+ "autoScalingGroup":{"shape":"AutoScalingGroup"},
1348
+ "severity":{"shape":"Severity"},
1349
+ "finding":{"shape":"LocalizedText"},
1350
+ "description":{"shape":"LocalizedText"},
1351
+ "recommendation":{"shape":"LocalizedText"},
1352
+ "attributes":{"shape":"AttributeList"},
1353
+ "userAttributes":{"shape":"AttributeList"}
1354
+ }
1355
+ },
1356
+ "FindingsFilter":{
1357
+ "type":"structure",
1358
+ "members":{
1359
+ "rulesPackageArns":{"shape":"ArnList"},
1360
+ "ruleNames":{"shape":"NameList"},
1361
+ "severities":{"shape":"SeverityList"},
1362
+ "attributes":{"shape":"AttributeList"},
1363
+ "userAttributes":{"shape":"AttributeList"}
1364
+ }
1365
+ },
1366
+ "GetAssessmentTelemetryRequest":{
1367
+ "type":"structure",
1368
+ "members":{
1369
+ "assessmentArn":{"shape":"Arn"}
1370
+ }
1371
+ },
1372
+ "GetAssessmentTelemetryResponse":{
1373
+ "type":"structure",
1374
+ "members":{
1375
+ "telemetry":{"shape":"TelemetryList"}
1376
+ }
1377
+ },
1378
+ "Integer":{"type":"integer"},
1379
+ "InternalException":{
1380
+ "type":"structure",
1381
+ "members":{
1382
+ },
1383
+ "exception":true,
1384
+ "fault":true
1385
+ },
1386
+ "InvalidCrossAccountRoleException":{
1387
+ "type":"structure",
1388
+ "members":{
1389
+ },
1390
+ "exception":true
1391
+ },
1392
+ "InvalidInputException":{
1393
+ "type":"structure",
1394
+ "members":{
1395
+ },
1396
+ "exception":true
1397
+ },
1398
+ "ListApplicationsRequest":{
1399
+ "type":"structure",
1400
+ "members":{
1401
+ "filter":{"shape":"ApplicationsFilter"},
1402
+ "nextToken":{"shape":"PaginationToken"},
1403
+ "maxResults":{"shape":"Integer"}
1404
+ }
1405
+ },
1406
+ "ListApplicationsResponse":{
1407
+ "type":"structure",
1408
+ "members":{
1409
+ "applicationArnList":{"shape":"ArnList"},
1410
+ "nextToken":{"shape":"PaginationToken"}
1411
+ }
1412
+ },
1413
+ "ListAssessmentAgentsRequest":{
1414
+ "type":"structure",
1415
+ "members":{
1416
+ "assessmentArn":{"shape":"Arn"},
1417
+ "filter":{"shape":"AgentsFilter"},
1418
+ "nextToken":{"shape":"PaginationToken"},
1419
+ "maxResults":{"shape":"Integer"}
1420
+ }
1421
+ },
1422
+ "ListAssessmentAgentsResponse":{
1423
+ "type":"structure",
1424
+ "members":{
1425
+ "agentList":{"shape":"AgentList"},
1426
+ "nextToken":{"shape":"PaginationToken"}
1427
+ }
1428
+ },
1429
+ "ListAssessmentsRequest":{
1430
+ "type":"structure",
1431
+ "members":{
1432
+ "applicationArns":{"shape":"ArnList"},
1433
+ "filter":{"shape":"AssessmentsFilter"},
1434
+ "nextToken":{"shape":"PaginationToken"},
1435
+ "maxResults":{"shape":"Integer"}
1436
+ }
1437
+ },
1438
+ "ListAssessmentsResponse":{
1439
+ "type":"structure",
1440
+ "members":{
1441
+ "assessmentArnList":{"shape":"ArnList"},
1442
+ "nextToken":{"shape":"PaginationToken"}
1443
+ }
1444
+ },
1445
+ "ListAttachedAssessmentsRequest":{
1446
+ "type":"structure",
1447
+ "members":{
1448
+ "rulesPackageArn":{"shape":"Arn"},
1449
+ "filter":{"shape":"AssessmentsFilter"},
1450
+ "nextToken":{"shape":"PaginationToken"},
1451
+ "maxResults":{"shape":"Integer"}
1452
+ }
1453
+ },
1454
+ "ListAttachedAssessmentsResponse":{
1455
+ "type":"structure",
1456
+ "members":{
1457
+ "assessmentArnList":{"shape":"ArnList"},
1458
+ "nextToken":{"shape":"PaginationToken"}
1459
+ }
1460
+ },
1461
+ "ListAttachedRulesPackagesRequest":{
1462
+ "type":"structure",
1463
+ "members":{
1464
+ "assessmentArn":{"shape":"Arn"},
1465
+ "nextToken":{"shape":"PaginationToken"},
1466
+ "maxResults":{"shape":"Integer"}
1467
+ }
1468
+ },
1469
+ "ListAttachedRulesPackagesResponse":{
1470
+ "type":"structure",
1471
+ "members":{
1472
+ "rulesPackageArnList":{"shape":"ArnList"},
1473
+ "nextToken":{"shape":"PaginationToken"}
1474
+ }
1475
+ },
1476
+ "ListFindingsRequest":{
1477
+ "type":"structure",
1478
+ "members":{
1479
+ "runArns":{"shape":"ArnList"},
1480
+ "filter":{"shape":"FindingsFilter"},
1481
+ "nextToken":{"shape":"PaginationToken"},
1482
+ "maxResults":{"shape":"Integer"}
1483
+ }
1484
+ },
1485
+ "ListFindingsResponse":{
1486
+ "type":"structure",
1487
+ "members":{
1488
+ "findingArnList":{"shape":"ArnList"},
1489
+ "nextToken":{"shape":"PaginationToken"}
1490
+ }
1491
+ },
1492
+ "ListRulesPackagesRequest":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ "nextToken":{"shape":"PaginationToken"},
1496
+ "maxResults":{"shape":"Integer"}
1497
+ }
1498
+ },
1499
+ "ListRulesPackagesResponse":{
1500
+ "type":"structure",
1501
+ "members":{
1502
+ "rulesPackageArnList":{"shape":"ArnList"},
1503
+ "nextToken":{"shape":"PaginationToken"}
1504
+ }
1505
+ },
1506
+ "ListRunsRequest":{
1507
+ "type":"structure",
1508
+ "members":{
1509
+ "assessmentArns":{"shape":"ArnList"},
1510
+ "filter":{"shape":"RunsFilter"},
1511
+ "nextToken":{"shape":"PaginationToken"},
1512
+ "maxResults":{"shape":"Integer"}
1513
+ }
1514
+ },
1515
+ "ListRunsResponse":{
1516
+ "type":"structure",
1517
+ "members":{
1518
+ "runArnList":{"shape":"ArnList"},
1519
+ "nextToken":{"shape":"PaginationToken"}
1520
+ }
1521
+ },
1522
+ "ListTagsForResourceRequest":{
1523
+ "type":"structure",
1524
+ "members":{
1525
+ "resourceArn":{"shape":"Arn"}
1526
+ }
1527
+ },
1528
+ "ListTagsForResourceResponse":{
1529
+ "type":"structure",
1530
+ "members":{
1531
+ "tagList":{"shape":"TagList"}
1532
+ }
1533
+ },
1534
+ "Locale":{"type":"string"},
1535
+ "LocalizeTextRequest":{
1536
+ "type":"structure",
1537
+ "members":{
1538
+ "localizedTexts":{"shape":"LocalizedTextList"},
1539
+ "locale":{"shape":"Locale"}
1540
+ }
1541
+ },
1542
+ "LocalizeTextResponse":{
1543
+ "type":"structure",
1544
+ "members":{
1545
+ "message":{"shape":"Message"},
1546
+ "results":{"shape":"TextList"}
1547
+ }
1548
+ },
1549
+ "LocalizedFacility":{"type":"string"},
1550
+ "LocalizedText":{
1551
+ "type":"structure",
1552
+ "members":{
1553
+ "key":{"shape":"LocalizedTextKey"},
1554
+ "parameters":{"shape":"ParameterList"}
1555
+ }
1556
+ },
1557
+ "LocalizedTextId":{"type":"string"},
1558
+ "LocalizedTextKey":{
1559
+ "type":"structure",
1560
+ "members":{
1561
+ "facility":{"shape":"LocalizedFacility"},
1562
+ "id":{"shape":"LocalizedTextId"}
1563
+ }
1564
+ },
1565
+ "LocalizedTextList":{
1566
+ "type":"list",
1567
+ "member":{"shape":"LocalizedText"}
1568
+ },
1569
+ "Long":{"type":"long"},
1570
+ "Message":{"type":"string"},
1571
+ "MessageType":{"type":"string"},
1572
+ "MessageTypeTelemetry":{
1573
+ "type":"structure",
1574
+ "members":{
1575
+ "messageType":{"shape":"MessageType"},
1576
+ "count":{"shape":"Long"},
1577
+ "dataSize":{"shape":"Long"}
1578
+ }
1579
+ },
1580
+ "MessageTypeTelemetryList":{
1581
+ "type":"list",
1582
+ "member":{"shape":"MessageTypeTelemetry"}
1583
+ },
1584
+ "Name":{"type":"string"},
1585
+ "NameList":{
1586
+ "type":"list",
1587
+ "member":{"shape":"Name"}
1588
+ },
1589
+ "NamePattern":{"type":"string"},
1590
+ "NamePatternList":{
1591
+ "type":"list",
1592
+ "member":{"shape":"NamePattern"}
1593
+ },
1594
+ "NoSuchEntityException":{
1595
+ "type":"structure",
1596
+ "members":{
1597
+ },
1598
+ "exception":true
1599
+ },
1600
+ "OperationInProgressException":{
1601
+ "type":"structure",
1602
+ "members":{
1603
+ },
1604
+ "exception":true
1605
+ },
1606
+ "PaginationToken":{"type":"string"},
1607
+ "Parameter":{
1608
+ "type":"structure",
1609
+ "members":{
1610
+ "name":{"shape":"ParameterName"},
1611
+ "value":{"shape":"ParameterValue"}
1612
+ }
1613
+ },
1614
+ "ParameterList":{
1615
+ "type":"list",
1616
+ "member":{"shape":"Parameter"}
1617
+ },
1618
+ "ParameterName":{"type":"string"},
1619
+ "ParameterValue":{"type":"string"},
1620
+ "PreviewAgentsForResourceGroupRequest":{
1621
+ "type":"structure",
1622
+ "members":{
1623
+ "resourceGroupArn":{"shape":"Arn"},
1624
+ "nextToken":{"shape":"PaginationToken"},
1625
+ "maxResults":{"shape":"Integer"}
1626
+ }
1627
+ },
1628
+ "PreviewAgentsForResourceGroupResponse":{
1629
+ "type":"structure",
1630
+ "members":{
1631
+ "agentPreviewList":{"shape":"AgentPreviewList"},
1632
+ "nextToken":{"shape":"PaginationToken"}
1633
+ }
1634
+ },
1635
+ "RegisterCrossAccountAccessRoleRequest":{
1636
+ "type":"structure",
1637
+ "members":{
1638
+ "roleArn":{"shape":"Arn"}
1639
+ }
1640
+ },
1641
+ "RegisterCrossAccountAccessRoleResponse":{
1642
+ "type":"structure",
1643
+ "members":{
1644
+ "message":{"shape":"Message"}
1645
+ }
1646
+ },
1647
+ "RemoveAttributesFromFindingsRequest":{
1648
+ "type":"structure",
1649
+ "members":{
1650
+ "findingArns":{"shape":"ArnList"},
1651
+ "attributeKeys":{"shape":"AttributeKeyList"}
1652
+ }
1653
+ },
1654
+ "RemoveAttributesFromFindingsResponse":{
1655
+ "type":"structure",
1656
+ "members":{
1657
+ "message":{"shape":"Message"}
1658
+ }
1659
+ },
1660
+ "ResourceGroup":{
1661
+ "type":"structure",
1662
+ "members":{
1663
+ "resourceGroupArn":{"shape":"Arn"},
1664
+ "resourceGroupTags":{"shape":"ResourceGroupTags"}
1665
+ }
1666
+ },
1667
+ "ResourceGroupTags":{"type":"string"},
1668
+ "RulesPackage":{
1669
+ "type":"structure",
1670
+ "members":{
1671
+ "rulesPackageArn":{"shape":"Arn"},
1672
+ "rulesPackageName":{"shape":"Name"},
1673
+ "version":{"shape":"Version"},
1674
+ "provider":{"shape":"Name"},
1675
+ "description":{"shape":"LocalizedText"}
1676
+ }
1677
+ },
1678
+ "Run":{
1679
+ "type":"structure",
1680
+ "members":{
1681
+ "runArn":{"shape":"Arn"},
1682
+ "runName":{"shape":"Name"},
1683
+ "assessmentArn":{"shape":"Arn"},
1684
+ "runState":{"shape":"RunState"},
1685
+ "rulesPackages":{"shape":"ArnList"},
1686
+ "creationTime":{"shape":"Timestamp"},
1687
+ "completionTime":{"shape":"Timestamp"}
1688
+ }
1689
+ },
1690
+ "RunAssessmentRequest":{
1691
+ "type":"structure",
1692
+ "members":{
1693
+ "assessmentArn":{"shape":"Arn"},
1694
+ "runName":{"shape":"Name"}
1695
+ }
1696
+ },
1697
+ "RunAssessmentResponse":{
1698
+ "type":"structure",
1699
+ "members":{
1700
+ "runArn":{"shape":"Arn"}
1701
+ }
1702
+ },
1703
+ "RunState":{"type":"string"},
1704
+ "RunStateList":{
1705
+ "type":"list",
1706
+ "member":{"shape":"RunState"}
1707
+ },
1708
+ "RunsFilter":{
1709
+ "type":"structure",
1710
+ "members":{
1711
+ "runNamePatterns":{"shape":"NamePatternList"},
1712
+ "runStates":{"shape":"RunStateList"},
1713
+ "rulesPackages":{"shape":"ArnList"},
1714
+ "creationTime":{"shape":"TimestampRange"},
1715
+ "completionTime":{"shape":"TimestampRange"}
1716
+ }
1717
+ },
1718
+ "SetTagsForResourceRequest":{
1719
+ "type":"structure",
1720
+ "members":{
1721
+ "resourceArn":{"shape":"Arn"},
1722
+ "tags":{"shape":"TagList"}
1723
+ }
1724
+ },
1725
+ "SetTagsForResourceResponse":{
1726
+ "type":"structure",
1727
+ "members":{
1728
+ "message":{"shape":"Message"}
1729
+ }
1730
+ },
1731
+ "Severity":{"type":"string"},
1732
+ "SeverityList":{
1733
+ "type":"list",
1734
+ "member":{"shape":"Severity"}
1735
+ },
1736
+ "StartDataCollectionRequest":{
1737
+ "type":"structure",
1738
+ "members":{
1739
+ "assessmentArn":{"shape":"Arn"}
1740
+ }
1741
+ },
1742
+ "StartDataCollectionResponse":{
1743
+ "type":"structure",
1744
+ "members":{
1745
+ "message":{"shape":"Message"}
1746
+ }
1747
+ },
1748
+ "StopDataCollectionRequest":{
1749
+ "type":"structure",
1750
+ "members":{
1751
+ "assessmentArn":{"shape":"Arn"}
1752
+ }
1753
+ },
1754
+ "StopDataCollectionResponse":{
1755
+ "type":"structure",
1756
+ "members":{
1757
+ "message":{"shape":"Message"}
1758
+ }
1759
+ },
1760
+ "Tag":{
1761
+ "type":"structure",
1762
+ "members":{
1763
+ "Key":{"shape":"TagKey"},
1764
+ "Value":{"shape":"TagValue"}
1765
+ }
1766
+ },
1767
+ "TagKey":{"type":"string"},
1768
+ "TagList":{
1769
+ "type":"list",
1770
+ "member":{"shape":"Tag"}
1771
+ },
1772
+ "TagValue":{"type":"string"},
1773
+ "Telemetry":{
1774
+ "type":"structure",
1775
+ "members":{
1776
+ "status":{"shape":"TelemetryStatus"},
1777
+ "messageTypeTelemetries":{"shape":"MessageTypeTelemetryList"}
1778
+ }
1779
+ },
1780
+ "TelemetryList":{
1781
+ "type":"list",
1782
+ "member":{"shape":"Telemetry"}
1783
+ },
1784
+ "TelemetryStatus":{"type":"string"},
1785
+ "Text":{"type":"string"},
1786
+ "TextList":{
1787
+ "type":"list",
1788
+ "member":{"shape":"Text"}
1789
+ },
1790
+ "Timestamp":{"type":"timestamp"},
1791
+ "TimestampRange":{
1792
+ "type":"structure",
1793
+ "members":{
1794
+ "minimum":{"shape":"Timestamp"},
1795
+ "maximum":{"shape":"Timestamp"}
1796
+ }
1797
+ },
1798
+ "UpdateApplicationRequest":{
1799
+ "type":"structure",
1800
+ "members":{
1801
+ "applicationArn":{"shape":"Arn"},
1802
+ "applicationName":{"shape":"Name"},
1803
+ "resourceGroupArn":{"shape":"Arn"}
1804
+ }
1805
+ },
1806
+ "UpdateApplicationResponse":{
1807
+ "type":"structure",
1808
+ "members":{
1809
+ "message":{"shape":"Message"}
1810
+ }
1811
+ },
1812
+ "UpdateAssessmentRequest":{
1813
+ "type":"structure",
1814
+ "members":{
1815
+ "assessmentArn":{"shape":"Arn"},
1816
+ "assessmentName":{"shape":"Name"},
1817
+ "durationInSeconds":{"shape":"Duration"}
1818
+ }
1819
+ },
1820
+ "UpdateAssessmentResponse":{
1821
+ "type":"structure",
1822
+ "members":{
1823
+ "message":{"shape":"Message"}
1824
+ }
1825
+ },
1826
+ "Version":{"type":"string"}
1827
+ }
1828
+ }