UNPKG

17 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2018-11-25",
5 "endpointPrefix": "applicationinsights",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceAbbreviation": "Application Insights",
9 "serviceFullName": "Amazon CloudWatch Application Insights",
10 "serviceId": "Application Insights",
11 "signatureVersion": "v4",
12 "signingName": "applicationinsights",
13 "targetPrefix": "EC2WindowsBarleyService",
14 "uid": "application-insights-2018-11-25"
15 },
16 "operations": {
17 "CreateApplication": {
18 "input": {
19 "type": "structure",
20 "required": [
21 "ResourceGroupName"
22 ],
23 "members": {
24 "ResourceGroupName": {},
25 "OpsCenterEnabled": {
26 "type": "boolean"
27 },
28 "CWEMonitorEnabled": {
29 "type": "boolean"
30 },
31 "OpsItemSNSTopicArn": {},
32 "Tags": {
33 "shape": "S6"
34 }
35 }
36 },
37 "output": {
38 "type": "structure",
39 "members": {
40 "ApplicationInfo": {
41 "shape": "Sb"
42 }
43 }
44 }
45 },
46 "CreateComponent": {
47 "input": {
48 "type": "structure",
49 "required": [
50 "ResourceGroupName",
51 "ComponentName",
52 "ResourceList"
53 ],
54 "members": {
55 "ResourceGroupName": {},
56 "ComponentName": {},
57 "ResourceList": {
58 "shape": "Sg"
59 }
60 }
61 },
62 "output": {
63 "type": "structure",
64 "members": {}
65 }
66 },
67 "CreateLogPattern": {
68 "input": {
69 "type": "structure",
70 "required": [
71 "ResourceGroupName",
72 "PatternSetName",
73 "PatternName",
74 "Pattern",
75 "Rank"
76 ],
77 "members": {
78 "ResourceGroupName": {},
79 "PatternSetName": {},
80 "PatternName": {},
81 "Pattern": {},
82 "Rank": {
83 "type": "integer"
84 }
85 }
86 },
87 "output": {
88 "type": "structure",
89 "members": {
90 "LogPattern": {
91 "shape": "Sp"
92 },
93 "ResourceGroupName": {}
94 }
95 }
96 },
97 "DeleteApplication": {
98 "input": {
99 "type": "structure",
100 "required": [
101 "ResourceGroupName"
102 ],
103 "members": {
104 "ResourceGroupName": {}
105 }
106 },
107 "output": {
108 "type": "structure",
109 "members": {}
110 }
111 },
112 "DeleteComponent": {
113 "input": {
114 "type": "structure",
115 "required": [
116 "ResourceGroupName",
117 "ComponentName"
118 ],
119 "members": {
120 "ResourceGroupName": {},
121 "ComponentName": {}
122 }
123 },
124 "output": {
125 "type": "structure",
126 "members": {}
127 }
128 },
129 "DeleteLogPattern": {
130 "input": {
131 "type": "structure",
132 "required": [
133 "ResourceGroupName",
134 "PatternSetName",
135 "PatternName"
136 ],
137 "members": {
138 "ResourceGroupName": {},
139 "PatternSetName": {},
140 "PatternName": {}
141 }
142 },
143 "output": {
144 "type": "structure",
145 "members": {}
146 }
147 },
148 "DescribeApplication": {
149 "input": {
150 "type": "structure",
151 "required": [
152 "ResourceGroupName"
153 ],
154 "members": {
155 "ResourceGroupName": {}
156 }
157 },
158 "output": {
159 "type": "structure",
160 "members": {
161 "ApplicationInfo": {
162 "shape": "Sb"
163 }
164 }
165 }
166 },
167 "DescribeComponent": {
168 "input": {
169 "type": "structure",
170 "required": [
171 "ResourceGroupName",
172 "ComponentName"
173 ],
174 "members": {
175 "ResourceGroupName": {},
176 "ComponentName": {}
177 }
178 },
179 "output": {
180 "type": "structure",
181 "members": {
182 "ApplicationComponent": {
183 "shape": "S10"
184 },
185 "ResourceList": {
186 "shape": "Sg"
187 }
188 }
189 }
190 },
191 "DescribeComponentConfiguration": {
192 "input": {
193 "type": "structure",
194 "required": [
195 "ResourceGroupName",
196 "ComponentName"
197 ],
198 "members": {
199 "ResourceGroupName": {},
200 "ComponentName": {}
201 }
202 },
203 "output": {
204 "type": "structure",
205 "members": {
206 "Monitor": {
207 "type": "boolean"
208 },
209 "Tier": {},
210 "ComponentConfiguration": {}
211 }
212 }
213 },
214 "DescribeComponentConfigurationRecommendation": {
215 "input": {
216 "type": "structure",
217 "required": [
218 "ResourceGroupName",
219 "ComponentName",
220 "Tier"
221 ],
222 "members": {
223 "ResourceGroupName": {},
224 "ComponentName": {},
225 "Tier": {}
226 }
227 },
228 "output": {
229 "type": "structure",
230 "members": {
231 "ComponentConfiguration": {}
232 }
233 }
234 },
235 "DescribeLogPattern": {
236 "input": {
237 "type": "structure",
238 "required": [
239 "ResourceGroupName",
240 "PatternSetName",
241 "PatternName"
242 ],
243 "members": {
244 "ResourceGroupName": {},
245 "PatternSetName": {},
246 "PatternName": {}
247 }
248 },
249 "output": {
250 "type": "structure",
251 "members": {
252 "ResourceGroupName": {},
253 "LogPattern": {
254 "shape": "Sp"
255 }
256 }
257 }
258 },
259 "DescribeObservation": {
260 "input": {
261 "type": "structure",
262 "required": [
263 "ObservationId"
264 ],
265 "members": {
266 "ObservationId": {}
267 }
268 },
269 "output": {
270 "type": "structure",
271 "members": {
272 "Observation": {
273 "shape": "S1e"
274 }
275 }
276 }
277 },
278 "DescribeProblem": {
279 "input": {
280 "type": "structure",
281 "required": [
282 "ProblemId"
283 ],
284 "members": {
285 "ProblemId": {}
286 }
287 },
288 "output": {
289 "type": "structure",
290 "members": {
291 "Problem": {
292 "shape": "S2f"
293 }
294 }
295 }
296 },
297 "DescribeProblemObservations": {
298 "input": {
299 "type": "structure",
300 "required": [
301 "ProblemId"
302 ],
303 "members": {
304 "ProblemId": {}
305 }
306 },
307 "output": {
308 "type": "structure",
309 "members": {
310 "RelatedObservations": {
311 "type": "structure",
312 "members": {
313 "ObservationList": {
314 "type": "list",
315 "member": {
316 "shape": "S1e"
317 }
318 }
319 }
320 }
321 }
322 }
323 },
324 "ListApplications": {
325 "input": {
326 "type": "structure",
327 "members": {
328 "MaxResults": {
329 "type": "integer"
330 },
331 "NextToken": {}
332 }
333 },
334 "output": {
335 "type": "structure",
336 "members": {
337 "ApplicationInfoList": {
338 "type": "list",
339 "member": {
340 "shape": "Sb"
341 }
342 },
343 "NextToken": {}
344 }
345 }
346 },
347 "ListComponents": {
348 "input": {
349 "type": "structure",
350 "required": [
351 "ResourceGroupName"
352 ],
353 "members": {
354 "ResourceGroupName": {},
355 "MaxResults": {
356 "type": "integer"
357 },
358 "NextToken": {}
359 }
360 },
361 "output": {
362 "type": "structure",
363 "members": {
364 "ApplicationComponentList": {
365 "type": "list",
366 "member": {
367 "shape": "S10"
368 }
369 },
370 "NextToken": {}
371 }
372 }
373 },
374 "ListConfigurationHistory": {
375 "input": {
376 "type": "structure",
377 "members": {
378 "ResourceGroupName": {},
379 "StartTime": {
380 "type": "timestamp"
381 },
382 "EndTime": {
383 "type": "timestamp"
384 },
385 "EventStatus": {},
386 "MaxResults": {
387 "type": "integer"
388 },
389 "NextToken": {}
390 }
391 },
392 "output": {
393 "type": "structure",
394 "members": {
395 "EventList": {
396 "type": "list",
397 "member": {
398 "type": "structure",
399 "members": {
400 "MonitoredResourceARN": {},
401 "EventStatus": {},
402 "EventResourceType": {},
403 "EventTime": {
404 "type": "timestamp"
405 },
406 "EventDetail": {},
407 "EventResourceName": {}
408 }
409 }
410 },
411 "NextToken": {}
412 }
413 }
414 },
415 "ListLogPatternSets": {
416 "input": {
417 "type": "structure",
418 "required": [
419 "ResourceGroupName"
420 ],
421 "members": {
422 "ResourceGroupName": {},
423 "MaxResults": {
424 "type": "integer"
425 },
426 "NextToken": {}
427 }
428 },
429 "output": {
430 "type": "structure",
431 "members": {
432 "ResourceGroupName": {},
433 "LogPatternSets": {
434 "type": "list",
435 "member": {}
436 },
437 "NextToken": {}
438 }
439 }
440 },
441 "ListLogPatterns": {
442 "input": {
443 "type": "structure",
444 "required": [
445 "ResourceGroupName"
446 ],
447 "members": {
448 "ResourceGroupName": {},
449 "PatternSetName": {},
450 "MaxResults": {
451 "type": "integer"
452 },
453 "NextToken": {}
454 }
455 },
456 "output": {
457 "type": "structure",
458 "members": {
459 "ResourceGroupName": {},
460 "LogPatterns": {
461 "type": "list",
462 "member": {
463 "shape": "Sp"
464 }
465 },
466 "NextToken": {}
467 }
468 }
469 },
470 "ListProblems": {
471 "input": {
472 "type": "structure",
473 "members": {
474 "ResourceGroupName": {},
475 "StartTime": {
476 "type": "timestamp"
477 },
478 "EndTime": {
479 "type": "timestamp"
480 },
481 "MaxResults": {
482 "type": "integer"
483 },
484 "NextToken": {}
485 }
486 },
487 "output": {
488 "type": "structure",
489 "members": {
490 "ProblemList": {
491 "type": "list",
492 "member": {
493 "shape": "S2f"
494 }
495 },
496 "NextToken": {}
497 }
498 }
499 },
500 "ListTagsForResource": {
501 "input": {
502 "type": "structure",
503 "required": [
504 "ResourceARN"
505 ],
506 "members": {
507 "ResourceARN": {}
508 }
509 },
510 "output": {
511 "type": "structure",
512 "members": {
513 "Tags": {
514 "shape": "S6"
515 }
516 }
517 }
518 },
519 "TagResource": {
520 "input": {
521 "type": "structure",
522 "required": [
523 "ResourceARN",
524 "Tags"
525 ],
526 "members": {
527 "ResourceARN": {},
528 "Tags": {
529 "shape": "S6"
530 }
531 }
532 },
533 "output": {
534 "type": "structure",
535 "members": {}
536 }
537 },
538 "UntagResource": {
539 "input": {
540 "type": "structure",
541 "required": [
542 "ResourceARN",
543 "TagKeys"
544 ],
545 "members": {
546 "ResourceARN": {},
547 "TagKeys": {
548 "type": "list",
549 "member": {}
550 }
551 }
552 },
553 "output": {
554 "type": "structure",
555 "members": {}
556 }
557 },
558 "UpdateApplication": {
559 "input": {
560 "type": "structure",
561 "required": [
562 "ResourceGroupName"
563 ],
564 "members": {
565 "ResourceGroupName": {},
566 "OpsCenterEnabled": {
567 "type": "boolean"
568 },
569 "CWEMonitorEnabled": {
570 "type": "boolean"
571 },
572 "OpsItemSNSTopicArn": {},
573 "RemoveSNSTopic": {
574 "type": "boolean"
575 }
576 }
577 },
578 "output": {
579 "type": "structure",
580 "members": {
581 "ApplicationInfo": {
582 "shape": "Sb"
583 }
584 }
585 }
586 },
587 "UpdateComponent": {
588 "input": {
589 "type": "structure",
590 "required": [
591 "ResourceGroupName",
592 "ComponentName"
593 ],
594 "members": {
595 "ResourceGroupName": {},
596 "ComponentName": {},
597 "NewComponentName": {},
598 "ResourceList": {
599 "shape": "Sg"
600 }
601 }
602 },
603 "output": {
604 "type": "structure",
605 "members": {}
606 }
607 },
608 "UpdateComponentConfiguration": {
609 "input": {
610 "type": "structure",
611 "required": [
612 "ResourceGroupName",
613 "ComponentName"
614 ],
615 "members": {
616 "ResourceGroupName": {},
617 "ComponentName": {},
618 "Monitor": {
619 "type": "boolean"
620 },
621 "Tier": {},
622 "ComponentConfiguration": {}
623 }
624 },
625 "output": {
626 "type": "structure",
627 "members": {}
628 }
629 },
630 "UpdateLogPattern": {
631 "input": {
632 "type": "structure",
633 "required": [
634 "ResourceGroupName",
635 "PatternSetName",
636 "PatternName"
637 ],
638 "members": {
639 "ResourceGroupName": {},
640 "PatternSetName": {},
641 "PatternName": {},
642 "Pattern": {},
643 "Rank": {
644 "type": "integer"
645 }
646 }
647 },
648 "output": {
649 "type": "structure",
650 "members": {
651 "ResourceGroupName": {},
652 "LogPattern": {
653 "shape": "Sp"
654 }
655 }
656 }
657 }
658 },
659 "shapes": {
660 "S6": {
661 "type": "list",
662 "member": {
663 "type": "structure",
664 "required": [
665 "Key",
666 "Value"
667 ],
668 "members": {
669 "Key": {},
670 "Value": {}
671 }
672 }
673 },
674 "Sb": {
675 "type": "structure",
676 "members": {
677 "ResourceGroupName": {},
678 "LifeCycle": {},
679 "OpsItemSNSTopicArn": {},
680 "OpsCenterEnabled": {
681 "type": "boolean"
682 },
683 "CWEMonitorEnabled": {
684 "type": "boolean"
685 },
686 "Remarks": {}
687 }
688 },
689 "Sg": {
690 "type": "list",
691 "member": {}
692 },
693 "Sp": {
694 "type": "structure",
695 "members": {
696 "PatternSetName": {},
697 "PatternName": {},
698 "Pattern": {},
699 "Rank": {
700 "type": "integer"
701 }
702 }
703 },
704 "S10": {
705 "type": "structure",
706 "members": {
707 "ComponentName": {},
708 "ResourceType": {},
709 "Tier": {},
710 "Monitor": {
711 "type": "boolean"
712 }
713 }
714 },
715 "S1e": {
716 "type": "structure",
717 "members": {
718 "Id": {},
719 "StartTime": {
720 "type": "timestamp"
721 },
722 "EndTime": {
723 "type": "timestamp"
724 },
725 "SourceType": {},
726 "SourceARN": {},
727 "LogGroup": {},
728 "LineTime": {
729 "type": "timestamp"
730 },
731 "LogText": {},
732 "LogFilter": {},
733 "MetricNamespace": {},
734 "MetricName": {},
735 "Unit": {},
736 "Value": {
737 "type": "double"
738 },
739 "CloudWatchEventId": {},
740 "CloudWatchEventSource": {},
741 "CloudWatchEventDetailType": {},
742 "HealthEventArn": {},
743 "HealthService": {},
744 "HealthEventTypeCode": {},
745 "HealthEventTypeCategory": {},
746 "HealthEventDescription": {},
747 "CodeDeployDeploymentId": {},
748 "CodeDeployDeploymentGroup": {},
749 "CodeDeployState": {},
750 "CodeDeployApplication": {},
751 "CodeDeployInstanceGroupId": {},
752 "Ec2State": {},
753 "XRayFaultPercent": {
754 "type": "integer"
755 },
756 "XRayThrottlePercent": {
757 "type": "integer"
758 },
759 "XRayErrorPercent": {
760 "type": "integer"
761 },
762 "XRayRequestCount": {
763 "type": "integer"
764 },
765 "XRayRequestAverageLatency": {
766 "type": "long"
767 },
768 "XRayNodeName": {},
769 "XRayNodeType": {}
770 }
771 },
772 "S2f": {
773 "type": "structure",
774 "members": {
775 "Id": {},
776 "Title": {},
777 "Insights": {},
778 "Status": {},
779 "AffectedResource": {},
780 "StartTime": {
781 "type": "timestamp"
782 },
783 "EndTime": {
784 "type": "timestamp"
785 },
786 "SeverityLevel": {},
787 "ResourceGroupName": {},
788 "Feedback": {
789 "type": "map",
790 "key": {},
791 "value": {}
792 }
793 }
794 }
795 }
796}
\No newline at end of file