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    "CreateLogPattern": "<p>Adds an log pattern to a <code>LogPatternSet</code>.</p>",
8    "DeleteApplication": "<p>Removes the specified application from monitoring. Does not delete the application.</p>",
9    "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>",
10    "DeleteLogPattern": "<p>Removes the specified log pattern from a <code>LogPatternSet</code>.</p>",
11    "DescribeApplication": "<p>Describes the application.</p>",
12    "DescribeComponent": "<p>Describes a component and lists the resources that are grouped together in a component.</p>",
13    "DescribeComponentConfiguration": "<p>Describes the monitoring configuration of the component.</p>",
14    "DescribeComponentConfigurationRecommendation": "<p>Describes the recommended monitoring configuration of the component.</p>",
15    "DescribeLogPattern": "<p>Describe a specific log pattern from a <code>LogPatternSet</code>.</p>",
16    "DescribeObservation": "<p>Describes an anomaly or error with the application.</p>",
17    "DescribeProblem": "<p>Describes an application problem.</p>",
18    "DescribeProblemObservations": "<p>Describes the anomalies or errors associated with the problem.</p>",
19    "ListApplications": "<p>Lists the IDs of the applications that you are monitoring. </p>",
20    "ListComponents": "<p>Lists the auto-grouped, standalone, and custom components of the application.</p>",
21    "ListLogPatternSets": "<p>Lists the log pattern sets in the specific application.</p>",
22    "ListLogPatterns": "<p>Lists the log patterns in the specific log <code>LogPatternSet</code>.</p>",
23    "ListProblems": "<p>Lists the problems with your application.</p>",
24    "ListTagsForResource": "<p>Retrieve a list of the tags (keys and values) that are associated with a specified application. A <i>tag</i> is a label that you optionally define and associate with an application. Each tag consists of a required <i>tag key</i> and an optional associated <i>tag value</i>. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.</p>",
25    "TagResource": "<p>Add one or more tags (keys and values) to a specified application. A <i>tag</i> is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria. </p> <p>Each tag consists of a required <i>tag key</i> and an associated <i>tag value</i>, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.</p>",
26    "UntagResource": "<p>Remove one or more tags (keys and values) from a specified application.</p>",
27    "UpdateApplication": "<p>Updates the application.</p>",
28    "UpdateComponent": "<p>Updates the custom component name and/or the list of resources that make up the component.</p>",
29    "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>",
30    "UpdateLogPattern": "<p>Adds a log pattern to a <code>LogPatternSet</code>.</p>"
31  },
32  "shapes": {
33    "AffectedResource": {
34      "base": null,
35      "refs": {
36        "Problem$AffectedResource": "<p>The resource affected by the problem.</p>"
37      }
38    },
39    "AmazonResourceName": {
40      "base": null,
41      "refs": {
42        "ListTagsForResourceRequest$ResourceARN": "<p>The Amazon Resource Name (ARN) of the application that you want to retrieve tag information for.</p>",
43        "TagResourceRequest$ResourceARN": "<p>The Amazon Resource Name (ARN) of the application that you want to add one or more tags to.</p>",
44        "TooManyTagsException$ResourceName": "<p>The name of the resource with too many tags.</p>",
45        "UntagResourceRequest$ResourceARN": "<p>The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.</p>"
46      }
47    },
48    "ApplicationComponent": {
49      "base": "<p>Describes a standalone resource or similarly grouped resources that the application is made up of.</p>",
50      "refs": {
51        "ApplicationComponentList$member": null,
52        "DescribeComponentResponse$ApplicationComponent": null
53      }
54    },
55    "ApplicationComponentList": {
56      "base": null,
57      "refs": {
58        "ListComponentsResponse$ApplicationComponentList": "<p>The list of application components.</p>"
59      }
60    },
61    "ApplicationInfo": {
62      "base": "<p>Describes the status of the application.</p>",
63      "refs": {
64        "ApplicationInfoList$member": null,
65        "CreateApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
66        "DescribeApplicationResponse$ApplicationInfo": "<p>Information about the application.</p>",
67        "UpdateApplicationResponse$ApplicationInfo": "<p>Information about the application. </p>"
68      }
69    },
70    "ApplicationInfoList": {
71      "base": null,
72      "refs": {
73        "ListApplicationsResponse$ApplicationInfoList": "<p>The list of applications.</p>"
74      }
75    },
76    "BadRequestException": {
77      "base": "<p>The request is not understood by the server.</p>",
78      "refs": {
79      }
80    },
81    "ComponentConfiguration": {
82      "base": null,
83      "refs": {
84        "DescribeComponentConfigurationRecommendationResponse$ComponentConfiguration": "<p>The recommended configuration settings of the component. The value is the escaped JSON of the configuration.</p>",
85        "DescribeComponentConfigurationResponse$ComponentConfiguration": "<p>The configuration settings of the component. The value is the escaped JSON of the configuration.</p>",
86        "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. For the complete format of the component configuration file, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html\">Component Configuration</a>.</p>"
87      }
88    },
89    "ComponentName": {
90      "base": null,
91      "refs": {
92        "ApplicationComponent$ComponentName": "<p>The name of the component.</p>",
93        "CreateComponentRequest$ComponentName": "<p>The name of the component.</p>",
94        "DeleteComponentRequest$ComponentName": "<p>The name of the component.</p>",
95        "DescribeComponentConfigurationRecommendationRequest$ComponentName": "<p>The name of the component.</p>",
96        "DescribeComponentConfigurationRequest$ComponentName": "<p>The name of the component.</p>",
97        "DescribeComponentRequest$ComponentName": "<p>The name of the component.</p>",
98        "UpdateComponentConfigurationRequest$ComponentName": "<p>The name of the component.</p>",
99        "UpdateComponentRequest$ComponentName": "<p>The name of the component.</p>"
100      }
101    },
102    "CreateApplicationRequest": {
103      "base": null,
104      "refs": {
105      }
106    },
107    "CreateApplicationResponse": {
108      "base": null,
109      "refs": {
110      }
111    },
112    "CreateComponentRequest": {
113      "base": null,
114      "refs": {
115      }
116    },
117    "CreateComponentResponse": {
118      "base": null,
119      "refs": {
120      }
121    },
122    "CreateLogPatternRequest": {
123      "base": null,
124      "refs": {
125      }
126    },
127    "CreateLogPatternResponse": {
128      "base": null,
129      "refs": {
130      }
131    },
132    "DeleteApplicationRequest": {
133      "base": null,
134      "refs": {
135      }
136    },
137    "DeleteApplicationResponse": {
138      "base": null,
139      "refs": {
140      }
141    },
142    "DeleteComponentRequest": {
143      "base": null,
144      "refs": {
145      }
146    },
147    "DeleteComponentResponse": {
148      "base": null,
149      "refs": {
150      }
151    },
152    "DeleteLogPatternRequest": {
153      "base": null,
154      "refs": {
155      }
156    },
157    "DeleteLogPatternResponse": {
158      "base": null,
159      "refs": {
160      }
161    },
162    "DescribeApplicationRequest": {
163      "base": null,
164      "refs": {
165      }
166    },
167    "DescribeApplicationResponse": {
168      "base": null,
169      "refs": {
170      }
171    },
172    "DescribeComponentConfigurationRecommendationRequest": {
173      "base": null,
174      "refs": {
175      }
176    },
177    "DescribeComponentConfigurationRecommendationResponse": {
178      "base": null,
179      "refs": {
180      }
181    },
182    "DescribeComponentConfigurationRequest": {
183      "base": null,
184      "refs": {
185      }
186    },
187    "DescribeComponentConfigurationResponse": {
188      "base": null,
189      "refs": {
190      }
191    },
192    "DescribeComponentRequest": {
193      "base": null,
194      "refs": {
195      }
196    },
197    "DescribeComponentResponse": {
198      "base": null,
199      "refs": {
200      }
201    },
202    "DescribeLogPatternRequest": {
203      "base": null,
204      "refs": {
205      }
206    },
207    "DescribeLogPatternResponse": {
208      "base": null,
209      "refs": {
210      }
211    },
212    "DescribeObservationRequest": {
213      "base": null,
214      "refs": {
215      }
216    },
217    "DescribeObservationResponse": {
218      "base": null,
219      "refs": {
220      }
221    },
222    "DescribeProblemObservationsRequest": {
223      "base": null,
224      "refs": {
225      }
226    },
227    "DescribeProblemObservationsResponse": {
228      "base": null,
229      "refs": {
230      }
231    },
232    "DescribeProblemRequest": {
233      "base": null,
234      "refs": {
235      }
236    },
237    "DescribeProblemResponse": {
238      "base": null,
239      "refs": {
240      }
241    },
242    "EndTime": {
243      "base": null,
244      "refs": {
245        "ListProblemsRequest$EndTime": "<p>The time when the problem ended, in epoch seconds. If not specified, problems within the past seven days are returned.</p>",
246        "Observation$EndTime": "<p>The time when the observation ended, in epoch seconds.</p>",
247        "Problem$EndTime": "<p>The time when the problem ended, in epoch seconds.</p>"
248      }
249    },
250    "ErrorMsg": {
251      "base": null,
252      "refs": {
253        "BadRequestException$Message": null,
254        "InternalServerException$Message": null,
255        "ResourceInUseException$Message": null,
256        "ResourceNotFoundException$Message": null,
257        "ValidationException$Message": null
258      }
259    },
260    "ExceptionMessage": {
261      "base": null,
262      "refs": {
263        "TagsAlreadyExistException$Message": null,
264        "TooManyTagsException$Message": null
265      }
266    },
267    "Feedback": {
268      "base": null,
269      "refs": {
270        "Problem$Feedback": "<p>Feedback provided by the user about the problem.</p>"
271      }
272    },
273    "FeedbackKey": {
274      "base": null,
275      "refs": {
276        "Feedback$key": null
277      }
278    },
279    "FeedbackValue": {
280      "base": null,
281      "refs": {
282        "Feedback$value": null
283      }
284    },
285    "Insights": {
286      "base": null,
287      "refs": {
288        "Problem$Insights": "<p>A detailed analysis of the problem using machine learning.</p>"
289      }
290    },
291    "InternalServerException": {
292      "base": "<p>The server encountered an internal error and is unable to complete the request.</p>",
293      "refs": {
294      }
295    },
296    "LifeCycle": {
297      "base": null,
298      "refs": {
299        "ApplicationInfo$LifeCycle": "<p>The lifecycle of the application. </p>"
300      }
301    },
302    "LineTime": {
303      "base": null,
304      "refs": {
305        "Observation$LineTime": "<p>The timestamp in the CloudWatch Logs that specifies when the matched line occurred.</p>"
306      }
307    },
308    "ListApplicationsRequest": {
309      "base": null,
310      "refs": {
311      }
312    },
313    "ListApplicationsResponse": {
314      "base": null,
315      "refs": {
316      }
317    },
318    "ListComponentsRequest": {
319      "base": null,
320      "refs": {
321      }
322    },
323    "ListComponentsResponse": {
324      "base": null,
325      "refs": {
326      }
327    },
328    "ListLogPatternSetsRequest": {
329      "base": null,
330      "refs": {
331      }
332    },
333    "ListLogPatternSetsResponse": {
334      "base": null,
335      "refs": {
336      }
337    },
338    "ListLogPatternsRequest": {
339      "base": null,
340      "refs": {
341      }
342    },
343    "ListLogPatternsResponse": {
344      "base": null,
345      "refs": {
346      }
347    },
348    "ListProblemsRequest": {
349      "base": null,
350      "refs": {
351      }
352    },
353    "ListProblemsResponse": {
354      "base": null,
355      "refs": {
356      }
357    },
358    "ListTagsForResourceRequest": {
359      "base": null,
360      "refs": {
361      }
362    },
363    "ListTagsForResourceResponse": {
364      "base": null,
365      "refs": {
366      }
367    },
368    "LogFilter": {
369      "base": null,
370      "refs": {
371        "Observation$LogFilter": "<p>The log filter of the observation.</p>"
372      }
373    },
374    "LogGroup": {
375      "base": null,
376      "refs": {
377        "Observation$LogGroup": "<p>The log group name.</p>"
378      }
379    },
380    "LogPattern": {
381      "base": "<p>An object that defines the log patterns that belongs to a <code>LogPatternSet</code>.</p>",
382      "refs": {
383        "CreateLogPatternResponse$LogPattern": "<p>The successfully created log pattern.</p>",
384        "DescribeLogPatternResponse$LogPattern": "<p>The successfully created log pattern.</p>",
385        "LogPatternList$member": null,
386        "UpdateLogPatternResponse$LogPattern": "<p>The successfully created log pattern.</p>"
387      }
388    },
389    "LogPatternList": {
390      "base": null,
391      "refs": {
392        "ListLogPatternsResponse$LogPatterns": "<p>The list of log patterns.</p>"
393      }
394    },
395    "LogPatternName": {
396      "base": null,
397      "refs": {
398        "CreateLogPatternRequest$PatternName": "<p>The name of the log pattern.</p>",
399        "DeleteLogPatternRequest$PatternName": "<p>The name of the log pattern.</p>",
400        "DescribeLogPatternRequest$PatternName": "<p>The name of the log pattern.</p>",
401        "LogPattern$PatternName": "<p>The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.</p>",
402        "UpdateLogPatternRequest$PatternName": "<p>The name of the log pattern.</p>"
403      }
404    },
405    "LogPatternRank": {
406      "base": null,
407      "refs": {
408        "CreateLogPatternRequest$Rank": "<p>Rank of the log pattern.</p>",
409        "LogPattern$Rank": "<p>Rank of the log pattern.</p>",
410        "UpdateLogPatternRequest$Rank": "<p>Rank of the log pattern.</p>"
411      }
412    },
413    "LogPatternRegex": {
414      "base": null,
415      "refs": {
416        "CreateLogPatternRequest$Pattern": "<p>The log pattern.</p>",
417        "LogPattern$Pattern": "<p>A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.</p>",
418        "UpdateLogPatternRequest$Pattern": "<p>The log pattern.</p>"
419      }
420    },
421    "LogPatternSetList": {
422      "base": null,
423      "refs": {
424        "ListLogPatternSetsResponse$LogPatternSets": "<p>The list of log pattern sets.</p>"
425      }
426    },
427    "LogPatternSetName": {
428      "base": null,
429      "refs": {
430        "CreateLogPatternRequest$PatternSetName": "<p>The name of the log pattern set.</p>",
431        "DeleteLogPatternRequest$PatternSetName": "<p>The name of the log pattern set.</p>",
432        "DescribeLogPatternRequest$PatternSetName": "<p>The name of the log pattern set.</p>",
433        "ListLogPatternsRequest$PatternSetName": "<p>The name of the log pattern set.</p>",
434        "LogPattern$PatternSetName": "<p>The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.</p>",
435        "LogPatternSetList$member": null,
436        "UpdateLogPatternRequest$PatternSetName": "<p>The name of the log pattern set.</p>"
437      }
438    },
439    "LogText": {
440      "base": null,
441      "refs": {
442        "Observation$LogText": "<p>The log text of the observation.</p>"
443      }
444    },
445    "MaxEntities": {
446      "base": null,
447      "refs": {
448        "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>",
449        "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>",
450        "ListLogPatternSetsRequest$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>",
451        "ListLogPatternsRequest$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>",
452        "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>"
453      }
454    },
455    "MetricName": {
456      "base": null,
457      "refs": {
458        "Observation$MetricName": "<p>The name of the observation metric.</p>"
459      }
460    },
461    "MetricNamespace": {
462      "base": null,
463      "refs": {
464        "Observation$MetricNamespace": "<p>The namespace of the observation metric.</p>"
465      }
466    },
467    "Monitor": {
468      "base": null,
469      "refs": {
470        "ApplicationComponent$Monitor": "<p>Indicates whether the application component is monitored. </p>",
471        "DescribeComponentConfigurationResponse$Monitor": "<p>Indicates whether the application component is monitored.</p>",
472        "UpdateComponentConfigurationRequest$Monitor": "<p>Indicates whether the application component is monitored.</p>"
473      }
474    },
475    "NewComponentName": {
476      "base": null,
477      "refs": {
478        "UpdateComponentRequest$NewComponentName": "<p>The new name of the component.</p>"
479      }
480    },
481    "Observation": {
482      "base": "<p>Describes an anomaly or error with the application.</p>",
483      "refs": {
484        "DescribeObservationResponse$Observation": "<p>Information about the observation.</p>",
485        "ObservationList$member": null
486      }
487    },
488    "ObservationId": {
489      "base": null,
490      "refs": {
491        "DescribeObservationRequest$ObservationId": "<p>The ID of the observation.</p>",
492        "Observation$Id": "<p>The ID of the observation type.</p>"
493      }
494    },
495    "ObservationList": {
496      "base": null,
497      "refs": {
498        "RelatedObservations$ObservationList": "<p>The list of observations related to the problem.</p>"
499      }
500    },
501    "OpsCenterEnabled": {
502      "base": null,
503      "refs": {
504        "ApplicationInfo$OpsCenterEnabled": "<p> Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application. </p>",
505        "CreateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>",
506        "UpdateApplicationRequest$OpsCenterEnabled": "<p> When set to <code>true</code>, creates opsItems for any problems detected on an application. </p>"
507      }
508    },
509    "OpsItemSNSTopicArn": {
510      "base": null,
511      "refs": {
512        "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>",
513        "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>",
514        "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>"
515      }
516    },
517    "PaginationToken": {
518      "base": null,
519      "refs": {
520        "ListApplicationsRequest$NextToken": "<p>The token to request the next page of results.</p>",
521        "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>",
522        "ListComponentsRequest$NextToken": "<p>The token to request the next page of results.</p>",
523        "ListComponentsResponse$NextToken": "<p>The token to request the next page of results.</p>",
524        "ListLogPatternSetsRequest$NextToken": "<p>The token to request the next page of results.</p>",
525        "ListLogPatternSetsResponse$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>",
526        "ListLogPatternsRequest$NextToken": "<p>The token to request the next page of results.</p>",
527        "ListLogPatternsResponse$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>",
528        "ListProblemsRequest$NextToken": "<p>The token to request the next page of results.</p>",
529        "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>"
530      }
531    },
532    "Problem": {
533      "base": "<p>Describes a problem that is detected by correlating observations.</p>",
534      "refs": {
535        "DescribeProblemResponse$Problem": "<p>Information about the problem. </p>",
536        "ProblemList$member": null
537      }
538    },
539    "ProblemId": {
540      "base": null,
541      "refs": {
542        "DescribeProblemObservationsRequest$ProblemId": "<p>The ID of the problem.</p>",
543        "DescribeProblemRequest$ProblemId": "<p>The ID of the problem.</p>",
544        "Problem$Id": "<p>The ID of the problem.</p>"
545      }
546    },
547    "ProblemList": {
548      "base": null,
549      "refs": {
550        "ListProblemsResponse$ProblemList": "<p>The list of problems. </p>"
551      }
552    },
553    "RelatedObservations": {
554      "base": "<p>Describes observations related to the problem.</p>",
555      "refs": {
556        "DescribeProblemObservationsResponse$RelatedObservations": "<p>Observations related to the problem.</p>"
557      }
558    },
559    "Remarks": {
560      "base": null,
561      "refs": {
562        "ApplicationInfo$Remarks": "<p>The issues on the user side that block Application Insights from successfully monitoring an application.</p>"
563      }
564    },
565    "RemoveSNSTopic": {
566      "base": null,
567      "refs": {
568        "UpdateApplicationRequest$RemoveSNSTopic": "<p> Disassociates the SNS topic from the opsItem created for detected problems.</p>"
569      }
570    },
571    "ResourceARN": {
572      "base": null,
573      "refs": {
574        "ResourceList$member": null
575      }
576    },
577    "ResourceGroupName": {
578      "base": null,
579      "refs": {
580        "ApplicationInfo$ResourceGroupName": "<p>The name of the resource group used for the application.</p>",
581        "CreateApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
582        "CreateComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
583        "CreateLogPatternRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
584        "CreateLogPatternResponse$ResourceGroupName": "<p>The name of the resource group.</p>",
585        "DeleteApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
586        "DeleteComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
587        "DeleteLogPatternRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
588        "DescribeApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
589        "DescribeComponentConfigurationRecommendationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
590        "DescribeComponentConfigurationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
591        "DescribeComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
592        "DescribeLogPatternRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
593        "DescribeLogPatternResponse$ResourceGroupName": "<p>The name of the resource group.</p>",
594        "ListComponentsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
595        "ListLogPatternSetsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
596        "ListLogPatternSetsResponse$ResourceGroupName": "<p>The name of the resource group.</p>",
597        "ListLogPatternsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
598        "ListLogPatternsResponse$ResourceGroupName": "<p>The name of the resource group.</p>",
599        "ListProblemsRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
600        "Problem$ResourceGroupName": "<p>The name of the resource group affected by the problem.</p>",
601        "UpdateApplicationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
602        "UpdateComponentConfigurationRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
603        "UpdateComponentRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
604        "UpdateLogPatternRequest$ResourceGroupName": "<p>The name of the resource group.</p>",
605        "UpdateLogPatternResponse$ResourceGroupName": "<p>The name of the resource group.</p>"
606      }
607    },
608    "ResourceInUseException": {
609      "base": "<p>The resource is already created or in use.</p>",
610      "refs": {
611      }
612    },
613    "ResourceList": {
614      "base": null,
615      "refs": {
616        "CreateComponentRequest$ResourceList": "<p>The list of resource ARNs that belong to the component.</p>",
617        "DescribeComponentResponse$ResourceList": "<p>The list of resource ARNs that belong to the component.</p>",
618        "UpdateComponentRequest$ResourceList": "<p>The list of resource ARNs that belong to the component.</p>"
619      }
620    },
621    "ResourceNotFoundException": {
622      "base": "<p>The resource does not exist in the customer account.</p>",
623      "refs": {
624      }
625    },
626    "ResourceType": {
627      "base": null,
628      "refs": {
629        "ApplicationComponent$ResourceType": "<p>The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.</p>"
630      }
631    },
632    "SeverityLevel": {
633      "base": null,
634      "refs": {
635        "Problem$SeverityLevel": "<p>A measure of the level of impact of the problem.</p>"
636      }
637    },
638    "SourceARN": {
639      "base": null,
640      "refs": {
641        "Observation$SourceARN": "<p>The source resource ARN of the observation.</p>"
642      }
643    },
644    "SourceType": {
645      "base": null,
646      "refs": {
647        "Observation$SourceType": "<p>The source type of the observation.</p>"
648      }
649    },
650    "StartTime": {
651      "base": null,
652      "refs": {
653        "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>",
654        "Observation$StartTime": "<p>The time when the observation was first detected, in epoch seconds.</p>",
655        "Problem$StartTime": "<p>The time when the problem started, in epoch seconds.</p>"
656      }
657    },
658    "Status": {
659      "base": null,
660      "refs": {
661        "Problem$Status": "<p>The status of the problem.</p>"
662      }
663    },
664    "Tag": {
665      "base": "<p>An object that defines the tags associated with an application. A <i>tag</i> is a label that you optionally define and associate with an application. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria.</p> <p>Each tag consists of a required <i>tag key</i> and an associated <i>tag value</i>, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:</p> <ul> <li> <p>Tag keys and values are case sensitive.</p> </li> <li> <p>For each associated resource, each tag key must be unique and it can have only one value.</p> </li> <li> <p>The <code>aws:</code> prefix is reserved for use by AWS; you can’t use it in any tag keys or values that you define. In addition, you can't edit or remove tag keys or values that use this prefix. </p> </li> </ul>",
666      "refs": {
667        "TagList$member": null
668      }
669    },
670    "TagKey": {
671      "base": null,
672      "refs": {
673        "Tag$Key": "<p>One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.</p>",
674        "TagKeyList$member": null
675      }
676    },
677    "TagKeyList": {
678      "base": null,
679      "refs": {
680        "UntagResourceRequest$TagKeys": "<p>The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.</p> <p>To remove more than one tag from the application, append the <code>TagKeys</code> parameter and argument for each additional tag to remove, separated by an ampersand. </p>"
681      }
682    },
683    "TagList": {
684      "base": null,
685      "refs": {
686        "CreateApplicationRequest$Tags": "<p>List of tags to add to the application. tag key (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>",
687        "ListTagsForResourceResponse$Tags": "<p>An array that lists all the tags that are associated with the application. Each tag consists of a required tag key (<code>Key</code>) and an associated tag value (<code>Value</code>).</p>",
688        "TagResourceRequest$Tags": "<p>A list of tags that to add to the application. A tag consists of a required tag key (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>"
689      }
690    },
691    "TagResourceRequest": {
692      "base": null,
693      "refs": {
694      }
695    },
696    "TagResourceResponse": {
697      "base": null,
698      "refs": {
699      }
700    },
701    "TagValue": {
702      "base": null,
703      "refs": {
704        "Tag$Value": "<p>The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want an application to have a specific tag value, don't specify a value for this parameter.</p>"
705      }
706    },
707    "TagsAlreadyExistException": {
708      "base": "<p>Tags are already registered for the specified application ARN.</p>",
709      "refs": {
710      }
711    },
712    "Tier": {
713      "base": null,
714      "refs": {
715        "ApplicationComponent$Tier": "<p>The stack tier of the application component.</p>",
716        "DescribeComponentConfigurationRecommendationRequest$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>",
717        "DescribeComponentConfigurationResponse$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code> </p>",
718        "UpdateComponentConfigurationRequest$Tier": "<p>The tier of the application component. Supported tiers include <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>DOT_NET_CORE</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>"
719      }
720    },
721    "Title": {
722      "base": null,
723      "refs": {
724        "Problem$Title": "<p>The name of the problem.</p>"
725      }
726    },
727    "TooManyTagsException": {
728      "base": "<p>The number of the provided tags is beyond the limit, or the number of total tags you are trying to attach to the specified resource exceeds the limit.</p>",
729      "refs": {
730      }
731    },
732    "Unit": {
733      "base": null,
734      "refs": {
735        "Observation$Unit": "<p>The unit of the source observation metric.</p>"
736      }
737    },
738    "UntagResourceRequest": {
739      "base": null,
740      "refs": {
741      }
742    },
743    "UntagResourceResponse": {
744      "base": null,
745      "refs": {
746      }
747    },
748    "UpdateApplicationRequest": {
749      "base": null,
750      "refs": {
751      }
752    },
753    "UpdateApplicationResponse": {
754      "base": null,
755      "refs": {
756      }
757    },
758    "UpdateComponentConfigurationRequest": {
759      "base": null,
760      "refs": {
761      }
762    },
763    "UpdateComponentConfigurationResponse": {
764      "base": null,
765      "refs": {
766      }
767    },
768    "UpdateComponentRequest": {
769      "base": null,
770      "refs": {
771      }
772    },
773    "UpdateComponentResponse": {
774      "base": null,
775      "refs": {
776      }
777    },
778    "UpdateLogPatternRequest": {
779      "base": null,
780      "refs": {
781      }
782    },
783    "UpdateLogPatternResponse": {
784      "base": null,
785      "refs": {
786      }
787    },
788    "ValidationException": {
789      "base": "<p>The parameter is not valid.</p>",
790      "refs": {
791      }
792    },
793    "Value": {
794      "base": null,
795      "refs": {
796        "Observation$Value": "<p>The value of the source observation metric.</p>"
797      }
798    }
799  }
800}
801