@aws-sdk/client-application-insights 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ApplicationInsights.d.ts +5 -1
- package/dist-types/ApplicationInsightsClient.d.ts +1 -1
- package/dist-types/commands/AddWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateComponentCommand.d.ts +2 -1
- package/dist-types/commands/CreateLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteComponentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/DescribeObservationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProblemCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/ListComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListLogPatternsCommand.d.ts +2 -1
- package/dist-types/commands/ListProblemsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveWorkloadCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProblemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +292 -292
- package/dist-types/ts3.4/ApplicationInsights.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ApplicationInsightsServiceException as __BaseException } from "./ApplicationInsightsServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p> User does not have permissions to perform this action. </p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -45,23 +45,23 @@ export declare const Tier: {
|
|
|
45
45
|
*/
|
|
46
46
|
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
47
47
|
/**
|
|
48
|
-
* @public
|
|
49
48
|
* <p>The configuration of the workload.</p>
|
|
49
|
+
* @public
|
|
50
50
|
*/
|
|
51
51
|
export interface WorkloadConfiguration {
|
|
52
52
|
/**
|
|
53
|
-
* @public
|
|
54
53
|
* <p>The name of the workload.</p>
|
|
54
|
+
* @public
|
|
55
55
|
*/
|
|
56
56
|
WorkloadName?: string;
|
|
57
57
|
/**
|
|
58
|
-
* @public
|
|
59
58
|
* <p>The configuration of the workload tier.</p>
|
|
59
|
+
* @public
|
|
60
60
|
*/
|
|
61
61
|
Tier?: Tier;
|
|
62
62
|
/**
|
|
63
|
-
* @public
|
|
64
63
|
* <p>The configuration settings of the workload.</p>
|
|
64
|
+
* @public
|
|
65
65
|
*/
|
|
66
66
|
Configuration?: string;
|
|
67
67
|
}
|
|
@@ -70,18 +70,18 @@ export interface WorkloadConfiguration {
|
|
|
70
70
|
*/
|
|
71
71
|
export interface AddWorkloadRequest {
|
|
72
72
|
/**
|
|
73
|
-
* @public
|
|
74
73
|
* <p>The name of the resource group.</p>
|
|
74
|
+
* @public
|
|
75
75
|
*/
|
|
76
76
|
ResourceGroupName: string | undefined;
|
|
77
77
|
/**
|
|
78
|
-
* @public
|
|
79
78
|
* <p>The name of the component.</p>
|
|
79
|
+
* @public
|
|
80
80
|
*/
|
|
81
81
|
ComponentName: string | undefined;
|
|
82
82
|
/**
|
|
83
|
-
* @public
|
|
84
83
|
* <p>The configuration settings of the workload. The value is the escaped JSON of the configuration.</p>
|
|
84
|
+
* @public
|
|
85
85
|
*/
|
|
86
86
|
WorkloadConfiguration: WorkloadConfiguration | undefined;
|
|
87
87
|
}
|
|
@@ -90,19 +90,19 @@ export interface AddWorkloadRequest {
|
|
|
90
90
|
*/
|
|
91
91
|
export interface AddWorkloadResponse {
|
|
92
92
|
/**
|
|
93
|
-
* @public
|
|
94
93
|
* <p>The ID of the workload.</p>
|
|
94
|
+
* @public
|
|
95
95
|
*/
|
|
96
96
|
WorkloadId?: string;
|
|
97
97
|
/**
|
|
98
|
-
* @public
|
|
99
98
|
* <p>The configuration settings of the workload. The value is the escaped JSON of the configuration.</p>
|
|
99
|
+
* @public
|
|
100
100
|
*/
|
|
101
101
|
WorkloadConfiguration?: WorkloadConfiguration;
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
|
-
* @public
|
|
105
104
|
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
105
|
+
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class InternalServerException extends __BaseException {
|
|
108
108
|
readonly name: "InternalServerException";
|
|
@@ -114,8 +114,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
114
114
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
115
115
|
}
|
|
116
116
|
/**
|
|
117
|
-
* @public
|
|
118
117
|
* <p>The resource is already created or in use.</p>
|
|
118
|
+
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class ResourceInUseException extends __BaseException {
|
|
121
121
|
readonly name: "ResourceInUseException";
|
|
@@ -127,8 +127,8 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
127
127
|
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
|
-
* @public
|
|
131
130
|
* <p>The resource does not exist in the customer account.</p>
|
|
131
|
+
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
134
134
|
readonly name: "ResourceNotFoundException";
|
|
@@ -140,8 +140,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
140
140
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>The parameter is not valid.</p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class ValidationException extends __BaseException {
|
|
147
147
|
readonly name: "ValidationException";
|
|
@@ -165,46 +165,46 @@ export declare const OsType: {
|
|
|
165
165
|
*/
|
|
166
166
|
export type OsType = (typeof OsType)[keyof typeof OsType];
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <p>Describes a standalone resource or similarly grouped resources that the application is
|
|
170
169
|
* made up of.</p>
|
|
170
|
+
* @public
|
|
171
171
|
*/
|
|
172
172
|
export interface ApplicationComponent {
|
|
173
173
|
/**
|
|
174
|
-
* @public
|
|
175
174
|
* <p>The name of the component.</p>
|
|
175
|
+
* @public
|
|
176
176
|
*/
|
|
177
177
|
ComponentName?: string;
|
|
178
178
|
/**
|
|
179
|
-
* @public
|
|
180
179
|
* <p> If logging is supported for the resource type, indicates whether the component has
|
|
181
180
|
* configured logs to be monitored. </p>
|
|
181
|
+
* @public
|
|
182
182
|
*/
|
|
183
183
|
ComponentRemarks?: string;
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p>The resource type. Supported resource types include EC2 instances, Auto Scaling group,
|
|
187
186
|
* Classic ELB, Application ELB, and SQS Queue.</p>
|
|
187
|
+
* @public
|
|
188
188
|
*/
|
|
189
189
|
ResourceType?: string;
|
|
190
190
|
/**
|
|
191
|
-
* @public
|
|
192
191
|
* <p> The operating system of the component. </p>
|
|
192
|
+
* @public
|
|
193
193
|
*/
|
|
194
194
|
OsType?: OsType;
|
|
195
195
|
/**
|
|
196
|
-
* @public
|
|
197
196
|
* <p>The stack tier of the application component.</p>
|
|
197
|
+
* @public
|
|
198
198
|
*/
|
|
199
199
|
Tier?: Tier;
|
|
200
200
|
/**
|
|
201
|
-
* @public
|
|
202
201
|
* <p>Indicates whether the application component is monitored. </p>
|
|
202
|
+
* @public
|
|
203
203
|
*/
|
|
204
204
|
Monitor?: boolean;
|
|
205
205
|
/**
|
|
206
|
-
* @public
|
|
207
206
|
* <p> Workloads detected in the application component. </p>
|
|
207
|
+
* @public
|
|
208
208
|
*/
|
|
209
209
|
DetectedWorkload?: Partial<Record<Tier, Record<string, string>>>;
|
|
210
210
|
}
|
|
@@ -221,46 +221,45 @@ export declare const DiscoveryType: {
|
|
|
221
221
|
*/
|
|
222
222
|
export type DiscoveryType = (typeof DiscoveryType)[keyof typeof DiscoveryType];
|
|
223
223
|
/**
|
|
224
|
-
* @public
|
|
225
224
|
* <p>Describes the status of the application.</p>
|
|
225
|
+
* @public
|
|
226
226
|
*/
|
|
227
227
|
export interface ApplicationInfo {
|
|
228
228
|
/**
|
|
229
|
-
* @public
|
|
230
229
|
* <p>The AWS account ID for the owner of the application.</p>
|
|
230
|
+
* @public
|
|
231
231
|
*/
|
|
232
232
|
AccountId?: string;
|
|
233
233
|
/**
|
|
234
|
-
* @public
|
|
235
234
|
* <p>The name of the resource group used for the application.</p>
|
|
235
|
+
* @public
|
|
236
236
|
*/
|
|
237
237
|
ResourceGroupName?: string;
|
|
238
238
|
/**
|
|
239
|
-
* @public
|
|
240
239
|
* <p>The lifecycle of the application. </p>
|
|
240
|
+
* @public
|
|
241
241
|
*/
|
|
242
242
|
LifeCycle?: string;
|
|
243
243
|
/**
|
|
244
|
-
* @public
|
|
245
244
|
* <p> The SNS topic provided to Application Insights that is associated to the created
|
|
246
245
|
* opsItems to receive SNS notifications for opsItem updates. </p>
|
|
246
|
+
* @public
|
|
247
247
|
*/
|
|
248
248
|
OpsItemSNSTopicArn?: string;
|
|
249
249
|
/**
|
|
250
|
-
* @public
|
|
251
250
|
* <p> Indicates whether Application Insights will create opsItems for any problem detected by
|
|
252
251
|
* Application Insights for an application. </p>
|
|
252
|
+
* @public
|
|
253
253
|
*/
|
|
254
254
|
OpsCenterEnabled?: boolean;
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p> Indicates whether Application Insights can listen to CloudWatch events for the
|
|
258
257
|
* application resources, such as <code>instance terminated</code>, <code>failed
|
|
259
258
|
* deployment</code>, and others. </p>
|
|
259
|
+
* @public
|
|
260
260
|
*/
|
|
261
261
|
CWEMonitorEnabled?: boolean;
|
|
262
262
|
/**
|
|
263
|
-
* @public
|
|
264
263
|
* <p>The issues on the user side that block Application Insights from successfully monitoring
|
|
265
264
|
* an application. Example remarks include:</p>
|
|
266
265
|
* <ul>
|
|
@@ -271,27 +270,28 @@ export interface ApplicationInfo {
|
|
|
271
270
|
* <p>“Configuring application, detected 1 Unconfigured Components”</p>
|
|
272
271
|
* </li>
|
|
273
272
|
* </ul>
|
|
273
|
+
* @public
|
|
274
274
|
*/
|
|
275
275
|
Remarks?: string;
|
|
276
276
|
/**
|
|
277
|
-
* @public
|
|
278
277
|
* <p> Indicates whether auto-configuration is turned on for this application. </p>
|
|
278
|
+
* @public
|
|
279
279
|
*/
|
|
280
280
|
AutoConfigEnabled?: boolean;
|
|
281
281
|
/**
|
|
282
|
-
* @public
|
|
283
282
|
* <p> The method used by Application Insights to onboard your resources. </p>
|
|
283
|
+
* @public
|
|
284
284
|
*/
|
|
285
285
|
DiscoveryType?: DiscoveryType;
|
|
286
286
|
/**
|
|
287
|
-
* @public
|
|
288
287
|
* <p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>
|
|
288
|
+
* @public
|
|
289
289
|
*/
|
|
290
290
|
AttachMissingPermission?: boolean;
|
|
291
291
|
}
|
|
292
292
|
/**
|
|
293
|
-
* @public
|
|
294
293
|
* <p>The request is not understood by the server.</p>
|
|
294
|
+
* @public
|
|
295
295
|
*/
|
|
296
296
|
export declare class BadRequestException extends __BaseException {
|
|
297
297
|
readonly name: "BadRequestException";
|
|
@@ -344,50 +344,50 @@ export declare const ConfigurationEventStatus: {
|
|
|
344
344
|
*/
|
|
345
345
|
export type ConfigurationEventStatus = (typeof ConfigurationEventStatus)[keyof typeof ConfigurationEventStatus];
|
|
346
346
|
/**
|
|
347
|
-
* @public
|
|
348
347
|
* <p> The event information. </p>
|
|
348
|
+
* @public
|
|
349
349
|
*/
|
|
350
350
|
export interface ConfigurationEvent {
|
|
351
351
|
/**
|
|
352
|
-
* @public
|
|
353
352
|
* <p>The name of the resource group of the application to which the configuration event belongs.</p>
|
|
353
|
+
* @public
|
|
354
354
|
*/
|
|
355
355
|
ResourceGroupName?: string;
|
|
356
356
|
/**
|
|
357
|
-
* @public
|
|
358
357
|
* <p>The AWS account ID for the owner of the application to which the configuration event belongs.</p>
|
|
358
|
+
* @public
|
|
359
359
|
*/
|
|
360
360
|
AccountId?: string;
|
|
361
361
|
/**
|
|
362
|
-
* @public
|
|
363
362
|
* <p> The resource monitored by Application Insights. </p>
|
|
363
|
+
* @public
|
|
364
364
|
*/
|
|
365
365
|
MonitoredResourceARN?: string;
|
|
366
366
|
/**
|
|
367
|
-
* @public
|
|
368
367
|
* <p> The status of the configuration update event. Possible values include INFO, WARN, and
|
|
369
368
|
* ERROR. </p>
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
EventStatus?: ConfigurationEventStatus;
|
|
372
372
|
/**
|
|
373
|
-
* @public
|
|
374
373
|
* <p> The resource type that Application Insights attempted to configure, for example,
|
|
375
374
|
* CLOUDWATCH_ALARM. </p>
|
|
375
|
+
* @public
|
|
376
376
|
*/
|
|
377
377
|
EventResourceType?: ConfigurationEventResourceType;
|
|
378
378
|
/**
|
|
379
|
-
* @public
|
|
380
379
|
* <p> The timestamp of the event. </p>
|
|
380
|
+
* @public
|
|
381
381
|
*/
|
|
382
382
|
EventTime?: Date;
|
|
383
383
|
/**
|
|
384
|
-
* @public
|
|
385
384
|
* <p> The details of the event in plain text. </p>
|
|
385
|
+
* @public
|
|
386
386
|
*/
|
|
387
387
|
EventDetail?: string;
|
|
388
388
|
/**
|
|
389
|
-
* @public
|
|
390
389
|
* <p> The name of the resource Application Insights attempted to configure. </p>
|
|
390
|
+
* @public
|
|
391
391
|
*/
|
|
392
392
|
EventResourceName?: string;
|
|
393
393
|
}
|
|
@@ -403,7 +403,6 @@ export declare const GroupingType: {
|
|
|
403
403
|
*/
|
|
404
404
|
export type GroupingType = (typeof GroupingType)[keyof typeof GroupingType];
|
|
405
405
|
/**
|
|
406
|
-
* @public
|
|
407
406
|
* <p>An object that defines the tags associated with an application. A
|
|
408
407
|
* <i>tag</i> is a label that you optionally define and associate with an
|
|
409
408
|
* application. Tags can help you categorize and manage resources in different ways, such as
|
|
@@ -429,19 +428,20 @@ export type GroupingType = (typeof GroupingType)[keyof typeof GroupingType];
|
|
|
429
428
|
* values that use this prefix. </p>
|
|
430
429
|
* </li>
|
|
431
430
|
* </ul>
|
|
431
|
+
* @public
|
|
432
432
|
*/
|
|
433
433
|
export interface Tag {
|
|
434
434
|
/**
|
|
435
|
-
* @public
|
|
436
435
|
* <p>One part of a key-value pair that defines a tag. The maximum length of a tag key is 128
|
|
437
436
|
* characters. The minimum length is 1 character.</p>
|
|
437
|
+
* @public
|
|
438
438
|
*/
|
|
439
439
|
Key: string | undefined;
|
|
440
440
|
/**
|
|
441
|
-
* @public
|
|
442
441
|
* <p>The optional part of a key-value pair that defines a tag. The maximum length of a tag
|
|
443
442
|
* value is 256 characters. The minimum length is 0 characters. If you don't want an
|
|
444
443
|
* application to have a specific tag value, don't specify a value for this parameter.</p>
|
|
444
|
+
* @public
|
|
445
445
|
*/
|
|
446
446
|
Value: string | undefined;
|
|
447
447
|
}
|
|
@@ -450,58 +450,58 @@ export interface Tag {
|
|
|
450
450
|
*/
|
|
451
451
|
export interface CreateApplicationRequest {
|
|
452
452
|
/**
|
|
453
|
-
* @public
|
|
454
453
|
* <p>The name of the resource group.</p>
|
|
454
|
+
* @public
|
|
455
455
|
*/
|
|
456
456
|
ResourceGroupName?: string;
|
|
457
457
|
/**
|
|
458
|
-
* @public
|
|
459
458
|
* <p> When set to <code>true</code>, creates opsItems for any problems detected on an
|
|
460
459
|
* application. </p>
|
|
460
|
+
* @public
|
|
461
461
|
*/
|
|
462
462
|
OpsCenterEnabled?: boolean;
|
|
463
463
|
/**
|
|
464
|
-
* @public
|
|
465
464
|
* <p> Indicates whether Application Insights can listen to CloudWatch events for the
|
|
466
465
|
* application resources, such as <code>instance terminated</code>, <code>failed
|
|
467
466
|
* deployment</code>, and others. </p>
|
|
467
|
+
* @public
|
|
468
468
|
*/
|
|
469
469
|
CWEMonitorEnabled?: boolean;
|
|
470
470
|
/**
|
|
471
|
-
* @public
|
|
472
471
|
* <p> The SNS topic provided to Application Insights that is associated to the created
|
|
473
472
|
* opsItem. Allows you to receive notifications for updates to the opsItem. </p>
|
|
473
|
+
* @public
|
|
474
474
|
*/
|
|
475
475
|
OpsItemSNSTopicArn?: string;
|
|
476
476
|
/**
|
|
477
|
-
* @public
|
|
478
477
|
* <p>List of tags to add to the application. tag key (<code>Key</code>) and an associated tag
|
|
479
478
|
* value (<code>Value</code>). The maximum length of a tag key is 128 characters. The maximum
|
|
480
479
|
* length of a tag value is 256 characters.</p>
|
|
480
|
+
* @public
|
|
481
481
|
*/
|
|
482
482
|
Tags?: Tag[];
|
|
483
483
|
/**
|
|
484
|
-
* @public
|
|
485
484
|
* <p> Indicates whether Application Insights automatically configures unmonitored resources
|
|
486
485
|
* in the resource group. </p>
|
|
486
|
+
* @public
|
|
487
487
|
*/
|
|
488
488
|
AutoConfigEnabled?: boolean;
|
|
489
489
|
/**
|
|
490
|
-
* @public
|
|
491
490
|
* <p> Configures all of the resources in the resource group by applying the recommended
|
|
492
491
|
* configurations. </p>
|
|
492
|
+
* @public
|
|
493
493
|
*/
|
|
494
494
|
AutoCreate?: boolean;
|
|
495
495
|
/**
|
|
496
|
-
* @public
|
|
497
496
|
* <p>Application Insights can create applications based on a resource group or on an account.
|
|
498
497
|
* To create an account-based application using all of the resources in the account, set this
|
|
499
498
|
* parameter to <code>ACCOUNT_BASED</code>. </p>
|
|
499
|
+
* @public
|
|
500
500
|
*/
|
|
501
501
|
GroupingType?: GroupingType;
|
|
502
502
|
/**
|
|
503
|
-
* @public
|
|
504
503
|
* <p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>
|
|
504
|
+
* @public
|
|
505
505
|
*/
|
|
506
506
|
AttachMissingPermission?: boolean;
|
|
507
507
|
}
|
|
@@ -510,14 +510,14 @@ export interface CreateApplicationRequest {
|
|
|
510
510
|
*/
|
|
511
511
|
export interface CreateApplicationResponse {
|
|
512
512
|
/**
|
|
513
|
-
* @public
|
|
514
513
|
* <p>Information about the application.</p>
|
|
514
|
+
* @public
|
|
515
515
|
*/
|
|
516
516
|
ApplicationInfo?: ApplicationInfo;
|
|
517
517
|
}
|
|
518
518
|
/**
|
|
519
|
-
* @public
|
|
520
519
|
* <p>Tags are already registered for the specified application ARN.</p>
|
|
520
|
+
* @public
|
|
521
521
|
*/
|
|
522
522
|
export declare class TagsAlreadyExistException extends __BaseException {
|
|
523
523
|
readonly name: "TagsAlreadyExistException";
|
|
@@ -533,18 +533,18 @@ export declare class TagsAlreadyExistException extends __BaseException {
|
|
|
533
533
|
*/
|
|
534
534
|
export interface CreateComponentRequest {
|
|
535
535
|
/**
|
|
536
|
-
* @public
|
|
537
536
|
* <p>The name of the resource group.</p>
|
|
537
|
+
* @public
|
|
538
538
|
*/
|
|
539
539
|
ResourceGroupName: string | undefined;
|
|
540
540
|
/**
|
|
541
|
-
* @public
|
|
542
541
|
* <p>The name of the component.</p>
|
|
542
|
+
* @public
|
|
543
543
|
*/
|
|
544
544
|
ComponentName: string | undefined;
|
|
545
545
|
/**
|
|
546
|
-
* @public
|
|
547
546
|
* <p>The list of resource ARNs that belong to the component.</p>
|
|
547
|
+
* @public
|
|
548
548
|
*/
|
|
549
549
|
ResourceList: string[] | undefined;
|
|
550
550
|
}
|
|
@@ -558,28 +558,27 @@ export interface CreateComponentResponse {
|
|
|
558
558
|
*/
|
|
559
559
|
export interface CreateLogPatternRequest {
|
|
560
560
|
/**
|
|
561
|
-
* @public
|
|
562
561
|
* <p>The name of the resource group.</p>
|
|
562
|
+
* @public
|
|
563
563
|
*/
|
|
564
564
|
ResourceGroupName: string | undefined;
|
|
565
565
|
/**
|
|
566
|
-
* @public
|
|
567
566
|
* <p>The name of the log pattern set.</p>
|
|
567
|
+
* @public
|
|
568
568
|
*/
|
|
569
569
|
PatternSetName: string | undefined;
|
|
570
570
|
/**
|
|
571
|
-
* @public
|
|
572
571
|
* <p>The name of the log pattern.</p>
|
|
572
|
+
* @public
|
|
573
573
|
*/
|
|
574
574
|
PatternName: string | undefined;
|
|
575
575
|
/**
|
|
576
|
-
* @public
|
|
577
576
|
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward
|
|
578
577
|
* lookahead or backreference constructions are not supported.</p>
|
|
578
|
+
* @public
|
|
579
579
|
*/
|
|
580
580
|
Pattern: string | undefined;
|
|
581
581
|
/**
|
|
582
|
-
* @public
|
|
583
582
|
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
584
583
|
* <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set
|
|
585
584
|
* your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will
|
|
@@ -590,38 +589,38 @@ export interface CreateLogPatternRequest {
|
|
|
590
589
|
* <code>High</code> severity pattern translates to a <code>250,000</code> rank. Rank
|
|
591
590
|
* values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for
|
|
592
591
|
* AWS-provided patterns. </p>
|
|
592
|
+
* @public
|
|
593
593
|
*/
|
|
594
594
|
Rank: number | undefined;
|
|
595
595
|
}
|
|
596
596
|
/**
|
|
597
|
-
* @public
|
|
598
597
|
* <p>An object that defines the log patterns that belongs to a
|
|
599
598
|
* <code>LogPatternSet</code>.</p>
|
|
599
|
+
* @public
|
|
600
600
|
*/
|
|
601
601
|
export interface LogPattern {
|
|
602
602
|
/**
|
|
603
|
-
* @public
|
|
604
603
|
* <p>The name of the log pattern. A log pattern name can contain as many as 30 characters,
|
|
605
604
|
* and it cannot be empty. The characters can be Unicode letters, digits, or one of the
|
|
606
605
|
* following symbols: period, dash, underscore.</p>
|
|
606
|
+
* @public
|
|
607
607
|
*/
|
|
608
608
|
PatternSetName?: string;
|
|
609
609
|
/**
|
|
610
|
-
* @public
|
|
611
610
|
* <p>The name of the log pattern. A log pattern name can contain as many as 50 characters,
|
|
612
611
|
* and it cannot be empty. The characters can be Unicode letters, digits, or one of the
|
|
613
612
|
* following symbols: period, dash, underscore.</p>
|
|
613
|
+
* @public
|
|
614
614
|
*/
|
|
615
615
|
PatternName?: string;
|
|
616
616
|
/**
|
|
617
|
-
* @public
|
|
618
617
|
* <p>A regular expression that defines the log pattern. A log pattern can contain as many as
|
|
619
618
|
* 50 characters, and it cannot be empty. The pattern must be DFA compatible. Patterns that
|
|
620
619
|
* utilize forward lookahead or backreference constructions are not supported.</p>
|
|
620
|
+
* @public
|
|
621
621
|
*/
|
|
622
622
|
Pattern?: string;
|
|
623
623
|
/**
|
|
624
|
-
* @public
|
|
625
624
|
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
626
625
|
* <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set
|
|
627
626
|
* your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will
|
|
@@ -632,6 +631,7 @@ export interface LogPattern {
|
|
|
632
631
|
* <code>High</code> severity pattern translates to a <code>250,000</code> rank. Rank
|
|
633
632
|
* values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for
|
|
634
633
|
* AWS-provided patterns. </p>
|
|
634
|
+
* @public
|
|
635
635
|
*/
|
|
636
636
|
Rank?: number;
|
|
637
637
|
}
|
|
@@ -640,13 +640,13 @@ export interface LogPattern {
|
|
|
640
640
|
*/
|
|
641
641
|
export interface CreateLogPatternResponse {
|
|
642
642
|
/**
|
|
643
|
-
* @public
|
|
644
643
|
* <p>The successfully created log pattern.</p>
|
|
644
|
+
* @public
|
|
645
645
|
*/
|
|
646
646
|
LogPattern?: LogPattern;
|
|
647
647
|
/**
|
|
648
|
-
* @public
|
|
649
648
|
* <p>The name of the resource group.</p>
|
|
649
|
+
* @public
|
|
650
650
|
*/
|
|
651
651
|
ResourceGroupName?: string;
|
|
652
652
|
}
|
|
@@ -655,8 +655,8 @@ export interface CreateLogPatternResponse {
|
|
|
655
655
|
*/
|
|
656
656
|
export interface DeleteApplicationRequest {
|
|
657
657
|
/**
|
|
658
|
-
* @public
|
|
659
658
|
* <p>The name of the resource group.</p>
|
|
659
|
+
* @public
|
|
660
660
|
*/
|
|
661
661
|
ResourceGroupName: string | undefined;
|
|
662
662
|
}
|
|
@@ -670,13 +670,13 @@ export interface DeleteApplicationResponse {
|
|
|
670
670
|
*/
|
|
671
671
|
export interface DeleteComponentRequest {
|
|
672
672
|
/**
|
|
673
|
-
* @public
|
|
674
673
|
* <p>The name of the resource group.</p>
|
|
674
|
+
* @public
|
|
675
675
|
*/
|
|
676
676
|
ResourceGroupName: string | undefined;
|
|
677
677
|
/**
|
|
678
|
-
* @public
|
|
679
678
|
* <p>The name of the component.</p>
|
|
679
|
+
* @public
|
|
680
680
|
*/
|
|
681
681
|
ComponentName: string | undefined;
|
|
682
682
|
}
|
|
@@ -690,18 +690,18 @@ export interface DeleteComponentResponse {
|
|
|
690
690
|
*/
|
|
691
691
|
export interface DeleteLogPatternRequest {
|
|
692
692
|
/**
|
|
693
|
-
* @public
|
|
694
693
|
* <p>The name of the resource group.</p>
|
|
694
|
+
* @public
|
|
695
695
|
*/
|
|
696
696
|
ResourceGroupName: string | undefined;
|
|
697
697
|
/**
|
|
698
|
-
* @public
|
|
699
698
|
* <p>The name of the log pattern set.</p>
|
|
699
|
+
* @public
|
|
700
700
|
*/
|
|
701
701
|
PatternSetName: string | undefined;
|
|
702
702
|
/**
|
|
703
|
-
* @public
|
|
704
703
|
* <p>The name of the log pattern.</p>
|
|
704
|
+
* @public
|
|
705
705
|
*/
|
|
706
706
|
PatternName: string | undefined;
|
|
707
707
|
}
|
|
@@ -715,13 +715,13 @@ export interface DeleteLogPatternResponse {
|
|
|
715
715
|
*/
|
|
716
716
|
export interface DescribeApplicationRequest {
|
|
717
717
|
/**
|
|
718
|
-
* @public
|
|
719
718
|
* <p>The name of the resource group.</p>
|
|
719
|
+
* @public
|
|
720
720
|
*/
|
|
721
721
|
ResourceGroupName: string | undefined;
|
|
722
722
|
/**
|
|
723
|
-
* @public
|
|
724
723
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
724
|
+
* @public
|
|
725
725
|
*/
|
|
726
726
|
AccountId?: string;
|
|
727
727
|
}
|
|
@@ -730,8 +730,8 @@ export interface DescribeApplicationRequest {
|
|
|
730
730
|
*/
|
|
731
731
|
export interface DescribeApplicationResponse {
|
|
732
732
|
/**
|
|
733
|
-
* @public
|
|
734
733
|
* <p>Information about the application.</p>
|
|
734
|
+
* @public
|
|
735
735
|
*/
|
|
736
736
|
ApplicationInfo?: ApplicationInfo;
|
|
737
737
|
}
|
|
@@ -740,18 +740,18 @@ export interface DescribeApplicationResponse {
|
|
|
740
740
|
*/
|
|
741
741
|
export interface DescribeComponentRequest {
|
|
742
742
|
/**
|
|
743
|
-
* @public
|
|
744
743
|
* <p>The name of the resource group.</p>
|
|
744
|
+
* @public
|
|
745
745
|
*/
|
|
746
746
|
ResourceGroupName: string | undefined;
|
|
747
747
|
/**
|
|
748
|
-
* @public
|
|
749
748
|
* <p>The name of the component.</p>
|
|
749
|
+
* @public
|
|
750
750
|
*/
|
|
751
751
|
ComponentName: string | undefined;
|
|
752
752
|
/**
|
|
753
|
-
* @public
|
|
754
753
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
754
|
+
* @public
|
|
755
755
|
*/
|
|
756
756
|
AccountId?: string;
|
|
757
757
|
}
|
|
@@ -760,14 +760,14 @@ export interface DescribeComponentRequest {
|
|
|
760
760
|
*/
|
|
761
761
|
export interface DescribeComponentResponse {
|
|
762
762
|
/**
|
|
763
|
-
* @public
|
|
764
763
|
* <p>Describes a standalone resource or similarly grouped resources that the application is
|
|
765
764
|
* made up of.</p>
|
|
765
|
+
* @public
|
|
766
766
|
*/
|
|
767
767
|
ApplicationComponent?: ApplicationComponent;
|
|
768
768
|
/**
|
|
769
|
-
* @public
|
|
770
769
|
* <p>The list of resource ARNs that belong to the component.</p>
|
|
770
|
+
* @public
|
|
771
771
|
*/
|
|
772
772
|
ResourceList?: string[];
|
|
773
773
|
}
|
|
@@ -776,18 +776,18 @@ export interface DescribeComponentResponse {
|
|
|
776
776
|
*/
|
|
777
777
|
export interface DescribeComponentConfigurationRequest {
|
|
778
778
|
/**
|
|
779
|
-
* @public
|
|
780
779
|
* <p>The name of the resource group.</p>
|
|
780
|
+
* @public
|
|
781
781
|
*/
|
|
782
782
|
ResourceGroupName: string | undefined;
|
|
783
783
|
/**
|
|
784
|
-
* @public
|
|
785
784
|
* <p>The name of the component.</p>
|
|
785
|
+
* @public
|
|
786
786
|
*/
|
|
787
787
|
ComponentName: string | undefined;
|
|
788
788
|
/**
|
|
789
|
-
* @public
|
|
790
789
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
790
|
+
* @public
|
|
791
791
|
*/
|
|
792
792
|
AccountId?: string;
|
|
793
793
|
}
|
|
@@ -796,22 +796,22 @@ export interface DescribeComponentConfigurationRequest {
|
|
|
796
796
|
*/
|
|
797
797
|
export interface DescribeComponentConfigurationResponse {
|
|
798
798
|
/**
|
|
799
|
-
* @public
|
|
800
799
|
* <p>Indicates whether the application component is monitored.</p>
|
|
800
|
+
* @public
|
|
801
801
|
*/
|
|
802
802
|
Monitor?: boolean;
|
|
803
803
|
/**
|
|
804
|
-
* @public
|
|
805
804
|
* <p>The tier of the application component. Supported tiers include
|
|
806
805
|
* <code>DOT_NET_CORE</code>, <code>DOT_NET_WORKER</code>, <code>DOT_NET_WEB</code>,
|
|
807
806
|
* <code>SQL_SERVER</code>, and <code>DEFAULT</code>
|
|
808
807
|
* </p>
|
|
808
|
+
* @public
|
|
809
809
|
*/
|
|
810
810
|
Tier?: Tier;
|
|
811
811
|
/**
|
|
812
|
-
* @public
|
|
813
812
|
* <p>The configuration settings of the component. The value is the escaped JSON of the
|
|
814
813
|
* configuration.</p>
|
|
814
|
+
* @public
|
|
815
815
|
*/
|
|
816
816
|
ComponentConfiguration?: string;
|
|
817
817
|
}
|
|
@@ -833,28 +833,28 @@ export type RecommendationType = (typeof RecommendationType)[keyof typeof Recomm
|
|
|
833
833
|
*/
|
|
834
834
|
export interface DescribeComponentConfigurationRecommendationRequest {
|
|
835
835
|
/**
|
|
836
|
-
* @public
|
|
837
836
|
* <p>The name of the resource group.</p>
|
|
837
|
+
* @public
|
|
838
838
|
*/
|
|
839
839
|
ResourceGroupName: string | undefined;
|
|
840
840
|
/**
|
|
841
|
-
* @public
|
|
842
841
|
* <p>The name of the component.</p>
|
|
842
|
+
* @public
|
|
843
843
|
*/
|
|
844
844
|
ComponentName: string | undefined;
|
|
845
845
|
/**
|
|
846
|
-
* @public
|
|
847
846
|
* <p>The tier of the application component.</p>
|
|
847
|
+
* @public
|
|
848
848
|
*/
|
|
849
849
|
Tier: Tier | undefined;
|
|
850
850
|
/**
|
|
851
|
-
* @public
|
|
852
851
|
* <p>The name of the workload.</p>
|
|
852
|
+
* @public
|
|
853
853
|
*/
|
|
854
854
|
WorkloadName?: string;
|
|
855
855
|
/**
|
|
856
|
-
* @public
|
|
857
856
|
* <p>The recommended configuration type.</p>
|
|
857
|
+
* @public
|
|
858
858
|
*/
|
|
859
859
|
RecommendationType?: RecommendationType;
|
|
860
860
|
}
|
|
@@ -863,9 +863,9 @@ export interface DescribeComponentConfigurationRecommendationRequest {
|
|
|
863
863
|
*/
|
|
864
864
|
export interface DescribeComponentConfigurationRecommendationResponse {
|
|
865
865
|
/**
|
|
866
|
-
* @public
|
|
867
866
|
* <p>The recommended configuration settings of the component. The value is the escaped JSON
|
|
868
867
|
* of the configuration.</p>
|
|
868
|
+
* @public
|
|
869
869
|
*/
|
|
870
870
|
ComponentConfiguration?: string;
|
|
871
871
|
}
|
|
@@ -874,23 +874,23 @@ export interface DescribeComponentConfigurationRecommendationResponse {
|
|
|
874
874
|
*/
|
|
875
875
|
export interface DescribeLogPatternRequest {
|
|
876
876
|
/**
|
|
877
|
-
* @public
|
|
878
877
|
* <p>The name of the resource group.</p>
|
|
878
|
+
* @public
|
|
879
879
|
*/
|
|
880
880
|
ResourceGroupName: string | undefined;
|
|
881
881
|
/**
|
|
882
|
-
* @public
|
|
883
882
|
* <p>The name of the log pattern set.</p>
|
|
883
|
+
* @public
|
|
884
884
|
*/
|
|
885
885
|
PatternSetName: string | undefined;
|
|
886
886
|
/**
|
|
887
|
-
* @public
|
|
888
887
|
* <p>The name of the log pattern.</p>
|
|
888
|
+
* @public
|
|
889
889
|
*/
|
|
890
890
|
PatternName: string | undefined;
|
|
891
891
|
/**
|
|
892
|
-
* @public
|
|
893
892
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
893
|
+
* @public
|
|
894
894
|
*/
|
|
895
895
|
AccountId?: string;
|
|
896
896
|
}
|
|
@@ -899,18 +899,18 @@ export interface DescribeLogPatternRequest {
|
|
|
899
899
|
*/
|
|
900
900
|
export interface DescribeLogPatternResponse {
|
|
901
901
|
/**
|
|
902
|
-
* @public
|
|
903
902
|
* <p>The name of the resource group.</p>
|
|
903
|
+
* @public
|
|
904
904
|
*/
|
|
905
905
|
ResourceGroupName?: string;
|
|
906
906
|
/**
|
|
907
|
-
* @public
|
|
908
907
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
908
|
+
* @public
|
|
909
909
|
*/
|
|
910
910
|
AccountId?: string;
|
|
911
911
|
/**
|
|
912
|
-
* @public
|
|
913
912
|
* <p>The successfully created log pattern.</p>
|
|
913
|
+
* @public
|
|
914
914
|
*/
|
|
915
915
|
LogPattern?: LogPattern;
|
|
916
916
|
}
|
|
@@ -919,13 +919,13 @@ export interface DescribeLogPatternResponse {
|
|
|
919
919
|
*/
|
|
920
920
|
export interface DescribeObservationRequest {
|
|
921
921
|
/**
|
|
922
|
-
* @public
|
|
923
922
|
* <p>The ID of the observation.</p>
|
|
923
|
+
* @public
|
|
924
924
|
*/
|
|
925
925
|
ObservationId: string | undefined;
|
|
926
926
|
/**
|
|
927
|
-
* @public
|
|
928
927
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
928
|
+
* @public
|
|
929
929
|
*/
|
|
930
930
|
AccountId?: string;
|
|
931
931
|
}
|
|
@@ -943,244 +943,244 @@ export declare const LogFilter: {
|
|
|
943
943
|
*/
|
|
944
944
|
export type LogFilter = (typeof LogFilter)[keyof typeof LogFilter];
|
|
945
945
|
/**
|
|
946
|
-
* @public
|
|
947
946
|
* <p>Describes an anomaly or error with the application.</p>
|
|
947
|
+
* @public
|
|
948
948
|
*/
|
|
949
949
|
export interface Observation {
|
|
950
950
|
/**
|
|
951
|
-
* @public
|
|
952
951
|
* <p>The ID of the observation type.</p>
|
|
952
|
+
* @public
|
|
953
953
|
*/
|
|
954
954
|
Id?: string;
|
|
955
955
|
/**
|
|
956
|
-
* @public
|
|
957
956
|
* <p>The time when the observation was first detected, in epoch seconds.</p>
|
|
957
|
+
* @public
|
|
958
958
|
*/
|
|
959
959
|
StartTime?: Date;
|
|
960
960
|
/**
|
|
961
|
-
* @public
|
|
962
961
|
* <p>The time when the observation ended, in epoch seconds.</p>
|
|
962
|
+
* @public
|
|
963
963
|
*/
|
|
964
964
|
EndTime?: Date;
|
|
965
965
|
/**
|
|
966
|
-
* @public
|
|
967
966
|
* <p>The source type of the observation.</p>
|
|
967
|
+
* @public
|
|
968
968
|
*/
|
|
969
969
|
SourceType?: string;
|
|
970
970
|
/**
|
|
971
|
-
* @public
|
|
972
971
|
* <p>The source resource ARN of the observation.</p>
|
|
972
|
+
* @public
|
|
973
973
|
*/
|
|
974
974
|
SourceARN?: string;
|
|
975
975
|
/**
|
|
976
|
-
* @public
|
|
977
976
|
* <p>The log group name.</p>
|
|
977
|
+
* @public
|
|
978
978
|
*/
|
|
979
979
|
LogGroup?: string;
|
|
980
980
|
/**
|
|
981
|
-
* @public
|
|
982
981
|
* <p>The timestamp in the CloudWatch Logs that specifies when the matched line
|
|
983
982
|
* occurred.</p>
|
|
983
|
+
* @public
|
|
984
984
|
*/
|
|
985
985
|
LineTime?: Date;
|
|
986
986
|
/**
|
|
987
|
-
* @public
|
|
988
987
|
* <p>The log text of the observation.</p>
|
|
988
|
+
* @public
|
|
989
989
|
*/
|
|
990
990
|
LogText?: string;
|
|
991
991
|
/**
|
|
992
|
-
* @public
|
|
993
992
|
* <p>The log filter of the observation.</p>
|
|
993
|
+
* @public
|
|
994
994
|
*/
|
|
995
995
|
LogFilter?: LogFilter;
|
|
996
996
|
/**
|
|
997
|
-
* @public
|
|
998
997
|
* <p>The namespace of the observation metric.</p>
|
|
998
|
+
* @public
|
|
999
999
|
*/
|
|
1000
1000
|
MetricNamespace?: string;
|
|
1001
1001
|
/**
|
|
1002
|
-
* @public
|
|
1003
1002
|
* <p>The name of the observation metric.</p>
|
|
1003
|
+
* @public
|
|
1004
1004
|
*/
|
|
1005
1005
|
MetricName?: string;
|
|
1006
1006
|
/**
|
|
1007
|
-
* @public
|
|
1008
1007
|
* <p>The unit of the source observation metric.</p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
Unit?: string;
|
|
1011
1011
|
/**
|
|
1012
|
-
* @public
|
|
1013
1012
|
* <p>The value of the source observation metric.</p>
|
|
1013
|
+
* @public
|
|
1014
1014
|
*/
|
|
1015
1015
|
Value?: number;
|
|
1016
1016
|
/**
|
|
1017
|
-
* @public
|
|
1018
1017
|
* <p> The ID of the CloudWatch Event-based observation related to the detected problem.
|
|
1019
1018
|
* </p>
|
|
1019
|
+
* @public
|
|
1020
1020
|
*/
|
|
1021
1021
|
CloudWatchEventId?: string;
|
|
1022
1022
|
/**
|
|
1023
|
-
* @public
|
|
1024
1023
|
* <p> The source of the CloudWatch Event. </p>
|
|
1024
|
+
* @public
|
|
1025
1025
|
*/
|
|
1026
1026
|
CloudWatchEventSource?: CloudWatchEventSource;
|
|
1027
1027
|
/**
|
|
1028
|
-
* @public
|
|
1029
1028
|
* <p> The detail type of the CloudWatch Event-based observation, for example, <code>EC2
|
|
1030
1029
|
* Instance State-change Notification</code>. </p>
|
|
1030
|
+
* @public
|
|
1031
1031
|
*/
|
|
1032
1032
|
CloudWatchEventDetailType?: string;
|
|
1033
1033
|
/**
|
|
1034
|
-
* @public
|
|
1035
1034
|
* <p> The Amazon Resource Name (ARN) of the AWS Health Event-based observation.</p>
|
|
1035
|
+
* @public
|
|
1036
1036
|
*/
|
|
1037
1037
|
HealthEventArn?: string;
|
|
1038
1038
|
/**
|
|
1039
|
-
* @public
|
|
1040
1039
|
* <p> The service to which the AWS Health Event belongs, such as EC2. </p>
|
|
1040
|
+
* @public
|
|
1041
1041
|
*/
|
|
1042
1042
|
HealthService?: string;
|
|
1043
1043
|
/**
|
|
1044
|
-
* @public
|
|
1045
1044
|
* <p> The type of the AWS Health event, for example,
|
|
1046
1045
|
* <code>AWS_EC2_POWER_CONNECTIVITY_ISSUE</code>. </p>
|
|
1046
|
+
* @public
|
|
1047
1047
|
*/
|
|
1048
1048
|
HealthEventTypeCode?: string;
|
|
1049
1049
|
/**
|
|
1050
|
-
* @public
|
|
1051
1050
|
* <p> The category of the AWS Health event, such as <code>issue</code>. </p>
|
|
1051
|
+
* @public
|
|
1052
1052
|
*/
|
|
1053
1053
|
HealthEventTypeCategory?: string;
|
|
1054
1054
|
/**
|
|
1055
|
-
* @public
|
|
1056
1055
|
* <p> The description of the AWS Health event provided by the service, such as Amazon EC2.
|
|
1057
1056
|
* </p>
|
|
1057
|
+
* @public
|
|
1058
1058
|
*/
|
|
1059
1059
|
HealthEventDescription?: string;
|
|
1060
1060
|
/**
|
|
1061
|
-
* @public
|
|
1062
1061
|
* <p> The deployment ID of the CodeDeploy-based observation related to the detected problem.
|
|
1063
1062
|
* </p>
|
|
1063
|
+
* @public
|
|
1064
1064
|
*/
|
|
1065
1065
|
CodeDeployDeploymentId?: string;
|
|
1066
1066
|
/**
|
|
1067
|
-
* @public
|
|
1068
1067
|
* <p> The deployment group to which the CodeDeploy deployment belongs. </p>
|
|
1068
|
+
* @public
|
|
1069
1069
|
*/
|
|
1070
1070
|
CodeDeployDeploymentGroup?: string;
|
|
1071
1071
|
/**
|
|
1072
|
-
* @public
|
|
1073
1072
|
* <p> The status of the CodeDeploy deployment, for example <code>SUCCESS</code> or <code>
|
|
1074
1073
|
* FAILURE</code>. </p>
|
|
1074
|
+
* @public
|
|
1075
1075
|
*/
|
|
1076
1076
|
CodeDeployState?: string;
|
|
1077
1077
|
/**
|
|
1078
|
-
* @public
|
|
1079
1078
|
* <p> The CodeDeploy application to which the deployment belongs. </p>
|
|
1079
|
+
* @public
|
|
1080
1080
|
*/
|
|
1081
1081
|
CodeDeployApplication?: string;
|
|
1082
1082
|
/**
|
|
1083
|
-
* @public
|
|
1084
1083
|
* <p> The instance group to which the CodeDeploy instance belongs. </p>
|
|
1084
|
+
* @public
|
|
1085
1085
|
*/
|
|
1086
1086
|
CodeDeployInstanceGroupId?: string;
|
|
1087
1087
|
/**
|
|
1088
|
-
* @public
|
|
1089
1088
|
* <p> The state of the instance, such as <code>STOPPING</code> or <code>TERMINATING</code>.
|
|
1090
1089
|
* </p>
|
|
1090
|
+
* @public
|
|
1091
1091
|
*/
|
|
1092
1092
|
Ec2State?: string;
|
|
1093
1093
|
/**
|
|
1094
|
-
* @public
|
|
1095
1094
|
* <p> The category of an RDS event. </p>
|
|
1095
|
+
* @public
|
|
1096
1096
|
*/
|
|
1097
1097
|
RdsEventCategories?: string;
|
|
1098
1098
|
/**
|
|
1099
|
-
* @public
|
|
1100
1099
|
* <p> The message of an RDS event. </p>
|
|
1100
|
+
* @public
|
|
1101
1101
|
*/
|
|
1102
1102
|
RdsEventMessage?: string;
|
|
1103
1103
|
/**
|
|
1104
|
-
* @public
|
|
1105
1104
|
* <p> The name of the S3 CloudWatch Event-based observation. </p>
|
|
1105
|
+
* @public
|
|
1106
1106
|
*/
|
|
1107
1107
|
S3EventName?: string;
|
|
1108
1108
|
/**
|
|
1109
|
-
* @public
|
|
1110
1109
|
* <p> The Amazon Resource Name (ARN) of the step function execution-based observation.
|
|
1111
1110
|
* </p>
|
|
1111
|
+
* @public
|
|
1112
1112
|
*/
|
|
1113
1113
|
StatesExecutionArn?: string;
|
|
1114
1114
|
/**
|
|
1115
|
-
* @public
|
|
1116
1115
|
* <p> The Amazon Resource Name (ARN) of the step function-based observation. </p>
|
|
1116
|
+
* @public
|
|
1117
1117
|
*/
|
|
1118
1118
|
StatesArn?: string;
|
|
1119
1119
|
/**
|
|
1120
|
-
* @public
|
|
1121
1120
|
* <p> The status of the step function-related observation. </p>
|
|
1121
|
+
* @public
|
|
1122
1122
|
*/
|
|
1123
1123
|
StatesStatus?: string;
|
|
1124
1124
|
/**
|
|
1125
|
-
* @public
|
|
1126
1125
|
* <p> The input to the step function-based observation. </p>
|
|
1126
|
+
* @public
|
|
1127
1127
|
*/
|
|
1128
1128
|
StatesInput?: string;
|
|
1129
1129
|
/**
|
|
1130
|
-
* @public
|
|
1131
1130
|
* <p> The type of EBS CloudWatch event, such as <code>createVolume</code>,
|
|
1132
1131
|
* <code>deleteVolume</code> or <code>attachVolume</code>. </p>
|
|
1132
|
+
* @public
|
|
1133
1133
|
*/
|
|
1134
1134
|
EbsEvent?: string;
|
|
1135
1135
|
/**
|
|
1136
|
-
* @public
|
|
1137
1136
|
* <p> The result of an EBS CloudWatch event, such as <code>failed</code> or
|
|
1138
1137
|
* <code>succeeded</code>. </p>
|
|
1138
|
+
* @public
|
|
1139
1139
|
*/
|
|
1140
1140
|
EbsResult?: string;
|
|
1141
1141
|
/**
|
|
1142
|
-
* @public
|
|
1143
1142
|
* <p> The cause of an EBS CloudWatch event. </p>
|
|
1143
|
+
* @public
|
|
1144
1144
|
*/
|
|
1145
1145
|
EbsCause?: string;
|
|
1146
1146
|
/**
|
|
1147
|
-
* @public
|
|
1148
1147
|
* <p> The request ID of an EBS CloudWatch event. </p>
|
|
1148
|
+
* @public
|
|
1149
1149
|
*/
|
|
1150
1150
|
EbsRequestId?: string;
|
|
1151
1151
|
/**
|
|
1152
|
-
* @public
|
|
1153
1152
|
* <p> The X-Ray request fault percentage for this node. </p>
|
|
1153
|
+
* @public
|
|
1154
1154
|
*/
|
|
1155
1155
|
XRayFaultPercent?: number;
|
|
1156
1156
|
/**
|
|
1157
|
-
* @public
|
|
1158
1157
|
* <p> The X-Ray request throttle percentage for this node. </p>
|
|
1158
|
+
* @public
|
|
1159
1159
|
*/
|
|
1160
1160
|
XRayThrottlePercent?: number;
|
|
1161
1161
|
/**
|
|
1162
|
-
* @public
|
|
1163
1162
|
* <p> The X-Ray request error percentage for this node. </p>
|
|
1163
|
+
* @public
|
|
1164
1164
|
*/
|
|
1165
1165
|
XRayErrorPercent?: number;
|
|
1166
1166
|
/**
|
|
1167
|
-
* @public
|
|
1168
1167
|
* <p> The X-Ray request count for this node. </p>
|
|
1168
|
+
* @public
|
|
1169
1169
|
*/
|
|
1170
1170
|
XRayRequestCount?: number;
|
|
1171
1171
|
/**
|
|
1172
|
-
* @public
|
|
1173
1172
|
* <p> The X-Ray node request average latency for this node. </p>
|
|
1173
|
+
* @public
|
|
1174
1174
|
*/
|
|
1175
1175
|
XRayRequestAverageLatency?: number;
|
|
1176
1176
|
/**
|
|
1177
|
-
* @public
|
|
1178
1177
|
* <p> The name of the X-Ray node. </p>
|
|
1178
|
+
* @public
|
|
1179
1179
|
*/
|
|
1180
1180
|
XRayNodeName?: string;
|
|
1181
1181
|
/**
|
|
1182
|
-
* @public
|
|
1183
1182
|
* <p> The type of the X-Ray node. </p>
|
|
1183
|
+
* @public
|
|
1184
1184
|
*/
|
|
1185
1185
|
XRayNodeType?: string;
|
|
1186
1186
|
}
|
|
@@ -1189,8 +1189,8 @@ export interface Observation {
|
|
|
1189
1189
|
*/
|
|
1190
1190
|
export interface DescribeObservationResponse {
|
|
1191
1191
|
/**
|
|
1192
|
-
* @public
|
|
1193
1192
|
* <p>Information about the observation.</p>
|
|
1193
|
+
* @public
|
|
1194
1194
|
*/
|
|
1195
1195
|
Observation?: Observation;
|
|
1196
1196
|
}
|
|
@@ -1199,13 +1199,13 @@ export interface DescribeObservationResponse {
|
|
|
1199
1199
|
*/
|
|
1200
1200
|
export interface DescribeProblemRequest {
|
|
1201
1201
|
/**
|
|
1202
|
-
* @public
|
|
1203
1202
|
* <p>The ID of the problem.</p>
|
|
1203
|
+
* @public
|
|
1204
1204
|
*/
|
|
1205
1205
|
ProblemId: string | undefined;
|
|
1206
1206
|
/**
|
|
1207
|
-
* @public
|
|
1208
1207
|
* <p>The AWS account ID for the owner of the resource group affected by the problem.</p>
|
|
1208
|
+
* @public
|
|
1209
1209
|
*/
|
|
1210
1210
|
AccountId?: string;
|
|
1211
1211
|
}
|
|
@@ -1288,87 +1288,87 @@ export declare const Visibility: {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
1290
1290
|
/**
|
|
1291
|
-
* @public
|
|
1292
1291
|
* <p>Describes a problem that is detected by correlating observations.</p>
|
|
1292
|
+
* @public
|
|
1293
1293
|
*/
|
|
1294
1294
|
export interface Problem {
|
|
1295
1295
|
/**
|
|
1296
|
-
* @public
|
|
1297
1296
|
* <p>The ID of the problem.</p>
|
|
1297
|
+
* @public
|
|
1298
1298
|
*/
|
|
1299
1299
|
Id?: string;
|
|
1300
1300
|
/**
|
|
1301
|
-
* @public
|
|
1302
1301
|
* <p>The name of the problem.</p>
|
|
1302
|
+
* @public
|
|
1303
1303
|
*/
|
|
1304
1304
|
Title?: string;
|
|
1305
1305
|
/**
|
|
1306
|
-
* @public
|
|
1307
1306
|
* <p>A detailed analysis of the problem using machine learning.</p>
|
|
1307
|
+
* @public
|
|
1308
1308
|
*/
|
|
1309
1309
|
Insights?: string;
|
|
1310
1310
|
/**
|
|
1311
|
-
* @public
|
|
1312
1311
|
* <p>The status of the problem.</p>
|
|
1312
|
+
* @public
|
|
1313
1313
|
*/
|
|
1314
1314
|
Status?: Status;
|
|
1315
1315
|
/**
|
|
1316
|
-
* @public
|
|
1317
1316
|
* <p>The resource affected by the problem.</p>
|
|
1317
|
+
* @public
|
|
1318
1318
|
*/
|
|
1319
1319
|
AffectedResource?: string;
|
|
1320
1320
|
/**
|
|
1321
|
-
* @public
|
|
1322
1321
|
* <p>The time when the problem started, in epoch seconds.</p>
|
|
1322
|
+
* @public
|
|
1323
1323
|
*/
|
|
1324
1324
|
StartTime?: Date;
|
|
1325
1325
|
/**
|
|
1326
|
-
* @public
|
|
1327
1326
|
* <p>The time when the problem ended, in epoch seconds.</p>
|
|
1327
|
+
* @public
|
|
1328
1328
|
*/
|
|
1329
1329
|
EndTime?: Date;
|
|
1330
1330
|
/**
|
|
1331
|
-
* @public
|
|
1332
1331
|
* <p>A measure of the level of impact of the problem.</p>
|
|
1332
|
+
* @public
|
|
1333
1333
|
*/
|
|
1334
1334
|
SeverityLevel?: SeverityLevel;
|
|
1335
1335
|
/**
|
|
1336
|
-
* @public
|
|
1337
1336
|
* <p>The AWS account ID for the owner of the resource group affected by the problem.</p>
|
|
1337
|
+
* @public
|
|
1338
1338
|
*/
|
|
1339
1339
|
AccountId?: string;
|
|
1340
1340
|
/**
|
|
1341
|
-
* @public
|
|
1342
1341
|
* <p>The name of the resource group affected by the problem.</p>
|
|
1342
|
+
* @public
|
|
1343
1343
|
*/
|
|
1344
1344
|
ResourceGroupName?: string;
|
|
1345
1345
|
/**
|
|
1346
|
-
* @public
|
|
1347
1346
|
* <p>Feedback provided by the user about the problem.</p>
|
|
1347
|
+
* @public
|
|
1348
1348
|
*/
|
|
1349
1349
|
Feedback?: Partial<Record<FeedbackKey, FeedbackValue>>;
|
|
1350
1350
|
/**
|
|
1351
|
-
* @public
|
|
1352
1351
|
* <p> The number of times that the same problem reoccurred after the first time it was
|
|
1353
1352
|
* resolved. </p>
|
|
1353
|
+
* @public
|
|
1354
1354
|
*/
|
|
1355
1355
|
RecurringCount?: number;
|
|
1356
1356
|
/**
|
|
1357
|
-
* @public
|
|
1358
1357
|
* <p> The last time that the problem reoccurred after its last resolution. </p>
|
|
1358
|
+
* @public
|
|
1359
1359
|
*/
|
|
1360
1360
|
LastRecurrenceTime?: Date;
|
|
1361
1361
|
/**
|
|
1362
|
-
* @public
|
|
1363
1362
|
* <p>Specifies whether or not you can view the problem. Updates to ignored problems do not
|
|
1364
1363
|
* generate notifications.</p>
|
|
1364
|
+
* @public
|
|
1365
1365
|
*/
|
|
1366
1366
|
Visibility?: Visibility;
|
|
1367
1367
|
/**
|
|
1368
|
-
* @public
|
|
1369
1368
|
* <p>Specifies how the problem was resolved. If the value is <code>AUTOMATIC</code>, the
|
|
1370
1369
|
* system resolved the problem. If the value is <code>MANUAL</code>, the user resolved the
|
|
1371
1370
|
* problem. If the value is <code>UNRESOLVED</code>, then the problem is not resolved.</p>
|
|
1371
|
+
* @public
|
|
1372
1372
|
*/
|
|
1373
1373
|
ResolutionMethod?: ResolutionMethod;
|
|
1374
1374
|
}
|
|
@@ -1377,8 +1377,8 @@ export interface Problem {
|
|
|
1377
1377
|
*/
|
|
1378
1378
|
export interface DescribeProblemResponse {
|
|
1379
1379
|
/**
|
|
1380
|
-
* @public
|
|
1381
1380
|
* <p>Information about the problem. </p>
|
|
1381
|
+
* @public
|
|
1382
1382
|
*/
|
|
1383
1383
|
Problem?: Problem;
|
|
1384
1384
|
}
|
|
@@ -1387,24 +1387,24 @@ export interface DescribeProblemResponse {
|
|
|
1387
1387
|
*/
|
|
1388
1388
|
export interface DescribeProblemObservationsRequest {
|
|
1389
1389
|
/**
|
|
1390
|
-
* @public
|
|
1391
1390
|
* <p>The ID of the problem.</p>
|
|
1391
|
+
* @public
|
|
1392
1392
|
*/
|
|
1393
1393
|
ProblemId: string | undefined;
|
|
1394
1394
|
/**
|
|
1395
|
-
* @public
|
|
1396
1395
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1396
|
+
* @public
|
|
1397
1397
|
*/
|
|
1398
1398
|
AccountId?: string;
|
|
1399
1399
|
}
|
|
1400
1400
|
/**
|
|
1401
|
-
* @public
|
|
1402
1401
|
* <p>Describes observations related to the problem.</p>
|
|
1402
|
+
* @public
|
|
1403
1403
|
*/
|
|
1404
1404
|
export interface RelatedObservations {
|
|
1405
1405
|
/**
|
|
1406
|
-
* @public
|
|
1407
1406
|
* <p>The list of observations related to the problem.</p>
|
|
1407
|
+
* @public
|
|
1408
1408
|
*/
|
|
1409
1409
|
ObservationList?: Observation[];
|
|
1410
1410
|
}
|
|
@@ -1413,8 +1413,8 @@ export interface RelatedObservations {
|
|
|
1413
1413
|
*/
|
|
1414
1414
|
export interface DescribeProblemObservationsResponse {
|
|
1415
1415
|
/**
|
|
1416
|
-
* @public
|
|
1417
1416
|
* <p>Observations related to the problem.</p>
|
|
1417
|
+
* @public
|
|
1418
1418
|
*/
|
|
1419
1419
|
RelatedObservations?: RelatedObservations;
|
|
1420
1420
|
}
|
|
@@ -1423,23 +1423,23 @@ export interface DescribeProblemObservationsResponse {
|
|
|
1423
1423
|
*/
|
|
1424
1424
|
export interface DescribeWorkloadRequest {
|
|
1425
1425
|
/**
|
|
1426
|
-
* @public
|
|
1427
1426
|
* <p>The name of the resource group.</p>
|
|
1427
|
+
* @public
|
|
1428
1428
|
*/
|
|
1429
1429
|
ResourceGroupName: string | undefined;
|
|
1430
1430
|
/**
|
|
1431
|
-
* @public
|
|
1432
1431
|
* <p>The name of the component.</p>
|
|
1432
|
+
* @public
|
|
1433
1433
|
*/
|
|
1434
1434
|
ComponentName: string | undefined;
|
|
1435
1435
|
/**
|
|
1436
|
-
* @public
|
|
1437
1436
|
* <p>The ID of the workload.</p>
|
|
1437
|
+
* @public
|
|
1438
1438
|
*/
|
|
1439
1439
|
WorkloadId: string | undefined;
|
|
1440
1440
|
/**
|
|
1441
|
-
* @public
|
|
1442
1441
|
* <p>The AWS account ID for the workload owner.</p>
|
|
1442
|
+
* @public
|
|
1443
1443
|
*/
|
|
1444
1444
|
AccountId?: string;
|
|
1445
1445
|
}
|
|
@@ -1448,18 +1448,18 @@ export interface DescribeWorkloadRequest {
|
|
|
1448
1448
|
*/
|
|
1449
1449
|
export interface DescribeWorkloadResponse {
|
|
1450
1450
|
/**
|
|
1451
|
-
* @public
|
|
1452
1451
|
* <p>The ID of the workload.</p>
|
|
1452
|
+
* @public
|
|
1453
1453
|
*/
|
|
1454
1454
|
WorkloadId?: string;
|
|
1455
1455
|
/**
|
|
1456
|
-
* @public
|
|
1457
1456
|
* <p>If logging is supported for the resource type, shows whether the component has configured logs to be monitored.</p>
|
|
1457
|
+
* @public
|
|
1458
1458
|
*/
|
|
1459
1459
|
WorkloadRemarks?: string;
|
|
1460
1460
|
/**
|
|
1461
|
-
* @public
|
|
1462
1461
|
* <p>The configuration settings of the workload. The value is the escaped JSON of the configuration.</p>
|
|
1462
|
+
* @public
|
|
1463
1463
|
*/
|
|
1464
1464
|
WorkloadConfiguration?: WorkloadConfiguration;
|
|
1465
1465
|
}
|
|
@@ -1468,19 +1468,19 @@ export interface DescribeWorkloadResponse {
|
|
|
1468
1468
|
*/
|
|
1469
1469
|
export interface ListApplicationsRequest {
|
|
1470
1470
|
/**
|
|
1471
|
-
* @public
|
|
1472
1471
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1473
1472
|
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1473
|
+
* @public
|
|
1474
1474
|
*/
|
|
1475
1475
|
MaxResults?: number;
|
|
1476
1476
|
/**
|
|
1477
|
-
* @public
|
|
1478
1477
|
* <p>The token to request the next page of results.</p>
|
|
1478
|
+
* @public
|
|
1479
1479
|
*/
|
|
1480
1480
|
NextToken?: string;
|
|
1481
1481
|
/**
|
|
1482
|
-
* @public
|
|
1483
1482
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1483
|
+
* @public
|
|
1484
1484
|
*/
|
|
1485
1485
|
AccountId?: string;
|
|
1486
1486
|
}
|
|
@@ -1489,14 +1489,14 @@ export interface ListApplicationsRequest {
|
|
|
1489
1489
|
*/
|
|
1490
1490
|
export interface ListApplicationsResponse {
|
|
1491
1491
|
/**
|
|
1492
|
-
* @public
|
|
1493
1492
|
* <p>The list of applications.</p>
|
|
1493
|
+
* @public
|
|
1494
1494
|
*/
|
|
1495
1495
|
ApplicationInfoList?: ApplicationInfo[];
|
|
1496
1496
|
/**
|
|
1497
|
-
* @public
|
|
1498
1497
|
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1499
1498
|
* when there are no more results to return. </p>
|
|
1499
|
+
* @public
|
|
1500
1500
|
*/
|
|
1501
1501
|
NextToken?: string;
|
|
1502
1502
|
}
|
|
@@ -1505,24 +1505,24 @@ export interface ListApplicationsResponse {
|
|
|
1505
1505
|
*/
|
|
1506
1506
|
export interface ListComponentsRequest {
|
|
1507
1507
|
/**
|
|
1508
|
-
* @public
|
|
1509
1508
|
* <p>The name of the resource group.</p>
|
|
1509
|
+
* @public
|
|
1510
1510
|
*/
|
|
1511
1511
|
ResourceGroupName: string | undefined;
|
|
1512
1512
|
/**
|
|
1513
|
-
* @public
|
|
1514
1513
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1515
1514
|
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1515
|
+
* @public
|
|
1516
1516
|
*/
|
|
1517
1517
|
MaxResults?: number;
|
|
1518
1518
|
/**
|
|
1519
|
-
* @public
|
|
1520
1519
|
* <p>The token to request the next page of results.</p>
|
|
1520
|
+
* @public
|
|
1521
1521
|
*/
|
|
1522
1522
|
NextToken?: string;
|
|
1523
1523
|
/**
|
|
1524
|
-
* @public
|
|
1525
1524
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1525
|
+
* @public
|
|
1526
1526
|
*/
|
|
1527
1527
|
AccountId?: string;
|
|
1528
1528
|
}
|
|
@@ -1531,13 +1531,13 @@ export interface ListComponentsRequest {
|
|
|
1531
1531
|
*/
|
|
1532
1532
|
export interface ListComponentsResponse {
|
|
1533
1533
|
/**
|
|
1534
|
-
* @public
|
|
1535
1534
|
* <p>The list of application components.</p>
|
|
1535
|
+
* @public
|
|
1536
1536
|
*/
|
|
1537
1537
|
ApplicationComponentList?: ApplicationComponent[];
|
|
1538
1538
|
/**
|
|
1539
|
-
* @public
|
|
1540
1539
|
* <p>The token to request the next page of results.</p>
|
|
1540
|
+
* @public
|
|
1541
1541
|
*/
|
|
1542
1542
|
NextToken?: string;
|
|
1543
1543
|
}
|
|
@@ -1546,28 +1546,27 @@ export interface ListComponentsResponse {
|
|
|
1546
1546
|
*/
|
|
1547
1547
|
export interface ListConfigurationHistoryRequest {
|
|
1548
1548
|
/**
|
|
1549
|
-
* @public
|
|
1550
1549
|
* <p>Resource group to which the application belongs. </p>
|
|
1550
|
+
* @public
|
|
1551
1551
|
*/
|
|
1552
1552
|
ResourceGroupName?: string;
|
|
1553
1553
|
/**
|
|
1554
|
-
* @public
|
|
1555
1554
|
* <p>The start time of the event. </p>
|
|
1555
|
+
* @public
|
|
1556
1556
|
*/
|
|
1557
1557
|
StartTime?: Date;
|
|
1558
1558
|
/**
|
|
1559
|
-
* @public
|
|
1560
1559
|
* <p>The end time of the event.</p>
|
|
1560
|
+
* @public
|
|
1561
1561
|
*/
|
|
1562
1562
|
EndTime?: Date;
|
|
1563
1563
|
/**
|
|
1564
|
-
* @public
|
|
1565
1564
|
* <p>The status of the configuration update event. Possible values include INFO, WARN, and
|
|
1566
1565
|
* ERROR.</p>
|
|
1566
|
+
* @public
|
|
1567
1567
|
*/
|
|
1568
1568
|
EventStatus?: ConfigurationEventStatus;
|
|
1569
1569
|
/**
|
|
1570
|
-
* @public
|
|
1571
1570
|
* <p> The maximum number of results returned by <code>ListConfigurationHistory</code> in
|
|
1572
1571
|
* paginated output. When this parameter is used, <code>ListConfigurationHistory</code>
|
|
1573
1572
|
* returns only <code>MaxResults</code> in a single page along with a <code>NextToken</code>
|
|
@@ -1575,20 +1574,21 @@ export interface ListConfigurationHistoryRequest {
|
|
|
1575
1574
|
* another <code>ListConfigurationHistory</code> request with the returned
|
|
1576
1575
|
* <code>NextToken</code> value. If this parameter is not used, then
|
|
1577
1576
|
* <code>ListConfigurationHistory</code> returns all results. </p>
|
|
1577
|
+
* @public
|
|
1578
1578
|
*/
|
|
1579
1579
|
MaxResults?: number;
|
|
1580
1580
|
/**
|
|
1581
|
-
* @public
|
|
1582
1581
|
* <p>The <code>NextToken</code> value returned from a previous paginated
|
|
1583
1582
|
* <code>ListConfigurationHistory</code> request where <code>MaxResults</code> was used and
|
|
1584
1583
|
* the results exceeded the value of that parameter. Pagination continues from the end of the
|
|
1585
1584
|
* previous results that returned the <code>NextToken</code> value. This value is
|
|
1586
1585
|
* <code>null</code> when there are no more results to return.</p>
|
|
1586
|
+
* @public
|
|
1587
1587
|
*/
|
|
1588
1588
|
NextToken?: string;
|
|
1589
1589
|
/**
|
|
1590
|
-
* @public
|
|
1591
1590
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1591
|
+
* @public
|
|
1592
1592
|
*/
|
|
1593
1593
|
AccountId?: string;
|
|
1594
1594
|
}
|
|
@@ -1597,17 +1597,17 @@ export interface ListConfigurationHistoryRequest {
|
|
|
1597
1597
|
*/
|
|
1598
1598
|
export interface ListConfigurationHistoryResponse {
|
|
1599
1599
|
/**
|
|
1600
|
-
* @public
|
|
1601
1600
|
* <p> The list of configuration events and their corresponding details. </p>
|
|
1601
|
+
* @public
|
|
1602
1602
|
*/
|
|
1603
1603
|
EventList?: ConfigurationEvent[];
|
|
1604
1604
|
/**
|
|
1605
|
-
* @public
|
|
1606
1605
|
* <p>The <code>NextToken</code> value to include in a future
|
|
1607
1606
|
* <code>ListConfigurationHistory</code> request. When the results of a
|
|
1608
1607
|
* <code>ListConfigurationHistory</code> request exceed <code>MaxResults</code>, this value
|
|
1609
1608
|
* can be used to retrieve the next page of results. This value is <code>null</code> when
|
|
1610
1609
|
* there are no more results to return.</p>
|
|
1610
|
+
* @public
|
|
1611
1611
|
*/
|
|
1612
1612
|
NextToken?: string;
|
|
1613
1613
|
}
|
|
@@ -1616,29 +1616,29 @@ export interface ListConfigurationHistoryResponse {
|
|
|
1616
1616
|
*/
|
|
1617
1617
|
export interface ListLogPatternsRequest {
|
|
1618
1618
|
/**
|
|
1619
|
-
* @public
|
|
1620
1619
|
* <p>The name of the resource group.</p>
|
|
1620
|
+
* @public
|
|
1621
1621
|
*/
|
|
1622
1622
|
ResourceGroupName: string | undefined;
|
|
1623
1623
|
/**
|
|
1624
|
-
* @public
|
|
1625
1624
|
* <p>The name of the log pattern set.</p>
|
|
1625
|
+
* @public
|
|
1626
1626
|
*/
|
|
1627
1627
|
PatternSetName?: string;
|
|
1628
1628
|
/**
|
|
1629
|
-
* @public
|
|
1630
1629
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1631
1630
|
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1631
|
+
* @public
|
|
1632
1632
|
*/
|
|
1633
1633
|
MaxResults?: number;
|
|
1634
1634
|
/**
|
|
1635
|
-
* @public
|
|
1636
1635
|
* <p>The token to request the next page of results.</p>
|
|
1636
|
+
* @public
|
|
1637
1637
|
*/
|
|
1638
1638
|
NextToken?: string;
|
|
1639
1639
|
/**
|
|
1640
|
-
* @public
|
|
1641
1640
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1641
|
+
* @public
|
|
1642
1642
|
*/
|
|
1643
1643
|
AccountId?: string;
|
|
1644
1644
|
}
|
|
@@ -1647,24 +1647,24 @@ export interface ListLogPatternsRequest {
|
|
|
1647
1647
|
*/
|
|
1648
1648
|
export interface ListLogPatternsResponse {
|
|
1649
1649
|
/**
|
|
1650
|
-
* @public
|
|
1651
1650
|
* <p>The name of the resource group.</p>
|
|
1651
|
+
* @public
|
|
1652
1652
|
*/
|
|
1653
1653
|
ResourceGroupName?: string;
|
|
1654
1654
|
/**
|
|
1655
|
-
* @public
|
|
1656
1655
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1656
|
+
* @public
|
|
1657
1657
|
*/
|
|
1658
1658
|
AccountId?: string;
|
|
1659
1659
|
/**
|
|
1660
|
-
* @public
|
|
1661
1660
|
* <p>The list of log patterns.</p>
|
|
1661
|
+
* @public
|
|
1662
1662
|
*/
|
|
1663
1663
|
LogPatterns?: LogPattern[];
|
|
1664
1664
|
/**
|
|
1665
|
-
* @public
|
|
1666
1665
|
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1667
1666
|
* when there are no more results to return. </p>
|
|
1667
|
+
* @public
|
|
1668
1668
|
*/
|
|
1669
1669
|
NextToken?: string;
|
|
1670
1670
|
}
|
|
@@ -1673,24 +1673,24 @@ export interface ListLogPatternsResponse {
|
|
|
1673
1673
|
*/
|
|
1674
1674
|
export interface ListLogPatternSetsRequest {
|
|
1675
1675
|
/**
|
|
1676
|
-
* @public
|
|
1677
1676
|
* <p>The name of the resource group.</p>
|
|
1677
|
+
* @public
|
|
1678
1678
|
*/
|
|
1679
1679
|
ResourceGroupName: string | undefined;
|
|
1680
1680
|
/**
|
|
1681
|
-
* @public
|
|
1682
1681
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1683
1682
|
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1683
|
+
* @public
|
|
1684
1684
|
*/
|
|
1685
1685
|
MaxResults?: number;
|
|
1686
1686
|
/**
|
|
1687
|
-
* @public
|
|
1688
1687
|
* <p>The token to request the next page of results.</p>
|
|
1688
|
+
* @public
|
|
1689
1689
|
*/
|
|
1690
1690
|
NextToken?: string;
|
|
1691
1691
|
/**
|
|
1692
|
-
* @public
|
|
1693
1692
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1693
|
+
* @public
|
|
1694
1694
|
*/
|
|
1695
1695
|
AccountId?: string;
|
|
1696
1696
|
}
|
|
@@ -1699,24 +1699,24 @@ export interface ListLogPatternSetsRequest {
|
|
|
1699
1699
|
*/
|
|
1700
1700
|
export interface ListLogPatternSetsResponse {
|
|
1701
1701
|
/**
|
|
1702
|
-
* @public
|
|
1703
1702
|
* <p>The name of the resource group.</p>
|
|
1703
|
+
* @public
|
|
1704
1704
|
*/
|
|
1705
1705
|
ResourceGroupName?: string;
|
|
1706
1706
|
/**
|
|
1707
|
-
* @public
|
|
1708
1707
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1708
|
+
* @public
|
|
1709
1709
|
*/
|
|
1710
1710
|
AccountId?: string;
|
|
1711
1711
|
/**
|
|
1712
|
-
* @public
|
|
1713
1712
|
* <p>The list of log pattern sets.</p>
|
|
1713
|
+
* @public
|
|
1714
1714
|
*/
|
|
1715
1715
|
LogPatternSets?: string[];
|
|
1716
1716
|
/**
|
|
1717
|
-
* @public
|
|
1718
1717
|
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1719
1718
|
* when there are no more results to return. </p>
|
|
1719
|
+
* @public
|
|
1720
1720
|
*/
|
|
1721
1721
|
NextToken?: string;
|
|
1722
1722
|
}
|
|
@@ -1725,47 +1725,47 @@ export interface ListLogPatternSetsResponse {
|
|
|
1725
1725
|
*/
|
|
1726
1726
|
export interface ListProblemsRequest {
|
|
1727
1727
|
/**
|
|
1728
|
-
* @public
|
|
1729
1728
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1729
|
+
* @public
|
|
1730
1730
|
*/
|
|
1731
1731
|
AccountId?: string;
|
|
1732
1732
|
/**
|
|
1733
|
-
* @public
|
|
1734
1733
|
* <p>The name of the resource group.</p>
|
|
1734
|
+
* @public
|
|
1735
1735
|
*/
|
|
1736
1736
|
ResourceGroupName?: string;
|
|
1737
1737
|
/**
|
|
1738
|
-
* @public
|
|
1739
1738
|
* <p>The time when the problem was detected, in epoch seconds. If you don't specify a time
|
|
1740
1739
|
* frame for the request, problems within the past seven days are returned.</p>
|
|
1740
|
+
* @public
|
|
1741
1741
|
*/
|
|
1742
1742
|
StartTime?: Date;
|
|
1743
1743
|
/**
|
|
1744
|
-
* @public
|
|
1745
1744
|
* <p>The time when the problem ended, in epoch seconds. If not specified, problems within the
|
|
1746
1745
|
* past seven days are returned.</p>
|
|
1746
|
+
* @public
|
|
1747
1747
|
*/
|
|
1748
1748
|
EndTime?: Date;
|
|
1749
1749
|
/**
|
|
1750
|
-
* @public
|
|
1751
1750
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1752
1751
|
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1752
|
+
* @public
|
|
1753
1753
|
*/
|
|
1754
1754
|
MaxResults?: number;
|
|
1755
1755
|
/**
|
|
1756
|
-
* @public
|
|
1757
1756
|
* <p>The token to request the next page of results.</p>
|
|
1757
|
+
* @public
|
|
1758
1758
|
*/
|
|
1759
1759
|
NextToken?: string;
|
|
1760
1760
|
/**
|
|
1761
|
-
* @public
|
|
1762
1761
|
* <p> The name of the component. </p>
|
|
1762
|
+
* @public
|
|
1763
1763
|
*/
|
|
1764
1764
|
ComponentName?: string;
|
|
1765
1765
|
/**
|
|
1766
|
-
* @public
|
|
1767
1766
|
* <p>Specifies whether or not you can view the problem. If not specified, visible and
|
|
1768
1767
|
* ignored problems are returned.</p>
|
|
1768
|
+
* @public
|
|
1769
1769
|
*/
|
|
1770
1770
|
Visibility?: Visibility;
|
|
1771
1771
|
}
|
|
@@ -1774,24 +1774,24 @@ export interface ListProblemsRequest {
|
|
|
1774
1774
|
*/
|
|
1775
1775
|
export interface ListProblemsResponse {
|
|
1776
1776
|
/**
|
|
1777
|
-
* @public
|
|
1778
1777
|
* <p>The list of problems. </p>
|
|
1778
|
+
* @public
|
|
1779
1779
|
*/
|
|
1780
1780
|
ProblemList?: Problem[];
|
|
1781
1781
|
/**
|
|
1782
|
-
* @public
|
|
1783
1782
|
* <p>The token used to retrieve the next page of results. This value is <code>null</code>
|
|
1784
1783
|
* when there are no more results to return. </p>
|
|
1784
|
+
* @public
|
|
1785
1785
|
*/
|
|
1786
1786
|
NextToken?: string;
|
|
1787
1787
|
/**
|
|
1788
|
-
* @public
|
|
1789
1788
|
* <p> The name of the resource group. </p>
|
|
1789
|
+
* @public
|
|
1790
1790
|
*/
|
|
1791
1791
|
ResourceGroupName?: string;
|
|
1792
1792
|
/**
|
|
1793
|
-
* @public
|
|
1794
1793
|
* <p>The AWS account ID for the resource group owner.</p>
|
|
1794
|
+
* @public
|
|
1795
1795
|
*/
|
|
1796
1796
|
AccountId?: string;
|
|
1797
1797
|
}
|
|
@@ -1800,9 +1800,9 @@ export interface ListProblemsResponse {
|
|
|
1800
1800
|
*/
|
|
1801
1801
|
export interface ListTagsForResourceRequest {
|
|
1802
1802
|
/**
|
|
1803
|
-
* @public
|
|
1804
1803
|
* <p>The Amazon Resource Name (ARN) of the application that you want to retrieve tag
|
|
1805
1804
|
* information for.</p>
|
|
1805
|
+
* @public
|
|
1806
1806
|
*/
|
|
1807
1807
|
ResourceARN: string | undefined;
|
|
1808
1808
|
}
|
|
@@ -1811,10 +1811,10 @@ export interface ListTagsForResourceRequest {
|
|
|
1811
1811
|
*/
|
|
1812
1812
|
export interface ListTagsForResourceResponse {
|
|
1813
1813
|
/**
|
|
1814
|
-
* @public
|
|
1815
1814
|
* <p>An array that lists all the tags that are associated with the application. Each tag
|
|
1816
1815
|
* consists of a required tag key (<code>Key</code>) and an associated tag value
|
|
1817
1816
|
* (<code>Value</code>).</p>
|
|
1817
|
+
* @public
|
|
1818
1818
|
*/
|
|
1819
1819
|
Tags?: Tag[];
|
|
1820
1820
|
}
|
|
@@ -1823,60 +1823,60 @@ export interface ListTagsForResourceResponse {
|
|
|
1823
1823
|
*/
|
|
1824
1824
|
export interface ListWorkloadsRequest {
|
|
1825
1825
|
/**
|
|
1826
|
-
* @public
|
|
1827
1826
|
* <p>The name of the resource group.</p>
|
|
1827
|
+
* @public
|
|
1828
1828
|
*/
|
|
1829
1829
|
ResourceGroupName: string | undefined;
|
|
1830
1830
|
/**
|
|
1831
|
-
* @public
|
|
1832
1831
|
* <p>The name of the component.</p>
|
|
1832
|
+
* @public
|
|
1833
1833
|
*/
|
|
1834
1834
|
ComponentName: string | undefined;
|
|
1835
1835
|
/**
|
|
1836
|
-
* @public
|
|
1837
1836
|
* <p>The maximum number of results to return in a single call. To retrieve the remaining
|
|
1838
1837
|
* results, make another call with the returned <code>NextToken</code> value.</p>
|
|
1838
|
+
* @public
|
|
1839
1839
|
*/
|
|
1840
1840
|
MaxResults?: number;
|
|
1841
1841
|
/**
|
|
1842
|
-
* @public
|
|
1843
1842
|
* <p>The token to request the next page of results.</p>
|
|
1843
|
+
* @public
|
|
1844
1844
|
*/
|
|
1845
1845
|
NextToken?: string;
|
|
1846
1846
|
/**
|
|
1847
|
-
* @public
|
|
1848
1847
|
* <p>The AWS account ID of the owner of the workload.</p>
|
|
1848
|
+
* @public
|
|
1849
1849
|
*/
|
|
1850
1850
|
AccountId?: string;
|
|
1851
1851
|
}
|
|
1852
1852
|
/**
|
|
1853
|
-
* @public
|
|
1854
1853
|
* <p>Describes the workloads on a component.</p>
|
|
1854
|
+
* @public
|
|
1855
1855
|
*/
|
|
1856
1856
|
export interface Workload {
|
|
1857
1857
|
/**
|
|
1858
|
-
* @public
|
|
1859
1858
|
* <p>The ID of the workload.</p>
|
|
1859
|
+
* @public
|
|
1860
1860
|
*/
|
|
1861
1861
|
WorkloadId?: string;
|
|
1862
1862
|
/**
|
|
1863
|
-
* @public
|
|
1864
1863
|
* <p>The name of the component.</p>
|
|
1864
|
+
* @public
|
|
1865
1865
|
*/
|
|
1866
1866
|
ComponentName?: string;
|
|
1867
1867
|
/**
|
|
1868
|
-
* @public
|
|
1869
1868
|
* <p>The name of the workload.</p>
|
|
1869
|
+
* @public
|
|
1870
1870
|
*/
|
|
1871
1871
|
WorkloadName?: string;
|
|
1872
1872
|
/**
|
|
1873
|
-
* @public
|
|
1874
1873
|
* <p>The tier of the workload.</p>
|
|
1874
|
+
* @public
|
|
1875
1875
|
*/
|
|
1876
1876
|
Tier?: Tier;
|
|
1877
1877
|
/**
|
|
1878
|
-
* @public
|
|
1879
1878
|
* <p>If logging is supported for the resource type, shows whether the component has configured logs to be monitored.</p>
|
|
1879
|
+
* @public
|
|
1880
1880
|
*/
|
|
1881
1881
|
WorkloadRemarks?: string;
|
|
1882
1882
|
}
|
|
@@ -1885,13 +1885,13 @@ export interface Workload {
|
|
|
1885
1885
|
*/
|
|
1886
1886
|
export interface ListWorkloadsResponse {
|
|
1887
1887
|
/**
|
|
1888
|
-
* @public
|
|
1889
1888
|
* <p>The list of workloads.</p>
|
|
1889
|
+
* @public
|
|
1890
1890
|
*/
|
|
1891
1891
|
WorkloadList?: Workload[];
|
|
1892
1892
|
/**
|
|
1893
|
-
* @public
|
|
1894
1893
|
* <p>The token to request the next page of results.</p>
|
|
1894
|
+
* @public
|
|
1895
1895
|
*/
|
|
1896
1896
|
NextToken?: string;
|
|
1897
1897
|
}
|
|
@@ -1900,18 +1900,18 @@ export interface ListWorkloadsResponse {
|
|
|
1900
1900
|
*/
|
|
1901
1901
|
export interface RemoveWorkloadRequest {
|
|
1902
1902
|
/**
|
|
1903
|
-
* @public
|
|
1904
1903
|
* <p>The name of the resource group.</p>
|
|
1904
|
+
* @public
|
|
1905
1905
|
*/
|
|
1906
1906
|
ResourceGroupName: string | undefined;
|
|
1907
1907
|
/**
|
|
1908
|
-
* @public
|
|
1909
1908
|
* <p>The name of the component.</p>
|
|
1909
|
+
* @public
|
|
1910
1910
|
*/
|
|
1911
1911
|
ComponentName: string | undefined;
|
|
1912
1912
|
/**
|
|
1913
|
-
* @public
|
|
1914
1913
|
* <p>The ID of the workload.</p>
|
|
1914
|
+
* @public
|
|
1915
1915
|
*/
|
|
1916
1916
|
WorkloadId: string | undefined;
|
|
1917
1917
|
}
|
|
@@ -1925,16 +1925,16 @@ export interface RemoveWorkloadResponse {
|
|
|
1925
1925
|
*/
|
|
1926
1926
|
export interface TagResourceRequest {
|
|
1927
1927
|
/**
|
|
1928
|
-
* @public
|
|
1929
1928
|
* <p>The Amazon Resource Name (ARN) of the application that you want to add one or more tags
|
|
1930
1929
|
* to.</p>
|
|
1930
|
+
* @public
|
|
1931
1931
|
*/
|
|
1932
1932
|
ResourceARN: string | undefined;
|
|
1933
1933
|
/**
|
|
1934
|
-
* @public
|
|
1935
1934
|
* <p>A list of tags that to add to the application. A tag consists of a required tag key
|
|
1936
1935
|
* (<code>Key</code>) and an associated tag value (<code>Value</code>). The maximum length
|
|
1937
1936
|
* of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>
|
|
1937
|
+
* @public
|
|
1938
1938
|
*/
|
|
1939
1939
|
Tags: Tag[] | undefined;
|
|
1940
1940
|
}
|
|
@@ -1944,17 +1944,17 @@ export interface TagResourceRequest {
|
|
|
1944
1944
|
export interface TagResourceResponse {
|
|
1945
1945
|
}
|
|
1946
1946
|
/**
|
|
1947
|
-
* @public
|
|
1948
1947
|
* <p>The number of the provided tags is beyond the limit, or the number of total tags you are
|
|
1949
1948
|
* trying to attach to the specified resource exceeds the limit.</p>
|
|
1949
|
+
* @public
|
|
1950
1950
|
*/
|
|
1951
1951
|
export declare class TooManyTagsException extends __BaseException {
|
|
1952
1952
|
readonly name: "TooManyTagsException";
|
|
1953
1953
|
readonly $fault: "client";
|
|
1954
1954
|
Message?: string;
|
|
1955
1955
|
/**
|
|
1956
|
-
* @public
|
|
1957
1956
|
* <p>The name of the resource with too many tags.</p>
|
|
1957
|
+
* @public
|
|
1958
1958
|
*/
|
|
1959
1959
|
ResourceName?: string;
|
|
1960
1960
|
/**
|
|
@@ -1967,18 +1967,18 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
1967
1967
|
*/
|
|
1968
1968
|
export interface UntagResourceRequest {
|
|
1969
1969
|
/**
|
|
1970
|
-
* @public
|
|
1971
1970
|
* <p>The Amazon Resource Name (ARN) of the application that you want to remove one or more
|
|
1972
1971
|
* tags from.</p>
|
|
1972
|
+
* @public
|
|
1973
1973
|
*/
|
|
1974
1974
|
ResourceARN: string | undefined;
|
|
1975
1975
|
/**
|
|
1976
|
-
* @public
|
|
1977
1976
|
* <p>The tags (tag keys) that you want to remove from the resource. When you specify a tag
|
|
1978
1977
|
* key, the action removes both that key and its associated tag value.</p>
|
|
1979
1978
|
* <p>To remove more than one tag from the application, append the <code>TagKeys</code>
|
|
1980
1979
|
* parameter and argument for each additional tag to remove, separated by an ampersand.
|
|
1981
1980
|
* </p>
|
|
1981
|
+
* @public
|
|
1982
1982
|
*/
|
|
1983
1983
|
TagKeys: string[] | undefined;
|
|
1984
1984
|
}
|
|
@@ -1992,42 +1992,42 @@ export interface UntagResourceResponse {
|
|
|
1992
1992
|
*/
|
|
1993
1993
|
export interface UpdateApplicationRequest {
|
|
1994
1994
|
/**
|
|
1995
|
-
* @public
|
|
1996
1995
|
* <p>The name of the resource group.</p>
|
|
1996
|
+
* @public
|
|
1997
1997
|
*/
|
|
1998
1998
|
ResourceGroupName: string | undefined;
|
|
1999
1999
|
/**
|
|
2000
|
-
* @public
|
|
2001
2000
|
* <p> When set to <code>true</code>, creates opsItems for any problems detected on an
|
|
2002
2001
|
* application. </p>
|
|
2002
|
+
* @public
|
|
2003
2003
|
*/
|
|
2004
2004
|
OpsCenterEnabled?: boolean;
|
|
2005
2005
|
/**
|
|
2006
|
-
* @public
|
|
2007
2006
|
* <p> Indicates whether Application Insights can listen to CloudWatch events for the
|
|
2008
2007
|
* application resources, such as <code>instance terminated</code>, <code>failed
|
|
2009
2008
|
* deployment</code>, and others. </p>
|
|
2009
|
+
* @public
|
|
2010
2010
|
*/
|
|
2011
2011
|
CWEMonitorEnabled?: boolean;
|
|
2012
2012
|
/**
|
|
2013
|
-
* @public
|
|
2014
2013
|
* <p> The SNS topic provided to Application Insights that is associated to the created
|
|
2015
2014
|
* opsItem. Allows you to receive notifications for updates to the opsItem.</p>
|
|
2015
|
+
* @public
|
|
2016
2016
|
*/
|
|
2017
2017
|
OpsItemSNSTopicArn?: string;
|
|
2018
2018
|
/**
|
|
2019
|
-
* @public
|
|
2020
2019
|
* <p> Disassociates the SNS topic from the opsItem created for detected problems.</p>
|
|
2020
|
+
* @public
|
|
2021
2021
|
*/
|
|
2022
2022
|
RemoveSNSTopic?: boolean;
|
|
2023
2023
|
/**
|
|
2024
|
-
* @public
|
|
2025
2024
|
* <p> Turns auto-configuration on or off. </p>
|
|
2025
|
+
* @public
|
|
2026
2026
|
*/
|
|
2027
2027
|
AutoConfigEnabled?: boolean;
|
|
2028
2028
|
/**
|
|
2029
|
-
* @public
|
|
2030
2029
|
* <p>If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.</p>
|
|
2030
|
+
* @public
|
|
2031
2031
|
*/
|
|
2032
2032
|
AttachMissingPermission?: boolean;
|
|
2033
2033
|
}
|
|
@@ -2036,8 +2036,8 @@ export interface UpdateApplicationRequest {
|
|
|
2036
2036
|
*/
|
|
2037
2037
|
export interface UpdateApplicationResponse {
|
|
2038
2038
|
/**
|
|
2039
|
-
* @public
|
|
2040
2039
|
* <p>Information about the application. </p>
|
|
2040
|
+
* @public
|
|
2041
2041
|
*/
|
|
2042
2042
|
ApplicationInfo?: ApplicationInfo;
|
|
2043
2043
|
}
|
|
@@ -2046,23 +2046,23 @@ export interface UpdateApplicationResponse {
|
|
|
2046
2046
|
*/
|
|
2047
2047
|
export interface UpdateComponentRequest {
|
|
2048
2048
|
/**
|
|
2049
|
-
* @public
|
|
2050
2049
|
* <p>The name of the resource group.</p>
|
|
2050
|
+
* @public
|
|
2051
2051
|
*/
|
|
2052
2052
|
ResourceGroupName: string | undefined;
|
|
2053
2053
|
/**
|
|
2054
|
-
* @public
|
|
2055
2054
|
* <p>The name of the component.</p>
|
|
2055
|
+
* @public
|
|
2056
2056
|
*/
|
|
2057
2057
|
ComponentName: string | undefined;
|
|
2058
2058
|
/**
|
|
2059
|
-
* @public
|
|
2060
2059
|
* <p>The new name of the component.</p>
|
|
2060
|
+
* @public
|
|
2061
2061
|
*/
|
|
2062
2062
|
NewComponentName?: string;
|
|
2063
2063
|
/**
|
|
2064
|
-
* @public
|
|
2065
2064
|
* <p>The list of resource ARNs that belong to the component.</p>
|
|
2065
|
+
* @public
|
|
2066
2066
|
*/
|
|
2067
2067
|
ResourceList?: string[];
|
|
2068
2068
|
}
|
|
@@ -2076,38 +2076,38 @@ export interface UpdateComponentResponse {
|
|
|
2076
2076
|
*/
|
|
2077
2077
|
export interface UpdateComponentConfigurationRequest {
|
|
2078
2078
|
/**
|
|
2079
|
-
* @public
|
|
2080
2079
|
* <p>The name of the resource group.</p>
|
|
2080
|
+
* @public
|
|
2081
2081
|
*/
|
|
2082
2082
|
ResourceGroupName: string | undefined;
|
|
2083
2083
|
/**
|
|
2084
|
-
* @public
|
|
2085
2084
|
* <p>The name of the component.</p>
|
|
2085
|
+
* @public
|
|
2086
2086
|
*/
|
|
2087
2087
|
ComponentName: string | undefined;
|
|
2088
2088
|
/**
|
|
2089
|
-
* @public
|
|
2090
2089
|
* <p>Indicates whether the application component is monitored.</p>
|
|
2090
|
+
* @public
|
|
2091
2091
|
*/
|
|
2092
2092
|
Monitor?: boolean;
|
|
2093
2093
|
/**
|
|
2094
|
-
* @public
|
|
2095
2094
|
* <p>The tier of the application component.</p>
|
|
2095
|
+
* @public
|
|
2096
2096
|
*/
|
|
2097
2097
|
Tier?: Tier;
|
|
2098
2098
|
/**
|
|
2099
|
-
* @public
|
|
2100
2099
|
* <p>The configuration settings of the component. The value is the escaped JSON of the
|
|
2101
2100
|
* 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
|
|
2102
2101
|
* <code>DescribeComponentConfigurationRecommendation</code> to see the recommended
|
|
2103
2102
|
* configuration for a component. For the complete format of the component configuration file,
|
|
2104
2103
|
* see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/component-config.html">Component Configuration</a>.</p>
|
|
2104
|
+
* @public
|
|
2105
2105
|
*/
|
|
2106
2106
|
ComponentConfiguration?: string;
|
|
2107
2107
|
/**
|
|
2108
|
-
* @public
|
|
2109
2108
|
* <p> Automatically configures the component by applying the recommended configurations.
|
|
2110
2109
|
* </p>
|
|
2110
|
+
* @public
|
|
2111
2111
|
*/
|
|
2112
2112
|
AutoConfigEnabled?: boolean;
|
|
2113
2113
|
}
|
|
@@ -2121,28 +2121,27 @@ export interface UpdateComponentConfigurationResponse {
|
|
|
2121
2121
|
*/
|
|
2122
2122
|
export interface UpdateLogPatternRequest {
|
|
2123
2123
|
/**
|
|
2124
|
-
* @public
|
|
2125
2124
|
* <p>The name of the resource group.</p>
|
|
2125
|
+
* @public
|
|
2126
2126
|
*/
|
|
2127
2127
|
ResourceGroupName: string | undefined;
|
|
2128
2128
|
/**
|
|
2129
|
-
* @public
|
|
2130
2129
|
* <p>The name of the log pattern set.</p>
|
|
2130
|
+
* @public
|
|
2131
2131
|
*/
|
|
2132
2132
|
PatternSetName: string | undefined;
|
|
2133
2133
|
/**
|
|
2134
|
-
* @public
|
|
2135
2134
|
* <p>The name of the log pattern.</p>
|
|
2135
|
+
* @public
|
|
2136
2136
|
*/
|
|
2137
2137
|
PatternName: string | undefined;
|
|
2138
2138
|
/**
|
|
2139
|
-
* @public
|
|
2140
2139
|
* <p>The log pattern. The pattern must be DFA compatible. Patterns that utilize forward
|
|
2141
2140
|
* lookahead or backreference constructions are not supported.</p>
|
|
2141
|
+
* @public
|
|
2142
2142
|
*/
|
|
2143
2143
|
Pattern?: string;
|
|
2144
2144
|
/**
|
|
2145
|
-
* @public
|
|
2146
2145
|
* <p>Rank of the log pattern. Must be a value between <code>1</code> and
|
|
2147
2146
|
* <code>1,000,000</code>. The patterns are sorted by rank, so we recommend that you set
|
|
2148
2147
|
* your highest priority patterns with the lowest rank. A pattern of rank <code>1</code> will
|
|
@@ -2153,6 +2152,7 @@ export interface UpdateLogPatternRequest {
|
|
|
2153
2152
|
* <code>High</code> severity pattern translates to a <code>250,000</code> rank. Rank
|
|
2154
2153
|
* values less than <code>1</code> or greater than <code>1,000,000</code> are reserved for
|
|
2155
2154
|
* AWS-provided patterns. </p>
|
|
2155
|
+
* @public
|
|
2156
2156
|
*/
|
|
2157
2157
|
Rank?: number;
|
|
2158
2158
|
}
|
|
@@ -2161,13 +2161,13 @@ export interface UpdateLogPatternRequest {
|
|
|
2161
2161
|
*/
|
|
2162
2162
|
export interface UpdateLogPatternResponse {
|
|
2163
2163
|
/**
|
|
2164
|
-
* @public
|
|
2165
2164
|
* <p>The name of the resource group.</p>
|
|
2165
|
+
* @public
|
|
2166
2166
|
*/
|
|
2167
2167
|
ResourceGroupName?: string;
|
|
2168
2168
|
/**
|
|
2169
|
-
* @public
|
|
2170
2169
|
* <p>The successfully created log pattern.</p>
|
|
2170
|
+
* @public
|
|
2171
2171
|
*/
|
|
2172
2172
|
LogPattern?: LogPattern;
|
|
2173
2173
|
}
|
|
@@ -2187,21 +2187,21 @@ export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
|
|
|
2187
2187
|
*/
|
|
2188
2188
|
export interface UpdateProblemRequest {
|
|
2189
2189
|
/**
|
|
2190
|
-
* @public
|
|
2191
2190
|
* <p>The ID of the problem.</p>
|
|
2191
|
+
* @public
|
|
2192
2192
|
*/
|
|
2193
2193
|
ProblemId: string | undefined;
|
|
2194
2194
|
/**
|
|
2195
|
-
* @public
|
|
2196
2195
|
* <p>The status of the problem. Arguments can be passed for only problems that show a status
|
|
2197
2196
|
* of <code>RECOVERING</code>.</p>
|
|
2197
|
+
* @public
|
|
2198
2198
|
*/
|
|
2199
2199
|
UpdateStatus?: UpdateStatus;
|
|
2200
2200
|
/**
|
|
2201
|
-
* @public
|
|
2202
2201
|
* <p>The visibility of a problem. When you pass a value of <code>IGNORED</code>, the problem
|
|
2203
2202
|
* is removed from the default view, and all notifications for the problem are suspended. When
|
|
2204
2203
|
* <code>VISIBLE</code> is passed, the <code>IGNORED</code> action is reversed.</p>
|
|
2204
|
+
* @public
|
|
2205
2205
|
*/
|
|
2206
2206
|
Visibility?: Visibility;
|
|
2207
2207
|
}
|
|
@@ -2215,23 +2215,23 @@ export interface UpdateProblemResponse {
|
|
|
2215
2215
|
*/
|
|
2216
2216
|
export interface UpdateWorkloadRequest {
|
|
2217
2217
|
/**
|
|
2218
|
-
* @public
|
|
2219
2218
|
* <p>The name of the resource group.</p>
|
|
2219
|
+
* @public
|
|
2220
2220
|
*/
|
|
2221
2221
|
ResourceGroupName: string | undefined;
|
|
2222
2222
|
/**
|
|
2223
|
-
* @public
|
|
2224
2223
|
* <p> The name of the component. </p>
|
|
2224
|
+
* @public
|
|
2225
2225
|
*/
|
|
2226
2226
|
ComponentName: string | undefined;
|
|
2227
2227
|
/**
|
|
2228
|
-
* @public
|
|
2229
2228
|
* <p>The ID of the workload.</p>
|
|
2229
|
+
* @public
|
|
2230
2230
|
*/
|
|
2231
2231
|
WorkloadId?: string;
|
|
2232
2232
|
/**
|
|
2233
|
-
* @public
|
|
2234
2233
|
* <p>The configuration settings of the workload. The value is the escaped JSON of the configuration.</p>
|
|
2234
|
+
* @public
|
|
2235
2235
|
*/
|
|
2236
2236
|
WorkloadConfiguration: WorkloadConfiguration | undefined;
|
|
2237
2237
|
}
|
|
@@ -2240,13 +2240,13 @@ export interface UpdateWorkloadRequest {
|
|
|
2240
2240
|
*/
|
|
2241
2241
|
export interface UpdateWorkloadResponse {
|
|
2242
2242
|
/**
|
|
2243
|
-
* @public
|
|
2244
2243
|
* <p>The ID of the workload.</p>
|
|
2244
|
+
* @public
|
|
2245
2245
|
*/
|
|
2246
2246
|
WorkloadId?: string;
|
|
2247
2247
|
/**
|
|
2248
|
-
* @public
|
|
2249
2248
|
* <p>The configuration settings of the workload. The value is the escaped JSON of the configuration.</p>
|
|
2249
|
+
* @public
|
|
2250
2250
|
*/
|
|
2251
2251
|
WorkloadConfiguration?: WorkloadConfiguration;
|
|
2252
2252
|
}
|