@aws-sdk/client-application-insights 3.95.0 → 3.104.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 +27 -0
- package/README.md +10 -11
- package/dist-cjs/models/models_0.js +6 -2
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +2 -2
- package/dist-es/runtimeConfig.js +2 -0
- 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 +219 -209
- package/dist-types/ts3.4/models/models_0.d.ts +16 -1
- package/package.json +6 -6
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ApplicationInsightsServiceException as __BaseException } from "./ApplicationInsightsServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>
|
|
5
|
-
* User does not have permissions to perform this action.
|
|
6
|
-
* </p>
|
|
4
|
+
* <p> User does not have permissions to perform this action. </p>
|
|
7
5
|
*/
|
|
8
6
|
export declare class AccessDeniedException extends __BaseException {
|
|
9
7
|
readonly name: "AccessDeniedException";
|
|
@@ -17,8 +15,8 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
17
15
|
export declare type Tier = "ACTIVE_DIRECTORY" | "CUSTOM" | "DEFAULT" | "DOT_NET_CORE" | "DOT_NET_WEB" | "DOT_NET_WEB_TIER" | "DOT_NET_WORKER" | "JAVA_JMX" | "MYSQL" | "ORACLE" | "POSTGRESQL" | "SAP_HANA_HIGH_AVAILABILITY" | "SAP_HANA_MULTI_NODE" | "SAP_HANA_SINGLE_NODE" | "SHAREPOINT" | "SQL_SERVER" | "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP" | "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
|
|
18
16
|
export declare type OsType = "LINUX" | "WINDOWS";
|
|
19
17
|
/**
|
|
20
|
-
* <p>Describes a standalone resource or similarly grouped resources that the application is
|
|
21
|
-
* up of.</p>
|
|
18
|
+
* <p>Describes a standalone resource or similarly grouped resources that the application is
|
|
19
|
+
* made up of.</p>
|
|
22
20
|
*/
|
|
23
21
|
export interface ApplicationComponent {
|
|
24
22
|
/**
|
|
@@ -26,19 +24,17 @@ export interface ApplicationComponent {
|
|
|
26
24
|
*/
|
|
27
25
|
ComponentName?: string;
|
|
28
26
|
/**
|
|
29
|
-
* <p>
|
|
30
|
-
*
|
|
31
|
-
* </p>
|
|
27
|
+
* <p> If logging is supported for the resource type, indicates whether the component has
|
|
28
|
+
* configured logs to be monitored. </p>
|
|
32
29
|
*/
|
|
33
30
|
ComponentRemarks?: string;
|
|
34
31
|
/**
|
|
35
|
-
* <p>The resource type. Supported resource types include EC2 instances, Auto Scaling group,
|
|
32
|
+
* <p>The resource type. Supported resource types include EC2 instances, Auto Scaling group,
|
|
33
|
+
* Classic ELB, Application ELB, and SQS Queue.</p>
|
|
36
34
|
*/
|
|
37
35
|
ResourceType?: string;
|
|
38
36
|
/**
|
|
39
|
-
* <p>
|
|
40
|
-
* The operating system of the component.
|
|
41
|
-
* </p>
|
|
37
|
+
* <p> The operating system of the component. </p>
|
|
42
38
|
*/
|
|
43
39
|
OsType?: OsType | string;
|
|
44
40
|
/**
|
|
@@ -50,9 +46,7 @@ export interface ApplicationComponent {
|
|
|
50
46
|
*/
|
|
51
47
|
Monitor?: boolean;
|
|
52
48
|
/**
|
|
53
|
-
* <p>
|
|
54
|
-
* Workloads detected in the application component.
|
|
55
|
-
* </p>
|
|
49
|
+
* <p> Workloads detected in the application component. </p>
|
|
56
50
|
*/
|
|
57
51
|
DetectedWorkload?: {
|
|
58
52
|
[key: string]: {
|
|
@@ -83,23 +77,19 @@ export interface ApplicationInfo {
|
|
|
83
77
|
*/
|
|
84
78
|
LifeCycle?: string;
|
|
85
79
|
/**
|
|
86
|
-
* <p>
|
|
87
|
-
*
|
|
88
|
-
* for opsItem updates.
|
|
89
|
-
* </p>
|
|
80
|
+
* <p> The SNS topic provided to Application Insights that is associated to the created
|
|
81
|
+
* opsItems to receive SNS notifications for opsItem updates. </p>
|
|
90
82
|
*/
|
|
91
83
|
OpsItemSNSTopicArn?: string;
|
|
92
84
|
/**
|
|
93
|
-
* <p>
|
|
94
|
-
*
|
|
95
|
-
* Insights for an application.
|
|
96
|
-
* </p>
|
|
85
|
+
* <p> Indicates whether Application Insights will create opsItems for any problem detected by
|
|
86
|
+
* Application Insights for an application. </p>
|
|
97
87
|
*/
|
|
98
88
|
OpsCenterEnabled?: boolean;
|
|
99
89
|
/**
|
|
100
|
-
* <p>
|
|
101
|
-
*
|
|
102
|
-
*
|
|
90
|
+
* <p> Indicates whether Application Insights can listen to CloudWatch events for the
|
|
91
|
+
* application resources, such as <code>instance terminated</code>, <code>failed
|
|
92
|
+
* deployment</code>, and others. </p>
|
|
103
93
|
*/
|
|
104
94
|
CWEMonitorEnabled?: boolean;
|
|
105
95
|
/**
|
|
@@ -115,7 +105,15 @@ export interface ApplicationInfo {
|
|
|
115
105
|
* </ul>
|
|
116
106
|
*/
|
|
117
107
|
Remarks?: string;
|
|
108
|
+
/**
|
|
109
|
+
* <p> Indicates whether auto-configuration is turned on for this application. </p>
|
|
110
|
+
*/
|
|
118
111
|
AutoConfigEnabled?: boolean;
|
|
112
|
+
/**
|
|
113
|
+
* <p>
|
|
114
|
+
* The method used by Application Insights to onboard your resources.
|
|
115
|
+
* </p>
|
|
116
|
+
*/
|
|
119
117
|
DiscoveryType?: DiscoveryType | string;
|
|
120
118
|
}
|
|
121
119
|
export declare namespace ApplicationInfo {
|
|
@@ -140,45 +138,33 @@ export declare type CloudWatchEventSource = "CODE_DEPLOY" | "EC2" | "HEALTH" | "
|
|
|
140
138
|
export declare type ConfigurationEventResourceType = "CLOUDFORMATION" | "CLOUDWATCH_ALARM" | "CLOUDWATCH_LOG" | "SSM_ASSOCIATION";
|
|
141
139
|
export declare type ConfigurationEventStatus = "ERROR" | "INFO" | "WARN";
|
|
142
140
|
/**
|
|
143
|
-
* <p>
|
|
144
|
-
* The event information.
|
|
145
|
-
* </p>
|
|
141
|
+
* <p> The event information. </p>
|
|
146
142
|
*/
|
|
147
143
|
export interface ConfigurationEvent {
|
|
148
144
|
/**
|
|
149
|
-
* <p>
|
|
150
|
-
* The resource monitored by Application Insights.
|
|
151
|
-
* </p>
|
|
145
|
+
* <p> The resource monitored by Application Insights. </p>
|
|
152
146
|
*/
|
|
153
147
|
MonitoredResourceARN?: string;
|
|
154
148
|
/**
|
|
155
|
-
* <p>
|
|
156
|
-
*
|
|
157
|
-
* </p>
|
|
149
|
+
* <p> The status of the configuration update event. Possible values include INFO, WARN, and
|
|
150
|
+
* ERROR. </p>
|
|
158
151
|
*/
|
|
159
152
|
EventStatus?: ConfigurationEventStatus | string;
|
|
160
153
|
/**
|
|
161
|
-
* <p>
|
|
162
|
-
*
|
|
163
|
-
* </p>
|
|
154
|
+
* <p> The resource type that Application Insights attempted to configure, for example,
|
|
155
|
+
* CLOUDWATCH_ALARM. </p>
|
|
164
156
|
*/
|
|
165
157
|
EventResourceType?: ConfigurationEventResourceType | string;
|
|
166
158
|
/**
|
|
167
|
-
* <p>
|
|
168
|
-
* The timestamp of the event.
|
|
169
|
-
* </p>
|
|
159
|
+
* <p> The timestamp of the event. </p>
|
|
170
160
|
*/
|
|
171
161
|
EventTime?: Date;
|
|
172
162
|
/**
|
|
173
|
-
* <p>
|
|
174
|
-
* The details of the event in plain text.
|
|
175
|
-
* </p>
|
|
163
|
+
* <p> The details of the event in plain text. </p>
|
|
176
164
|
*/
|
|
177
165
|
EventDetail?: string;
|
|
178
166
|
/**
|
|
179
|
-
* <p>
|
|
180
|
-
* The name of the resource Application Insights attempted to configure.
|
|
181
|
-
* </p>
|
|
167
|
+
* <p> The name of the resource Application Insights attempted to configure. </p>
|
|
182
168
|
*/
|
|
183
169
|
EventResourceName?: string;
|
|
184
170
|
}
|
|
@@ -188,37 +174,40 @@ export declare namespace ConfigurationEvent {
|
|
|
188
174
|
*/
|
|
189
175
|
const filterSensitiveLog: (obj: ConfigurationEvent) => any;
|
|
190
176
|
}
|
|
177
|
+
export declare enum GroupingType {
|
|
178
|
+
ACCOUNT_BASED = "ACCOUNT_BASED"
|
|
179
|
+
}
|
|
191
180
|
/**
|
|
192
|
-
* <p>An object that defines the tags associated with an application.
|
|
193
|
-
*
|
|
194
|
-
*
|
|
181
|
+
* <p>An object that defines the tags associated with an application. A
|
|
182
|
+
* <i>tag</i> is a label that you optionally define and associate with an
|
|
183
|
+
* application. Tags can help you categorize and manage resources in different ways, such as
|
|
195
184
|
* 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
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
202
|
-
*
|
|
185
|
+
* <p>Each tag consists of a required <i>tag key</i> and an associated
|
|
186
|
+
* <i>tag value</i>, both of which you define. A tag key is a general label
|
|
187
|
+
* that acts as a category for a more specific tag value. A tag value acts as a descriptor
|
|
188
|
+
* within a tag key. A tag key can contain as many as 128 characters. A tag value can contain
|
|
189
|
+
* as many as 256 characters. The characters can be Unicode letters, digits, white space, or
|
|
190
|
+
* one of the following symbols: _ . : / = + -. The following additional restrictions apply to
|
|
191
|
+
* tags:</p>
|
|
203
192
|
* <ul>
|
|
204
193
|
* <li>
|
|
205
194
|
* <p>Tag keys and values are case sensitive.</p>
|
|
206
195
|
* </li>
|
|
207
196
|
* <li>
|
|
208
|
-
* <p>For each associated resource, each tag key must be unique and it can have only
|
|
209
|
-
*
|
|
197
|
+
* <p>For each associated resource, each tag key must be unique and it can have only one
|
|
198
|
+
* value.</p>
|
|
210
199
|
* </li>
|
|
211
200
|
* <li>
|
|
212
|
-
* <p>The <code>aws:</code> prefix is reserved for use by AWS; you can’t use it in
|
|
213
|
-
*
|
|
214
|
-
*
|
|
201
|
+
* <p>The <code>aws:</code> prefix is reserved for use by AWS; you can’t use it in any
|
|
202
|
+
* tag keys or values that you define. In addition, you can't edit or remove tag keys or
|
|
203
|
+
* values that use this prefix. </p>
|
|
215
204
|
* </li>
|
|
216
205
|
* </ul>
|
|
217
206
|
*/
|
|
218
207
|
export interface Tag {
|
|
219
208
|
/**
|
|
220
|
-
* <p>One part of a key-value pair that defines a tag. The maximum length of a tag key is
|
|
221
|
-
*
|
|
209
|
+
* <p>One part of a key-value pair that defines a tag. The maximum length of a tag key is 128
|
|
210
|
+
* characters. The minimum length is 1 character.</p>
|
|
222
211
|
*/
|
|
223
212
|
Key: string | undefined;
|
|
224
213
|
/**
|
|
@@ -240,33 +229,43 @@ export interface CreateApplicationRequest {
|
|
|
240
229
|
*/
|
|
241
230
|
ResourceGroupName?: string;
|
|
242
231
|
/**
|
|
243
|
-
* <p>
|
|
244
|
-
*
|
|
245
|
-
* </p>
|
|
232
|
+
* <p> When set to <code>true</code>, creates opsItems for any problems detected on an
|
|
233
|
+
* application. </p>
|
|
246
234
|
*/
|
|
247
235
|
OpsCenterEnabled?: boolean;
|
|
248
236
|
/**
|
|
249
|
-
* <p>
|
|
250
|
-
*
|
|
251
|
-
*
|
|
237
|
+
* <p> Indicates whether Application Insights can listen to CloudWatch events for the
|
|
238
|
+
* application resources, such as <code>instance terminated</code>, <code>failed
|
|
239
|
+
* deployment</code>, and others. </p>
|
|
252
240
|
*/
|
|
253
241
|
CWEMonitorEnabled?: boolean;
|
|
254
242
|
/**
|
|
255
|
-
* <p>
|
|
256
|
-
*
|
|
257
|
-
* receive notifications for updates to the opsItem.
|
|
258
|
-
* </p>
|
|
243
|
+
* <p> The SNS topic provided to Application Insights that is associated to the created
|
|
244
|
+
* opsItem. Allows you to receive notifications for updates to the opsItem. </p>
|
|
259
245
|
*/
|
|
260
246
|
OpsItemSNSTopicArn?: string;
|
|
261
247
|
/**
|
|
262
|
-
* <p>List of tags to add to the application.
|
|
263
|
-
*
|
|
264
|
-
* length of a tag
|
|
265
|
-
* characters.</p>
|
|
248
|
+
* <p>List of tags to add to the application. tag key (<code>Key</code>) and an associated tag
|
|
249
|
+
* value (<code>Value</code>). The maximum length of a tag key is 128 characters. The maximum
|
|
250
|
+
* length of a tag value is 256 characters.</p>
|
|
266
251
|
*/
|
|
267
252
|
Tags?: Tag[];
|
|
253
|
+
/**
|
|
254
|
+
* <p> Indicates whether Application Insights automatically configures unmonitored resources
|
|
255
|
+
* in the resource group. </p>
|
|
256
|
+
*/
|
|
268
257
|
AutoConfigEnabled?: boolean;
|
|
258
|
+
/**
|
|
259
|
+
* <p> Configures all of the resources in the resource group by applying the recommended
|
|
260
|
+
* configurations. </p>
|
|
261
|
+
*/
|
|
269
262
|
AutoCreate?: boolean;
|
|
263
|
+
/**
|
|
264
|
+
* <p>Application Insights can create applications based on a resource group or on an account.
|
|
265
|
+
* To create an account-based application using all of the resources in the account, set this parameter to <code>ACCOUNT_BASED</code>.
|
|
266
|
+
* </p>
|
|
267
|
+
*/
|
|
268
|
+
GroupingType?: GroupingType | string;
|
|
270
269
|
}
|
|
271
270
|
export declare namespace CreateApplicationRequest {
|
|
272
271
|
/**
|
|
@@ -388,13 +387,21 @@ export interface CreateLogPatternRequest {
|
|
|
388
387
|
*/
|
|
389
388
|
PatternName: string | undefined;
|
|
390
389
|
/**
|
|
391
|
-
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward
|
|
390
|
+
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward
|
|
391
|
+
* lookahead or backreference constructions are not supported.</p>
|
|
392
392
|
*/
|
|
393
393
|
Pattern: string | undefined;
|
|
394
394
|
/**
|
|
395
|
-
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
396
|
-
*
|
|
397
|
-
*
|
|
395
|
+
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
396
|
+
* <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set
|
|
397
|
+
* your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will
|
|
398
|
+
* be the first to get matched to a log line. A pattern of rank <code>1,000,000</code> will be
|
|
399
|
+
* last to get matched. When you configure custom log patterns from the console, a
|
|
400
|
+
* <code>Low</code> severity pattern translates to a <code>750,000</code> rank. A
|
|
401
|
+
* <code>Medium</code> severity pattern translates to a <code>500,000</code> rank. And a
|
|
402
|
+
* <code>High</code> severity pattern translates to a <code>250,000</code> rank. Rank
|
|
403
|
+
* values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for
|
|
404
|
+
* AWS-provided patterns. </p>
|
|
398
405
|
*/
|
|
399
406
|
Rank: number | undefined;
|
|
400
407
|
}
|
|
@@ -405,28 +412,39 @@ export declare namespace CreateLogPatternRequest {
|
|
|
405
412
|
const filterSensitiveLog: (obj: CreateLogPatternRequest) => any;
|
|
406
413
|
}
|
|
407
414
|
/**
|
|
408
|
-
* <p>An object that defines the log patterns that belongs to a
|
|
415
|
+
* <p>An object that defines the log patterns that belongs to a
|
|
416
|
+
* <code>LogPatternSet</code>.</p>
|
|
409
417
|
*/
|
|
410
418
|
export interface LogPattern {
|
|
411
419
|
/**
|
|
412
|
-
* <p>The name of the log pattern. A log pattern name can contain as many as 30 characters,
|
|
413
|
-
* be empty. The characters can be Unicode letters, digits, or one of the
|
|
420
|
+
* <p>The name of the log pattern. A log pattern name can contain as many as 30 characters,
|
|
421
|
+
* and it cannot be empty. The characters can be Unicode letters, digits, or one of the
|
|
422
|
+
* following symbols: period, dash, underscore.</p>
|
|
414
423
|
*/
|
|
415
424
|
PatternSetName?: string;
|
|
416
425
|
/**
|
|
417
|
-
* <p>The name of the log pattern. A log pattern name can contain as many as 50 characters,
|
|
418
|
-
* be empty. The characters can be Unicode letters, digits, or one of the
|
|
426
|
+
* <p>The name of the log pattern. A log pattern name can contain as many as 50 characters,
|
|
427
|
+
* and it cannot be empty. The characters can be Unicode letters, digits, or one of the
|
|
428
|
+
* following symbols: period, dash, underscore.</p>
|
|
419
429
|
*/
|
|
420
430
|
PatternName?: string;
|
|
421
431
|
/**
|
|
422
|
-
* <p>A regular expression that defines the log pattern. A log pattern can contain as many as
|
|
423
|
-
* be empty. The pattern must be DFA compatible. Patterns that
|
|
432
|
+
* <p>A regular expression that defines the log pattern. A log pattern can contain as many as
|
|
433
|
+
* 50 characters, and it cannot be empty. The pattern must be DFA compatible. Patterns that
|
|
434
|
+
* utilize forward lookahead or backreference constructions are not supported.</p>
|
|
424
435
|
*/
|
|
425
436
|
Pattern?: string;
|
|
426
437
|
/**
|
|
427
|
-
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
428
|
-
*
|
|
429
|
-
*
|
|
438
|
+
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
439
|
+
* <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set
|
|
440
|
+
* your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will
|
|
441
|
+
* be the first to get matched to a log line. A pattern of rank <code>1,000,000</code> will be
|
|
442
|
+
* last to get matched. When you configure custom log patterns from the console, a
|
|
443
|
+
* <code>Low</code> severity pattern translates to a <code>750,000</code> rank. A
|
|
444
|
+
* <code>Medium</code> severity pattern translates to a <code>500,000</code> rank. And a
|
|
445
|
+
* <code>High</code> severity pattern translates to a <code>250,000</code> rank. Rank
|
|
446
|
+
* values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for
|
|
447
|
+
* AWS-provided patterns. </p>
|
|
430
448
|
*/
|
|
431
449
|
Rank?: number;
|
|
432
450
|
}
|
|
@@ -566,8 +584,8 @@ export declare namespace DescribeComponentRequest {
|
|
|
566
584
|
}
|
|
567
585
|
export interface DescribeComponentResponse {
|
|
568
586
|
/**
|
|
569
|
-
* <p>Describes a standalone resource or similarly grouped resources that the application is
|
|
570
|
-
* up of.</p>
|
|
587
|
+
* <p>Describes a standalone resource or similarly grouped resources that the application is
|
|
588
|
+
* made up of.</p>
|
|
571
589
|
*/
|
|
572
590
|
ApplicationComponent?: ApplicationComponent;
|
|
573
591
|
/**
|
|
@@ -605,12 +623,13 @@ export interface DescribeComponentConfigurationResponse {
|
|
|
605
623
|
/**
|
|
606
624
|
* <p>The tier of the application component. Supported tiers include
|
|
607
625
|
* <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>,
|
|
608
|
-
*
|
|
626
|
+
* <code>SQL_SERVER</code>, and <code>DEFAULT</code>
|
|
609
627
|
* </p>
|
|
610
628
|
*/
|
|
611
629
|
Tier?: Tier | string;
|
|
612
630
|
/**
|
|
613
|
-
* <p>The configuration settings of the component. The value is the escaped JSON of the
|
|
631
|
+
* <p>The configuration settings of the component. The value is the escaped JSON of the
|
|
632
|
+
* configuration.</p>
|
|
614
633
|
*/
|
|
615
634
|
ComponentConfiguration?: string;
|
|
616
635
|
}
|
|
@@ -630,9 +649,7 @@ export interface DescribeComponentConfigurationRecommendationRequest {
|
|
|
630
649
|
*/
|
|
631
650
|
ComponentName: string | undefined;
|
|
632
651
|
/**
|
|
633
|
-
* <p>The tier of the application component
|
|
634
|
-
* <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>, <code>SQL_SERVER</code>,
|
|
635
|
-
* and <code>DEFAULT</code>.</p>
|
|
652
|
+
* <p>The tier of the application component.</p>
|
|
636
653
|
*/
|
|
637
654
|
Tier: Tier | string | undefined;
|
|
638
655
|
}
|
|
@@ -644,7 +661,8 @@ export declare namespace DescribeComponentConfigurationRecommendationRequest {
|
|
|
644
661
|
}
|
|
645
662
|
export interface DescribeComponentConfigurationRecommendationResponse {
|
|
646
663
|
/**
|
|
647
|
-
* <p>The recommended configuration settings of the component. The value is the escaped JSON
|
|
664
|
+
* <p>The recommended configuration settings of the component. The value is the escaped JSON
|
|
665
|
+
* of the configuration.</p>
|
|
648
666
|
*/
|
|
649
667
|
ComponentConfiguration?: string;
|
|
650
668
|
}
|
|
@@ -712,7 +730,7 @@ export interface Observation {
|
|
|
712
730
|
*/
|
|
713
731
|
Id?: string;
|
|
714
732
|
/**
|
|
715
|
-
* <p>The time when the observation was
|
|
733
|
+
* <p>The time when the observation was first detected, in epoch seconds.</p>
|
|
716
734
|
*/
|
|
717
735
|
StartTime?: Date;
|
|
718
736
|
/**
|
|
@@ -732,7 +750,8 @@ export interface Observation {
|
|
|
732
750
|
*/
|
|
733
751
|
LogGroup?: string;
|
|
734
752
|
/**
|
|
735
|
-
* <p>The timestamp in the CloudWatch Logs that specifies when the matched line
|
|
753
|
+
* <p>The timestamp in the CloudWatch Logs that specifies when the matched line
|
|
754
|
+
* occurred.</p>
|
|
736
755
|
*/
|
|
737
756
|
LineTime?: Date;
|
|
738
757
|
/**
|
|
@@ -760,7 +779,8 @@ export interface Observation {
|
|
|
760
779
|
*/
|
|
761
780
|
Value?: number;
|
|
762
781
|
/**
|
|
763
|
-
* <p> The ID of the CloudWatch Event-based observation related to the detected problem.
|
|
782
|
+
* <p> The ID of the CloudWatch Event-based observation related to the detected problem.
|
|
783
|
+
* </p>
|
|
764
784
|
*/
|
|
765
785
|
CloudWatchEventId?: string;
|
|
766
786
|
/**
|
|
@@ -790,148 +810,110 @@ export interface Observation {
|
|
|
790
810
|
*/
|
|
791
811
|
HealthEventTypeCategory?: string;
|
|
792
812
|
/**
|
|
793
|
-
* <p> The description of the AWS Health event provided by the service, such as Amazon EC2.
|
|
813
|
+
* <p> The description of the AWS Health event provided by the service, such as Amazon EC2.
|
|
814
|
+
* </p>
|
|
794
815
|
*/
|
|
795
816
|
HealthEventDescription?: string;
|
|
796
817
|
/**
|
|
797
|
-
* <p> The deployment ID of the CodeDeploy-based observation related to the detected problem.
|
|
818
|
+
* <p> The deployment ID of the CodeDeploy-based observation related to the detected problem.
|
|
819
|
+
* </p>
|
|
798
820
|
*/
|
|
799
821
|
CodeDeployDeploymentId?: string;
|
|
800
822
|
/**
|
|
801
|
-
* <p>
|
|
802
|
-
* The deployment group to which the CodeDeploy deployment belongs.
|
|
803
|
-
* </p>
|
|
823
|
+
* <p> The deployment group to which the CodeDeploy deployment belongs. </p>
|
|
804
824
|
*/
|
|
805
825
|
CodeDeployDeploymentGroup?: string;
|
|
806
826
|
/**
|
|
807
|
-
* <p>
|
|
808
|
-
*
|
|
809
|
-
* </p>
|
|
827
|
+
* <p> The status of the CodeDeploy deployment, for example <code>SUCCESS</code> or <code>
|
|
828
|
+
* FAILURE</code>. </p>
|
|
810
829
|
*/
|
|
811
830
|
CodeDeployState?: string;
|
|
812
831
|
/**
|
|
813
|
-
* <p>
|
|
814
|
-
* The CodeDeploy application to which the deployment belongs.
|
|
815
|
-
* </p>
|
|
832
|
+
* <p> The CodeDeploy application to which the deployment belongs. </p>
|
|
816
833
|
*/
|
|
817
834
|
CodeDeployApplication?: string;
|
|
818
835
|
/**
|
|
819
|
-
* <p>
|
|
820
|
-
* The instance group to which the CodeDeploy instance belongs.
|
|
821
|
-
* </p>
|
|
836
|
+
* <p> The instance group to which the CodeDeploy instance belongs. </p>
|
|
822
837
|
*/
|
|
823
838
|
CodeDeployInstanceGroupId?: string;
|
|
824
839
|
/**
|
|
825
|
-
* <p>
|
|
826
|
-
* The state of the instance, such as <code>STOPPING</code> or <code>TERMINATING</code>.
|
|
840
|
+
* <p> The state of the instance, such as <code>STOPPING</code> or <code>TERMINATING</code>.
|
|
827
841
|
* </p>
|
|
828
842
|
*/
|
|
829
843
|
Ec2State?: string;
|
|
830
844
|
/**
|
|
831
|
-
* <p>
|
|
832
|
-
* The category of an RDS event.
|
|
833
|
-
* </p>
|
|
845
|
+
* <p> The category of an RDS event. </p>
|
|
834
846
|
*/
|
|
835
847
|
RdsEventCategories?: string;
|
|
836
848
|
/**
|
|
837
|
-
* <p>
|
|
838
|
-
* The message of an RDS event.
|
|
839
|
-
* </p>
|
|
849
|
+
* <p> The message of an RDS event. </p>
|
|
840
850
|
*/
|
|
841
851
|
RdsEventMessage?: string;
|
|
842
852
|
/**
|
|
843
|
-
* <p>
|
|
844
|
-
* The name of the S3 CloudWatch Event-based observation.
|
|
845
|
-
* </p>
|
|
853
|
+
* <p> The name of the S3 CloudWatch Event-based observation. </p>
|
|
846
854
|
*/
|
|
847
855
|
S3EventName?: string;
|
|
848
856
|
/**
|
|
849
|
-
* <p>
|
|
850
|
-
* The Amazon Resource Name (ARN) of the step function execution-based observation.
|
|
857
|
+
* <p> The Amazon Resource Name (ARN) of the step function execution-based observation.
|
|
851
858
|
* </p>
|
|
852
859
|
*/
|
|
853
860
|
StatesExecutionArn?: string;
|
|
854
861
|
/**
|
|
855
|
-
* <p>
|
|
856
|
-
* The Amazon Resource Name (ARN) of the step function-based observation.
|
|
857
|
-
* </p>
|
|
862
|
+
* <p> The Amazon Resource Name (ARN) of the step function-based observation. </p>
|
|
858
863
|
*/
|
|
859
864
|
StatesArn?: string;
|
|
860
865
|
/**
|
|
861
|
-
* <p>
|
|
862
|
-
* The status of the step function-related observation.
|
|
863
|
-
* </p>
|
|
866
|
+
* <p> The status of the step function-related observation. </p>
|
|
864
867
|
*/
|
|
865
868
|
StatesStatus?: string;
|
|
866
869
|
/**
|
|
867
|
-
* <p>
|
|
868
|
-
* The input to the step function-based observation.
|
|
869
|
-
* </p>
|
|
870
|
+
* <p> The input to the step function-based observation. </p>
|
|
870
871
|
*/
|
|
871
872
|
StatesInput?: string;
|
|
872
873
|
/**
|
|
873
|
-
* <p>
|
|
874
|
-
*
|
|
875
|
-
* </p>
|
|
874
|
+
* <p> The type of EBS CloudWatch event, such as <code>createVolume</code>,
|
|
875
|
+
* <code>deleteVolume</code> or <code>attachVolume</code>. </p>
|
|
876
876
|
*/
|
|
877
877
|
EbsEvent?: string;
|
|
878
878
|
/**
|
|
879
|
-
* <p>
|
|
880
|
-
*
|
|
881
|
-
* </p>
|
|
879
|
+
* <p> The result of an EBS CloudWatch event, such as <code>failed</code> or
|
|
880
|
+
* <code>succeeded</code>. </p>
|
|
882
881
|
*/
|
|
883
882
|
EbsResult?: string;
|
|
884
883
|
/**
|
|
885
|
-
* <p>
|
|
886
|
-
* The cause of an EBS CloudWatch event.
|
|
887
|
-
* </p>
|
|
884
|
+
* <p> The cause of an EBS CloudWatch event. </p>
|
|
888
885
|
*/
|
|
889
886
|
EbsCause?: string;
|
|
890
887
|
/**
|
|
891
|
-
* <p>
|
|
892
|
-
* The request ID of an EBS CloudWatch event.
|
|
893
|
-
* </p>
|
|
888
|
+
* <p> The request ID of an EBS CloudWatch event. </p>
|
|
894
889
|
*/
|
|
895
890
|
EbsRequestId?: string;
|
|
896
891
|
/**
|
|
897
|
-
* <p>
|
|
898
|
-
* The X-Ray request fault percentage for this node.
|
|
899
|
-
* </p>
|
|
892
|
+
* <p> The X-Ray request fault percentage for this node. </p>
|
|
900
893
|
*/
|
|
901
894
|
XRayFaultPercent?: number;
|
|
902
895
|
/**
|
|
903
|
-
* <p>
|
|
904
|
-
* The X-Ray request throttle percentage for this node.
|
|
905
|
-
* </p>
|
|
896
|
+
* <p> The X-Ray request throttle percentage for this node. </p>
|
|
906
897
|
*/
|
|
907
898
|
XRayThrottlePercent?: number;
|
|
908
899
|
/**
|
|
909
|
-
* <p>
|
|
910
|
-
* The X-Ray request error percentage for this node.
|
|
911
|
-
* </p>
|
|
900
|
+
* <p> The X-Ray request error percentage for this node. </p>
|
|
912
901
|
*/
|
|
913
902
|
XRayErrorPercent?: number;
|
|
914
903
|
/**
|
|
915
|
-
* <p>
|
|
916
|
-
* The X-Ray request count for this node.
|
|
917
|
-
* </p>
|
|
904
|
+
* <p> The X-Ray request count for this node. </p>
|
|
918
905
|
*/
|
|
919
906
|
XRayRequestCount?: number;
|
|
920
907
|
/**
|
|
921
|
-
* <p>
|
|
922
|
-
* The X-Ray node request average latency for this node.
|
|
923
|
-
* </p>
|
|
908
|
+
* <p> The X-Ray node request average latency for this node. </p>
|
|
924
909
|
*/
|
|
925
910
|
XRayRequestAverageLatency?: number;
|
|
926
911
|
/**
|
|
927
|
-
* <p>
|
|
928
|
-
* The name of the X-Ray node.
|
|
929
|
-
* </p>
|
|
912
|
+
* <p> The name of the X-Ray node. </p>
|
|
930
913
|
*/
|
|
931
914
|
XRayNodeName?: string;
|
|
932
915
|
/**
|
|
933
|
-
* <p>
|
|
934
|
-
* The type of the X-Ray node. </p>
|
|
916
|
+
* <p> The type of the X-Ray node. </p>
|
|
935
917
|
*/
|
|
936
918
|
XRayNodeType?: string;
|
|
937
919
|
}
|
|
@@ -967,7 +949,7 @@ export declare namespace DescribeProblemRequest {
|
|
|
967
949
|
}
|
|
968
950
|
export declare type FeedbackKey = "INSIGHTS_FEEDBACK";
|
|
969
951
|
export declare type FeedbackValue = "NOT_SPECIFIED" | "NOT_USEFUL" | "USEFUL";
|
|
970
|
-
export declare type SeverityLevel = "High" | "Low" | "Medium";
|
|
952
|
+
export declare type SeverityLevel = "High" | "Informative" | "Low" | "Medium";
|
|
971
953
|
export declare type Status = "IGNORE" | "PENDING" | "RECURRING" | "RESOLVED";
|
|
972
954
|
/**
|
|
973
955
|
* <p>Describes a problem that is detected by correlating observations.</p>
|
|
@@ -1015,7 +997,14 @@ export interface Problem {
|
|
|
1015
997
|
Feedback?: {
|
|
1016
998
|
[key: string]: FeedbackValue | string;
|
|
1017
999
|
};
|
|
1000
|
+
/**
|
|
1001
|
+
* <p> The number of times that the same problem reoccurred after the first time it was
|
|
1002
|
+
* resolved. </p>
|
|
1003
|
+
*/
|
|
1018
1004
|
RecurringCount?: number;
|
|
1005
|
+
/**
|
|
1006
|
+
* <p> The last time that the problem reoccurred after its last resolution. </p>
|
|
1007
|
+
*/
|
|
1019
1008
|
LastRecurrenceTime?: Date;
|
|
1020
1009
|
}
|
|
1021
1010
|
export declare namespace Problem {
|
|
@@ -1160,7 +1149,8 @@ export interface ListConfigurationHistoryRequest {
|
|
|
1160
1149
|
*/
|
|
1161
1150
|
EndTime?: Date;
|
|
1162
1151
|
/**
|
|
1163
|
-
* <p>The status of the configuration update event. Possible values include INFO, WARN, and
|
|
1152
|
+
* <p>The status of the configuration update event. Possible values include INFO, WARN, and
|
|
1153
|
+
* ERROR.</p>
|
|
1164
1154
|
*/
|
|
1165
1155
|
EventStatus?: ConfigurationEventStatus | string;
|
|
1166
1156
|
/**
|
|
@@ -1174,10 +1164,11 @@ export interface ListConfigurationHistoryRequest {
|
|
|
1174
1164
|
*/
|
|
1175
1165
|
MaxResults?: number;
|
|
1176
1166
|
/**
|
|
1177
|
-
* <p>The <code>NextToken</code> value returned from a previous paginated
|
|
1178
|
-
*
|
|
1179
|
-
*
|
|
1180
|
-
*
|
|
1167
|
+
* <p>The <code>NextToken</code> value returned from a previous paginated
|
|
1168
|
+
* <code>ListConfigurationHistory</code> request where <code>MaxResults</code> was used and
|
|
1169
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of the
|
|
1170
|
+
* previous results that returned the <code>NextToken</code> value. This value is
|
|
1171
|
+
* <code>null</code> when there are no more results to return.</p>
|
|
1181
1172
|
*/
|
|
1182
1173
|
NextToken?: string;
|
|
1183
1174
|
}
|
|
@@ -1301,8 +1292,8 @@ export interface ListProblemsRequest {
|
|
|
1301
1292
|
*/
|
|
1302
1293
|
ResourceGroupName?: string;
|
|
1303
1294
|
/**
|
|
1304
|
-
* <p>The time when the problem was detected, in epoch
|
|
1305
|
-
*
|
|
1295
|
+
* <p>The time when the problem was detected, in epoch seconds. If you don't specify a time
|
|
1296
|
+
* frame for the request, problems within the past seven days are returned.</p>
|
|
1306
1297
|
*/
|
|
1307
1298
|
StartTime?: Date;
|
|
1308
1299
|
/**
|
|
@@ -1319,6 +1310,9 @@ export interface ListProblemsRequest {
|
|
|
1319
1310
|
* <p>The token to request the next page of results.</p>
|
|
1320
1311
|
*/
|
|
1321
1312
|
NextToken?: string;
|
|
1313
|
+
/**
|
|
1314
|
+
* <p> The name of the component. </p>
|
|
1315
|
+
*/
|
|
1322
1316
|
ComponentName?: string;
|
|
1323
1317
|
}
|
|
1324
1318
|
export declare namespace ListProblemsRequest {
|
|
@@ -1337,6 +1331,9 @@ export interface ListProblemsResponse {
|
|
|
1337
1331
|
* when there are no more results to return. </p>
|
|
1338
1332
|
*/
|
|
1339
1333
|
NextToken?: string;
|
|
1334
|
+
/**
|
|
1335
|
+
* <p> The name of the resource group. </p>
|
|
1336
|
+
*/
|
|
1340
1337
|
ResourceGroupName?: string;
|
|
1341
1338
|
}
|
|
1342
1339
|
export declare namespace ListProblemsResponse {
|
|
@@ -1362,7 +1359,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1362
1359
|
/**
|
|
1363
1360
|
* <p>An array that lists all the tags that are associated with the application. Each tag
|
|
1364
1361
|
* consists of a required tag key (<code>Key</code>) and an associated tag value
|
|
1365
|
-
*
|
|
1362
|
+
* (<code>Value</code>).</p>
|
|
1366
1363
|
*/
|
|
1367
1364
|
Tags?: Tag[];
|
|
1368
1365
|
}
|
|
@@ -1374,14 +1371,14 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
1374
1371
|
}
|
|
1375
1372
|
export interface TagResourceRequest {
|
|
1376
1373
|
/**
|
|
1377
|
-
* <p>The Amazon Resource Name (ARN) of the application that you want to add one or more tags
|
|
1374
|
+
* <p>The Amazon Resource Name (ARN) of the application that you want to add one or more tags
|
|
1375
|
+
* to.</p>
|
|
1378
1376
|
*/
|
|
1379
1377
|
ResourceARN: string | undefined;
|
|
1380
1378
|
/**
|
|
1381
|
-
* <p>A list of tags that to add to the application. A tag consists of a required
|
|
1382
|
-
*
|
|
1383
|
-
*
|
|
1384
|
-
* characters.</p>
|
|
1379
|
+
* <p>A list of tags that to add to the application. A tag consists of a required tag key
|
|
1380
|
+
* (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum length
|
|
1381
|
+
* of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>
|
|
1385
1382
|
*/
|
|
1386
1383
|
Tags: Tag[] | undefined;
|
|
1387
1384
|
}
|
|
@@ -1400,8 +1397,8 @@ export declare namespace TagResourceResponse {
|
|
|
1400
1397
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1401
1398
|
}
|
|
1402
1399
|
/**
|
|
1403
|
-
* <p>The number of the provided tags is beyond the limit, or
|
|
1404
|
-
*
|
|
1400
|
+
* <p>The number of the provided tags is beyond the limit, or the number of total tags you are
|
|
1401
|
+
* trying to attach to the specified resource exceeds the limit.</p>
|
|
1405
1402
|
*/
|
|
1406
1403
|
export declare class TooManyTagsException extends __BaseException {
|
|
1407
1404
|
readonly name: "TooManyTagsException";
|
|
@@ -1418,7 +1415,8 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
1418
1415
|
}
|
|
1419
1416
|
export interface UntagResourceRequest {
|
|
1420
1417
|
/**
|
|
1421
|
-
* <p>The Amazon Resource Name (ARN) of the application that you want to remove one or more
|
|
1418
|
+
* <p>The Amazon Resource Name (ARN) of the application that you want to remove one or more
|
|
1419
|
+
* tags from.</p>
|
|
1422
1420
|
*/
|
|
1423
1421
|
ResourceARN: string | undefined;
|
|
1424
1422
|
/**
|
|
@@ -1450,28 +1448,28 @@ export interface UpdateApplicationRequest {
|
|
|
1450
1448
|
*/
|
|
1451
1449
|
ResourceGroupName: string | undefined;
|
|
1452
1450
|
/**
|
|
1453
|
-
* <p>
|
|
1454
|
-
*
|
|
1455
|
-
* </p>
|
|
1451
|
+
* <p> When set to <code>true</code>, creates opsItems for any problems detected on an
|
|
1452
|
+
* application. </p>
|
|
1456
1453
|
*/
|
|
1457
1454
|
OpsCenterEnabled?: boolean;
|
|
1458
1455
|
/**
|
|
1459
|
-
* <p>
|
|
1460
|
-
*
|
|
1461
|
-
*
|
|
1456
|
+
* <p> Indicates whether Application Insights can listen to CloudWatch events for the
|
|
1457
|
+
* application resources, such as <code>instance terminated</code>, <code>failed
|
|
1458
|
+
* deployment</code>, and others. </p>
|
|
1462
1459
|
*/
|
|
1463
1460
|
CWEMonitorEnabled?: boolean;
|
|
1464
1461
|
/**
|
|
1465
|
-
* <p>
|
|
1466
|
-
*
|
|
1467
|
-
* receive notifications for updates to the opsItem.</p>
|
|
1462
|
+
* <p> The SNS topic provided to Application Insights that is associated to the created
|
|
1463
|
+
* opsItem. Allows you to receive notifications for updates to the opsItem.</p>
|
|
1468
1464
|
*/
|
|
1469
1465
|
OpsItemSNSTopicArn?: string;
|
|
1470
1466
|
/**
|
|
1471
|
-
* <p>
|
|
1472
|
-
* Disassociates the SNS topic from the opsItem created for detected problems.</p>
|
|
1467
|
+
* <p> Disassociates the SNS topic from the opsItem created for detected problems.</p>
|
|
1473
1468
|
*/
|
|
1474
1469
|
RemoveSNSTopic?: boolean;
|
|
1470
|
+
/**
|
|
1471
|
+
* <p> Turns auto-configuration on or off. </p>
|
|
1472
|
+
*/
|
|
1475
1473
|
AutoConfigEnabled?: boolean;
|
|
1476
1474
|
}
|
|
1477
1475
|
export declare namespace UpdateApplicationRequest {
|
|
@@ -1538,17 +1536,21 @@ export interface UpdateComponentConfigurationRequest {
|
|
|
1538
1536
|
*/
|
|
1539
1537
|
Monitor?: boolean;
|
|
1540
1538
|
/**
|
|
1541
|
-
* <p>The tier of the application component
|
|
1542
|
-
* <code>DOT_NET_WEB</code>, <code>DOT_NET_CORE</code>, <code>SQL_SERVER</code>, and <code>DEFAULT</code>.</p>
|
|
1539
|
+
* <p>The tier of the application component.</p>
|
|
1543
1540
|
*/
|
|
1544
1541
|
Tier?: Tier | string;
|
|
1545
1542
|
/**
|
|
1546
|
-
* <p>The configuration settings of the component. The value is the escaped JSON of the
|
|
1547
|
-
* 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>.
|
|
1548
|
-
*
|
|
1549
|
-
* format of the component configuration file,
|
|
1543
|
+
* <p>The configuration settings of the component. The value is the escaped JSON of the
|
|
1544
|
+
* 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
|
|
1545
|
+
* <code>DescribeComponentConfigurationRecommendation</code> to see the recommended
|
|
1546
|
+
* configuration for a component. For the complete format of the component configuration file,
|
|
1547
|
+
* see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html">Component Configuration</a>.</p>
|
|
1550
1548
|
*/
|
|
1551
1549
|
ComponentConfiguration?: string;
|
|
1550
|
+
/**
|
|
1551
|
+
* <p> Automatically configures the component by applying the recommended configurations.
|
|
1552
|
+
* </p>
|
|
1553
|
+
*/
|
|
1552
1554
|
AutoConfigEnabled?: boolean;
|
|
1553
1555
|
}
|
|
1554
1556
|
export declare namespace UpdateComponentConfigurationRequest {
|
|
@@ -1579,13 +1581,21 @@ export interface UpdateLogPatternRequest {
|
|
|
1579
1581
|
*/
|
|
1580
1582
|
PatternName: string | undefined;
|
|
1581
1583
|
/**
|
|
1582
|
-
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward
|
|
1584
|
+
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward
|
|
1585
|
+
* lookahead or backreference constructions are not supported.</p>
|
|
1583
1586
|
*/
|
|
1584
1587
|
Pattern?: string;
|
|
1585
1588
|
/**
|
|
1586
|
-
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
1587
|
-
*
|
|
1588
|
-
*
|
|
1589
|
+
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
1590
|
+
* <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set
|
|
1591
|
+
* your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will
|
|
1592
|
+
* be the first to get matched to a log line. A pattern of rank <code>1,000,000</code> will be
|
|
1593
|
+
* last to get matched. When you configure custom log patterns from the console, a
|
|
1594
|
+
* <code>Low</code> severity pattern translates to a <code>750,000</code> rank. A
|
|
1595
|
+
* <code>Medium</code> severity pattern translates to a <code>500,000</code> rank. And a
|
|
1596
|
+
* <code>High</code> severity pattern translates to a <code>250,000</code> rank. Rank
|
|
1597
|
+
* values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for
|
|
1598
|
+
* AWS-provided patterns. </p>
|
|
1589
1599
|
*/
|
|
1590
1600
|
Rank?: number;
|
|
1591
1601
|
}
|