@aws-sdk/client-application-insights 3.934.0 → 3.935.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/index.js +97 -96
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +96 -0
- package/dist-es/models/errors.js +115 -0
- package/dist-es/models/models_0.js +1 -211
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +224 -0
- package/dist-types/models/errors.d.ts +112 -0
- package/dist-types/models/models_0.d.ts +1 -336
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +117 -0
- package/dist-types/ts3.4/models/errors.d.ts +67 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -184
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,51 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ApplicationInsightsServiceException as __BaseException } from "./ApplicationInsightsServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* <p> User does not have permissions to perform this action. </p>
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
-
readonly name: "AccessDeniedException";
|
|
9
|
-
readonly $fault: "client";
|
|
10
|
-
Message?: string | undefined;
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @public
|
|
18
|
-
* @enum
|
|
19
|
-
*/
|
|
20
|
-
export declare const Tier: {
|
|
21
|
-
readonly ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY";
|
|
22
|
-
readonly CUSTOM: "CUSTOM";
|
|
23
|
-
readonly DEFAULT: "DEFAULT";
|
|
24
|
-
readonly DOT_NET_CORE: "DOT_NET_CORE";
|
|
25
|
-
readonly DOT_NET_WEB: "DOT_NET_WEB";
|
|
26
|
-
readonly DOT_NET_WEB_TIER: "DOT_NET_WEB_TIER";
|
|
27
|
-
readonly DOT_NET_WORKER: "DOT_NET_WORKER";
|
|
28
|
-
readonly JAVA_JMX: "JAVA_JMX";
|
|
29
|
-
readonly MYSQL: "MYSQL";
|
|
30
|
-
readonly ORACLE: "ORACLE";
|
|
31
|
-
readonly POSTGRESQL: "POSTGRESQL";
|
|
32
|
-
readonly SAP_ASE_HIGH_AVAILABILITY: "SAP_ASE_HIGH_AVAILABILITY";
|
|
33
|
-
readonly SAP_ASE_SINGLE_NODE: "SAP_ASE_SINGLE_NODE";
|
|
34
|
-
readonly SAP_HANA_HIGH_AVAILABILITY: "SAP_HANA_HIGH_AVAILABILITY";
|
|
35
|
-
readonly SAP_HANA_MULTI_NODE: "SAP_HANA_MULTI_NODE";
|
|
36
|
-
readonly SAP_HANA_SINGLE_NODE: "SAP_HANA_SINGLE_NODE";
|
|
37
|
-
readonly SAP_NETWEAVER_DISTRIBUTED: "SAP_NETWEAVER_DISTRIBUTED";
|
|
38
|
-
readonly SAP_NETWEAVER_HIGH_AVAILABILITY: "SAP_NETWEAVER_HIGH_AVAILABILITY";
|
|
39
|
-
readonly SAP_NETWEAVER_STANDARD: "SAP_NETWEAVER_STANDARD";
|
|
40
|
-
readonly SHAREPOINT: "SHAREPOINT";
|
|
41
|
-
readonly SQL_SERVER: "SQL_SERVER";
|
|
42
|
-
readonly SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP: "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP";
|
|
43
|
-
readonly SQL_SERVER_FAILOVER_CLUSTER_INSTANCE: "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* @public
|
|
47
|
-
*/
|
|
48
|
-
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
1
|
+
import { CloudWatchEventSource, ConfigurationEventResourceType, ConfigurationEventStatus, DiscoveryType, FeedbackKey, FeedbackValue, GroupingType, LogFilter, OsType, RecommendationType, ResolutionMethod, SeverityLevel, Status, Tier, UpdateStatus, Visibility } from "./enums";
|
|
49
2
|
/**
|
|
50
3
|
* <p>The configuration of the workload.</p>
|
|
51
4
|
* @public
|
|
@@ -102,70 +55,6 @@ export interface AddWorkloadResponse {
|
|
|
102
55
|
*/
|
|
103
56
|
WorkloadConfiguration?: WorkloadConfiguration | undefined;
|
|
104
57
|
}
|
|
105
|
-
/**
|
|
106
|
-
* <p>The server encountered an internal error and is unable to complete the request.</p>
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
export declare class InternalServerException extends __BaseException {
|
|
110
|
-
readonly name: "InternalServerException";
|
|
111
|
-
readonly $fault: "server";
|
|
112
|
-
Message?: string | undefined;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* <p>The resource is already created or in use.</p>
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
export declare class ResourceInUseException extends __BaseException {
|
|
123
|
-
readonly name: "ResourceInUseException";
|
|
124
|
-
readonly $fault: "client";
|
|
125
|
-
Message?: string | undefined;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
130
|
-
}
|
|
131
|
-
/**
|
|
132
|
-
* <p>The resource does not exist in the customer account.</p>
|
|
133
|
-
* @public
|
|
134
|
-
*/
|
|
135
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
136
|
-
readonly name: "ResourceNotFoundException";
|
|
137
|
-
readonly $fault: "client";
|
|
138
|
-
Message?: string | undefined;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
143
|
-
}
|
|
144
|
-
/**
|
|
145
|
-
* <p>The parameter is not valid.</p>
|
|
146
|
-
* @public
|
|
147
|
-
*/
|
|
148
|
-
export declare class ValidationException extends __BaseException {
|
|
149
|
-
readonly name: "ValidationException";
|
|
150
|
-
readonly $fault: "client";
|
|
151
|
-
Message?: string | undefined;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* @public
|
|
159
|
-
* @enum
|
|
160
|
-
*/
|
|
161
|
-
export declare const OsType: {
|
|
162
|
-
readonly LINUX: "LINUX";
|
|
163
|
-
readonly WINDOWS: "WINDOWS";
|
|
164
|
-
};
|
|
165
|
-
/**
|
|
166
|
-
* @public
|
|
167
|
-
*/
|
|
168
|
-
export type OsType = (typeof OsType)[keyof typeof OsType];
|
|
169
58
|
/**
|
|
170
59
|
* <p>Describes a standalone resource or similarly grouped resources that the application is
|
|
171
60
|
* made up of.</p>
|
|
@@ -210,18 +99,6 @@ export interface ApplicationComponent {
|
|
|
210
99
|
*/
|
|
211
100
|
DetectedWorkload?: Partial<Record<Tier, Record<string, string>>> | undefined;
|
|
212
101
|
}
|
|
213
|
-
/**
|
|
214
|
-
* @public
|
|
215
|
-
* @enum
|
|
216
|
-
*/
|
|
217
|
-
export declare const DiscoveryType: {
|
|
218
|
-
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
219
|
-
readonly RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED";
|
|
220
|
-
};
|
|
221
|
-
/**
|
|
222
|
-
* @public
|
|
223
|
-
*/
|
|
224
|
-
export type DiscoveryType = (typeof DiscoveryType)[keyof typeof DiscoveryType];
|
|
225
102
|
/**
|
|
226
103
|
* <p>Describes the status of the application.</p>
|
|
227
104
|
* @public
|
|
@@ -298,60 +175,6 @@ export interface ApplicationInfo {
|
|
|
298
175
|
*/
|
|
299
176
|
AttachMissingPermission?: boolean | undefined;
|
|
300
177
|
}
|
|
301
|
-
/**
|
|
302
|
-
* <p>The request is not understood by the server.</p>
|
|
303
|
-
* @public
|
|
304
|
-
*/
|
|
305
|
-
export declare class BadRequestException extends __BaseException {
|
|
306
|
-
readonly name: "BadRequestException";
|
|
307
|
-
readonly $fault: "client";
|
|
308
|
-
Message?: string | undefined;
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
|
-
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
313
|
-
}
|
|
314
|
-
/**
|
|
315
|
-
* @public
|
|
316
|
-
* @enum
|
|
317
|
-
*/
|
|
318
|
-
export declare const CloudWatchEventSource: {
|
|
319
|
-
readonly CODE_DEPLOY: "CODE_DEPLOY";
|
|
320
|
-
readonly EC2: "EC2";
|
|
321
|
-
readonly HEALTH: "HEALTH";
|
|
322
|
-
readonly RDS: "RDS";
|
|
323
|
-
};
|
|
324
|
-
/**
|
|
325
|
-
* @public
|
|
326
|
-
*/
|
|
327
|
-
export type CloudWatchEventSource = (typeof CloudWatchEventSource)[keyof typeof CloudWatchEventSource];
|
|
328
|
-
/**
|
|
329
|
-
* @public
|
|
330
|
-
* @enum
|
|
331
|
-
*/
|
|
332
|
-
export declare const ConfigurationEventResourceType: {
|
|
333
|
-
readonly CLOUDFORMATION: "CLOUDFORMATION";
|
|
334
|
-
readonly CLOUDWATCH_ALARM: "CLOUDWATCH_ALARM";
|
|
335
|
-
readonly CLOUDWATCH_LOG: "CLOUDWATCH_LOG";
|
|
336
|
-
readonly SSM_ASSOCIATION: "SSM_ASSOCIATION";
|
|
337
|
-
};
|
|
338
|
-
/**
|
|
339
|
-
* @public
|
|
340
|
-
*/
|
|
341
|
-
export type ConfigurationEventResourceType = (typeof ConfigurationEventResourceType)[keyof typeof ConfigurationEventResourceType];
|
|
342
|
-
/**
|
|
343
|
-
* @public
|
|
344
|
-
* @enum
|
|
345
|
-
*/
|
|
346
|
-
export declare const ConfigurationEventStatus: {
|
|
347
|
-
readonly ERROR: "ERROR";
|
|
348
|
-
readonly INFO: "INFO";
|
|
349
|
-
readonly WARN: "WARN";
|
|
350
|
-
};
|
|
351
|
-
/**
|
|
352
|
-
* @public
|
|
353
|
-
*/
|
|
354
|
-
export type ConfigurationEventStatus = (typeof ConfigurationEventStatus)[keyof typeof ConfigurationEventStatus];
|
|
355
178
|
/**
|
|
356
179
|
* <p> The event information. </p>
|
|
357
180
|
* @public
|
|
@@ -400,17 +223,6 @@ export interface ConfigurationEvent {
|
|
|
400
223
|
*/
|
|
401
224
|
EventResourceName?: string | undefined;
|
|
402
225
|
}
|
|
403
|
-
/**
|
|
404
|
-
* @public
|
|
405
|
-
* @enum
|
|
406
|
-
*/
|
|
407
|
-
export declare const GroupingType: {
|
|
408
|
-
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
409
|
-
};
|
|
410
|
-
/**
|
|
411
|
-
* @public
|
|
412
|
-
*/
|
|
413
|
-
export type GroupingType = (typeof GroupingType)[keyof typeof GroupingType];
|
|
414
226
|
/**
|
|
415
227
|
* <p>An object that defines the tags associated with an application. A
|
|
416
228
|
* <i>tag</i> is a label that you optionally define and associate with an
|
|
@@ -531,19 +343,6 @@ export interface CreateApplicationResponse {
|
|
|
531
343
|
*/
|
|
532
344
|
ApplicationInfo?: ApplicationInfo | undefined;
|
|
533
345
|
}
|
|
534
|
-
/**
|
|
535
|
-
* <p>Tags are already registered for the specified application ARN.</p>
|
|
536
|
-
* @public
|
|
537
|
-
*/
|
|
538
|
-
export declare class TagsAlreadyExistException extends __BaseException {
|
|
539
|
-
readonly name: "TagsAlreadyExistException";
|
|
540
|
-
readonly $fault: "client";
|
|
541
|
-
Message?: string | undefined;
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
|
-
constructor(opts: __ExceptionOptionType<TagsAlreadyExistException, __BaseException>);
|
|
546
|
-
}
|
|
547
346
|
/**
|
|
548
347
|
* @public
|
|
549
348
|
*/
|
|
@@ -831,19 +630,6 @@ export interface DescribeComponentConfigurationResponse {
|
|
|
831
630
|
*/
|
|
832
631
|
ComponentConfiguration?: string | undefined;
|
|
833
632
|
}
|
|
834
|
-
/**
|
|
835
|
-
* @public
|
|
836
|
-
* @enum
|
|
837
|
-
*/
|
|
838
|
-
export declare const RecommendationType: {
|
|
839
|
-
readonly ALL: "ALL";
|
|
840
|
-
readonly INFRA_ONLY: "INFRA_ONLY";
|
|
841
|
-
readonly WORKLOAD_ONLY: "WORKLOAD_ONLY";
|
|
842
|
-
};
|
|
843
|
-
/**
|
|
844
|
-
* @public
|
|
845
|
-
*/
|
|
846
|
-
export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType];
|
|
847
633
|
/**
|
|
848
634
|
* @public
|
|
849
635
|
*/
|
|
@@ -946,19 +732,6 @@ export interface DescribeObservationRequest {
|
|
|
946
732
|
*/
|
|
947
733
|
AccountId?: string | undefined;
|
|
948
734
|
}
|
|
949
|
-
/**
|
|
950
|
-
* @public
|
|
951
|
-
* @enum
|
|
952
|
-
*/
|
|
953
|
-
export declare const LogFilter: {
|
|
954
|
-
readonly ERROR: "ERROR";
|
|
955
|
-
readonly INFO: "INFO";
|
|
956
|
-
readonly WARN: "WARN";
|
|
957
|
-
};
|
|
958
|
-
/**
|
|
959
|
-
* @public
|
|
960
|
-
*/
|
|
961
|
-
export type LogFilter = (typeof LogFilter)[keyof typeof LogFilter];
|
|
962
735
|
/**
|
|
963
736
|
* <p>Describes an anomaly or error with the application.</p>
|
|
964
737
|
* @public
|
|
@@ -1226,84 +999,6 @@ export interface DescribeProblemRequest {
|
|
|
1226
999
|
*/
|
|
1227
1000
|
AccountId?: string | undefined;
|
|
1228
1001
|
}
|
|
1229
|
-
/**
|
|
1230
|
-
* @public
|
|
1231
|
-
* @enum
|
|
1232
|
-
*/
|
|
1233
|
-
export declare const FeedbackKey: {
|
|
1234
|
-
readonly INSIGHTS_FEEDBACK: "INSIGHTS_FEEDBACK";
|
|
1235
|
-
};
|
|
1236
|
-
/**
|
|
1237
|
-
* @public
|
|
1238
|
-
*/
|
|
1239
|
-
export type FeedbackKey = (typeof FeedbackKey)[keyof typeof FeedbackKey];
|
|
1240
|
-
/**
|
|
1241
|
-
* @public
|
|
1242
|
-
* @enum
|
|
1243
|
-
*/
|
|
1244
|
-
export declare const FeedbackValue: {
|
|
1245
|
-
readonly NOT_SPECIFIED: "NOT_SPECIFIED";
|
|
1246
|
-
readonly NOT_USEFUL: "NOT_USEFUL";
|
|
1247
|
-
readonly USEFUL: "USEFUL";
|
|
1248
|
-
};
|
|
1249
|
-
/**
|
|
1250
|
-
* @public
|
|
1251
|
-
*/
|
|
1252
|
-
export type FeedbackValue = (typeof FeedbackValue)[keyof typeof FeedbackValue];
|
|
1253
|
-
/**
|
|
1254
|
-
* @public
|
|
1255
|
-
* @enum
|
|
1256
|
-
*/
|
|
1257
|
-
export declare const ResolutionMethod: {
|
|
1258
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
1259
|
-
readonly MANUAL: "MANUAL";
|
|
1260
|
-
readonly UNRESOLVED: "UNRESOLVED";
|
|
1261
|
-
};
|
|
1262
|
-
/**
|
|
1263
|
-
* @public
|
|
1264
|
-
*/
|
|
1265
|
-
export type ResolutionMethod = (typeof ResolutionMethod)[keyof typeof ResolutionMethod];
|
|
1266
|
-
/**
|
|
1267
|
-
* @public
|
|
1268
|
-
* @enum
|
|
1269
|
-
*/
|
|
1270
|
-
export declare const SeverityLevel: {
|
|
1271
|
-
readonly High: "High";
|
|
1272
|
-
readonly Informative: "Informative";
|
|
1273
|
-
readonly Low: "Low";
|
|
1274
|
-
readonly Medium: "Medium";
|
|
1275
|
-
};
|
|
1276
|
-
/**
|
|
1277
|
-
* @public
|
|
1278
|
-
*/
|
|
1279
|
-
export type SeverityLevel = (typeof SeverityLevel)[keyof typeof SeverityLevel];
|
|
1280
|
-
/**
|
|
1281
|
-
* @public
|
|
1282
|
-
* @enum
|
|
1283
|
-
*/
|
|
1284
|
-
export declare const Status: {
|
|
1285
|
-
readonly IGNORE: "IGNORE";
|
|
1286
|
-
readonly PENDING: "PENDING";
|
|
1287
|
-
readonly RECOVERING: "RECOVERING";
|
|
1288
|
-
readonly RECURRING: "RECURRING";
|
|
1289
|
-
readonly RESOLVED: "RESOLVED";
|
|
1290
|
-
};
|
|
1291
|
-
/**
|
|
1292
|
-
* @public
|
|
1293
|
-
*/
|
|
1294
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
1295
|
-
/**
|
|
1296
|
-
* @public
|
|
1297
|
-
* @enum
|
|
1298
|
-
*/
|
|
1299
|
-
export declare const Visibility: {
|
|
1300
|
-
readonly IGNORED: "IGNORED";
|
|
1301
|
-
readonly VISIBLE: "VISIBLE";
|
|
1302
|
-
};
|
|
1303
|
-
/**
|
|
1304
|
-
* @public
|
|
1305
|
-
*/
|
|
1306
|
-
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
1307
1002
|
/**
|
|
1308
1003
|
* <p>Describes a problem that is detected by correlating observations.</p>
|
|
1309
1004
|
* @public
|
|
@@ -1979,25 +1674,6 @@ export interface TagResourceRequest {
|
|
|
1979
1674
|
*/
|
|
1980
1675
|
export interface TagResourceResponse {
|
|
1981
1676
|
}
|
|
1982
|
-
/**
|
|
1983
|
-
* <p>The number of the provided tags is beyond the limit, or the number of total tags you are
|
|
1984
|
-
* trying to attach to the specified resource exceeds the limit.</p>
|
|
1985
|
-
* @public
|
|
1986
|
-
*/
|
|
1987
|
-
export declare class TooManyTagsException extends __BaseException {
|
|
1988
|
-
readonly name: "TooManyTagsException";
|
|
1989
|
-
readonly $fault: "client";
|
|
1990
|
-
Message?: string | undefined;
|
|
1991
|
-
/**
|
|
1992
|
-
* <p>The name of the resource with too many tags.</p>
|
|
1993
|
-
* @public
|
|
1994
|
-
*/
|
|
1995
|
-
ResourceName?: string | undefined;
|
|
1996
|
-
/**
|
|
1997
|
-
* @internal
|
|
1998
|
-
*/
|
|
1999
|
-
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
2000
|
-
}
|
|
2001
1677
|
/**
|
|
2002
1678
|
* @public
|
|
2003
1679
|
*/
|
|
@@ -2214,17 +1890,6 @@ export interface UpdateLogPatternResponse {
|
|
|
2214
1890
|
*/
|
|
2215
1891
|
LogPattern?: LogPattern | undefined;
|
|
2216
1892
|
}
|
|
2217
|
-
/**
|
|
2218
|
-
* @public
|
|
2219
|
-
* @enum
|
|
2220
|
-
*/
|
|
2221
|
-
export declare const UpdateStatus: {
|
|
2222
|
-
readonly RESOLVED: "RESOLVED";
|
|
2223
|
-
};
|
|
2224
|
-
/**
|
|
2225
|
-
* @public
|
|
2226
|
-
*/
|
|
2227
|
-
export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
|
|
2228
1893
|
/**
|
|
2229
1894
|
* @public
|
|
2230
1895
|
*/
|
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { ApplicationInsightsExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { ApplicationInsightsServiceException } from "./models/ApplicationInsightsServiceException";
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export declare const Tier: {
|
|
2
|
+
readonly ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY";
|
|
3
|
+
readonly CUSTOM: "CUSTOM";
|
|
4
|
+
readonly DEFAULT: "DEFAULT";
|
|
5
|
+
readonly DOT_NET_CORE: "DOT_NET_CORE";
|
|
6
|
+
readonly DOT_NET_WEB: "DOT_NET_WEB";
|
|
7
|
+
readonly DOT_NET_WEB_TIER: "DOT_NET_WEB_TIER";
|
|
8
|
+
readonly DOT_NET_WORKER: "DOT_NET_WORKER";
|
|
9
|
+
readonly JAVA_JMX: "JAVA_JMX";
|
|
10
|
+
readonly MYSQL: "MYSQL";
|
|
11
|
+
readonly ORACLE: "ORACLE";
|
|
12
|
+
readonly POSTGRESQL: "POSTGRESQL";
|
|
13
|
+
readonly SAP_ASE_HIGH_AVAILABILITY: "SAP_ASE_HIGH_AVAILABILITY";
|
|
14
|
+
readonly SAP_ASE_SINGLE_NODE: "SAP_ASE_SINGLE_NODE";
|
|
15
|
+
readonly SAP_HANA_HIGH_AVAILABILITY: "SAP_HANA_HIGH_AVAILABILITY";
|
|
16
|
+
readonly SAP_HANA_MULTI_NODE: "SAP_HANA_MULTI_NODE";
|
|
17
|
+
readonly SAP_HANA_SINGLE_NODE: "SAP_HANA_SINGLE_NODE";
|
|
18
|
+
readonly SAP_NETWEAVER_DISTRIBUTED: "SAP_NETWEAVER_DISTRIBUTED";
|
|
19
|
+
readonly SAP_NETWEAVER_HIGH_AVAILABILITY: "SAP_NETWEAVER_HIGH_AVAILABILITY";
|
|
20
|
+
readonly SAP_NETWEAVER_STANDARD: "SAP_NETWEAVER_STANDARD";
|
|
21
|
+
readonly SHAREPOINT: "SHAREPOINT";
|
|
22
|
+
readonly SQL_SERVER: "SQL_SERVER";
|
|
23
|
+
readonly SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP: "SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP";
|
|
24
|
+
readonly SQL_SERVER_FAILOVER_CLUSTER_INSTANCE: "SQL_SERVER_FAILOVER_CLUSTER_INSTANCE";
|
|
25
|
+
};
|
|
26
|
+
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
27
|
+
export declare const OsType: {
|
|
28
|
+
readonly LINUX: "LINUX";
|
|
29
|
+
readonly WINDOWS: "WINDOWS";
|
|
30
|
+
};
|
|
31
|
+
export type OsType = (typeof OsType)[keyof typeof OsType];
|
|
32
|
+
export declare const DiscoveryType: {
|
|
33
|
+
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
34
|
+
readonly RESOURCE_GROUP_BASED: "RESOURCE_GROUP_BASED";
|
|
35
|
+
};
|
|
36
|
+
export type DiscoveryType = (typeof DiscoveryType)[keyof typeof DiscoveryType];
|
|
37
|
+
export declare const CloudWatchEventSource: {
|
|
38
|
+
readonly CODE_DEPLOY: "CODE_DEPLOY";
|
|
39
|
+
readonly EC2: "EC2";
|
|
40
|
+
readonly HEALTH: "HEALTH";
|
|
41
|
+
readonly RDS: "RDS";
|
|
42
|
+
};
|
|
43
|
+
export type CloudWatchEventSource =
|
|
44
|
+
(typeof CloudWatchEventSource)[keyof typeof CloudWatchEventSource];
|
|
45
|
+
export declare const ConfigurationEventResourceType: {
|
|
46
|
+
readonly CLOUDFORMATION: "CLOUDFORMATION";
|
|
47
|
+
readonly CLOUDWATCH_ALARM: "CLOUDWATCH_ALARM";
|
|
48
|
+
readonly CLOUDWATCH_LOG: "CLOUDWATCH_LOG";
|
|
49
|
+
readonly SSM_ASSOCIATION: "SSM_ASSOCIATION";
|
|
50
|
+
};
|
|
51
|
+
export type ConfigurationEventResourceType =
|
|
52
|
+
(typeof ConfigurationEventResourceType)[keyof typeof ConfigurationEventResourceType];
|
|
53
|
+
export declare const ConfigurationEventStatus: {
|
|
54
|
+
readonly ERROR: "ERROR";
|
|
55
|
+
readonly INFO: "INFO";
|
|
56
|
+
readonly WARN: "WARN";
|
|
57
|
+
};
|
|
58
|
+
export type ConfigurationEventStatus =
|
|
59
|
+
(typeof ConfigurationEventStatus)[keyof typeof ConfigurationEventStatus];
|
|
60
|
+
export declare const GroupingType: {
|
|
61
|
+
readonly ACCOUNT_BASED: "ACCOUNT_BASED";
|
|
62
|
+
};
|
|
63
|
+
export type GroupingType = (typeof GroupingType)[keyof typeof GroupingType];
|
|
64
|
+
export declare const RecommendationType: {
|
|
65
|
+
readonly ALL: "ALL";
|
|
66
|
+
readonly INFRA_ONLY: "INFRA_ONLY";
|
|
67
|
+
readonly WORKLOAD_ONLY: "WORKLOAD_ONLY";
|
|
68
|
+
};
|
|
69
|
+
export type RecommendationType =
|
|
70
|
+
(typeof RecommendationType)[keyof typeof RecommendationType];
|
|
71
|
+
export declare const LogFilter: {
|
|
72
|
+
readonly ERROR: "ERROR";
|
|
73
|
+
readonly INFO: "INFO";
|
|
74
|
+
readonly WARN: "WARN";
|
|
75
|
+
};
|
|
76
|
+
export type LogFilter = (typeof LogFilter)[keyof typeof LogFilter];
|
|
77
|
+
export declare const FeedbackKey: {
|
|
78
|
+
readonly INSIGHTS_FEEDBACK: "INSIGHTS_FEEDBACK";
|
|
79
|
+
};
|
|
80
|
+
export type FeedbackKey = (typeof FeedbackKey)[keyof typeof FeedbackKey];
|
|
81
|
+
export declare const FeedbackValue: {
|
|
82
|
+
readonly NOT_SPECIFIED: "NOT_SPECIFIED";
|
|
83
|
+
readonly NOT_USEFUL: "NOT_USEFUL";
|
|
84
|
+
readonly USEFUL: "USEFUL";
|
|
85
|
+
};
|
|
86
|
+
export type FeedbackValue = (typeof FeedbackValue)[keyof typeof FeedbackValue];
|
|
87
|
+
export declare const ResolutionMethod: {
|
|
88
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
89
|
+
readonly MANUAL: "MANUAL";
|
|
90
|
+
readonly UNRESOLVED: "UNRESOLVED";
|
|
91
|
+
};
|
|
92
|
+
export type ResolutionMethod =
|
|
93
|
+
(typeof ResolutionMethod)[keyof typeof ResolutionMethod];
|
|
94
|
+
export declare const SeverityLevel: {
|
|
95
|
+
readonly High: "High";
|
|
96
|
+
readonly Informative: "Informative";
|
|
97
|
+
readonly Low: "Low";
|
|
98
|
+
readonly Medium: "Medium";
|
|
99
|
+
};
|
|
100
|
+
export type SeverityLevel = (typeof SeverityLevel)[keyof typeof SeverityLevel];
|
|
101
|
+
export declare const Status: {
|
|
102
|
+
readonly IGNORE: "IGNORE";
|
|
103
|
+
readonly PENDING: "PENDING";
|
|
104
|
+
readonly RECOVERING: "RECOVERING";
|
|
105
|
+
readonly RECURRING: "RECURRING";
|
|
106
|
+
readonly RESOLVED: "RESOLVED";
|
|
107
|
+
};
|
|
108
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
109
|
+
export declare const Visibility: {
|
|
110
|
+
readonly IGNORED: "IGNORED";
|
|
111
|
+
readonly VISIBLE: "VISIBLE";
|
|
112
|
+
};
|
|
113
|
+
export type Visibility = (typeof Visibility)[keyof typeof Visibility];
|
|
114
|
+
export declare const UpdateStatus: {
|
|
115
|
+
readonly RESOLVED: "RESOLVED";
|
|
116
|
+
};
|
|
117
|
+
export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ApplicationInsightsServiceException as __BaseException } from "./ApplicationInsightsServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare class InternalServerException extends __BaseException {
|
|
12
|
+
readonly name: "InternalServerException";
|
|
13
|
+
readonly $fault: "server";
|
|
14
|
+
Message?: string | undefined;
|
|
15
|
+
constructor(
|
|
16
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
20
|
+
readonly name: "ResourceInUseException";
|
|
21
|
+
readonly $fault: "client";
|
|
22
|
+
Message?: string | undefined;
|
|
23
|
+
constructor(
|
|
24
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
28
|
+
readonly name: "ResourceNotFoundException";
|
|
29
|
+
readonly $fault: "client";
|
|
30
|
+
Message?: string | undefined;
|
|
31
|
+
constructor(
|
|
32
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
export declare class ValidationException extends __BaseException {
|
|
36
|
+
readonly name: "ValidationException";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
Message?: string | undefined;
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
export declare class BadRequestException extends __BaseException {
|
|
44
|
+
readonly name: "BadRequestException";
|
|
45
|
+
readonly $fault: "client";
|
|
46
|
+
Message?: string | undefined;
|
|
47
|
+
constructor(
|
|
48
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
export declare class TagsAlreadyExistException extends __BaseException {
|
|
52
|
+
readonly name: "TagsAlreadyExistException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
Message?: string | undefined;
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<TagsAlreadyExistException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
60
|
+
readonly name: "TooManyTagsException";
|
|
61
|
+
readonly $fault: "client";
|
|
62
|
+
Message?: string | undefined;
|
|
63
|
+
ResourceName?: string | undefined;
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
66
|
+
);
|
|
67
|
+
}
|