UNPKG

30 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2016-04-12",
5 "endpointPrefix": "xray",
6 "protocol": "rest-json",
7 "serviceFullName": "AWS X-Ray",
8 "serviceId": "XRay",
9 "signatureVersion": "v4",
10 "uid": "xray-2016-04-12"
11 },
12 "operations": {
13 "BatchGetTraces": {
14 "http": {
15 "requestUri": "/Traces"
16 },
17 "input": {
18 "type": "structure",
19 "required": [
20 "TraceIds"
21 ],
22 "members": {
23 "TraceIds": {
24 "shape": "S2"
25 },
26 "NextToken": {}
27 }
28 },
29 "output": {
30 "type": "structure",
31 "members": {
32 "Traces": {
33 "type": "list",
34 "member": {
35 "type": "structure",
36 "members": {
37 "Id": {},
38 "Duration": {
39 "type": "double"
40 },
41 "Segments": {
42 "type": "list",
43 "member": {
44 "type": "structure",
45 "members": {
46 "Id": {},
47 "Document": {}
48 }
49 }
50 }
51 }
52 }
53 },
54 "UnprocessedTraceIds": {
55 "type": "list",
56 "member": {}
57 },
58 "NextToken": {}
59 }
60 }
61 },
62 "CreateGroup": {
63 "http": {
64 "requestUri": "/CreateGroup"
65 },
66 "input": {
67 "type": "structure",
68 "required": [
69 "GroupName"
70 ],
71 "members": {
72 "GroupName": {},
73 "FilterExpression": {}
74 }
75 },
76 "output": {
77 "type": "structure",
78 "members": {
79 "Group": {
80 "shape": "Si"
81 }
82 }
83 }
84 },
85 "CreateSamplingRule": {
86 "http": {
87 "requestUri": "/CreateSamplingRule"
88 },
89 "input": {
90 "type": "structure",
91 "required": [
92 "SamplingRule"
93 ],
94 "members": {
95 "SamplingRule": {
96 "shape": "Sk"
97 }
98 }
99 },
100 "output": {
101 "type": "structure",
102 "members": {
103 "SamplingRuleRecord": {
104 "shape": "S10"
105 }
106 }
107 }
108 },
109 "DeleteGroup": {
110 "http": {
111 "requestUri": "/DeleteGroup"
112 },
113 "input": {
114 "type": "structure",
115 "members": {
116 "GroupName": {},
117 "GroupARN": {}
118 }
119 },
120 "output": {
121 "type": "structure",
122 "members": {}
123 }
124 },
125 "DeleteSamplingRule": {
126 "http": {
127 "requestUri": "/DeleteSamplingRule"
128 },
129 "input": {
130 "type": "structure",
131 "members": {
132 "RuleName": {},
133 "RuleARN": {}
134 }
135 },
136 "output": {
137 "type": "structure",
138 "members": {
139 "SamplingRuleRecord": {
140 "shape": "S10"
141 }
142 }
143 }
144 },
145 "GetEncryptionConfig": {
146 "http": {
147 "requestUri": "/EncryptionConfig"
148 },
149 "input": {
150 "type": "structure",
151 "members": {}
152 },
153 "output": {
154 "type": "structure",
155 "members": {
156 "EncryptionConfig": {
157 "shape": "S19"
158 }
159 }
160 }
161 },
162 "GetGroup": {
163 "http": {
164 "requestUri": "/GetGroup"
165 },
166 "input": {
167 "type": "structure",
168 "members": {
169 "GroupName": {},
170 "GroupARN": {}
171 }
172 },
173 "output": {
174 "type": "structure",
175 "members": {
176 "Group": {
177 "shape": "Si"
178 }
179 }
180 }
181 },
182 "GetGroups": {
183 "http": {
184 "requestUri": "/Groups"
185 },
186 "input": {
187 "type": "structure",
188 "members": {
189 "NextToken": {}
190 }
191 },
192 "output": {
193 "type": "structure",
194 "members": {
195 "Groups": {
196 "type": "list",
197 "member": {
198 "type": "structure",
199 "members": {
200 "GroupName": {},
201 "GroupARN": {},
202 "FilterExpression": {}
203 }
204 }
205 },
206 "NextToken": {}
207 }
208 }
209 },
210 "GetSamplingRules": {
211 "http": {
212 "requestUri": "/GetSamplingRules"
213 },
214 "input": {
215 "type": "structure",
216 "members": {
217 "NextToken": {}
218 }
219 },
220 "output": {
221 "type": "structure",
222 "members": {
223 "SamplingRuleRecords": {
224 "type": "list",
225 "member": {
226 "shape": "S10"
227 }
228 },
229 "NextToken": {}
230 }
231 }
232 },
233 "GetSamplingStatisticSummaries": {
234 "http": {
235 "requestUri": "/SamplingStatisticSummaries"
236 },
237 "input": {
238 "type": "structure",
239 "members": {
240 "NextToken": {}
241 }
242 },
243 "output": {
244 "type": "structure",
245 "members": {
246 "SamplingStatisticSummaries": {
247 "type": "list",
248 "member": {
249 "type": "structure",
250 "members": {
251 "RuleName": {},
252 "Timestamp": {
253 "type": "timestamp"
254 },
255 "RequestCount": {
256 "type": "integer"
257 },
258 "BorrowCount": {
259 "type": "integer"
260 },
261 "SampledCount": {
262 "type": "integer"
263 }
264 }
265 }
266 },
267 "NextToken": {}
268 }
269 }
270 },
271 "GetSamplingTargets": {
272 "http": {
273 "requestUri": "/SamplingTargets"
274 },
275 "input": {
276 "type": "structure",
277 "required": [
278 "SamplingStatisticsDocuments"
279 ],
280 "members": {
281 "SamplingStatisticsDocuments": {
282 "type": "list",
283 "member": {
284 "type": "structure",
285 "required": [
286 "RuleName",
287 "ClientID",
288 "Timestamp",
289 "RequestCount",
290 "SampledCount"
291 ],
292 "members": {
293 "RuleName": {},
294 "ClientID": {},
295 "Timestamp": {
296 "type": "timestamp"
297 },
298 "RequestCount": {
299 "type": "integer"
300 },
301 "SampledCount": {
302 "type": "integer"
303 },
304 "BorrowCount": {
305 "type": "integer"
306 }
307 }
308 }
309 }
310 }
311 },
312 "output": {
313 "type": "structure",
314 "members": {
315 "SamplingTargetDocuments": {
316 "type": "list",
317 "member": {
318 "type": "structure",
319 "members": {
320 "RuleName": {},
321 "FixedRate": {
322 "type": "double"
323 },
324 "ReservoirQuota": {
325 "type": "integer"
326 },
327 "ReservoirQuotaTTL": {
328 "type": "timestamp"
329 },
330 "Interval": {
331 "type": "integer"
332 }
333 }
334 }
335 },
336 "LastRuleModification": {
337 "type": "timestamp"
338 },
339 "UnprocessedStatistics": {
340 "type": "list",
341 "member": {
342 "type": "structure",
343 "members": {
344 "RuleName": {},
345 "ErrorCode": {},
346 "Message": {}
347 }
348 }
349 }
350 }
351 }
352 },
353 "GetServiceGraph": {
354 "http": {
355 "requestUri": "/ServiceGraph"
356 },
357 "input": {
358 "type": "structure",
359 "required": [
360 "StartTime",
361 "EndTime"
362 ],
363 "members": {
364 "StartTime": {
365 "type": "timestamp"
366 },
367 "EndTime": {
368 "type": "timestamp"
369 },
370 "GroupName": {},
371 "GroupARN": {},
372 "NextToken": {}
373 }
374 },
375 "output": {
376 "type": "structure",
377 "members": {
378 "StartTime": {
379 "type": "timestamp"
380 },
381 "EndTime": {
382 "type": "timestamp"
383 },
384 "Services": {
385 "shape": "S27"
386 },
387 "ContainsOldGroupVersions": {
388 "type": "boolean"
389 },
390 "NextToken": {}
391 }
392 }
393 },
394 "GetTimeSeriesServiceStatistics": {
395 "http": {
396 "requestUri": "/TimeSeriesServiceStatistics"
397 },
398 "input": {
399 "type": "structure",
400 "required": [
401 "StartTime",
402 "EndTime"
403 ],
404 "members": {
405 "StartTime": {
406 "type": "timestamp"
407 },
408 "EndTime": {
409 "type": "timestamp"
410 },
411 "GroupName": {},
412 "GroupARN": {},
413 "EntitySelectorExpression": {},
414 "Period": {
415 "type": "integer"
416 },
417 "NextToken": {}
418 }
419 },
420 "output": {
421 "type": "structure",
422 "members": {
423 "TimeSeriesServiceStatistics": {
424 "type": "list",
425 "member": {
426 "type": "structure",
427 "members": {
428 "Timestamp": {
429 "type": "timestamp"
430 },
431 "EdgeSummaryStatistics": {
432 "shape": "S2d"
433 },
434 "ServiceSummaryStatistics": {
435 "shape": "S2m"
436 },
437 "ResponseTimeHistogram": {
438 "shape": "S2h"
439 }
440 }
441 }
442 },
443 "ContainsOldGroupVersions": {
444 "type": "boolean"
445 },
446 "NextToken": {}
447 }
448 }
449 },
450 "GetTraceGraph": {
451 "http": {
452 "requestUri": "/TraceGraph"
453 },
454 "input": {
455 "type": "structure",
456 "required": [
457 "TraceIds"
458 ],
459 "members": {
460 "TraceIds": {
461 "shape": "S2"
462 },
463 "NextToken": {}
464 }
465 },
466 "output": {
467 "type": "structure",
468 "members": {
469 "Services": {
470 "shape": "S27"
471 },
472 "NextToken": {}
473 }
474 }
475 },
476 "GetTraceSummaries": {
477 "http": {
478 "requestUri": "/TraceSummaries"
479 },
480 "input": {
481 "type": "structure",
482 "required": [
483 "StartTime",
484 "EndTime"
485 ],
486 "members": {
487 "StartTime": {
488 "type": "timestamp"
489 },
490 "EndTime": {
491 "type": "timestamp"
492 },
493 "TimeRangeType": {},
494 "Sampling": {
495 "type": "boolean"
496 },
497 "SamplingStrategy": {
498 "type": "structure",
499 "members": {
500 "Name": {},
501 "Value": {
502 "type": "double"
503 }
504 }
505 },
506 "FilterExpression": {},
507 "NextToken": {}
508 }
509 },
510 "output": {
511 "type": "structure",
512 "members": {
513 "TraceSummaries": {
514 "type": "list",
515 "member": {
516 "type": "structure",
517 "members": {
518 "Id": {},
519 "Duration": {
520 "type": "double"
521 },
522 "ResponseTime": {
523 "type": "double"
524 },
525 "HasFault": {
526 "type": "boolean"
527 },
528 "HasError": {
529 "type": "boolean"
530 },
531 "HasThrottle": {
532 "type": "boolean"
533 },
534 "IsPartial": {
535 "type": "boolean"
536 },
537 "Http": {
538 "type": "structure",
539 "members": {
540 "HttpURL": {},
541 "HttpStatus": {
542 "type": "integer"
543 },
544 "HttpMethod": {},
545 "UserAgent": {},
546 "ClientIp": {}
547 }
548 },
549 "Annotations": {
550 "type": "map",
551 "key": {},
552 "value": {
553 "type": "list",
554 "member": {
555 "type": "structure",
556 "members": {
557 "AnnotationValue": {
558 "type": "structure",
559 "members": {
560 "NumberValue": {
561 "type": "double"
562 },
563 "BooleanValue": {
564 "type": "boolean"
565 },
566 "StringValue": {}
567 }
568 },
569 "ServiceIds": {
570 "shape": "S38"
571 }
572 }
573 }
574 }
575 },
576 "Users": {
577 "type": "list",
578 "member": {
579 "type": "structure",
580 "members": {
581 "UserName": {},
582 "ServiceIds": {
583 "shape": "S38"
584 }
585 }
586 }
587 },
588 "ServiceIds": {
589 "shape": "S38"
590 },
591 "ResourceARNs": {
592 "type": "list",
593 "member": {
594 "type": "structure",
595 "members": {
596 "ARN": {}
597 }
598 }
599 },
600 "InstanceIds": {
601 "type": "list",
602 "member": {
603 "type": "structure",
604 "members": {
605 "Id": {}
606 }
607 }
608 },
609 "AvailabilityZones": {
610 "type": "list",
611 "member": {
612 "type": "structure",
613 "members": {
614 "Name": {}
615 }
616 }
617 },
618 "EntryPoint": {
619 "shape": "S39"
620 },
621 "FaultRootCauses": {
622 "type": "list",
623 "member": {
624 "type": "structure",
625 "members": {
626 "Services": {
627 "type": "list",
628 "member": {
629 "type": "structure",
630 "members": {
631 "Name": {},
632 "Names": {
633 "shape": "S29"
634 },
635 "Type": {},
636 "AccountId": {},
637 "EntityPath": {
638 "type": "list",
639 "member": {
640 "type": "structure",
641 "members": {
642 "Name": {},
643 "Exceptions": {
644 "shape": "S3o"
645 },
646 "Remote": {
647 "type": "boolean"
648 }
649 }
650 }
651 },
652 "Inferred": {
653 "type": "boolean"
654 }
655 }
656 }
657 },
658 "ClientImpacting": {
659 "type": "boolean"
660 }
661 }
662 }
663 },
664 "ErrorRootCauses": {
665 "type": "list",
666 "member": {
667 "type": "structure",
668 "members": {
669 "Services": {
670 "type": "list",
671 "member": {
672 "type": "structure",
673 "members": {
674 "Name": {},
675 "Names": {
676 "shape": "S29"
677 },
678 "Type": {},
679 "AccountId": {},
680 "EntityPath": {
681 "type": "list",
682 "member": {
683 "type": "structure",
684 "members": {
685 "Name": {},
686 "Exceptions": {
687 "shape": "S3o"
688 },
689 "Remote": {
690 "type": "boolean"
691 }
692 }
693 }
694 },
695 "Inferred": {
696 "type": "boolean"
697 }
698 }
699 }
700 },
701 "ClientImpacting": {
702 "type": "boolean"
703 }
704 }
705 }
706 },
707 "ResponseTimeRootCauses": {
708 "type": "list",
709 "member": {
710 "type": "structure",
711 "members": {
712 "Services": {
713 "type": "list",
714 "member": {
715 "type": "structure",
716 "members": {
717 "Name": {},
718 "Names": {
719 "shape": "S29"
720 },
721 "Type": {},
722 "AccountId": {},
723 "EntityPath": {
724 "type": "list",
725 "member": {
726 "type": "structure",
727 "members": {
728 "Name": {},
729 "Coverage": {
730 "type": "double"
731 },
732 "Remote": {
733 "type": "boolean"
734 }
735 }
736 }
737 },
738 "Inferred": {
739 "type": "boolean"
740 }
741 }
742 }
743 },
744 "ClientImpacting": {
745 "type": "boolean"
746 }
747 }
748 }
749 },
750 "Revision": {
751 "type": "integer"
752 },
753 "MatchedEventTime": {
754 "type": "timestamp"
755 }
756 }
757 }
758 },
759 "ApproximateTime": {
760 "type": "timestamp"
761 },
762 "TracesProcessedCount": {
763 "type": "long"
764 },
765 "NextToken": {}
766 }
767 }
768 },
769 "PutEncryptionConfig": {
770 "http": {
771 "requestUri": "/PutEncryptionConfig"
772 },
773 "input": {
774 "type": "structure",
775 "required": [
776 "Type"
777 ],
778 "members": {
779 "KeyId": {},
780 "Type": {}
781 }
782 },
783 "output": {
784 "type": "structure",
785 "members": {
786 "EncryptionConfig": {
787 "shape": "S19"
788 }
789 }
790 }
791 },
792 "PutTelemetryRecords": {
793 "http": {
794 "requestUri": "/TelemetryRecords"
795 },
796 "input": {
797 "type": "structure",
798 "required": [
799 "TelemetryRecords"
800 ],
801 "members": {
802 "TelemetryRecords": {
803 "type": "list",
804 "member": {
805 "type": "structure",
806 "required": [
807 "Timestamp"
808 ],
809 "members": {
810 "Timestamp": {
811 "type": "timestamp"
812 },
813 "SegmentsReceivedCount": {
814 "type": "integer"
815 },
816 "SegmentsSentCount": {
817 "type": "integer"
818 },
819 "SegmentsSpilloverCount": {
820 "type": "integer"
821 },
822 "SegmentsRejectedCount": {
823 "type": "integer"
824 },
825 "BackendConnectionErrors": {
826 "type": "structure",
827 "members": {
828 "TimeoutCount": {
829 "type": "integer"
830 },
831 "ConnectionRefusedCount": {
832 "type": "integer"
833 },
834 "HTTPCode4XXCount": {
835 "type": "integer"
836 },
837 "HTTPCode5XXCount": {
838 "type": "integer"
839 },
840 "UnknownHostCount": {
841 "type": "integer"
842 },
843 "OtherCount": {
844 "type": "integer"
845 }
846 }
847 }
848 }
849 }
850 },
851 "EC2InstanceId": {},
852 "Hostname": {},
853 "ResourceARN": {}
854 }
855 },
856 "output": {
857 "type": "structure",
858 "members": {}
859 }
860 },
861 "PutTraceSegments": {
862 "http": {
863 "requestUri": "/TraceSegments"
864 },
865 "input": {
866 "type": "structure",
867 "required": [
868 "TraceSegmentDocuments"
869 ],
870 "members": {
871 "TraceSegmentDocuments": {
872 "type": "list",
873 "member": {}
874 }
875 }
876 },
877 "output": {
878 "type": "structure",
879 "members": {
880 "UnprocessedTraceSegments": {
881 "type": "list",
882 "member": {
883 "type": "structure",
884 "members": {
885 "Id": {},
886 "ErrorCode": {},
887 "Message": {}
888 }
889 }
890 }
891 }
892 }
893 },
894 "UpdateGroup": {
895 "http": {
896 "requestUri": "/UpdateGroup"
897 },
898 "input": {
899 "type": "structure",
900 "members": {
901 "GroupName": {},
902 "GroupARN": {},
903 "FilterExpression": {}
904 }
905 },
906 "output": {
907 "type": "structure",
908 "members": {
909 "Group": {
910 "shape": "Si"
911 }
912 }
913 }
914 },
915 "UpdateSamplingRule": {
916 "http": {
917 "requestUri": "/UpdateSamplingRule"
918 },
919 "input": {
920 "type": "structure",
921 "required": [
922 "SamplingRuleUpdate"
923 ],
924 "members": {
925 "SamplingRuleUpdate": {
926 "type": "structure",
927 "members": {
928 "RuleName": {},
929 "RuleARN": {},
930 "ResourceARN": {},
931 "Priority": {
932 "type": "integer"
933 },
934 "FixedRate": {
935 "type": "double"
936 },
937 "ReservoirSize": {
938 "type": "integer"
939 },
940 "Host": {},
941 "ServiceName": {},
942 "ServiceType": {},
943 "HTTPMethod": {},
944 "URLPath": {},
945 "Attributes": {
946 "shape": "Sw"
947 }
948 }
949 }
950 }
951 },
952 "output": {
953 "type": "structure",
954 "members": {
955 "SamplingRuleRecord": {
956 "shape": "S10"
957 }
958 }
959 }
960 }
961 },
962 "shapes": {
963 "S2": {
964 "type": "list",
965 "member": {}
966 },
967 "Si": {
968 "type": "structure",
969 "members": {
970 "GroupName": {},
971 "GroupARN": {},
972 "FilterExpression": {}
973 }
974 },
975 "Sk": {
976 "type": "structure",
977 "required": [
978 "ResourceARN",
979 "Priority",
980 "FixedRate",
981 "ReservoirSize",
982 "ServiceName",
983 "ServiceType",
984 "Host",
985 "HTTPMethod",
986 "URLPath",
987 "Version"
988 ],
989 "members": {
990 "RuleName": {},
991 "RuleARN": {},
992 "ResourceARN": {},
993 "Priority": {
994 "type": "integer"
995 },
996 "FixedRate": {
997 "type": "double"
998 },
999 "ReservoirSize": {
1000 "type": "integer"
1001 },
1002 "ServiceName": {},
1003 "ServiceType": {},
1004 "Host": {},
1005 "HTTPMethod": {},
1006 "URLPath": {},
1007 "Version": {
1008 "type": "integer"
1009 },
1010 "Attributes": {
1011 "shape": "Sw"
1012 }
1013 }
1014 },
1015 "Sw": {
1016 "type": "map",
1017 "key": {},
1018 "value": {}
1019 },
1020 "S10": {
1021 "type": "structure",
1022 "members": {
1023 "SamplingRule": {
1024 "shape": "Sk"
1025 },
1026 "CreatedAt": {
1027 "type": "timestamp"
1028 },
1029 "ModifiedAt": {
1030 "type": "timestamp"
1031 }
1032 }
1033 },
1034 "S19": {
1035 "type": "structure",
1036 "members": {
1037 "KeyId": {},
1038 "Status": {},
1039 "Type": {}
1040 }
1041 },
1042 "S27": {
1043 "type": "list",
1044 "member": {
1045 "type": "structure",
1046 "members": {
1047 "ReferenceId": {
1048 "type": "integer"
1049 },
1050 "Name": {},
1051 "Names": {
1052 "shape": "S29"
1053 },
1054 "Root": {
1055 "type": "boolean"
1056 },
1057 "AccountId": {},
1058 "Type": {},
1059 "State": {},
1060 "StartTime": {
1061 "type": "timestamp"
1062 },
1063 "EndTime": {
1064 "type": "timestamp"
1065 },
1066 "Edges": {
1067 "type": "list",
1068 "member": {
1069 "type": "structure",
1070 "members": {
1071 "ReferenceId": {
1072 "type": "integer"
1073 },
1074 "StartTime": {
1075 "type": "timestamp"
1076 },
1077 "EndTime": {
1078 "type": "timestamp"
1079 },
1080 "SummaryStatistics": {
1081 "shape": "S2d"
1082 },
1083 "ResponseTimeHistogram": {
1084 "shape": "S2h"
1085 },
1086 "Aliases": {
1087 "type": "list",
1088 "member": {
1089 "type": "structure",
1090 "members": {
1091 "Name": {},
1092 "Names": {
1093 "type": "list",
1094 "member": {}
1095 },
1096 "Type": {}
1097 }
1098 }
1099 }
1100 }
1101 }
1102 },
1103 "SummaryStatistics": {
1104 "shape": "S2m"
1105 },
1106 "DurationHistogram": {
1107 "shape": "S2h"
1108 },
1109 "ResponseTimeHistogram": {
1110 "shape": "S2h"
1111 }
1112 }
1113 }
1114 },
1115 "S29": {
1116 "type": "list",
1117 "member": {}
1118 },
1119 "S2d": {
1120 "type": "structure",
1121 "members": {
1122 "OkCount": {
1123 "type": "long"
1124 },
1125 "ErrorStatistics": {
1126 "shape": "S2f"
1127 },
1128 "FaultStatistics": {
1129 "shape": "S2g"
1130 },
1131 "TotalCount": {
1132 "type": "long"
1133 },
1134 "TotalResponseTime": {
1135 "type": "double"
1136 }
1137 }
1138 },
1139 "S2f": {
1140 "type": "structure",
1141 "members": {
1142 "ThrottleCount": {
1143 "type": "long"
1144 },
1145 "OtherCount": {
1146 "type": "long"
1147 },
1148 "TotalCount": {
1149 "type": "long"
1150 }
1151 }
1152 },
1153 "S2g": {
1154 "type": "structure",
1155 "members": {
1156 "OtherCount": {
1157 "type": "long"
1158 },
1159 "TotalCount": {
1160 "type": "long"
1161 }
1162 }
1163 },
1164 "S2h": {
1165 "type": "list",
1166 "member": {
1167 "type": "structure",
1168 "members": {
1169 "Value": {
1170 "type": "double"
1171 },
1172 "Count": {
1173 "type": "integer"
1174 }
1175 }
1176 }
1177 },
1178 "S2m": {
1179 "type": "structure",
1180 "members": {
1181 "OkCount": {
1182 "type": "long"
1183 },
1184 "ErrorStatistics": {
1185 "shape": "S2f"
1186 },
1187 "FaultStatistics": {
1188 "shape": "S2g"
1189 },
1190 "TotalCount": {
1191 "type": "long"
1192 },
1193 "TotalResponseTime": {
1194 "type": "double"
1195 }
1196 }
1197 },
1198 "S38": {
1199 "type": "list",
1200 "member": {
1201 "shape": "S39"
1202 }
1203 },
1204 "S39": {
1205 "type": "structure",
1206 "members": {
1207 "Name": {},
1208 "Names": {
1209 "shape": "S29"
1210 },
1211 "AccountId": {},
1212 "Type": {}
1213 }
1214 },
1215 "S3o": {
1216 "type": "list",
1217 "member": {
1218 "type": "structure",
1219 "members": {
1220 "Name": {},
1221 "Message": {}
1222 }
1223 }
1224 }
1225 }
1226}
\No newline at end of file