@aws-sdk/client-application-insights 3.100.0 → 3.109.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +10 -11
- package/dist-cjs/ApplicationInsightsClient.js +2 -0
- package/dist-cjs/models/models_0.js +6 -2
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-es/ApplicationInsightsClient.js +2 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +2 -2
- package/dist-types/ApplicationInsights.d.ts +32 -30
- package/dist-types/ApplicationInsightsClient.d.ts +10 -11
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +3 -2
- package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +4 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +5 -5
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +221 -217
- package/dist-types/ts3.4/models/models_0.d.ts +18 -9
- package/package.json +29 -28
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-application-insights
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.104.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.103.0...v3.104.0) (2022-06-02)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **client-application-insights:** Provide Account Level onboarding support through CFN/CLI ([b70eff4](https://github.com/aws/aws-sdk-js-v3/commit/b70eff4007513c6a8dc126e52ff7173328c44b02))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @aws-sdk/client-application-insights
|
package/README.md
CHANGED
|
@@ -11,18 +11,17 @@ AWS SDK for JavaScript ApplicationInsights Client for Node.js, Browser and React
|
|
|
11
11
|
|
|
12
12
|
<fullname>Amazon CloudWatch Application Insights</fullname>
|
|
13
13
|
|
|
14
|
-
<p> Amazon CloudWatch Application Insights is a service that
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
detected problems.</p>
|
|
14
|
+
<p> Amazon CloudWatch Application Insights is a service that helps you detect common
|
|
15
|
+
problems with your applications. It enables you to pinpoint the source of issues in your
|
|
16
|
+
applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL
|
|
17
|
+
Server), by providing key insights into detected problems.</p>
|
|
19
18
|
<p>After you onboard your application, CloudWatch Application Insights identifies,
|
|
20
|
-
recommends, and sets up metrics and logs. It continuously analyzes and
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
recommends, and sets up metrics and logs. It continuously analyzes and correlates your
|
|
20
|
+
metrics and logs for unusual behavior to surface actionable problems with your application.
|
|
21
|
+
For example, if your application is slow and unresponsive and leading to HTTP 500 errors in
|
|
22
|
+
your Application Load Balancer (ALB), Application Insights informs you that a memory
|
|
23
|
+
pressure problem with your SQL Server database is occurring. It bases this analysis on
|
|
24
|
+
impactful metrics and log errors. </p>
|
|
26
25
|
|
|
27
26
|
## Installing
|
|
28
27
|
|
|
@@ -5,6 +5,7 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
7
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
|
+
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
8
9
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
9
10
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
10
11
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
@@ -25,6 +26,7 @@ class ApplicationInsightsClient extends smithy_client_1.Client {
|
|
|
25
26
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
27
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
28
|
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
28
30
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
31
|
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
32
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateLogPatternResponse = exports.UpdateLogPatternRequest = exports.UpdateComponentConfigurationResponse = exports.UpdateComponentConfigurationRequest = exports.UpdateComponentResponse = exports.UpdateComponentRequest = exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagsException = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListProblemsResponse = exports.ListProblemsRequest = exports.ListLogPatternSetsResponse = exports.ListLogPatternSetsRequest = exports.ListLogPatternsResponse = exports.ListLogPatternsRequest = void 0;
|
|
3
|
+
exports.ListConfigurationHistoryRequest = exports.ListComponentsResponse = exports.ListComponentsRequest = exports.ListApplicationsResponse = exports.ListApplicationsRequest = exports.DescribeProblemObservationsResponse = exports.RelatedObservations = exports.DescribeProblemObservationsRequest = exports.DescribeProblemResponse = exports.Problem = exports.DescribeProblemRequest = exports.DescribeObservationResponse = exports.Observation = exports.DescribeObservationRequest = exports.DescribeLogPatternResponse = exports.DescribeLogPatternRequest = exports.DescribeComponentConfigurationRecommendationResponse = exports.DescribeComponentConfigurationRecommendationRequest = exports.DescribeComponentConfigurationResponse = exports.DescribeComponentConfigurationRequest = exports.DescribeComponentResponse = exports.DescribeComponentRequest = exports.DescribeApplicationResponse = exports.DescribeApplicationRequest = exports.DeleteLogPatternResponse = exports.DeleteLogPatternRequest = exports.DeleteComponentResponse = exports.DeleteComponentRequest = exports.DeleteApplicationResponse = exports.DeleteApplicationRequest = exports.CreateLogPatternResponse = exports.LogPattern = exports.CreateLogPatternRequest = exports.CreateComponentResponse = exports.CreateComponentRequest = exports.ValidationException = exports.TagsAlreadyExistException = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.InternalServerException = exports.CreateApplicationResponse = exports.CreateApplicationRequest = exports.Tag = exports.GroupingType = exports.ConfigurationEvent = exports.BadRequestException = exports.ApplicationInfo = exports.DiscoveryType = exports.ApplicationComponent = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateLogPatternResponse = exports.UpdateLogPatternRequest = exports.UpdateComponentConfigurationResponse = exports.UpdateComponentConfigurationRequest = exports.UpdateComponentResponse = exports.UpdateComponentRequest = exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagsException = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListProblemsResponse = exports.ListProblemsRequest = exports.ListLogPatternSetsResponse = exports.ListLogPatternSetsRequest = exports.ListLogPatternsResponse = exports.ListLogPatternsRequest = exports.ListConfigurationHistoryResponse = void 0;
|
|
5
5
|
const ApplicationInsightsServiceException_1 = require("./ApplicationInsightsServiceException");
|
|
6
6
|
class AccessDeniedException extends ApplicationInsightsServiceException_1.ApplicationInsightsServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -54,6 +54,10 @@ var ConfigurationEvent;
|
|
|
54
54
|
...obj,
|
|
55
55
|
});
|
|
56
56
|
})(ConfigurationEvent = exports.ConfigurationEvent || (exports.ConfigurationEvent = {}));
|
|
57
|
+
var GroupingType;
|
|
58
|
+
(function (GroupingType) {
|
|
59
|
+
GroupingType["ACCOUNT_BASED"] = "ACCOUNT_BASED";
|
|
60
|
+
})(GroupingType = exports.GroupingType || (exports.GroupingType = {}));
|
|
57
61
|
var Tag;
|
|
58
62
|
(function (Tag) {
|
|
59
63
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -1507,6 +1507,7 @@ const serializeAws_json1_1CreateApplicationRequest = (input, context) => {
|
|
|
1507
1507
|
...(input.AutoCreate !== undefined && input.AutoCreate !== null && { AutoCreate: input.AutoCreate }),
|
|
1508
1508
|
...(input.CWEMonitorEnabled !== undefined &&
|
|
1509
1509
|
input.CWEMonitorEnabled !== null && { CWEMonitorEnabled: input.CWEMonitorEnabled }),
|
|
1510
|
+
...(input.GroupingType !== undefined && input.GroupingType !== null && { GroupingType: input.GroupingType }),
|
|
1510
1511
|
...(input.OpsCenterEnabled !== undefined &&
|
|
1511
1512
|
input.OpsCenterEnabled !== null && { OpsCenterEnabled: input.OpsCenterEnabled }),
|
|
1512
1513
|
...(input.OpsItemSNSTopicArn !== undefined &&
|
|
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
|
|
|
3
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
5
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
6
7
|
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
@@ -25,6 +26,7 @@ var ApplicationInsightsClient = (function (_super) {
|
|
|
25
26
|
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
27
|
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
28
|
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
28
30
|
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
31
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
32
|
return _this;
|
|
@@ -43,6 +43,10 @@ export var ConfigurationEvent;
|
|
|
43
43
|
(function (ConfigurationEvent) {
|
|
44
44
|
ConfigurationEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
45
|
})(ConfigurationEvent || (ConfigurationEvent = {}));
|
|
46
|
+
export var GroupingType;
|
|
47
|
+
(function (GroupingType) {
|
|
48
|
+
GroupingType["ACCOUNT_BASED"] = "ACCOUNT_BASED";
|
|
49
|
+
})(GroupingType || (GroupingType = {}));
|
|
46
50
|
export var Tag;
|
|
47
51
|
(function (Tag) {
|
|
48
52
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1963,9 +1963,9 @@ var deserializeAws_json1_1ValidationExceptionResponse = function (parsedOutput,
|
|
|
1963
1963
|
});
|
|
1964
1964
|
}); };
|
|
1965
1965
|
var serializeAws_json1_1CreateApplicationRequest = function (input, context) {
|
|
1966
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AutoConfigEnabled !== undefined &&
|
|
1966
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AutoConfigEnabled !== undefined &&
|
|
1967
1967
|
input.AutoConfigEnabled !== null && { AutoConfigEnabled: input.AutoConfigEnabled })), (input.AutoCreate !== undefined && input.AutoCreate !== null && { AutoCreate: input.AutoCreate })), (input.CWEMonitorEnabled !== undefined &&
|
|
1968
|
-
input.CWEMonitorEnabled !== null && { CWEMonitorEnabled: input.CWEMonitorEnabled })), (input.OpsCenterEnabled !== undefined &&
|
|
1968
|
+
input.CWEMonitorEnabled !== null && { CWEMonitorEnabled: input.CWEMonitorEnabled })), (input.GroupingType !== undefined && input.GroupingType !== null && { GroupingType: input.GroupingType })), (input.OpsCenterEnabled !== undefined &&
|
|
1969
1969
|
input.OpsCenterEnabled !== null && { OpsCenterEnabled: input.OpsCenterEnabled })), (input.OpsItemSNSTopicArn !== undefined &&
|
|
1970
1970
|
input.OpsItemSNSTopicArn !== null && { OpsItemSNSTopicArn: input.OpsItemSNSTopicArn })), (input.ResourceGroupName !== undefined &&
|
|
1971
1971
|
input.ResourceGroupName !== null && { ResourceGroupName: input.ResourceGroupName })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
@@ -29,18 +29,17 @@ import { UpdateComponentConfigurationCommandInput, UpdateComponentConfigurationC
|
|
|
29
29
|
import { UpdateLogPatternCommandInput, UpdateLogPatternCommandOutput } from "./commands/UpdateLogPatternCommand";
|
|
30
30
|
/**
|
|
31
31
|
* <fullname>Amazon CloudWatch Application Insights</fullname>
|
|
32
|
-
* <p> Amazon CloudWatch Application Insights is a service that
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* detected problems.</p>
|
|
32
|
+
* <p> Amazon CloudWatch Application Insights is a service that helps you detect common
|
|
33
|
+
* problems with your applications. It enables you to pinpoint the source of issues in your
|
|
34
|
+
* applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL
|
|
35
|
+
* Server), by providing key insights into detected problems.</p>
|
|
37
36
|
* <p>After you onboard your application, CloudWatch Application Insights identifies,
|
|
38
|
-
* recommends, and sets up metrics and logs. It continuously analyzes and
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
37
|
+
* recommends, and sets up metrics and logs. It continuously analyzes and correlates your
|
|
38
|
+
* metrics and logs for unusual behavior to surface actionable problems with your application.
|
|
39
|
+
* For example, if your application is slow and unresponsive and leading to HTTP 500 errors in
|
|
40
|
+
* your Application Load Balancer (ALB), Application Insights informs you that a memory
|
|
41
|
+
* pressure problem with your SQL Server database is occurring. It bases this analysis on
|
|
42
|
+
* impactful metrics and log errors. </p>
|
|
44
43
|
*/
|
|
45
44
|
export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
46
45
|
/**
|
|
@@ -62,14 +61,16 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
62
61
|
createLogPattern(args: CreateLogPatternCommandInput, cb: (err: any, data?: CreateLogPatternCommandOutput) => void): void;
|
|
63
62
|
createLogPattern(args: CreateLogPatternCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLogPatternCommandOutput) => void): void;
|
|
64
63
|
/**
|
|
65
|
-
* <p>Removes the specified application from monitoring. Does not delete the
|
|
64
|
+
* <p>Removes the specified application from monitoring. Does not delete the
|
|
65
|
+
* application.</p>
|
|
66
66
|
*/
|
|
67
67
|
deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
|
|
68
68
|
deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
69
69
|
deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
|
|
70
70
|
/**
|
|
71
|
-
* <p>Ungroups a custom component. When you ungroup custom components, all applicable
|
|
72
|
-
*
|
|
71
|
+
* <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
|
|
72
|
+
* that are set up for the component are removed and the instances revert to their standalone
|
|
73
|
+
* status.</p>
|
|
73
74
|
*/
|
|
74
75
|
deleteComponent(args: DeleteComponentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComponentCommandOutput>;
|
|
75
76
|
deleteComponent(args: DeleteComponentCommandInput, cb: (err: any, data?: DeleteComponentCommandOutput) => void): void;
|
|
@@ -87,7 +88,8 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
87
88
|
describeApplication(args: DescribeApplicationCommandInput, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
|
|
88
89
|
describeApplication(args: DescribeApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
|
|
89
90
|
/**
|
|
90
|
-
* <p>Describes a component and lists the resources that are grouped together in a
|
|
91
|
+
* <p>Describes a component and lists the resources that are grouped together in a
|
|
92
|
+
* component.</p>
|
|
91
93
|
*/
|
|
92
94
|
describeComponent(args: DescribeComponentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeComponentCommandOutput>;
|
|
93
95
|
describeComponent(args: DescribeComponentCommandInput, cb: (err: any, data?: DescribeComponentCommandOutput) => void): void;
|
|
@@ -141,15 +143,15 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
141
143
|
listComponents(args: ListComponentsCommandInput, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
|
|
142
144
|
listComponents(args: ListComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentsCommandOutput) => void): void;
|
|
143
145
|
/**
|
|
144
|
-
* <p>
|
|
145
|
-
*
|
|
146
|
-
* </p>
|
|
146
|
+
* <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
|
|
147
|
+
* Application Insights. Examples of events represented are: </p>
|
|
147
148
|
* <ul>
|
|
148
149
|
* <li>
|
|
149
150
|
* <p>INFO: creating a new alarm or updating an alarm threshold.</p>
|
|
150
151
|
* </li>
|
|
151
152
|
* <li>
|
|
152
|
-
* <p>WARN: alarm not created due to insufficient data points used to predict
|
|
153
|
+
* <p>WARN: alarm not created due to insufficient data points used to predict
|
|
154
|
+
* thresholds.</p>
|
|
153
155
|
* </li>
|
|
154
156
|
* <li>
|
|
155
157
|
* <p>ERROR: alarm not created due to permission errors or exceeding quotas. </p>
|
|
@@ -181,22 +183,22 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
181
183
|
* <p>Retrieve a list of the tags (keys and values) that are associated with a specified
|
|
182
184
|
* application. A <i>tag</i> is a label that you optionally define and associate
|
|
183
185
|
* with an application. Each tag consists of a required <i>tag key</i> and an
|
|
184
|
-
* optional associated <i>tag value</i>. A tag key is a general label that
|
|
185
|
-
*
|
|
186
|
-
*
|
|
186
|
+
* optional associated <i>tag value</i>. A tag key is a general label that acts
|
|
187
|
+
* as a category for more specific tag values. A tag value acts as a descriptor within a tag
|
|
188
|
+
* key.</p>
|
|
187
189
|
*/
|
|
188
190
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
189
191
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
190
192
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
191
193
|
/**
|
|
192
194
|
* <p>Add one or more tags (keys and values) to a specified application. A
|
|
193
|
-
*
|
|
195
|
+
* <i>tag</i> is a label that you optionally define and associate with an
|
|
194
196
|
* application. Tags can help you categorize and manage application in different ways, such as
|
|
195
197
|
* by purpose, owner, environment, or other criteria. </p>
|
|
196
|
-
* <p>Each tag consists of a required <i>tag key</i> and an
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
198
|
+
* <p>Each tag consists of a required <i>tag key</i> and an associated
|
|
199
|
+
* <i>tag value</i>, both of which you define. A tag key is a general label
|
|
200
|
+
* that acts as a category for more specific tag values. A tag value acts as a descriptor
|
|
201
|
+
* within a tag key.</p>
|
|
200
202
|
*/
|
|
201
203
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
202
204
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
@@ -221,9 +223,9 @@ export declare class ApplicationInsights extends ApplicationInsightsClient {
|
|
|
221
223
|
updateComponent(args: UpdateComponentCommandInput, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
|
|
222
224
|
updateComponent(args: UpdateComponentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentCommandOutput) => void): void;
|
|
223
225
|
/**
|
|
224
|
-
* <p>Updates the monitoring configurations for the component. The configuration input
|
|
225
|
-
* is an escaped JSON of the configuration and should match the schema of what is
|
|
226
|
-
* by <code>DescribeComponentConfigurationRecommendation</code>. </p>
|
|
226
|
+
* <p>Updates the monitoring configurations for the component. The configuration input
|
|
227
|
+
* parameter is an escaped JSON of the configuration and should match the schema of what is
|
|
228
|
+
* returned by <code>DescribeComponentConfigurationRecommendation</code>. </p>
|
|
227
229
|
*/
|
|
228
230
|
updateComponentConfiguration(args: UpdateComponentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateComponentConfigurationCommandOutput>;
|
|
229
231
|
updateComponentConfiguration(args: UpdateComponentConfigurationCommandInput, cb: (err: any, data?: UpdateComponentConfigurationCommandOutput) => void): void;
|
|
@@ -154,18 +154,17 @@ export interface ApplicationInsightsClientResolvedConfig extends ApplicationInsi
|
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* <fullname>Amazon CloudWatch Application Insights</fullname>
|
|
157
|
-
* <p> Amazon CloudWatch Application Insights is a service that
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
* detected problems.</p>
|
|
157
|
+
* <p> Amazon CloudWatch Application Insights is a service that helps you detect common
|
|
158
|
+
* problems with your applications. It enables you to pinpoint the source of issues in your
|
|
159
|
+
* applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL
|
|
160
|
+
* Server), by providing key insights into detected problems.</p>
|
|
162
161
|
* <p>After you onboard your application, CloudWatch Application Insights identifies,
|
|
163
|
-
* recommends, and sets up metrics and logs. It continuously analyzes and
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
162
|
+
* recommends, and sets up metrics and logs. It continuously analyzes and correlates your
|
|
163
|
+
* metrics and logs for unusual behavior to surface actionable problems with your application.
|
|
164
|
+
* For example, if your application is slow and unresponsive and leading to HTTP 500 errors in
|
|
165
|
+
* your Application Load Balancer (ALB), Application Insights informs you that a memory
|
|
166
|
+
* pressure problem with your SQL Server database is occurring. It bases this analysis on
|
|
167
|
+
* impactful metrics and log errors. </p>
|
|
169
168
|
*/
|
|
170
169
|
export declare class ApplicationInsightsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApplicationInsightsClientResolvedConfig> {
|
|
171
170
|
/**
|
|
@@ -7,7 +7,8 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
|
|
|
7
7
|
export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Removes the specified application from monitoring. Does not delete the
|
|
10
|
+
* <p>Removes the specified application from monitoring. Does not delete the
|
|
11
|
+
* application.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -7,8 +7,9 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
|
|
|
7
7
|
export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Ungroups a custom component. When you ungroup custom components, all applicable
|
|
11
|
-
*
|
|
10
|
+
* <p>Ungroups a custom component. When you ungroup custom components, all applicable monitors
|
|
11
|
+
* that are set up for the component are removed and the instances revert to their standalone
|
|
12
|
+
* status.</p>
|
|
12
13
|
* @example
|
|
13
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
15
|
* ```javascript
|
|
@@ -7,7 +7,8 @@ export interface DescribeComponentCommandInput extends DescribeComponentRequest
|
|
|
7
7
|
export interface DescribeComponentCommandOutput extends DescribeComponentResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Describes a component and lists the resources that are grouped together in a
|
|
10
|
+
* <p>Describes a component and lists the resources that are grouped together in a
|
|
11
|
+
* component.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -7,15 +7,15 @@ export interface ListConfigurationHistoryCommandInput extends ListConfigurationH
|
|
|
7
7
|
export interface ListConfigurationHistoryCommandOutput extends ListConfigurationHistoryResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by
|
|
11
|
+
* Application Insights. Examples of events represented are: </p>
|
|
13
12
|
* <ul>
|
|
14
13
|
* <li>
|
|
15
14
|
* <p>INFO: creating a new alarm or updating an alarm threshold.</p>
|
|
16
15
|
* </li>
|
|
17
16
|
* <li>
|
|
18
|
-
* <p>WARN: alarm not created due to insufficient data points used to predict
|
|
17
|
+
* <p>WARN: alarm not created due to insufficient data points used to predict
|
|
18
|
+
* thresholds.</p>
|
|
19
19
|
* </li>
|
|
20
20
|
* <li>
|
|
21
21
|
* <p>ERROR: alarm not created due to permission errors or exceeding quotas. </p>
|
|
@@ -10,9 +10,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
10
10
|
* <p>Retrieve a list of the tags (keys and values) that are associated with a specified
|
|
11
11
|
* application. A <i>tag</i> is a label that you optionally define and associate
|
|
12
12
|
* with an application. Each tag consists of a required <i>tag key</i> and an
|
|
13
|
-
* optional associated <i>tag value</i>. A tag key is a general label that
|
|
14
|
-
*
|
|
15
|
-
*
|
|
13
|
+
* optional associated <i>tag value</i>. A tag key is a general label that acts
|
|
14
|
+
* as a category for more specific tag values. A tag value acts as a descriptor within a tag
|
|
15
|
+
* key.</p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
18
18
|
* ```javascript
|
|
@@ -8,13 +8,13 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Add one or more tags (keys and values) to a specified application. A
|
|
11
|
-
*
|
|
11
|
+
* <i>tag</i> is a label that you optionally define and associate with an
|
|
12
12
|
* application. Tags can help you categorize and manage application in different ways, such as
|
|
13
13
|
* by purpose, owner, environment, or other criteria. </p>
|
|
14
|
-
* <p>Each tag consists of a required <i>tag key</i> and an
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* <p>Each tag consists of a required <i>tag key</i> and an associated
|
|
15
|
+
* <i>tag value</i>, both of which you define. A tag key is a general label
|
|
16
|
+
* that acts as a category for more specific tag values. A tag value acts as a descriptor
|
|
17
|
+
* within a tag key.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|
|
@@ -7,9 +7,9 @@ export interface UpdateComponentConfigurationCommandInput extends UpdateComponen
|
|
|
7
7
|
export interface UpdateComponentConfigurationCommandOutput extends UpdateComponentConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates the monitoring configurations for the component. The configuration input
|
|
11
|
-
* is an escaped JSON of the configuration and should match the schema of what is
|
|
12
|
-
* by <code>DescribeComponentConfigurationRecommendation</code>. </p>
|
|
10
|
+
* <p>Updates the monitoring configurations for the component. The configuration input
|
|
11
|
+
* parameter is an escaped JSON of the configuration and should match the schema of what is
|
|
12
|
+
* returned by <code>DescribeComponentConfigurationRecommendation</code>. </p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|