@aws-sdk/client-application-insights 3.300.0 → 3.303.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/dist-cjs/models/models_0.js +7 -9
- package/dist-es/models/models_0.js +7 -9
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -2
- package/dist-types/commands/CreateLogPatternCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +1 -1
- package/dist-types/commands/DescribeObservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProblemCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListLogPatternsCommand.d.ts +1 -1
- package/dist-types/commands/ListProblemsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +17 -7
- package/dist-types/ts3.4/models/models_0.d.ts +9 -7
- package/package.json +34 -34
|
@@ -16,11 +16,10 @@ class AccessDeniedException extends ApplicationInsightsServiceException_1.Applic
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})(DiscoveryType = exports.DiscoveryType || (exports.DiscoveryType = {}));
|
|
19
|
+
exports.DiscoveryType = {
|
|
20
|
+
ACCOUNT_BASED: "ACCOUNT_BASED",
|
|
21
|
+
RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED",
|
|
22
|
+
};
|
|
24
23
|
class BadRequestException extends ApplicationInsightsServiceException_1.ApplicationInsightsServiceException {
|
|
25
24
|
constructor(opts) {
|
|
26
25
|
super({
|
|
@@ -35,10 +34,9 @@ class BadRequestException extends ApplicationInsightsServiceException_1.Applicat
|
|
|
35
34
|
}
|
|
36
35
|
}
|
|
37
36
|
exports.BadRequestException = BadRequestException;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
})(GroupingType = exports.GroupingType || (exports.GroupingType = {}));
|
|
37
|
+
exports.GroupingType = {
|
|
38
|
+
ACCOUNT_BASED: "ACCOUNT_BASED",
|
|
39
|
+
};
|
|
42
40
|
class InternalServerException extends ApplicationInsightsServiceException_1.ApplicationInsightsServiceException {
|
|
43
41
|
constructor(opts) {
|
|
44
42
|
super({
|
|
@@ -12,11 +12,10 @@ export class AccessDeniedException extends __BaseException {
|
|
|
12
12
|
this.Message = opts.Message;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
})(DiscoveryType || (DiscoveryType = {}));
|
|
15
|
+
export const DiscoveryType = {
|
|
16
|
+
ACCOUNT_BASED: "ACCOUNT_BASED",
|
|
17
|
+
RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED",
|
|
18
|
+
};
|
|
20
19
|
export class BadRequestException extends __BaseException {
|
|
21
20
|
constructor(opts) {
|
|
22
21
|
super({
|
|
@@ -30,10 +29,9 @@ export class BadRequestException extends __BaseException {
|
|
|
30
29
|
this.Message = opts.Message;
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
|
-
export
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
})(GroupingType || (GroupingType = {}));
|
|
32
|
+
export const GroupingType = {
|
|
33
|
+
ACCOUNT_BASED: "ACCOUNT_BASED",
|
|
34
|
+
};
|
|
37
35
|
export class InternalServerException extends __BaseException {
|
|
38
36
|
constructor(opts) {
|
|
39
37
|
super({
|
|
@@ -26,13 +26,13 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
|
|
|
26
26
|
* import { ApplicationInsightsClient, CreateApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, CreateApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateApplicationRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE",
|
|
31
31
|
* OpsCenterEnabled: true || false,
|
|
32
32
|
* CWEMonitorEnabled: true || false,
|
|
33
33
|
* OpsItemSNSTopicArn: "STRING_VALUE",
|
|
34
|
-
* Tags: [
|
|
35
|
-
* {
|
|
34
|
+
* Tags: [ // TagList
|
|
35
|
+
* { // Tag
|
|
36
36
|
* Key: "STRING_VALUE", // required
|
|
37
37
|
* Value: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
@@ -26,10 +26,10 @@ export interface CreateComponentCommandOutput extends CreateComponentResponse, _
|
|
|
26
26
|
* import { ApplicationInsightsClient, CreateComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, CreateComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateComponentRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* ComponentName: "STRING_VALUE", // required
|
|
32
|
-
* ResourceList: [ // required
|
|
32
|
+
* ResourceList: [ // ResourceList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -26,7 +26,7 @@ export interface CreateLogPatternCommandOutput extends CreateLogPatternResponse,
|
|
|
26
26
|
* import { ApplicationInsightsClient, CreateLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, CreateLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateLogPatternRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* PatternSetName: "STRING_VALUE", // required
|
|
32
32
|
* PatternName: "STRING_VALUE", // required
|
|
@@ -27,7 +27,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
|
|
|
27
27
|
* import { ApplicationInsightsClient, DeleteApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
28
28
|
* // const { ApplicationInsightsClient, DeleteApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationInsightsClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteApplicationRequest
|
|
31
31
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteApplicationCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
|
|
|
28
28
|
* import { ApplicationInsightsClient, DeleteComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
29
29
|
* // const { ApplicationInsightsClient, DeleteComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
30
30
|
* const client = new ApplicationInsightsClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteComponentRequest
|
|
32
32
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
33
33
|
* ComponentName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteLogPatternCommandOutput extends DeleteLogPatternResponse,
|
|
|
26
26
|
* import { ApplicationInsightsClient, DeleteLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DeleteLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteLogPatternRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* PatternSetName: "STRING_VALUE", // required
|
|
32
32
|
* PatternName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
|
|
|
26
26
|
* import { ApplicationInsightsClient, DescribeApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DescribeApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeApplicationRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeApplicationCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeComponentCommandOutput extends DescribeComponentRespons
|
|
|
27
27
|
* import { ApplicationInsightsClient, DescribeComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
28
28
|
* // const { ApplicationInsightsClient, DescribeComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationInsightsClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeComponentRequest
|
|
31
31
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
32
32
|
* ComponentName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeComponentConfigurationCommandOutput extends DescribeCom
|
|
|
26
26
|
* import { ApplicationInsightsClient, DescribeComponentConfigurationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DescribeComponentConfigurationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeComponentConfigurationRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* ComponentName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeComponentConfigurationRecommendationCommandOutput exten
|
|
|
26
26
|
* import { ApplicationInsightsClient, DescribeComponentConfigurationRecommendationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DescribeComponentConfigurationRecommendationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeComponentConfigurationRecommendationRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* ComponentName: "STRING_VALUE", // required
|
|
32
32
|
* Tier: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DescribeLogPatternCommandOutput extends DescribeLogPatternRespo
|
|
|
26
26
|
* import { ApplicationInsightsClient, DescribeLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DescribeLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeLogPatternRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* PatternSetName: "STRING_VALUE", // required
|
|
32
32
|
* PatternName: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DescribeObservationCommandOutput extends DescribeObservationRes
|
|
|
26
26
|
* import { ApplicationInsightsClient, DescribeObservationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DescribeObservationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeObservationRequest
|
|
30
30
|
* ObservationId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeObservationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeProblemCommandOutput extends DescribeProblemResponse, _
|
|
|
26
26
|
* import { ApplicationInsightsClient, DescribeProblemCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DescribeProblemCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeProblemRequest
|
|
30
30
|
* ProblemId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeProblemCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeProblemObservationsCommandOutput extends DescribeProble
|
|
|
26
26
|
* import { ApplicationInsightsClient, DescribeProblemObservationsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, DescribeProblemObservationsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeProblemObservationsRequest
|
|
30
30
|
* ProblemId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeProblemObservationsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
|
|
|
26
26
|
* import { ApplicationInsightsClient, ListApplicationsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, ListApplicationsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListApplicationsRequest
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListComponentsCommandOutput extends ListComponentsResponse, __M
|
|
|
26
26
|
* import { ApplicationInsightsClient, ListComponentsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, ListComponentsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListComponentsRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -39,7 +39,7 @@ export interface ListConfigurationHistoryCommandOutput extends ListConfiguration
|
|
|
39
39
|
* import { ApplicationInsightsClient, ListConfigurationHistoryCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
40
40
|
* // const { ApplicationInsightsClient, ListConfigurationHistoryCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
41
41
|
* const client = new ApplicationInsightsClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // ListConfigurationHistoryRequest
|
|
43
43
|
* ResourceGroupName: "STRING_VALUE",
|
|
44
44
|
* StartTime: new Date("TIMESTAMP"),
|
|
45
45
|
* EndTime: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface ListLogPatternSetsCommandOutput extends ListLogPatternSetsRespo
|
|
|
26
26
|
* import { ApplicationInsightsClient, ListLogPatternSetsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, ListLogPatternSetsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListLogPatternSetsRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListLogPatternsCommandOutput extends ListLogPatternsResponse, _
|
|
|
26
26
|
* import { ApplicationInsightsClient, ListLogPatternsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, ListLogPatternsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListLogPatternsRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* PatternSetName: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListProblemsCommandOutput extends ListProblemsResponse, __Metad
|
|
|
26
26
|
* import { ApplicationInsightsClient, ListProblemsCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, ListProblemsCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListProblemsRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE",
|
|
31
31
|
* StartTime: new Date("TIMESTAMP"),
|
|
32
32
|
* EndTime: new Date("TIMESTAMP"),
|
|
@@ -31,7 +31,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* import { ApplicationInsightsClient, ListTagsForResourceCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
32
32
|
* // const { ApplicationInsightsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
33
33
|
* const client = new ApplicationInsightsClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ListTagsForResourceRequest
|
|
35
35
|
* ResourceARN: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -33,10 +33,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
33
33
|
* import { ApplicationInsightsClient, TagResourceCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
34
34
|
* // const { ApplicationInsightsClient, TagResourceCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
35
35
|
* const client = new ApplicationInsightsClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // TagResourceRequest
|
|
37
37
|
* ResourceARN: "STRING_VALUE", // required
|
|
38
|
-
* Tags: [ // required
|
|
39
|
-
* {
|
|
38
|
+
* Tags: [ // TagList // required
|
|
39
|
+
* { // Tag
|
|
40
40
|
* Key: "STRING_VALUE", // required
|
|
41
41
|
* Value: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { ApplicationInsightsClient, UntagResourceCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, UntagResourceCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* ResourceARN: "STRING_VALUE", // required
|
|
31
|
-
* TagKeys: [ // required
|
|
31
|
+
* TagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
26
26
|
* import { ApplicationInsightsClient, UpdateApplicationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, UpdateApplicationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateApplicationRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* OpsCenterEnabled: true || false,
|
|
32
32
|
* CWEMonitorEnabled: true || false,
|
|
@@ -27,11 +27,11 @@ export interface UpdateComponentCommandOutput extends UpdateComponentResponse, _
|
|
|
27
27
|
* import { ApplicationInsightsClient, UpdateComponentCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
28
28
|
* // const { ApplicationInsightsClient, UpdateComponentCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
29
29
|
* const client = new ApplicationInsightsClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateComponentRequest
|
|
31
31
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
32
32
|
* ComponentName: "STRING_VALUE", // required
|
|
33
33
|
* NewComponentName: "STRING_VALUE",
|
|
34
|
-
* ResourceList: [
|
|
34
|
+
* ResourceList: [ // ResourceList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -28,7 +28,7 @@ export interface UpdateComponentConfigurationCommandOutput extends UpdateCompone
|
|
|
28
28
|
* import { ApplicationInsightsClient, UpdateComponentConfigurationCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
29
29
|
* // const { ApplicationInsightsClient, UpdateComponentConfigurationCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
30
30
|
* const client = new ApplicationInsightsClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateComponentConfigurationRequest
|
|
32
32
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
33
33
|
* ComponentName: "STRING_VALUE", // required
|
|
34
34
|
* Monitor: true || false,
|
|
@@ -26,7 +26,7 @@ export interface UpdateLogPatternCommandOutput extends UpdateLogPatternResponse,
|
|
|
26
26
|
* import { ApplicationInsightsClient, UpdateLogPatternCommand } from "@aws-sdk/client-application-insights"; // ES Modules import
|
|
27
27
|
* // const { ApplicationInsightsClient, UpdateLogPatternCommand } = require("@aws-sdk/client-application-insights"); // CommonJS import
|
|
28
28
|
* const client = new ApplicationInsightsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateLogPatternRequest
|
|
30
30
|
* ResourceGroupName: "STRING_VALUE", // required
|
|
31
31
|
* PatternSetName: "STRING_VALUE", // required
|
|
32
32
|
* PatternName: "STRING_VALUE", // required
|
|
@@ -60,11 +60,16 @@ export interface ApplicationComponent {
|
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* @public
|
|
63
|
+
* @enum
|
|
63
64
|
*/
|
|
64
|
-
export declare
|
|
65
|
-
ACCOUNT_BASED
|
|
66
|
-
RESOURCE_GROUP_BASED
|
|
67
|
-
}
|
|
65
|
+
export declare const DiscoveryType: {
|
|
66
|
+
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
67
|
+
readonly RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED";
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
export type DiscoveryType = (typeof DiscoveryType)[keyof typeof DiscoveryType];
|
|
68
73
|
/**
|
|
69
74
|
* @public
|
|
70
75
|
* <p>Describes the status of the application.</p>
|
|
@@ -177,10 +182,15 @@ export interface ConfigurationEvent {
|
|
|
177
182
|
}
|
|
178
183
|
/**
|
|
179
184
|
* @public
|
|
185
|
+
* @enum
|
|
180
186
|
*/
|
|
181
|
-
export declare
|
|
182
|
-
ACCOUNT_BASED
|
|
183
|
-
}
|
|
187
|
+
export declare const GroupingType: {
|
|
188
|
+
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
export type GroupingType = (typeof GroupingType)[keyof typeof GroupingType];
|
|
184
194
|
/**
|
|
185
195
|
* @public
|
|
186
196
|
* <p>An object that defines the tags associated with an application. A
|
|
@@ -37,10 +37,11 @@ export interface ApplicationComponent {
|
|
|
37
37
|
Monitor?: boolean;
|
|
38
38
|
DetectedWorkload?: Record<string, Record<string, string>>;
|
|
39
39
|
}
|
|
40
|
-
export declare
|
|
41
|
-
ACCOUNT_BASED
|
|
42
|
-
RESOURCE_GROUP_BASED
|
|
43
|
-
}
|
|
40
|
+
export declare const DiscoveryType: {
|
|
41
|
+
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
42
|
+
readonly RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED";
|
|
43
|
+
};
|
|
44
|
+
export type DiscoveryType = (typeof DiscoveryType)[keyof typeof DiscoveryType];
|
|
44
45
|
export interface ApplicationInfo {
|
|
45
46
|
ResourceGroupName?: string;
|
|
46
47
|
LifeCycle?: string;
|
|
@@ -74,9 +75,10 @@ export interface ConfigurationEvent {
|
|
|
74
75
|
EventDetail?: string;
|
|
75
76
|
EventResourceName?: string;
|
|
76
77
|
}
|
|
77
|
-
export declare
|
|
78
|
-
ACCOUNT_BASED
|
|
79
|
-
}
|
|
78
|
+
export declare const GroupingType: {
|
|
79
|
+
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
80
|
+
};
|
|
81
|
+
export type GroupingType = (typeof GroupingType)[keyof typeof GroupingType];
|
|
80
82
|
export interface Tag {
|
|
81
83
|
Key: string | undefined;
|
|
82
84
|
Value: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-insights",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|