1{
2  "version": "2.0",
3  "service": "<fullname>Amazon CloudWatch Application Insights for .NET and SQL Server</fullname> <p> Amazon CloudWatch Application Insights for .NET and SQL Server is a service that helps you detect common problems with your .NET and SQL Server-based applications. It enables you to pinpoint the source of issues in your applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into detected problems.</p> <p>After you onboard your application, CloudWatch Application Insights for .NET and SQL Server identifies, recommends, and sets up metrics and logs. It continuously analyzes and correlates your metrics and logs for unusual behavior to surface actionable problems with your application. For example, if your application is slow and unresponsive and leading to HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you that a memory pressure problem with your SQL Server database is occurring. It bases this analysis on impactful metrics and log errors. </p>",
4  "operations": {
5    "CreateApplication": "<p>Adds an application that is created from a resource group.</p>",
6    "CreateComponent": "<p>Creates a custom component by grouping similar standalone instances to monitor.</p>",
7    "DeleteApplication": "<p>Removes the specified application from monitoring. Does not delete the application.</p>",
8    "DeleteComponent": "<p>Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.</p>",
9    "DescribeApplication": "<p>Describes the application.</p>",
10    "DescribeComponent": "<p>Describes a component and lists the resources that are grouped together in a component.</p>",
11    "DescribeComponentConfiguration": "<p>Describes the monitoring configuration of the component.</p>",
12    "DescribeComponentConfigurationRecommendation": "<p>Describes the recommended monitoring configuration of the component.</p>",
13    "DescribeObservation": "<p>Describes an anomaly or error with the application.</p>",
14    "DescribeProblem": "<p>Describes an application problem.</p>",
15    "DescribeProblemObservations": "<p>Describes the anomalies or errors associated with the problem.</p>",
16    "ListApplications": "<p>Lists the IDs of the applications that you are monitoring. </p>",
17    "ListComponents": "<p>Lists the auto-grouped, standalone, and custom components of the application.</p>",
18    "ListProblems": "<p>Lists the problems with your application.</p>",
19    "UpdateApplication": "<p>Updates the application.</p>",
20    "UpdateComponent": "<p>Updates the custom component name and/or the list of resources that make up the component.</p>",
21    "UpdateComponentConfiguration": "<p>Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by <code>DescribeComponentConfigurationRecommendation</code>.</p>"
22  },
23  "shapes": {
24    "AffectedResource": {
25      "base": null,
26      "refs": {
27        "Problem$AffectedResource": "<p>The resource affected by the problem.</p>"
28      }
29    },
30    "ApplicationComponent": {
31      "base": "<p>Describes a standalone resource or similarly grouped resources that the application is made up of.</p>",
32      "refs": {
33        "ApplicationComponentList$member": null,
34        "DescribeComponentResponse$ApplicationComponent": null
35      }
36    },
37    "ApplicationComponentList": {
38      "base": null,
39      "refs": {
40        "ListComponentsResponse$ApplicationComponentList": "<p>The list of application components.</p>"
41      }
42    },
43    "ApplicationInfo": {
44      "base": "<p>Describes the status of the application.</p>",
45      "refs": {
46        "ApplicationInfoList$member": null,
47        "CreateApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
48        "DescribeApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
49        "UpdateApplicationResponse$ApplicationInfo": "<p>Information about the application. </p>"
50      }
51    },
52    "ApplicationInfoList": {
53      "base": null,
54      "refs": {
55        "ListApplicationsResponse$ApplicationInfoList": "<p>The list of applications.</p>"
56      }
57    },
58    "BadRequestException": {
59      "base": "<p>The request is not understood by the server.</p>",
60      "refs": {
61      }
62    },
63    "ComponentConfiguration": {
64      "base": null,
65      "refs": {
66        "DescribeComponentConfigurationRecommendationResponse$ComponentConfiguration": "<p>The recommended configuration settings of the component. The value is the escaped JSON of the configuration.</p>",
67        "DescribeComponentConfigurationResponse$ComponentConfiguration": "<p>The configuration settings of the component. The value is the escaped JSON of the configuration.</p>",
68        "UpdateComponentConfigurationRequest$ComponentConfiguration": "<p>The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see <a href=\"https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/working-with-json.html\">Working with JSON</a>. You can send a request to <code>DescribeComponentConfigurationRecommendation</code> to see the recommended configuration for a component.</p>"
69      }
70    },
71    "ComponentName": {
72      "base": null,
73      "refs": {
74        "ApplicationComponent$ComponentName": "<p>The name of the component.</p>",
75        "CreateComponentRequest$ComponentName": "<p>The name of the component.</p>",
76        "DeleteComponentRequest$ComponentName": "<p>The name of the component.</p>",
77        "DescribeComponentConfigurationRecommendationRequest$ComponentName": "<p>The name of the component.</p>",
78        "DescribeComponentConfigurationRequest$ComponentName": "<p>The name of the component.</p>",
79        "DescribeComponentRequest$ComponentName": "<p>The name of the component.</p>",
80        "UpdateComponentConfigurationRequest$ComponentName": "<p>The name of the component.</p>",
81        "UpdateComponentRequest$ComponentName": "<p>The name of the component.</p>"
82      }
83    },
84    "CreateApplicationRequest": {
85      "base": null,
86      "refs": {
87      }
88    },
89    "CreateApplicationResponse": {
90      "base": null,
91      "refs": {
92      }
93    },
94    "CreateComponentRequest": {
95      "base": null,
96      "refs": {
97      }
98    },
99    "CreateComponentResponse": {
100      "base": null,
101      "refs": {
102      }
103    },
104    "DeleteApplicationRequest": {
105      "base": null,
106      "refs": {
107      }
108    },
109    "DeleteApplicationResponse": {
110      "base": null,
111      "refs": {
112      }
113    },
114    "DeleteComponentRequest": {
115      "base": null,
116      "refs": {
117      }
118    },
119    "DeleteComponentResponse": {
120      "base": null,
121      "refs": {
122      }
123    },
124    "DescribeApplicationRequest": {
125      "base": null,
126      "refs": {
127      }
128    },
129    "DescribeApplicationResponse": {
130      "base": null,
131      "refs": {
132      }
133    },
134    "DescribeComponentConfigurationRecommendationRequest": {
135      "base": null,
136      "refs": {
137      }
138    },
139    "DescribeComponentConfigurationRecommendationResponse": {
140      "base": null,
141      "refs": {
142      }
143    },
144    "DescribeComponentConfigurationRequest": {
145      "base": null,
146      "refs": {
147      }
148    },
149    "DescribeComponentConfigurationResponse": {
150      "base": null,
151      "refs": {
152      }
153    },
154    "DescribeComponentRequest": {
155      "base": null,
156      "refs": {
157      }
158    },
159    "DescribeComponentResponse": {
160      "base": null,
161      "refs": {
162      }
163    },
164    "DescribeObservationRequest": {
165      "base": null,
166      "refs": {
167      }
168    },
169    "DescribeObservationResponse": {
170      "base": null,
171      "refs": {
172      }
173    },
174    "DescribeProblemObservationsRequest": {
175      "base": null,
176      "refs": {
177      }
178    },
179    "DescribeProblemObservationsResponse": {
180      "base": null,
181      "refs": {
182      }
183    },
184    "DescribeProblemRequest": {
185      "base": null,
186      "refs": {
187      }
188    },
189    "DescribeProblemResponse": {
190      "base": null,
191      "refs": {
192      }
193    },
194    "EndTime": {
195      "base": null,
196      "refs": {
197        "ListProblemsRequest$EndTime": "<p>The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.</p>",
198        "Observation$EndTime": "<p>The time when the observation ended, in epoch seconds.</p>",
199        "Problem$EndTime": "<p>The time when the problem ended, in epoch seconds.</p>"
200      }
201    },
202    "ErrorMsg": {
203      "base": null,
204      "refs": {
205        "BadRequestException$Message": null,
206        "InternalServerException$Message": null,
207        "ResourceInUseException$Message": null,
208        "ResourceNotFoundException$Message": null,
209        "ValidationException$Message": null
210      }
211    },
212    "Feedback": {
213      "base": null,
214      "refs": {
215        "Problem$Feedback": "<p>Feedback provided by the user about the problem.</p>"
216      }
217    },
218    "FeedbackKey": {
219      "base": null,
220      "refs": {
221        "Feedback$key": null
222      }
223    },
224    "FeedbackValue": {
225      "base": null,
226      "refs": {
227        "Feedback$value": null
228      }
229    },
230    "Insights": {
231      "base": null,
232      "refs": {
233        "Problem$Insights": "<p>A detailed analysis of the problem using machine learning.</p>"
234      }
235    },
236    "InternalServerException": {
237      "base": "<p>The server encountered an internal error and is unable to complete the request.</p>",
238      "refs": {
239      }
240    },
241    "LifeCycle": {
242      "base": null,
243      "refs": {
244        "ApplicationInfo$LifeCycle": "<p>The lifecycle of the application. </p>"
245      }
246    },
247    "LineTime": {
248      "base": null,
249      "refs": {
250        "Observation$LineTime": "<p>The timestamp in the CloudWatch Logs that specifies when the matched line occurred.</p>"
251      }
252    },
253    "ListApplicationsRequest": {
254      "base": null,
255      "refs": {
256      }
257    },
258    "ListApplicationsResponse": {
259      "base": null,
260      "refs": {
261      }
262    },
263    "ListComponentsRequest": {
264      "base": null,
265      "refs": {
266      }
267    },
268    "ListComponentsResponse": {
269      "base": null,
270      "refs": {
271      }
272    },
273    "ListProblemsRequest": {
274      "base": null,
275      "refs": {
276      }
277    },
278    "ListProblemsResponse": {
279      "base": null,
280      "refs": {
281      }
282    },
283    "LogFilter": {
284      "base": null,
285      "refs": {
286        "Observation$LogFilter": "<p>The log filter of the observation.</p>"
287      }
288    },
289    "LogGroup": {
290      "base": null,
291      "refs": {
292        "Observation$LogGroup": "<p>The log group name.</p>"
293      }
294    },
295    "LogText": {
296      "base": null,
297      "refs": {
298        "Observation$LogText": "<p>The log text of the observation.</p>"
299      }
300    },
301    "MaxEntities": {
302      "base": null,
303      "refs": {
304        "ListApplicationsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
305        "ListComponentsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>",
306        "ListProblemsRequest$MaxResults": "<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.</p>"
307      }
308    },
309    "MetricName": {
310      "base": null,
311      "refs": {
312        "Observation$MetricName": "<p>The name of the observation metric.</p>"
313      }
314    },
315    "MetricNamespace": {
316      "base": null,
317      "refs": {
318        "Observation$MetricNamespace": "<p>The namespace of the observation metric.</p>"
319      }
320    },
321    "Monitor": {
322      "base": null,
323      "refs": {
324        "ApplicationComponent$Monitor": "<p>Indicates whether the application component is monitored. </p>",
325        "DescribeComponentConfigurationResponse$Monitor": "<p>Indicates whether the application component is monitored.</p>",
326        "UpdateComponentConfigurationRequest$Monitor": "<p>Indicates whether the application component is monitored.</p>"
327      }
328    },
329    "NewComponentName": {
330      "base": null,
331      "refs": {
332        "UpdateComponentRequest$NewComponentName": "<p>The new name of the component.</p>"
333      }
334    },
335    "Observation": {
336      "base": "<p>Describes an anomaly or error with the application.</p>",
337      "refs": {
338        "DescribeObservationResponse$Observation": "<p>Information about the observation.</p>",
339        "ObservationList$member": null
340      }
341    },
342    "ObservationId": {
343      "base": null,
344      "refs": {
345        "DescribeObservationRequest$ObservationId": "<p>The ID of the observation.</p>",
346        "Observation$Id": "<p>The ID of the observation type.</p>"
347      }
348    },
349    "ObservationList": {
350      "base": null,
351      "refs": {
352        "RelatedObservations$ObservationList": "<p>The list of observations related to the problem.</p>"
353      }
354    },
355    "OpsCenterEnabled": {
356      "base": null,
357      "refs": {
358        "ApplicationInfo$OpsCenterEnabled": "<p> Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application. </p>",
359        "CreateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>",
360        "UpdateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
361      }
362    },
363    "OpsItemSNSTopicArn": {
364      "base": null,
365      "refs": {
366        "ApplicationInfo$OpsItemSNSTopicArn": "<p> The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates. </p>",
367        "CreateApplicationRequest$OpsItemSNSTopicArn": "<p> The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem. </p>",
368        "UpdateApplicationRequest$OpsItemSNSTopicArn": "<p> The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.</p>"
369      }
370    },
371    "PaginationToken": {
372      "base": null,
373      "refs": {
374        "ListApplicationsRequest$NextToken": "<p>The token to request the next page of results.</p>",
375        "ListApplicationsResponse$NextToken": "<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>",
376        "ListComponentsRequest$NextToken": "<p>The token to request the next page of results.</p>",
377        "ListComponentsResponse$NextToken": "<p>The token to request the next page of results.</p>",
378        "ListProblemsRequest$NextToken": "<p>The token to request the next page of results.</p>",
379        "ListProblemsResponse$NextToken": "<p>The token used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>"
380      }
381    },
382    "Problem": {
383      "base": "<p>Describes a problem that is detected by correlating observations.</p>",
384      "refs": {
385        "DescribeProblemResponse$Problem": "<p>Information about the problem. </p>",
386        "ProblemList$member": null
387      }
388    },
389    "ProblemId": {
390      "base": null,
391      "refs": {
392        "DescribeProblemObservationsRequest$ProblemId": "<p>The ID of the problem.</p>",
393        "DescribeProblemRequest$ProblemId": "<p>The ID of the problem.</p>",
394        "Problem$Id": "<p>The ID of the problem.</p>"
395      }
396    },
397    "ProblemList": {
398      "base": null,
399      "refs": {
400        "ListProblemsResponse$ProblemList": "<p>The list of problems. </p>"
401      }
402    },
403    "RelatedObservations": {
404      "base": "<p>Describes observations related to the problem.</p>",
405      "refs": {
406        "DescribeProblemObservationsResponse$RelatedObservations": "<p>Observations related to the problem.</p>"
407      }
408    },
409    "Remarks": {
410      "base": null,
411      "refs": {
412        "ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>"
413      }
414    },
415    "RemoveSNSTopic": {
416      "base": null,
417      "refs": {
418        "UpdateApplicationRequest$RemoveSNSTopic": "<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
419      }
420    },
421    "ResourceARN": {
422      "base": null,
423      "refs": {
424        "ResourceList$member": null
425      }
426    },
427    "ResourceGroupName": {
428      "base": null,
429      "refs": {
430        "ApplicationInfo$ResourceGroupName": "<p>The name of the resource group used for the application.</p>",
431        "CreateApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
432        "CreateComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
433        "DeleteApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
434        "DeleteComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
435        "DescribeApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
436        "DescribeComponentConfigurationRecommendationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
437        "DescribeComponentConfigurationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
438        "DescribeComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
439        "ListComponentsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
440        "ListProblemsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
441        "Problem$ResourceGroupName": "<p>The name of the resource group affected by the problem.</p>",
442        "UpdateApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
443        "UpdateComponentConfigurationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
444        "UpdateComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>"
445      }
446    },
447    "ResourceInUseException": {
448      "base": "<p>The resource is already created or in use.</p>",
449      "refs": {
450      }
451    },
452    "ResourceList": {
453      "base": null,
454      "refs": {
455        "CreateComponentRequest$ResourceList": "<p>The list of resource ARNs that belong to the component.</p>",
456        "DescribeComponentResponse$ResourceList": "<p>The list of resource ARNs that belong to the component.</p>",
457        "UpdateComponentRequest$ResourceList": "<p>The list of resource ARNs that belong to the component.</p>"
458      }
459    },
460    "ResourceNotFoundException": {
461      "base": "<p>The resource does not exist in the customer account.</p>",
462      "refs": {
463      }
464    },
465    "ResourceType": {
466      "base": null,
467      "refs": {
468        "ApplicationComponent$ResourceType": "<p>The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.</p>"
469      }
470    },
471    "SeverityLevel": {
472      "base": null,
473      "refs": {
474        "Problem$SeverityLevel": "<p>A measure of the level of impact of the problem.</p>"
475      }
476    },
477    "SourceARN": {
478      "base": null,
479      "refs": {
480        "Observation$SourceARN": "<p>The source resource ARN of the observation.</p>"
481      }
482    },
483    "SourceType": {
484      "base": null,
485      "refs": {
486        "Observation$SourceType": "<p>The source type of the observation.</p>"
487      }
488    },
489    "StartTime": {
490      "base": null,
491      "refs": {
492        "ListProblemsRequest$StartTime": "<p>The time when the problem was detected, in epoch seconds. If you don't specify a time frame for the request, problems within the past seven days are returned.</p>",
493        "Observation$StartTime": "<p>The time when the observation was first detected, in epoch seconds.</p>",
494        "Problem$StartTime": "<p>The time when the problem started, in epoch seconds.</p>"
495      }
496    },
497    "Status": {
498      "base": null,
499      "refs": {
500        "Problem$Status": "<p>The status of the problem.</p>"
501      }
502    },
503    "Tier": {
504      "base": null,
505      "refs": {
506        "ApplicationComponent$Tier": "<p>The stack tier of the application component.</p>",
507        "DescribeComponentConfigurationRecommendationRequest$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>",
508        "DescribeComponentConfigurationResponse$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code> </p>",
509        "UpdateComponentConfigurationRequest$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
510      }
511    },
512    "Title": {
513      "base": null,
514      "refs": {
515        "Problem$Title": "<p>The name of the problem.</p>"
516      }
517    },
518    "Unit": {
519      "base": null,
520      "refs": {
521        "Observation$Unit": "<p>The unit of the source observation metric.</p>"
522      }
523    },
524    "UpdateApplicationRequest": {
525      "base": null,
526      "refs": {
527      }
528    },
529    "UpdateApplicationResponse": {
530      "base": null,
531      "refs": {
532      }
533    },
534    "UpdateComponentConfigurationRequest": {
535      "base": null,
536      "refs": {
537      }
538    },
539    "UpdateComponentConfigurationResponse": {
540      "base": null,
541      "refs": {
542      }
543    },
544    "UpdateComponentRequest": {
545      "base": null,
546      "refs": {
547      }
548    },
549    "UpdateComponentResponse": {
550      "base": null,
551      "refs": {
552      }
553    },
554    "ValidationException": {
555      "base": "<p>The parameter is not valid.</p>",
556      "refs": {
557      }
558    },
559    "Value": {
560      "base": null,
561      "refs": {
562        "Observation$Value": "<p>The value of the source observation metric.</p>"
563      }
564    }
565  }
566}
567