@@ -136,18 +136,17 @@ import {
136
136
137
137
/**
138
138
* <fullname>Amazon CloudWatch Application Insights</fullname>
139
- * <p> Amazon CloudWatch Application Insights is a service that
140
- * helps you detect common problems with your applications. It
141
- * enables you to pinpoint the source of issues in your applications (built with technologies
142
- * such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into
143
- * detected problems.</p>
139
+ * <p> Amazon CloudWatch Application Insights is a service that helps you detect common
140
+ * problems with your applications. It enables you to pinpoint the source of issues in your
141
+ * applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL
142
+ * Server), by providing key insights into detected problems.</p>
144
143
* <p>After you onboard your application, CloudWatch Application Insights identifies,
145
- * recommends, and sets up metrics and logs. It continuously analyzes and
146
- * correlates your metrics and logs for unusual behavior to surface actionable problems with
147
- * your application. For example, if your application is slow and unresponsive and leading to
148
- * HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you
149
- * that a memory pressure problem with your SQL Server database is occurring. It bases this
150
- * analysis on impactful metrics and log errors. </p>
144
+ * recommends, and sets up metrics and logs. It continuously analyzes and correlates your
145
+ * metrics and logs for unusual behavior to surface actionable problems with your application.
146
+ * For example, if your application is slow and unresponsive and leading to HTTP 500 errors in
147
+ * your Application Load Balancer (ALB), Application Insights informs you that a memory
148
+ * pressure problem with your SQL Server database is occurring. It bases this analysis on
149
+ * impactful metrics and log errors. </p>
151
150
*/
152
151
export class ApplicationInsights extends ApplicationInsightsClient {
153
152
/**
@@ -247,7 +246,8 @@ export class ApplicationInsights extends ApplicationInsightsClient {
247
246
}
248
247
249
248
/**
250
- * <p>Removes the specified application from monitoring. Does not delete the application.</p>
249
+ * <p>Removes the specified application from monitoring. Does not delete the
250
+ * application.</p>
251
251
*/
252
252
public deleteApplication (
253
253
args : DeleteApplicationCommandInput ,
@@ -279,8 +279,9 @@ export class ApplicationInsights extends ApplicationInsightsClient {
279
279
}
280
280
281
281
/**
282
- * <p>Ungroups a custom component. When you ungroup custom components, all applicable
283
- * monitors that are set up for the component are removed and the instances revert to their standalone status.</p>
282
+ * <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
283
+ * that are set up for the component are removed and the instances revert to their standalone
284
+ * status.</p>
284
285
*/
285
286
public deleteComponent (
286
287
args : DeleteComponentCommandInput ,
@@ -376,7 +377,8 @@ export class ApplicationInsights extends ApplicationInsightsClient {
376
377
}
377
378
378
379
/**
379
- * <p>Describes a component and lists the resources that are grouped together in a component.</p>
380
+ * <p>Describes a component and lists the resources that are grouped together in a
381
+ * component.</p>
380
382
*/
381
383
public describeComponent (
382
384
args : DescribeComponentCommandInput ,
@@ -666,15 +668,15 @@ export class ApplicationInsights extends ApplicationInsightsClient {
666
668
}
667
669
668
670
/**
669
- * <p>
670
- * Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:
671
- * </p>
671
+ * <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
672
+ * Application Insights. Examples of events represented are: </p>
672
673
* <ul>
673
674
* <li>
674
675
* <p>INFO: creating a new alarm or updating an alarm threshold.</p>
675
676
* </li>
676
677
* <li>
677
- * <p>WARN: alarm not created due to insufficient data points used to predict thresholds.</p>
678
+ * <p>WARN: alarm not created due to insufficient data points used to predict
679
+ * thresholds.</p>
678
680
* </li>
679
681
* <li>
680
682
* <p>ERROR: alarm not created due to permission errors or exceeding quotas. </p>
@@ -807,9 +809,9 @@ export class ApplicationInsights extends ApplicationInsightsClient {
807
809
* <p>Retrieve a list of the tags (keys and values) that are associated with a specified
808
810
* application. A <i>tag</i> is a label that you optionally define and associate
809
811
* with an application. Each tag consists of a required <i>tag key</i> and an
810
- * optional associated <i>tag value</i>. A tag key is a general label that
811
- * acts as a category for more specific tag values. A tag value acts as a descriptor within
812
- * a tag key.</p>
812
+ * optional associated <i>tag value</i>. A tag key is a general label that acts
813
+ * as a category for more specific tag values. A tag value acts as a descriptor within a tag
814
+ * key.</p>
813
815
*/
814
816
public listTagsForResource (
815
817
args : ListTagsForResourceCommandInput ,
@@ -842,13 +844,13 @@ export class ApplicationInsights extends ApplicationInsightsClient {
842
844
843
845
/**
844
846
* <p>Add one or more tags (keys and values) to a specified application. A
845
- * <i>tag</i> is a label that you optionally define and associate with an
847
+ * <i>tag</i> is a label that you optionally define and associate with an
846
848
* application. Tags can help you categorize and manage application in different ways, such as
847
849
* by purpose, owner, environment, or other criteria. </p>
848
- * <p>Each tag consists of a required <i>tag key</i> and an
849
- * associated <i>tag value</i>, both of which you define. A tag key is a
850
- * general label that acts as a category for more specific tag values. A tag value acts as
851
- * a descriptor within a tag key.</p>
850
+ * <p>Each tag consists of a required <i>tag key</i> and an associated
851
+ * <i>tag value</i>, both of which you define. A tag key is a general label
852
+ * that acts as a category for more specific tag values. A tag value acts as a descriptor
853
+ * within a tag key.</p>
852
854
*/
853
855
public tagResource ( args : TagResourceCommandInput , options ?: __HttpHandlerOptions ) : Promise < TagResourceCommandOutput > ;
854
856
public tagResource ( args : TagResourceCommandInput , cb : ( err : any , data ?: TagResourceCommandOutput ) => void ) : void ;
@@ -971,9 +973,9 @@ export class ApplicationInsights extends ApplicationInsightsClient {
971
973
}
972
974
973
975
/**
974
- * <p>Updates the monitoring configurations for the component. The configuration input parameter
975
- * is an escaped JSON of the configuration and should match the schema of what is returned
976
- * by <code>DescribeComponentConfigurationRecommendation</code>. </p>
976
+ * <p>Updates the monitoring configurations for the component. The configuration input
977
+ * parameter is an escaped JSON of the configuration and should match the schema of what is
978
+ * returned by <code>DescribeComponentConfigurationRecommendation</code>. </p>
977
979
*/
978
980
public updateComponentConfiguration (
979
981
args : UpdateComponentConfigurationCommandInput ,
0 commit comments