@aws-sdk/client-devops-guru 3.130.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/dist-cjs/DevOpsGuru.js +30 -0
- package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -2
- package/dist-cjs/commands/DescribeInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -2
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListEventsCommand.js +2 -2
- package/dist-cjs/commands/ListInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/PutFeedbackCommand.js +2 -2
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/SearchInsightsCommand.js +2 -2
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/StartCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +29 -1
- package/dist-cjs/models/models_0.js +624 -838
- package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +282 -2
- package/dist-es/DevOpsGuru.js +30 -0
- package/dist-es/commands/AddNotificationChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInsightCommand.js +3 -3
- package/dist-es/commands/DescribeAccountHealthCommand.js +3 -3
- package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeAnomalyCommand.js +3 -3
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/DescribeFeedbackCommand.js +3 -3
- package/dist-es/commands/DescribeInsightCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -3
- package/dist-es/commands/GetCostEstimationCommand.js +3 -3
- package/dist-es/commands/GetResourceCollectionCommand.js +3 -3
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -3
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +39 -0
- package/dist-es/commands/ListEventsCommand.js +3 -3
- package/dist-es/commands/ListInsightsCommand.js +3 -3
- package/dist-es/commands/ListMonitoredResourcesCommand.js +39 -0
- package/dist-es/commands/ListNotificationChannelsCommand.js +3 -3
- package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/ListRecommendationsCommand.js +3 -3
- package/dist-es/commands/PutFeedbackCommand.js +3 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist-es/commands/SearchInsightsCommand.js +3 -3
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/StartCostEstimationCommand.js +3 -3
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -3
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +29 -1
- package/dist-es/models/models_0.js +170 -556
- package/dist-es/pagination/ListAnomalousLogGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListMonitoredResourcesPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +331 -9
- package/dist-types/DevOpsGuru.d.ts +18 -0
- package/dist-types/DevOpsGuruClient.d.ts +4 -2
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +849 -821
- package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +400 -544
- package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +7 -7
|
@@ -31,12 +31,6 @@ export interface AccountInsightHealth {
|
|
|
31
31
|
*/
|
|
32
32
|
OpenReactiveInsights?: number;
|
|
33
33
|
}
|
|
34
|
-
export declare namespace AccountInsightHealth {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
const filterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
39
|
-
}
|
|
40
34
|
/**
|
|
41
35
|
* <p> Returns the number of open reactive insights, the number of open proactive insights,
|
|
42
36
|
* and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
|
|
@@ -54,12 +48,6 @@ export interface AccountHealth {
|
|
|
54
48
|
*/
|
|
55
49
|
Insight?: AccountInsightHealth;
|
|
56
50
|
}
|
|
57
|
-
export declare namespace AccountHealth {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
const filterSensitiveLog: (obj: AccountHealth) => any;
|
|
62
|
-
}
|
|
63
51
|
/**
|
|
64
52
|
* <p> Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. </p>
|
|
65
53
|
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
@@ -77,12 +65,6 @@ export interface SnsChannelConfig {
|
|
|
77
65
|
*/
|
|
78
66
|
TopicArn?: string;
|
|
79
67
|
}
|
|
80
|
-
export declare namespace SnsChannelConfig {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
const filterSensitiveLog: (obj: SnsChannelConfig) => any;
|
|
85
|
-
}
|
|
86
68
|
/**
|
|
87
69
|
* <p> Information about notification channels you have configured with DevOps Guru.
|
|
88
70
|
* The one
|
|
@@ -103,12 +85,6 @@ export interface NotificationChannelConfig {
|
|
|
103
85
|
*/
|
|
104
86
|
Sns: SnsChannelConfig | undefined;
|
|
105
87
|
}
|
|
106
|
-
export declare namespace NotificationChannelConfig {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
const filterSensitiveLog: (obj: NotificationChannelConfig) => any;
|
|
111
|
-
}
|
|
112
88
|
export interface AddNotificationChannelRequest {
|
|
113
89
|
/**
|
|
114
90
|
* <p> A <code>NotificationChannelConfig</code> object that specifies what type of
|
|
@@ -117,24 +93,12 @@ export interface AddNotificationChannelRequest {
|
|
|
117
93
|
*/
|
|
118
94
|
Config: NotificationChannelConfig | undefined;
|
|
119
95
|
}
|
|
120
|
-
export declare namespace AddNotificationChannelRequest {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
const filterSensitiveLog: (obj: AddNotificationChannelRequest) => any;
|
|
125
|
-
}
|
|
126
96
|
export interface AddNotificationChannelResponse {
|
|
127
97
|
/**
|
|
128
98
|
* <p> The ID of the added notification channel. </p>
|
|
129
99
|
*/
|
|
130
100
|
Id: string | undefined;
|
|
131
101
|
}
|
|
132
|
-
export declare namespace AddNotificationChannelResponse {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
const filterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
137
|
-
}
|
|
138
102
|
/**
|
|
139
103
|
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
140
104
|
*/
|
|
@@ -243,12 +207,6 @@ export interface ValidationExceptionField {
|
|
|
243
207
|
*/
|
|
244
208
|
Message: string | undefined;
|
|
245
209
|
}
|
|
246
|
-
export declare namespace ValidationExceptionField {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
251
|
-
}
|
|
252
210
|
export declare enum ValidationExceptionReason {
|
|
253
211
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
254
212
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -297,11 +255,114 @@ export interface AmazonCodeGuruProfilerIntegration {
|
|
|
297
255
|
*/
|
|
298
256
|
Status?: EventSourceOptInStatus | string;
|
|
299
257
|
}
|
|
300
|
-
export declare
|
|
258
|
+
export declare enum LogAnomalyType {
|
|
259
|
+
BLOCK_FORMAT = "BLOCK_FORMAT",
|
|
260
|
+
FORMAT = "FORMAT",
|
|
261
|
+
HTTP_CODE = "HTTP_CODE",
|
|
262
|
+
KEYWORD = "KEYWORD",
|
|
263
|
+
KEYWORD_TOKEN = "KEYWORD_TOKEN",
|
|
264
|
+
NEW_FIELD_NAME = "NEW_FIELD_NAME",
|
|
265
|
+
NUMERICAL_NAN = "NUMERICAL_NAN",
|
|
266
|
+
NUMERICAL_POINT = "NUMERICAL_POINT"
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
* <p>
|
|
270
|
+
* Information about an anomalous log event found within a log group.
|
|
271
|
+
* </p>
|
|
272
|
+
*/
|
|
273
|
+
export interface LogAnomalyClass {
|
|
301
274
|
/**
|
|
302
|
-
*
|
|
275
|
+
* <p>
|
|
276
|
+
* The name of the Amazon CloudWatch log stream that the anomalous log event belongs to. A log stream is a sequence of log events that share the same source.
|
|
277
|
+
* </p>
|
|
278
|
+
*/
|
|
279
|
+
LogStreamName?: string;
|
|
280
|
+
/**
|
|
281
|
+
* <p>
|
|
282
|
+
* The type of log anomaly that has been detected.
|
|
283
|
+
* </p>
|
|
284
|
+
*/
|
|
285
|
+
LogAnomalyType?: LogAnomalyType | string;
|
|
286
|
+
/**
|
|
287
|
+
* <p>
|
|
288
|
+
* The token where the anomaly was detected. This may refer to an exception or another location, or it may be blank for log anomalies such as format anomalies.
|
|
289
|
+
* </p>
|
|
290
|
+
*/
|
|
291
|
+
LogAnomalyToken?: string;
|
|
292
|
+
/**
|
|
293
|
+
* <p>
|
|
294
|
+
* The ID of the log event.
|
|
295
|
+
* </p>
|
|
296
|
+
*/
|
|
297
|
+
LogEventId?: string;
|
|
298
|
+
/**
|
|
299
|
+
* <p>
|
|
300
|
+
* The explanation for why the log event is considered an anomaly.
|
|
301
|
+
* </p>
|
|
302
|
+
*/
|
|
303
|
+
Explanation?: string;
|
|
304
|
+
/**
|
|
305
|
+
* <p>
|
|
306
|
+
* The number of log lines where this anomalous log event occurs.
|
|
307
|
+
* </p>
|
|
308
|
+
*/
|
|
309
|
+
NumberOfLogLinesOccurrences?: number;
|
|
310
|
+
/**
|
|
311
|
+
* <p>
|
|
312
|
+
* The time of the first occurrence of the anomalous log event.
|
|
313
|
+
* </p>
|
|
314
|
+
*/
|
|
315
|
+
LogEventTimestamp?: Date;
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* <p>
|
|
319
|
+
* A cluster of similar anomalous log events found within a log group.
|
|
320
|
+
* </p>
|
|
321
|
+
*/
|
|
322
|
+
export interface LogAnomalyShowcase {
|
|
323
|
+
/**
|
|
324
|
+
* <p>
|
|
325
|
+
* A list of anomalous log events that may be related.
|
|
326
|
+
* </p>
|
|
327
|
+
*/
|
|
328
|
+
LogAnomalyClasses?: LogAnomalyClass[];
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* <p>
|
|
332
|
+
* An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.
|
|
333
|
+
* </p>
|
|
334
|
+
*/
|
|
335
|
+
export interface AnomalousLogGroup {
|
|
336
|
+
/**
|
|
337
|
+
* <p>
|
|
338
|
+
* The name of the CloudWatch log group.
|
|
339
|
+
* </p>
|
|
340
|
+
*/
|
|
341
|
+
LogGroupName?: string;
|
|
342
|
+
/**
|
|
343
|
+
* <p>
|
|
344
|
+
* The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.
|
|
345
|
+
* </p>
|
|
346
|
+
*/
|
|
347
|
+
ImpactStartTime?: Date;
|
|
348
|
+
/**
|
|
349
|
+
* <p>
|
|
350
|
+
* The time the anomalous log events stopped.
|
|
351
|
+
* </p>
|
|
352
|
+
*/
|
|
353
|
+
ImpactEndTime?: Date;
|
|
354
|
+
/**
|
|
355
|
+
* <p>
|
|
356
|
+
* The number of log lines that were scanned for anomalous log events.
|
|
357
|
+
* </p>
|
|
358
|
+
*/
|
|
359
|
+
NumberOfLogLinesScanned?: number;
|
|
360
|
+
/**
|
|
361
|
+
* <p>
|
|
362
|
+
* The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
|
|
363
|
+
* </p>
|
|
303
364
|
*/
|
|
304
|
-
|
|
365
|
+
LogAnomalyShowcases?: LogAnomalyShowcase[];
|
|
305
366
|
}
|
|
306
367
|
/**
|
|
307
368
|
* <p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This
|
|
@@ -318,12 +379,6 @@ export interface AnomalyReportedTimeRange {
|
|
|
318
379
|
*/
|
|
319
380
|
CloseTime?: Date;
|
|
320
381
|
}
|
|
321
|
-
export declare namespace AnomalyReportedTimeRange {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
|
-
const filterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
|
|
326
|
-
}
|
|
327
382
|
/**
|
|
328
383
|
* <p>The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the
|
|
329
384
|
* generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and
|
|
@@ -340,19 +395,13 @@ export interface AnomalyResource {
|
|
|
340
395
|
*/
|
|
341
396
|
Type?: string;
|
|
342
397
|
}
|
|
343
|
-
export declare namespace AnomalyResource {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
const filterSensitiveLog: (obj: AnomalyResource) => any;
|
|
348
|
-
}
|
|
349
398
|
export declare enum AnomalySeverity {
|
|
350
399
|
HIGH = "HIGH",
|
|
351
400
|
LOW = "LOW",
|
|
352
401
|
MEDIUM = "MEDIUM"
|
|
353
402
|
}
|
|
354
403
|
/**
|
|
355
|
-
* <p> The dimension of
|
|
404
|
+
* <p> The dimension of an Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in
|
|
356
405
|
* your account for operational problems and anomalous behavior. A dimension is a
|
|
357
406
|
* name/value pair that is part of the identity of a metric. A metric can have up to 10
|
|
358
407
|
* dimensions. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension">Dimensions</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
|
|
@@ -367,12 +416,6 @@ export interface CloudWatchMetricsDimension {
|
|
|
367
416
|
*/
|
|
368
417
|
Value?: string;
|
|
369
418
|
}
|
|
370
|
-
export declare namespace CloudWatchMetricsDimension {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
375
|
-
}
|
|
376
419
|
export declare enum CloudWatchMetricDataStatusCode {
|
|
377
420
|
COMPLETE = "Complete",
|
|
378
421
|
INTERNAL_ERROR = "InternalError",
|
|
@@ -391,12 +434,6 @@ export interface TimestampMetricValuePair {
|
|
|
391
434
|
*/
|
|
392
435
|
MetricValue?: number;
|
|
393
436
|
}
|
|
394
|
-
export declare namespace TimestampMetricValuePair {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
const filterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
399
|
-
}
|
|
400
437
|
/**
|
|
401
438
|
* <p>Contains information about the analyzed metrics that displayed anomalous behavior.
|
|
402
439
|
* </p>
|
|
@@ -412,12 +449,6 @@ export interface CloudWatchMetricsDataSummary {
|
|
|
412
449
|
*/
|
|
413
450
|
StatusCode?: CloudWatchMetricDataStatusCode | string;
|
|
414
451
|
}
|
|
415
|
-
export declare namespace CloudWatchMetricsDataSummary {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
420
|
-
}
|
|
421
452
|
export declare enum CloudWatchMetricsStat {
|
|
422
453
|
AVERAGE = "Average",
|
|
423
454
|
MAXIMUM = "Maximum",
|
|
@@ -464,12 +495,6 @@ export interface CloudWatchMetricsDetail {
|
|
|
464
495
|
*/
|
|
465
496
|
MetricDataSummary?: CloudWatchMetricsDataSummary;
|
|
466
497
|
}
|
|
467
|
-
export declare namespace CloudWatchMetricsDetail {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
472
|
-
}
|
|
473
498
|
/**
|
|
474
499
|
* <p>A logical grouping of Performance Insights metrics for a related subject area. For example, the
|
|
475
500
|
* <code>db.sql</code> dimension group consists of the following dimensions:
|
|
@@ -647,12 +672,6 @@ export interface PerformanceInsightsMetricDimensionGroup {
|
|
|
647
672
|
*/
|
|
648
673
|
Limit?: number;
|
|
649
674
|
}
|
|
650
|
-
export declare namespace PerformanceInsightsMetricDimensionGroup {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
|
|
655
|
-
}
|
|
656
675
|
/**
|
|
657
676
|
* <p>A single query to be processed. Use these parameters to query the Performance Insights
|
|
658
677
|
* <code>GetResourceMetrics</code> API to retrieve the metrics for an anomaly. For more
|
|
@@ -730,12 +749,6 @@ export interface PerformanceInsightsMetricQuery {
|
|
|
730
749
|
*/
|
|
731
750
|
Filter?: Record<string, string>;
|
|
732
751
|
}
|
|
733
|
-
export declare namespace PerformanceInsightsMetricQuery {
|
|
734
|
-
/**
|
|
735
|
-
* @internal
|
|
736
|
-
*/
|
|
737
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
|
|
738
|
-
}
|
|
739
752
|
/**
|
|
740
753
|
* <p>Information about a reference metric used to evaluate Performance Insights.</p>
|
|
741
754
|
*/
|
|
@@ -745,12 +758,6 @@ export interface PerformanceInsightsReferenceMetric {
|
|
|
745
758
|
*/
|
|
746
759
|
MetricQuery?: PerformanceInsightsMetricQuery;
|
|
747
760
|
}
|
|
748
|
-
export declare namespace PerformanceInsightsReferenceMetric {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
|
|
753
|
-
}
|
|
754
761
|
/**
|
|
755
762
|
* <p>A reference value to compare Performance Insights metrics against to determine if the metrics
|
|
756
763
|
* demonstrate anomalous behavior.</p>
|
|
@@ -761,12 +768,6 @@ export interface PerformanceInsightsReferenceScalar {
|
|
|
761
768
|
*/
|
|
762
769
|
Value?: number;
|
|
763
770
|
}
|
|
764
|
-
export declare namespace PerformanceInsightsReferenceScalar {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
|
|
769
|
-
}
|
|
770
771
|
/**
|
|
771
772
|
* <p>Reference scalar values and other metrics that DevOps Guru displays on a graph in its
|
|
772
773
|
* console along with the actual metrics it analyzed. Compare these reference values to
|
|
@@ -786,12 +787,6 @@ export interface PerformanceInsightsReferenceComparisonValues {
|
|
|
786
787
|
*/
|
|
787
788
|
ReferenceMetric?: PerformanceInsightsReferenceMetric;
|
|
788
789
|
}
|
|
789
|
-
export declare namespace PerformanceInsightsReferenceComparisonValues {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
|
|
794
|
-
}
|
|
795
790
|
/**
|
|
796
791
|
* <p>Reference data used to evaluate Performance Insights to determine if its performance is anomalous or
|
|
797
792
|
* not.</p>
|
|
@@ -809,12 +804,6 @@ export interface PerformanceInsightsReferenceData {
|
|
|
809
804
|
*/
|
|
810
805
|
ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
|
|
811
806
|
}
|
|
812
|
-
export declare namespace PerformanceInsightsReferenceData {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
|
|
817
|
-
}
|
|
818
807
|
/**
|
|
819
808
|
* <p>A statistic in a Performance Insights collection.</p>
|
|
820
809
|
*/
|
|
@@ -828,12 +817,6 @@ export interface PerformanceInsightsStat {
|
|
|
828
817
|
*/
|
|
829
818
|
Value?: number;
|
|
830
819
|
}
|
|
831
|
-
export declare namespace PerformanceInsightsStat {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
|
-
const filterSensitiveLog: (obj: PerformanceInsightsStat) => any;
|
|
836
|
-
}
|
|
837
820
|
/**
|
|
838
821
|
* <p>Details about Performance Insights metrics.</p>
|
|
839
822
|
* <p>Amazon RDS Performance Insights enables you to monitor and explore different
|
|
@@ -887,12 +870,6 @@ export interface PerformanceInsightsMetricsDetail {
|
|
|
887
870
|
*/
|
|
888
871
|
StatsAtBaseline?: PerformanceInsightsStat[];
|
|
889
872
|
}
|
|
890
|
-
export declare namespace PerformanceInsightsMetricsDetail {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
|
|
895
|
-
}
|
|
896
873
|
/**
|
|
897
874
|
* <p> Details about the source of the anomalous operational data that triggered the
|
|
898
875
|
* anomaly.</p>
|
|
@@ -909,12 +886,6 @@ export interface AnomalySourceDetails {
|
|
|
909
886
|
*/
|
|
910
887
|
PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
|
|
911
888
|
}
|
|
912
|
-
export declare namespace AnomalySourceDetails {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
|
-
const filterSensitiveLog: (obj: AnomalySourceDetails) => any;
|
|
917
|
-
}
|
|
918
889
|
/**
|
|
919
890
|
* <p>Metadata about the detection source that generates proactive anomalies. The anomaly is
|
|
920
891
|
* detected using analysis of the metric data
|
|
@@ -934,12 +905,6 @@ export interface AnomalySourceMetadata {
|
|
|
934
905
|
*/
|
|
935
906
|
SourceResourceType?: string;
|
|
936
907
|
}
|
|
937
|
-
export declare namespace AnomalySourceMetadata {
|
|
938
|
-
/**
|
|
939
|
-
* @internal
|
|
940
|
-
*/
|
|
941
|
-
const filterSensitiveLog: (obj: AnomalySourceMetadata) => any;
|
|
942
|
-
}
|
|
943
908
|
export declare enum AnomalyStatus {
|
|
944
909
|
CLOSED = "CLOSED",
|
|
945
910
|
ONGOING = "ONGOING"
|
|
@@ -959,12 +924,6 @@ export interface AnomalyTimeRange {
|
|
|
959
924
|
*/
|
|
960
925
|
EndTime?: Date;
|
|
961
926
|
}
|
|
962
|
-
export declare namespace AnomalyTimeRange {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
|
-
const filterSensitiveLog: (obj: AnomalyTimeRange) => any;
|
|
967
|
-
}
|
|
968
927
|
export declare enum AnomalyType {
|
|
969
928
|
CAUSAL = "CAUSAL",
|
|
970
929
|
CONTEXTUAL = "CONTEXTUAL"
|
|
@@ -975,28 +934,10 @@ export interface DeleteInsightRequest {
|
|
|
975
934
|
*/
|
|
976
935
|
Id: string | undefined;
|
|
977
936
|
}
|
|
978
|
-
export declare namespace DeleteInsightRequest {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
|
-
const filterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
983
|
-
}
|
|
984
937
|
export interface DeleteInsightResponse {
|
|
985
938
|
}
|
|
986
|
-
export declare namespace DeleteInsightResponse {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
|
-
const filterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
991
|
-
}
|
|
992
939
|
export interface DescribeAccountHealthRequest {
|
|
993
940
|
}
|
|
994
|
-
export declare namespace DescribeAccountHealthRequest {
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
998
|
-
const filterSensitiveLog: (obj: DescribeAccountHealthRequest) => any;
|
|
999
|
-
}
|
|
1000
941
|
export interface DescribeAccountHealthResponse {
|
|
1001
942
|
/**
|
|
1002
943
|
* <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
@@ -1019,12 +960,6 @@ export interface DescribeAccountHealthResponse {
|
|
|
1019
960
|
*/
|
|
1020
961
|
ResourceHours: number | undefined;
|
|
1021
962
|
}
|
|
1022
|
-
export declare namespace DescribeAccountHealthResponse {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
const filterSensitiveLog: (obj: DescribeAccountHealthResponse) => any;
|
|
1027
|
-
}
|
|
1028
963
|
export interface DescribeAccountOverviewRequest {
|
|
1029
964
|
/**
|
|
1030
965
|
* <p> The start of the time range passed in. The start time granularity is at the day
|
|
@@ -1039,12 +974,6 @@ export interface DescribeAccountOverviewRequest {
|
|
|
1039
974
|
*/
|
|
1040
975
|
ToTime?: Date;
|
|
1041
976
|
}
|
|
1042
|
-
export declare namespace DescribeAccountOverviewRequest {
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
|
-
const filterSensitiveLog: (obj: DescribeAccountOverviewRequest) => any;
|
|
1047
|
-
}
|
|
1048
977
|
export interface DescribeAccountOverviewResponse {
|
|
1049
978
|
/**
|
|
1050
979
|
* <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account
|
|
@@ -1062,12 +991,6 @@ export interface DescribeAccountOverviewResponse {
|
|
|
1062
991
|
*/
|
|
1063
992
|
MeanTimeToRecoverInMilliseconds: number | undefined;
|
|
1064
993
|
}
|
|
1065
|
-
export declare namespace DescribeAccountOverviewResponse {
|
|
1066
|
-
/**
|
|
1067
|
-
* @internal
|
|
1068
|
-
*/
|
|
1069
|
-
const filterSensitiveLog: (obj: DescribeAccountOverviewResponse) => any;
|
|
1070
|
-
}
|
|
1071
994
|
export interface DescribeAnomalyRequest {
|
|
1072
995
|
/**
|
|
1073
996
|
* <p> The ID of the anomaly. </p>
|
|
@@ -1078,12 +1001,6 @@ export interface DescribeAnomalyRequest {
|
|
|
1078
1001
|
*/
|
|
1079
1002
|
AccountId?: string;
|
|
1080
1003
|
}
|
|
1081
|
-
export declare namespace DescribeAnomalyRequest {
|
|
1082
|
-
/**
|
|
1083
|
-
* @internal
|
|
1084
|
-
*/
|
|
1085
|
-
const filterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
1086
|
-
}
|
|
1087
1004
|
/**
|
|
1088
1005
|
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
1089
1006
|
* is expected to occur. </p>
|
|
@@ -1099,12 +1016,6 @@ export interface PredictionTimeRange {
|
|
|
1099
1016
|
*/
|
|
1100
1017
|
EndTime?: Date;
|
|
1101
1018
|
}
|
|
1102
|
-
export declare namespace PredictionTimeRange {
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
|
-
const filterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
1107
|
-
}
|
|
1108
1019
|
/**
|
|
1109
1020
|
* <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
|
|
1110
1021
|
* stacks to specify which Amazon Web Services resources in your account to analyze. For more
|
|
@@ -1117,12 +1028,6 @@ export interface CloudFormationCollection {
|
|
|
1117
1028
|
*/
|
|
1118
1029
|
StackNames?: string[];
|
|
1119
1030
|
}
|
|
1120
|
-
export declare namespace CloudFormationCollection {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
|
-
const filterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
1125
|
-
}
|
|
1126
1031
|
/**
|
|
1127
1032
|
* <p>A collection of Amazon Web Services stags.</p>
|
|
1128
1033
|
* <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
|
|
@@ -1188,12 +1093,6 @@ export interface TagCollection {
|
|
|
1188
1093
|
*/
|
|
1189
1094
|
TagValues: string[] | undefined;
|
|
1190
1095
|
}
|
|
1191
|
-
export declare namespace TagCollection {
|
|
1192
|
-
/**
|
|
1193
|
-
* @internal
|
|
1194
|
-
*/
|
|
1195
|
-
const filterSensitiveLog: (obj: TagCollection) => any;
|
|
1196
|
-
}
|
|
1197
1096
|
/**
|
|
1198
1097
|
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
1199
1098
|
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
|
|
@@ -1244,12 +1143,6 @@ export interface ResourceCollection {
|
|
|
1244
1143
|
*/
|
|
1245
1144
|
Tags?: TagCollection[];
|
|
1246
1145
|
}
|
|
1247
|
-
export declare namespace ResourceCollection {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
const filterSensitiveLog: (obj: ResourceCollection) => any;
|
|
1252
|
-
}
|
|
1253
1146
|
/**
|
|
1254
1147
|
* <p>Information about an anomaly. This object is returned by
|
|
1255
1148
|
* <code>ListAnomalies</code>.</p>
|
|
@@ -1322,12 +1215,6 @@ export interface ProactiveAnomaly {
|
|
|
1322
1215
|
*/
|
|
1323
1216
|
AnomalyResources?: AnomalyResource[];
|
|
1324
1217
|
}
|
|
1325
|
-
export declare namespace ProactiveAnomaly {
|
|
1326
|
-
/**
|
|
1327
|
-
* @internal
|
|
1328
|
-
*/
|
|
1329
|
-
const filterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
1330
|
-
}
|
|
1331
1218
|
/**
|
|
1332
1219
|
* <p>Details about a reactive anomaly. This object is returned by
|
|
1333
1220
|
* <code>ListAnomalies</code>.</p>
|
|
@@ -1409,12 +1296,6 @@ export interface ReactiveAnomaly {
|
|
|
1409
1296
|
*/
|
|
1410
1297
|
AnomalyResources?: AnomalyResource[];
|
|
1411
1298
|
}
|
|
1412
|
-
export declare namespace ReactiveAnomaly {
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
const filterSensitiveLog: (obj: ReactiveAnomaly) => any;
|
|
1417
|
-
}
|
|
1418
1299
|
export interface DescribeAnomalyResponse {
|
|
1419
1300
|
/**
|
|
1420
1301
|
* <p> A <code>ProactiveAnomaly</code> object that represents the requested anomaly. </p>
|
|
@@ -1425,20 +1306,8 @@ export interface DescribeAnomalyResponse {
|
|
|
1425
1306
|
*/
|
|
1426
1307
|
ReactiveAnomaly?: ReactiveAnomaly;
|
|
1427
1308
|
}
|
|
1428
|
-
export declare namespace DescribeAnomalyResponse {
|
|
1429
|
-
/**
|
|
1430
|
-
* @internal
|
|
1431
|
-
*/
|
|
1432
|
-
const filterSensitiveLog: (obj: DescribeAnomalyResponse) => any;
|
|
1433
|
-
}
|
|
1434
1309
|
export interface DescribeEventSourcesConfigRequest {
|
|
1435
1310
|
}
|
|
1436
|
-
export declare namespace DescribeEventSourcesConfigRequest {
|
|
1437
|
-
/**
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
1440
|
-
const filterSensitiveLog: (obj: DescribeEventSourcesConfigRequest) => any;
|
|
1441
|
-
}
|
|
1442
1311
|
/**
|
|
1443
1312
|
* <p>Information about the integration of DevOps Guru as consumer with another AWS service, such
|
|
1444
1313
|
* as AWS CodeGuru Profiler via EventBridge.</p>
|
|
@@ -1450,36 +1319,18 @@ export interface EventSourcesConfig {
|
|
|
1450
1319
|
*/
|
|
1451
1320
|
AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
|
|
1452
1321
|
}
|
|
1453
|
-
export declare namespace EventSourcesConfig {
|
|
1454
|
-
/**
|
|
1455
|
-
* @internal
|
|
1456
|
-
*/
|
|
1457
|
-
const filterSensitiveLog: (obj: EventSourcesConfig) => any;
|
|
1458
|
-
}
|
|
1459
1322
|
export interface DescribeEventSourcesConfigResponse {
|
|
1460
1323
|
/**
|
|
1461
1324
|
* <p>Lists the event sources in the configuration.</p>
|
|
1462
1325
|
*/
|
|
1463
1326
|
EventSources?: EventSourcesConfig;
|
|
1464
1327
|
}
|
|
1465
|
-
export declare namespace DescribeEventSourcesConfigResponse {
|
|
1466
|
-
/**
|
|
1467
|
-
* @internal
|
|
1468
|
-
*/
|
|
1469
|
-
const filterSensitiveLog: (obj: DescribeEventSourcesConfigResponse) => any;
|
|
1470
|
-
}
|
|
1471
1328
|
export interface DescribeFeedbackRequest {
|
|
1472
1329
|
/**
|
|
1473
1330
|
* <p> The ID of the insight for which the feedback was provided. </p>
|
|
1474
1331
|
*/
|
|
1475
1332
|
InsightId?: string;
|
|
1476
1333
|
}
|
|
1477
|
-
export declare namespace DescribeFeedbackRequest {
|
|
1478
|
-
/**
|
|
1479
|
-
* @internal
|
|
1480
|
-
*/
|
|
1481
|
-
const filterSensitiveLog: (obj: DescribeFeedbackRequest) => any;
|
|
1482
|
-
}
|
|
1483
1334
|
export declare enum InsightFeedbackOption {
|
|
1484
1335
|
ALERT_TOO_SENSITIVE = "ALERT_TOO_SENSITIVE",
|
|
1485
1336
|
DATA_INCORRECT = "DATA_INCORRECT",
|
|
@@ -1500,24 +1351,12 @@ export interface InsightFeedback {
|
|
|
1500
1351
|
*/
|
|
1501
1352
|
Feedback?: InsightFeedbackOption | string;
|
|
1502
1353
|
}
|
|
1503
|
-
export declare namespace InsightFeedback {
|
|
1504
|
-
/**
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
1507
|
-
const filterSensitiveLog: (obj: InsightFeedback) => any;
|
|
1508
|
-
}
|
|
1509
1354
|
export interface DescribeFeedbackResponse {
|
|
1510
1355
|
/**
|
|
1511
1356
|
* <p> Information about insight feedback received from a customer. </p>
|
|
1512
1357
|
*/
|
|
1513
1358
|
InsightFeedback?: InsightFeedback;
|
|
1514
1359
|
}
|
|
1515
|
-
export declare namespace DescribeFeedbackResponse {
|
|
1516
|
-
/**
|
|
1517
|
-
* @internal
|
|
1518
|
-
*/
|
|
1519
|
-
const filterSensitiveLog: (obj: DescribeFeedbackResponse) => any;
|
|
1520
|
-
}
|
|
1521
1360
|
export interface DescribeInsightRequest {
|
|
1522
1361
|
/**
|
|
1523
1362
|
* <p> The ID of the insight. </p>
|
|
@@ -1528,12 +1367,6 @@ export interface DescribeInsightRequest {
|
|
|
1528
1367
|
*/
|
|
1529
1368
|
AccountId?: string;
|
|
1530
1369
|
}
|
|
1531
|
-
export declare namespace DescribeInsightRequest {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
|
-
const filterSensitiveLog: (obj: DescribeInsightRequest) => any;
|
|
1536
|
-
}
|
|
1537
1370
|
/**
|
|
1538
1371
|
* <p> A time ranged that specifies when the observed behavior in an insight started and
|
|
1539
1372
|
* ended. </p>
|
|
@@ -1548,12 +1381,6 @@ export interface InsightTimeRange {
|
|
|
1548
1381
|
*/
|
|
1549
1382
|
EndTime?: Date;
|
|
1550
1383
|
}
|
|
1551
|
-
export declare namespace InsightTimeRange {
|
|
1552
|
-
/**
|
|
1553
|
-
* @internal
|
|
1554
|
-
*/
|
|
1555
|
-
const filterSensitiveLog: (obj: InsightTimeRange) => any;
|
|
1556
|
-
}
|
|
1557
1384
|
export declare enum InsightSeverity {
|
|
1558
1385
|
HIGH = "HIGH",
|
|
1559
1386
|
LOW = "LOW",
|
|
@@ -1613,12 +1440,6 @@ export interface ProactiveInsight {
|
|
|
1613
1440
|
*/
|
|
1614
1441
|
Description?: string;
|
|
1615
1442
|
}
|
|
1616
|
-
export declare namespace ProactiveInsight {
|
|
1617
|
-
/**
|
|
1618
|
-
* @internal
|
|
1619
|
-
*/
|
|
1620
|
-
const filterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
1621
|
-
}
|
|
1622
1443
|
/**
|
|
1623
1444
|
* <p> Information about a reactive insight. This object is returned by
|
|
1624
1445
|
* <code>ListInsights</code>. </p>
|
|
@@ -1664,12 +1485,6 @@ export interface ReactiveInsight {
|
|
|
1664
1485
|
*/
|
|
1665
1486
|
Description?: string;
|
|
1666
1487
|
}
|
|
1667
|
-
export declare namespace ReactiveInsight {
|
|
1668
|
-
/**
|
|
1669
|
-
* @internal
|
|
1670
|
-
*/
|
|
1671
|
-
const filterSensitiveLog: (obj: ReactiveInsight) => any;
|
|
1672
|
-
}
|
|
1673
1488
|
export interface DescribeInsightResponse {
|
|
1674
1489
|
/**
|
|
1675
1490
|
* <p> A <code>ProactiveInsight</code> object that represents the requested insight. </p>
|
|
@@ -1680,13 +1495,7 @@ export interface DescribeInsightResponse {
|
|
|
1680
1495
|
*/
|
|
1681
1496
|
ReactiveInsight?: ReactiveInsight;
|
|
1682
1497
|
}
|
|
1683
|
-
export
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
const filterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
1688
|
-
}
|
|
1689
|
-
export interface DescribeOrganizationHealthRequest {
|
|
1498
|
+
export interface DescribeOrganizationHealthRequest {
|
|
1690
1499
|
/**
|
|
1691
1500
|
* <p>The ID of the Amazon Web Services account.</p>
|
|
1692
1501
|
*/
|
|
@@ -1696,12 +1505,6 @@ export interface DescribeOrganizationHealthRequest {
|
|
|
1696
1505
|
*/
|
|
1697
1506
|
OrganizationalUnitIds?: string[];
|
|
1698
1507
|
}
|
|
1699
|
-
export declare namespace DescribeOrganizationHealthRequest {
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
const filterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
1704
|
-
}
|
|
1705
1508
|
export interface DescribeOrganizationHealthResponse {
|
|
1706
1509
|
/**
|
|
1707
1510
|
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
@@ -1724,12 +1527,6 @@ export interface DescribeOrganizationHealthResponse {
|
|
|
1724
1527
|
*/
|
|
1725
1528
|
ResourceHours: number | undefined;
|
|
1726
1529
|
}
|
|
1727
|
-
export declare namespace DescribeOrganizationHealthResponse {
|
|
1728
|
-
/**
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
1731
|
-
const filterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
1732
|
-
}
|
|
1733
1530
|
export interface DescribeOrganizationOverviewRequest {
|
|
1734
1531
|
/**
|
|
1735
1532
|
* <p> The start of the time range passed in. The start time granularity is at the day
|
|
@@ -1752,12 +1549,6 @@ export interface DescribeOrganizationOverviewRequest {
|
|
|
1752
1549
|
*/
|
|
1753
1550
|
OrganizationalUnitIds?: string[];
|
|
1754
1551
|
}
|
|
1755
|
-
export declare namespace DescribeOrganizationOverviewRequest {
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
const filterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
1760
|
-
}
|
|
1761
1552
|
export interface DescribeOrganizationOverviewResponse {
|
|
1762
1553
|
/**
|
|
1763
1554
|
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
@@ -1770,12 +1561,6 @@ export interface DescribeOrganizationOverviewResponse {
|
|
|
1770
1561
|
*/
|
|
1771
1562
|
ProactiveInsights: number | undefined;
|
|
1772
1563
|
}
|
|
1773
|
-
export declare namespace DescribeOrganizationOverviewResponse {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
const filterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
1778
|
-
}
|
|
1779
1564
|
export declare enum OrganizationResourceCollectionType {
|
|
1780
1565
|
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
1781
1566
|
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
@@ -1809,12 +1594,6 @@ export interface DescribeOrganizationResourceCollectionHealthRequest {
|
|
|
1809
1594
|
*/
|
|
1810
1595
|
MaxResults?: number;
|
|
1811
1596
|
}
|
|
1812
|
-
export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
|
|
1813
|
-
/**
|
|
1814
|
-
* @internal
|
|
1815
|
-
*/
|
|
1816
|
-
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
1817
|
-
}
|
|
1818
1597
|
/**
|
|
1819
1598
|
* <p> Information about the number of open reactive and proactive insights that can be used
|
|
1820
1599
|
* to gauge the health of your system. </p>
|
|
@@ -1833,12 +1612,6 @@ export interface InsightHealth {
|
|
|
1833
1612
|
*/
|
|
1834
1613
|
MeanTimeToRecoverInMilliseconds?: number;
|
|
1835
1614
|
}
|
|
1836
|
-
export declare namespace InsightHealth {
|
|
1837
|
-
/**
|
|
1838
|
-
* @internal
|
|
1839
|
-
*/
|
|
1840
|
-
const filterSensitiveLog: (obj: InsightHealth) => any;
|
|
1841
|
-
}
|
|
1842
1615
|
/**
|
|
1843
1616
|
* <p> Information about the health of Amazon Web Services resources in your account that are specified by
|
|
1844
1617
|
* an Amazon Web Services CloudFormation stack. </p>
|
|
@@ -1855,12 +1628,6 @@ export interface CloudFormationHealth {
|
|
|
1855
1628
|
*/
|
|
1856
1629
|
Insight?: InsightHealth;
|
|
1857
1630
|
}
|
|
1858
|
-
export declare namespace CloudFormationHealth {
|
|
1859
|
-
/**
|
|
1860
|
-
* @internal
|
|
1861
|
-
*/
|
|
1862
|
-
const filterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
1863
|
-
}
|
|
1864
1631
|
/**
|
|
1865
1632
|
* <p>Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services
|
|
1866
1633
|
* service.</p>
|
|
@@ -1875,12 +1642,6 @@ export interface ServiceInsightHealth {
|
|
|
1875
1642
|
*/
|
|
1876
1643
|
OpenReactiveInsights?: number;
|
|
1877
1644
|
}
|
|
1878
|
-
export declare namespace ServiceInsightHealth {
|
|
1879
|
-
/**
|
|
1880
|
-
* @internal
|
|
1881
|
-
*/
|
|
1882
|
-
const filterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
1883
|
-
}
|
|
1884
1645
|
export declare enum ServiceName {
|
|
1885
1646
|
API_GATEWAY = "API_GATEWAY",
|
|
1886
1647
|
APPLICATION_ELB = "APPLICATION_ELB",
|
|
@@ -1923,12 +1684,6 @@ export interface ServiceHealth {
|
|
|
1923
1684
|
*/
|
|
1924
1685
|
Insight?: ServiceInsightHealth;
|
|
1925
1686
|
}
|
|
1926
|
-
export declare namespace ServiceHealth {
|
|
1927
|
-
/**
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1930
|
-
const filterSensitiveLog: (obj: ServiceHealth) => any;
|
|
1931
|
-
}
|
|
1932
1687
|
/**
|
|
1933
1688
|
* <p> Information about the health of Amazon Web Services resources in your account that are specified by
|
|
1934
1689
|
* an Amazon Web Services tag <i>key</i>. </p>
|
|
@@ -1968,12 +1723,6 @@ export interface TagHealth {
|
|
|
1968
1723
|
*/
|
|
1969
1724
|
Insight?: InsightHealth;
|
|
1970
1725
|
}
|
|
1971
|
-
export declare namespace TagHealth {
|
|
1972
|
-
/**
|
|
1973
|
-
* @internal
|
|
1974
|
-
*/
|
|
1975
|
-
const filterSensitiveLog: (obj: TagHealth) => any;
|
|
1976
|
-
}
|
|
1977
1726
|
export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
1978
1727
|
/**
|
|
1979
1728
|
* <p>The returned <code>CloudFormationHealthOverview</code> object that contains an
|
|
@@ -2032,12 +1781,6 @@ export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
|
2032
1781
|
*/
|
|
2033
1782
|
Tags?: TagHealth[];
|
|
2034
1783
|
}
|
|
2035
|
-
export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
|
|
2036
|
-
/**
|
|
2037
|
-
* @internal
|
|
2038
|
-
*/
|
|
2039
|
-
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
2040
|
-
}
|
|
2041
1784
|
export declare enum ResourceCollectionType {
|
|
2042
1785
|
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
2043
1786
|
AWS_SERVICE = "AWS_SERVICE",
|
|
@@ -2057,12 +1800,6 @@ export interface DescribeResourceCollectionHealthRequest {
|
|
|
2057
1800
|
*/
|
|
2058
1801
|
NextToken?: string;
|
|
2059
1802
|
}
|
|
2060
|
-
export declare namespace DescribeResourceCollectionHealthRequest {
|
|
2061
|
-
/**
|
|
2062
|
-
* @internal
|
|
2063
|
-
*/
|
|
2064
|
-
const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
2065
|
-
}
|
|
2066
1803
|
export interface DescribeResourceCollectionHealthResponse {
|
|
2067
1804
|
/**
|
|
2068
1805
|
* <p> The returned <code>CloudFormationHealthOverview</code> object that contains an
|
|
@@ -2118,24 +1855,23 @@ export interface DescribeResourceCollectionHealthResponse {
|
|
|
2118
1855
|
*/
|
|
2119
1856
|
Tags?: TagHealth[];
|
|
2120
1857
|
}
|
|
2121
|
-
export declare namespace DescribeResourceCollectionHealthResponse {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: DescribeResourceCollectionHealthResponse) => any;
|
|
2126
|
-
}
|
|
2127
1858
|
export interface DescribeServiceIntegrationRequest {
|
|
2128
1859
|
}
|
|
2129
|
-
export declare namespace DescribeServiceIntegrationRequest {
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
const filterSensitiveLog: (obj: DescribeServiceIntegrationRequest) => any;
|
|
2134
|
-
}
|
|
2135
1860
|
export declare enum OptInStatus {
|
|
2136
1861
|
DISABLED = "DISABLED",
|
|
2137
1862
|
ENABLED = "ENABLED"
|
|
2138
1863
|
}
|
|
1864
|
+
/**
|
|
1865
|
+
* <p>
|
|
1866
|
+
* Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
|
|
1867
|
+
* </p>
|
|
1868
|
+
*/
|
|
1869
|
+
export interface LogsAnomalyDetectionIntegration {
|
|
1870
|
+
/**
|
|
1871
|
+
* <p>Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.</p>
|
|
1872
|
+
*/
|
|
1873
|
+
OptInStatus?: OptInStatus | string;
|
|
1874
|
+
}
|
|
2139
1875
|
/**
|
|
2140
1876
|
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
2141
1877
|
* OpsCenter for each created insight. </p>
|
|
@@ -2147,12 +1883,6 @@ export interface OpsCenterIntegration {
|
|
|
2147
1883
|
*/
|
|
2148
1884
|
OptInStatus?: OptInStatus | string;
|
|
2149
1885
|
}
|
|
2150
|
-
export declare namespace OpsCenterIntegration {
|
|
2151
|
-
/**
|
|
2152
|
-
* @internal
|
|
2153
|
-
*/
|
|
2154
|
-
const filterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
2155
|
-
}
|
|
2156
1886
|
/**
|
|
2157
1887
|
* <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
|
|
2158
1888
|
* Amazon Web Services Systems Manager. </p>
|
|
@@ -2163,12 +1893,12 @@ export interface ServiceIntegrationConfig {
|
|
|
2163
1893
|
* OpsCenter for each created insight. </p>
|
|
2164
1894
|
*/
|
|
2165
1895
|
OpsCenter?: OpsCenterIntegration;
|
|
2166
|
-
}
|
|
2167
|
-
export declare namespace ServiceIntegrationConfig {
|
|
2168
1896
|
/**
|
|
2169
|
-
*
|
|
1897
|
+
* <p>
|
|
1898
|
+
* Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
|
|
1899
|
+
* </p>
|
|
2170
1900
|
*/
|
|
2171
|
-
|
|
1901
|
+
LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
|
|
2172
1902
|
}
|
|
2173
1903
|
export interface DescribeServiceIntegrationResponse {
|
|
2174
1904
|
/**
|
|
@@ -2177,12 +1907,6 @@ export interface DescribeServiceIntegrationResponse {
|
|
|
2177
1907
|
*/
|
|
2178
1908
|
ServiceIntegration?: ServiceIntegrationConfig;
|
|
2179
1909
|
}
|
|
2180
|
-
export declare namespace DescribeServiceIntegrationResponse {
|
|
2181
|
-
/**
|
|
2182
|
-
* @internal
|
|
2183
|
-
*/
|
|
2184
|
-
const filterSensitiveLog: (obj: DescribeServiceIntegrationResponse) => any;
|
|
2185
|
-
}
|
|
2186
1910
|
export interface GetCostEstimationRequest {
|
|
2187
1911
|
/**
|
|
2188
1912
|
* <p>The pagination token to use to retrieve
|
|
@@ -2190,12 +1914,6 @@ export interface GetCostEstimationRequest {
|
|
|
2190
1914
|
*/
|
|
2191
1915
|
NextToken?: string;
|
|
2192
1916
|
}
|
|
2193
|
-
export declare namespace GetCostEstimationRequest {
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
const filterSensitiveLog: (obj: GetCostEstimationRequest) => any;
|
|
2198
|
-
}
|
|
2199
1917
|
export declare enum CostEstimationServiceResourceState {
|
|
2200
1918
|
ACTIVE = "ACTIVE",
|
|
2201
1919
|
INACTIVE = "INACTIVE"
|
|
@@ -2238,12 +1956,6 @@ export interface ServiceResourceCost {
|
|
|
2238
1956
|
*/
|
|
2239
1957
|
Cost?: number;
|
|
2240
1958
|
}
|
|
2241
|
-
export declare namespace ServiceResourceCost {
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
const filterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
2246
|
-
}
|
|
2247
1959
|
/**
|
|
2248
1960
|
* <p>Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate
|
|
2249
1961
|
* for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a
|
|
@@ -2257,12 +1969,6 @@ export interface CloudFormationCostEstimationResourceCollectionFilter {
|
|
|
2257
1969
|
*/
|
|
2258
1970
|
StackNames?: string[];
|
|
2259
1971
|
}
|
|
2260
|
-
export declare namespace CloudFormationCostEstimationResourceCollectionFilter {
|
|
2261
|
-
/**
|
|
2262
|
-
* @internal
|
|
2263
|
-
*/
|
|
2264
|
-
const filterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
2265
|
-
}
|
|
2266
1972
|
/**
|
|
2267
1973
|
* <p>Information about a collection of Amazon Web Services resources that are identified by an Amazon Web Services tag.
|
|
2268
1974
|
* This collection of resources is used to create a monthly cost estimate for DevOps Guru to
|
|
@@ -2300,12 +2006,6 @@ export interface TagCostEstimationResourceCollectionFilter {
|
|
|
2300
2006
|
*/
|
|
2301
2007
|
TagValues: string[] | undefined;
|
|
2302
2008
|
}
|
|
2303
|
-
export declare namespace TagCostEstimationResourceCollectionFilter {
|
|
2304
|
-
/**
|
|
2305
|
-
* @internal
|
|
2306
|
-
*/
|
|
2307
|
-
const filterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
|
|
2308
|
-
}
|
|
2309
2009
|
/**
|
|
2310
2010
|
* <p>Information about a filter used to specify which Amazon Web Services resources are analyzed to
|
|
2311
2011
|
* create a monthly DevOps Guru cost estimate. For more information,
|
|
@@ -2358,12 +2058,6 @@ export interface CostEstimationResourceCollectionFilter {
|
|
|
2358
2058
|
*/
|
|
2359
2059
|
Tags?: TagCostEstimationResourceCollectionFilter[];
|
|
2360
2060
|
}
|
|
2361
|
-
export declare namespace CostEstimationResourceCollectionFilter {
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
const filterSensitiveLog: (obj: CostEstimationResourceCollectionFilter) => any;
|
|
2366
|
-
}
|
|
2367
2061
|
export declare enum CostEstimationStatus {
|
|
2368
2062
|
COMPLETED = "COMPLETED",
|
|
2369
2063
|
ONGOING = "ONGOING"
|
|
@@ -2381,12 +2075,6 @@ export interface CostEstimationTimeRange {
|
|
|
2381
2075
|
*/
|
|
2382
2076
|
EndTime?: Date;
|
|
2383
2077
|
}
|
|
2384
|
-
export declare namespace CostEstimationTimeRange {
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
const filterSensitiveLog: (obj: CostEstimationTimeRange) => any;
|
|
2389
|
-
}
|
|
2390
2078
|
export interface GetCostEstimationResponse {
|
|
2391
2079
|
/**
|
|
2392
2080
|
* <p>The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost
|
|
@@ -2420,12 +2108,6 @@ export interface GetCostEstimationResponse {
|
|
|
2420
2108
|
*/
|
|
2421
2109
|
NextToken?: string;
|
|
2422
2110
|
}
|
|
2423
|
-
export declare namespace GetCostEstimationResponse {
|
|
2424
|
-
/**
|
|
2425
|
-
* @internal
|
|
2426
|
-
*/
|
|
2427
|
-
const filterSensitiveLog: (obj: GetCostEstimationResponse) => any;
|
|
2428
|
-
}
|
|
2429
2111
|
export interface GetResourceCollectionRequest {
|
|
2430
2112
|
/**
|
|
2431
2113
|
* <p> The type of Amazon Web Services resource collections to return. The one valid value is
|
|
@@ -2438,12 +2120,6 @@ export interface GetResourceCollectionRequest {
|
|
|
2438
2120
|
*/
|
|
2439
2121
|
NextToken?: string;
|
|
2440
2122
|
}
|
|
2441
|
-
export declare namespace GetResourceCollectionRequest {
|
|
2442
|
-
/**
|
|
2443
|
-
* @internal
|
|
2444
|
-
*/
|
|
2445
|
-
const filterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
2446
|
-
}
|
|
2447
2123
|
/**
|
|
2448
2124
|
* <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
|
|
2449
2125
|
* stacks to specify which Amazon Web Services resources in your account to analyze. For more
|
|
@@ -2456,12 +2132,6 @@ export interface CloudFormationCollectionFilter {
|
|
|
2456
2132
|
*/
|
|
2457
2133
|
StackNames?: string[];
|
|
2458
2134
|
}
|
|
2459
|
-
export declare namespace CloudFormationCollectionFilter {
|
|
2460
|
-
/**
|
|
2461
|
-
* @internal
|
|
2462
|
-
*/
|
|
2463
|
-
const filterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
2464
|
-
}
|
|
2465
2135
|
/**
|
|
2466
2136
|
* <p>A collection of Amazon Web Services tags used to filter insights. This is used to return insights
|
|
2467
2137
|
* generated from only resources that contain the tags in the tag collection.</p>
|
|
@@ -2495,12 +2165,6 @@ export interface TagCollectionFilter {
|
|
|
2495
2165
|
*/
|
|
2496
2166
|
TagValues: string[] | undefined;
|
|
2497
2167
|
}
|
|
2498
|
-
export declare namespace TagCollectionFilter {
|
|
2499
|
-
/**
|
|
2500
|
-
* @internal
|
|
2501
|
-
*/
|
|
2502
|
-
const filterSensitiveLog: (obj: TagCollectionFilter) => any;
|
|
2503
|
-
}
|
|
2504
2168
|
/**
|
|
2505
2169
|
* <p> Information about a filter used to specify which Amazon Web Services resources are analyzed for
|
|
2506
2170
|
* anomalous behavior by DevOps Guru. </p>
|
|
@@ -2551,12 +2215,6 @@ export interface ResourceCollectionFilter {
|
|
|
2551
2215
|
*/
|
|
2552
2216
|
Tags?: TagCollectionFilter[];
|
|
2553
2217
|
}
|
|
2554
|
-
export declare namespace ResourceCollectionFilter {
|
|
2555
|
-
/**
|
|
2556
|
-
* @internal
|
|
2557
|
-
*/
|
|
2558
|
-
const filterSensitiveLog: (obj: ResourceCollectionFilter) => any;
|
|
2559
|
-
}
|
|
2560
2218
|
export interface GetResourceCollectionResponse {
|
|
2561
2219
|
/**
|
|
2562
2220
|
* <p> The requested list of Amazon Web Services resource collections.
|
|
@@ -2571,12 +2229,6 @@ export interface GetResourceCollectionResponse {
|
|
|
2571
2229
|
*/
|
|
2572
2230
|
NextToken?: string;
|
|
2573
2231
|
}
|
|
2574
|
-
export declare namespace GetResourceCollectionResponse {
|
|
2575
|
-
/**
|
|
2576
|
-
* @internal
|
|
2577
|
-
*/
|
|
2578
|
-
const filterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
2579
|
-
}
|
|
2580
2232
|
/**
|
|
2581
2233
|
* <p> A time range used to specify when the behavior of an insight or anomaly started.
|
|
2582
2234
|
* </p>
|
|
@@ -2591,12 +2243,6 @@ export interface StartTimeRange {
|
|
|
2591
2243
|
*/
|
|
2592
2244
|
ToTime?: Date;
|
|
2593
2245
|
}
|
|
2594
|
-
export declare namespace StartTimeRange {
|
|
2595
|
-
/**
|
|
2596
|
-
* @internal
|
|
2597
|
-
*/
|
|
2598
|
-
const filterSensitiveLog: (obj: StartTimeRange) => any;
|
|
2599
|
-
}
|
|
2600
2246
|
export interface ListAnomaliesForInsightRequest {
|
|
2601
2247
|
/**
|
|
2602
2248
|
* <p> The ID of the insight. The returned anomalies belong to this insight. </p>
|
|
@@ -2622,12 +2268,6 @@ export interface ListAnomaliesForInsightRequest {
|
|
|
2622
2268
|
*/
|
|
2623
2269
|
AccountId?: string;
|
|
2624
2270
|
}
|
|
2625
|
-
export declare namespace ListAnomaliesForInsightRequest {
|
|
2626
|
-
/**
|
|
2627
|
-
* @internal
|
|
2628
|
-
*/
|
|
2629
|
-
const filterSensitiveLog: (obj: ListAnomaliesForInsightRequest) => any;
|
|
2630
|
-
}
|
|
2631
2271
|
/**
|
|
2632
2272
|
* <p>Details about a proactive anomaly. This object is returned by
|
|
2633
2273
|
* <code>DescribeAnomaly.</code>
|
|
@@ -2701,12 +2341,6 @@ export interface ProactiveAnomalySummary {
|
|
|
2701
2341
|
*/
|
|
2702
2342
|
AnomalyResources?: AnomalyResource[];
|
|
2703
2343
|
}
|
|
2704
|
-
export declare namespace ProactiveAnomalySummary {
|
|
2705
|
-
/**
|
|
2706
|
-
* @internal
|
|
2707
|
-
*/
|
|
2708
|
-
const filterSensitiveLog: (obj: ProactiveAnomalySummary) => any;
|
|
2709
|
-
}
|
|
2710
2344
|
/**
|
|
2711
2345
|
* <p>Details about a reactive anomaly. This object is returned by
|
|
2712
2346
|
* <code>DescribeAnomaly.</code>
|
|
@@ -2789,12 +2423,6 @@ export interface ReactiveAnomalySummary {
|
|
|
2789
2423
|
*/
|
|
2790
2424
|
AnomalyResources?: AnomalyResource[];
|
|
2791
2425
|
}
|
|
2792
|
-
export declare namespace ReactiveAnomalySummary {
|
|
2793
|
-
/**
|
|
2794
|
-
* @internal
|
|
2795
|
-
*/
|
|
2796
|
-
const filterSensitiveLog: (obj: ReactiveAnomalySummary) => any;
|
|
2797
|
-
}
|
|
2798
2426
|
export interface ListAnomaliesForInsightResponse {
|
|
2799
2427
|
/**
|
|
2800
2428
|
* <p> An array of <code>ProactiveAnomalySummary</code> objects that represent the requested
|
|
@@ -2812,11 +2440,42 @@ export interface ListAnomaliesForInsightResponse {
|
|
|
2812
2440
|
*/
|
|
2813
2441
|
NextToken?: string;
|
|
2814
2442
|
}
|
|
2815
|
-
export
|
|
2443
|
+
export interface ListAnomalousLogGroupsRequest {
|
|
2816
2444
|
/**
|
|
2817
|
-
*
|
|
2445
|
+
* <p>
|
|
2446
|
+
* The ID of the insight containing the log groups.
|
|
2447
|
+
* </p>
|
|
2448
|
+
*/
|
|
2449
|
+
InsightId: string | undefined;
|
|
2450
|
+
/**
|
|
2451
|
+
* <p>The maximum number of results to return with a single call.
|
|
2452
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2453
|
+
*/
|
|
2454
|
+
MaxResults?: number;
|
|
2455
|
+
/**
|
|
2456
|
+
* <p>The pagination token to use to retrieve
|
|
2457
|
+
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2458
|
+
*/
|
|
2459
|
+
NextToken?: string;
|
|
2460
|
+
}
|
|
2461
|
+
export interface ListAnomalousLogGroupsResponse {
|
|
2462
|
+
/**
|
|
2463
|
+
* <p>
|
|
2464
|
+
* The ID of the insight containing the log groups.
|
|
2465
|
+
* </p>
|
|
2466
|
+
*/
|
|
2467
|
+
InsightId: string | undefined;
|
|
2468
|
+
/**
|
|
2469
|
+
* <p>
|
|
2470
|
+
* The list of Amazon CloudWatch log groups that are related to an insight.
|
|
2471
|
+
* </p>
|
|
2818
2472
|
*/
|
|
2819
|
-
|
|
2473
|
+
AnomalousLogGroups: AnomalousLogGroup[] | undefined;
|
|
2474
|
+
/**
|
|
2475
|
+
* <p>The pagination token to use to retrieve
|
|
2476
|
+
* the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2477
|
+
*/
|
|
2478
|
+
NextToken?: string;
|
|
2820
2479
|
}
|
|
2821
2480
|
export declare enum EventDataSource {
|
|
2822
2481
|
AWS_CLOUD_TRAIL = "AWS_CLOUD_TRAIL",
|
|
@@ -2844,12 +2503,6 @@ export interface EventTimeRange {
|
|
|
2844
2503
|
*/
|
|
2845
2504
|
ToTime: Date | undefined;
|
|
2846
2505
|
}
|
|
2847
|
-
export declare namespace EventTimeRange {
|
|
2848
|
-
/**
|
|
2849
|
-
* @internal
|
|
2850
|
-
*/
|
|
2851
|
-
const filterSensitiveLog: (obj: EventTimeRange) => any;
|
|
2852
|
-
}
|
|
2853
2506
|
/**
|
|
2854
2507
|
* <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
|
|
2855
2508
|
* is called. </p>
|
|
@@ -2885,12 +2538,6 @@ export interface ListEventsFilters {
|
|
|
2885
2538
|
*/
|
|
2886
2539
|
ResourceCollection?: ResourceCollection;
|
|
2887
2540
|
}
|
|
2888
|
-
export declare namespace ListEventsFilters {
|
|
2889
|
-
/**
|
|
2890
|
-
* @internal
|
|
2891
|
-
*/
|
|
2892
|
-
const filterSensitiveLog: (obj: ListEventsFilters) => any;
|
|
2893
|
-
}
|
|
2894
2541
|
export interface ListEventsRequest {
|
|
2895
2542
|
/**
|
|
2896
2543
|
* <p> A <code>ListEventsFilters</code> object used to specify which events to return.
|
|
@@ -2912,12 +2559,6 @@ export interface ListEventsRequest {
|
|
|
2912
2559
|
*/
|
|
2913
2560
|
AccountId?: string;
|
|
2914
2561
|
}
|
|
2915
|
-
export declare namespace ListEventsRequest {
|
|
2916
|
-
/**
|
|
2917
|
-
* @internal
|
|
2918
|
-
*/
|
|
2919
|
-
const filterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
2920
|
-
}
|
|
2921
2562
|
/**
|
|
2922
2563
|
* <p> The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are
|
|
2923
2564
|
* analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your
|
|
@@ -2937,12 +2578,6 @@ export interface EventResource {
|
|
|
2937
2578
|
*/
|
|
2938
2579
|
Arn?: string;
|
|
2939
2580
|
}
|
|
2940
|
-
export declare namespace EventResource {
|
|
2941
|
-
/**
|
|
2942
|
-
* @internal
|
|
2943
|
-
*/
|
|
2944
|
-
const filterSensitiveLog: (obj: EventResource) => any;
|
|
2945
|
-
}
|
|
2946
2581
|
/**
|
|
2947
2582
|
* <p> An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to
|
|
2948
2583
|
* find anomalous behavior and provide recommendations to improve your operational
|
|
@@ -2988,12 +2623,6 @@ export interface Event {
|
|
|
2988
2623
|
*/
|
|
2989
2624
|
Resources?: EventResource[];
|
|
2990
2625
|
}
|
|
2991
|
-
export declare namespace Event {
|
|
2992
|
-
/**
|
|
2993
|
-
* @internal
|
|
2994
|
-
*/
|
|
2995
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
2996
|
-
}
|
|
2997
2626
|
export interface ListEventsResponse {
|
|
2998
2627
|
/**
|
|
2999
2628
|
* <p> A list of the requested events. </p>
|
|
@@ -3005,12 +2634,6 @@ export interface ListEventsResponse {
|
|
|
3005
2634
|
*/
|
|
3006
2635
|
NextToken?: string;
|
|
3007
2636
|
}
|
|
3008
|
-
export declare namespace ListEventsResponse {
|
|
3009
|
-
/**
|
|
3010
|
-
* @internal
|
|
3011
|
-
*/
|
|
3012
|
-
const filterSensitiveLog: (obj: ListEventsResponse) => any;
|
|
3013
|
-
}
|
|
3014
2637
|
export declare enum InsightType {
|
|
3015
2638
|
PROACTIVE = "PROACTIVE",
|
|
3016
2639
|
REACTIVE = "REACTIVE"
|
|
@@ -3030,12 +2653,6 @@ export interface ListInsightsAnyStatusFilter {
|
|
|
3030
2653
|
*/
|
|
3031
2654
|
StartTimeRange: StartTimeRange | undefined;
|
|
3032
2655
|
}
|
|
3033
|
-
export declare namespace ListInsightsAnyStatusFilter {
|
|
3034
|
-
/**
|
|
3035
|
-
* @internal
|
|
3036
|
-
*/
|
|
3037
|
-
const filterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
3038
|
-
}
|
|
3039
2656
|
/**
|
|
3040
2657
|
* <p> A range of time that specifies when anomalous behavior in an anomaly or insight
|
|
3041
2658
|
* ended. </p>
|
|
@@ -3050,12 +2667,6 @@ export interface EndTimeRange {
|
|
|
3050
2667
|
*/
|
|
3051
2668
|
ToTime?: Date;
|
|
3052
2669
|
}
|
|
3053
|
-
export declare namespace EndTimeRange {
|
|
3054
|
-
/**
|
|
3055
|
-
* @internal
|
|
3056
|
-
*/
|
|
3057
|
-
const filterSensitiveLog: (obj: EndTimeRange) => any;
|
|
3058
|
-
}
|
|
3059
2670
|
/**
|
|
3060
2671
|
* <p> Used to filter for insights that have the status <code>CLOSED</code>. </p>
|
|
3061
2672
|
*/
|
|
@@ -3071,12 +2682,6 @@ export interface ListInsightsClosedStatusFilter {
|
|
|
3071
2682
|
*/
|
|
3072
2683
|
EndTimeRange: EndTimeRange | undefined;
|
|
3073
2684
|
}
|
|
3074
|
-
export declare namespace ListInsightsClosedStatusFilter {
|
|
3075
|
-
/**
|
|
3076
|
-
* @internal
|
|
3077
|
-
*/
|
|
3078
|
-
const filterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
3079
|
-
}
|
|
3080
2685
|
/**
|
|
3081
2686
|
* <p> Used to filter for insights that have the status <code>ONGOING</code>. </p>
|
|
3082
2687
|
*/
|
|
@@ -3087,12 +2692,6 @@ export interface ListInsightsOngoingStatusFilter {
|
|
|
3087
2692
|
*/
|
|
3088
2693
|
Type: InsightType | string | undefined;
|
|
3089
2694
|
}
|
|
3090
|
-
export declare namespace ListInsightsOngoingStatusFilter {
|
|
3091
|
-
/**
|
|
3092
|
-
* @internal
|
|
3093
|
-
*/
|
|
3094
|
-
const filterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
3095
|
-
}
|
|
3096
2695
|
/**
|
|
3097
2696
|
* <p> A filter used by <code>ListInsights</code> to specify which insights to return.
|
|
3098
2697
|
* </p>
|
|
@@ -3114,12 +2713,6 @@ export interface ListInsightsStatusFilter {
|
|
|
3114
2713
|
*/
|
|
3115
2714
|
Any?: ListInsightsAnyStatusFilter;
|
|
3116
2715
|
}
|
|
3117
|
-
export declare namespace ListInsightsStatusFilter {
|
|
3118
|
-
/**
|
|
3119
|
-
* @internal
|
|
3120
|
-
*/
|
|
3121
|
-
const filterSensitiveLog: (obj: ListInsightsStatusFilter) => any;
|
|
3122
|
-
}
|
|
3123
2716
|
export interface ListInsightsRequest {
|
|
3124
2717
|
/**
|
|
3125
2718
|
* <p> A filter used to filter the returned insights by their status. You can specify one
|
|
@@ -3137,12 +2730,6 @@ export interface ListInsightsRequest {
|
|
|
3137
2730
|
*/
|
|
3138
2731
|
NextToken?: string;
|
|
3139
2732
|
}
|
|
3140
|
-
export declare namespace ListInsightsRequest {
|
|
3141
|
-
/**
|
|
3142
|
-
* @internal
|
|
3143
|
-
*/
|
|
3144
|
-
const filterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
3145
|
-
}
|
|
3146
2733
|
/**
|
|
3147
2734
|
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
3148
2735
|
*/
|
|
@@ -3152,12 +2739,6 @@ export interface ServiceCollection {
|
|
|
3152
2739
|
*/
|
|
3153
2740
|
ServiceNames?: (ServiceName | string)[];
|
|
3154
2741
|
}
|
|
3155
|
-
export declare namespace ServiceCollection {
|
|
3156
|
-
/**
|
|
3157
|
-
* @internal
|
|
3158
|
-
*/
|
|
3159
|
-
const filterSensitiveLog: (obj: ServiceCollection) => any;
|
|
3160
|
-
}
|
|
3161
2742
|
/**
|
|
3162
2743
|
* <p>Details about a proactive insight. This object is returned by
|
|
3163
2744
|
* <code>DescribeInsight.</code>
|
|
@@ -3209,12 +2790,6 @@ export interface ProactiveInsightSummary {
|
|
|
3209
2790
|
*/
|
|
3210
2791
|
AssociatedResourceArns?: string[];
|
|
3211
2792
|
}
|
|
3212
|
-
export declare namespace ProactiveInsightSummary {
|
|
3213
|
-
/**
|
|
3214
|
-
* @internal
|
|
3215
|
-
*/
|
|
3216
|
-
const filterSensitiveLog: (obj: ProactiveInsightSummary) => any;
|
|
3217
|
-
}
|
|
3218
2793
|
/**
|
|
3219
2794
|
* <p> Information about a reactive insight. This object is returned by
|
|
3220
2795
|
* <code>DescribeInsight.</code>
|
|
@@ -3261,12 +2836,6 @@ export interface ReactiveInsightSummary {
|
|
|
3261
2836
|
*/
|
|
3262
2837
|
AssociatedResourceArns?: string[];
|
|
3263
2838
|
}
|
|
3264
|
-
export declare namespace ReactiveInsightSummary {
|
|
3265
|
-
/**
|
|
3266
|
-
* @internal
|
|
3267
|
-
*/
|
|
3268
|
-
const filterSensitiveLog: (obj: ReactiveInsightSummary) => any;
|
|
3269
|
-
}
|
|
3270
2839
|
export interface ListInsightsResponse {
|
|
3271
2840
|
/**
|
|
3272
2841
|
* <p> The returned list of proactive insights. </p>
|
|
@@ -3282,24 +2851,94 @@ export interface ListInsightsResponse {
|
|
|
3282
2851
|
*/
|
|
3283
2852
|
NextToken?: string;
|
|
3284
2853
|
}
|
|
3285
|
-
export declare
|
|
2854
|
+
export declare enum ResourcePermission {
|
|
2855
|
+
FULL_PERMISSION = "FULL_PERMISSION",
|
|
2856
|
+
MISSING_PERMISSION = "MISSING_PERMISSION"
|
|
2857
|
+
}
|
|
2858
|
+
export declare enum ResourceTypeFilter {
|
|
2859
|
+
LOG_GROUPS = "LOG_GROUPS"
|
|
2860
|
+
}
|
|
2861
|
+
/**
|
|
2862
|
+
* <p>
|
|
2863
|
+
* Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
|
|
2864
|
+
* </p>
|
|
2865
|
+
*/
|
|
2866
|
+
export interface ListMonitoredResourcesFilters {
|
|
3286
2867
|
/**
|
|
3287
|
-
*
|
|
2868
|
+
* <p>
|
|
2869
|
+
* The permission status of a resource.
|
|
2870
|
+
* </p>
|
|
2871
|
+
*/
|
|
2872
|
+
ResourcePermission: ResourcePermission | string | undefined;
|
|
2873
|
+
/**
|
|
2874
|
+
* <p>
|
|
2875
|
+
* The type of resource that you wish to retrieve, such as log groups.
|
|
2876
|
+
* </p>
|
|
3288
2877
|
*/
|
|
3289
|
-
|
|
2878
|
+
ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
|
|
3290
2879
|
}
|
|
3291
|
-
export interface
|
|
2880
|
+
export interface ListMonitoredResourcesRequest {
|
|
2881
|
+
/**
|
|
2882
|
+
* <p>
|
|
2883
|
+
* Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
|
|
2884
|
+
* </p>
|
|
2885
|
+
*/
|
|
2886
|
+
Filters: ListMonitoredResourcesFilters | undefined;
|
|
2887
|
+
/**
|
|
2888
|
+
* <p>The maximum number of results to return with a single call.
|
|
2889
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2890
|
+
*/
|
|
2891
|
+
MaxResults?: number;
|
|
3292
2892
|
/**
|
|
3293
2893
|
* <p>The pagination token to use to retrieve
|
|
3294
2894
|
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3295
2895
|
*/
|
|
3296
2896
|
NextToken?: string;
|
|
3297
2897
|
}
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
2898
|
+
/**
|
|
2899
|
+
* <p>
|
|
2900
|
+
* Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
|
|
2901
|
+
* </p>
|
|
2902
|
+
*/
|
|
2903
|
+
export interface MonitoredResourceIdentifier {
|
|
2904
|
+
/**
|
|
2905
|
+
* <p>
|
|
2906
|
+
* The name of the resource being monitored.
|
|
2907
|
+
* </p>
|
|
2908
|
+
*/
|
|
2909
|
+
MonitoredResourceName?: string;
|
|
2910
|
+
/**
|
|
2911
|
+
* <p>
|
|
2912
|
+
* The type of resource being monitored.
|
|
2913
|
+
* </p>
|
|
2914
|
+
*/
|
|
2915
|
+
Type?: string;
|
|
2916
|
+
/**
|
|
2917
|
+
* <p>
|
|
2918
|
+
* The permission status of a resource.
|
|
2919
|
+
* </p>
|
|
3301
2920
|
*/
|
|
3302
|
-
|
|
2921
|
+
ResourcePermission?: ResourcePermission | string;
|
|
2922
|
+
}
|
|
2923
|
+
export interface ListMonitoredResourcesResponse {
|
|
2924
|
+
/**
|
|
2925
|
+
* <p>
|
|
2926
|
+
* Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
|
|
2927
|
+
* </p>
|
|
2928
|
+
*/
|
|
2929
|
+
MonitoredResourceIdentifiers: MonitoredResourceIdentifier[] | undefined;
|
|
2930
|
+
/**
|
|
2931
|
+
* <p>The pagination token to use to retrieve
|
|
2932
|
+
* the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2933
|
+
*/
|
|
2934
|
+
NextToken?: string;
|
|
2935
|
+
}
|
|
2936
|
+
export interface ListNotificationChannelsRequest {
|
|
2937
|
+
/**
|
|
2938
|
+
* <p>The pagination token to use to retrieve
|
|
2939
|
+
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2940
|
+
*/
|
|
2941
|
+
NextToken?: string;
|
|
3303
2942
|
}
|
|
3304
2943
|
/**
|
|
3305
2944
|
* <p> Information about a notification channel. A notification channel is used to notify
|
|
@@ -3325,12 +2964,6 @@ export interface NotificationChannel {
|
|
|
3325
2964
|
*/
|
|
3326
2965
|
Config?: NotificationChannelConfig;
|
|
3327
2966
|
}
|
|
3328
|
-
export declare namespace NotificationChannel {
|
|
3329
|
-
/**
|
|
3330
|
-
* @internal
|
|
3331
|
-
*/
|
|
3332
|
-
const filterSensitiveLog: (obj: NotificationChannel) => any;
|
|
3333
|
-
}
|
|
3334
2967
|
export interface ListNotificationChannelsResponse {
|
|
3335
2968
|
/**
|
|
3336
2969
|
* <p> An array that contains the requested notification channels. </p>
|
|
@@ -3342,12 +2975,6 @@ export interface ListNotificationChannelsResponse {
|
|
|
3342
2975
|
*/
|
|
3343
2976
|
NextToken?: string;
|
|
3344
2977
|
}
|
|
3345
|
-
export declare namespace ListNotificationChannelsResponse {
|
|
3346
|
-
/**
|
|
3347
|
-
* @internal
|
|
3348
|
-
*/
|
|
3349
|
-
const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
3350
|
-
}
|
|
3351
2978
|
export interface ListOrganizationInsightsRequest {
|
|
3352
2979
|
/**
|
|
3353
2980
|
* <p> A filter used by <code>ListInsights</code> to specify which insights to return.
|
|
@@ -3373,12 +3000,6 @@ export interface ListOrganizationInsightsRequest {
|
|
|
3373
3000
|
*/
|
|
3374
3001
|
NextToken?: string;
|
|
3375
3002
|
}
|
|
3376
|
-
export declare namespace ListOrganizationInsightsRequest {
|
|
3377
|
-
/**
|
|
3378
|
-
* @internal
|
|
3379
|
-
*/
|
|
3380
|
-
const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
3381
|
-
}
|
|
3382
3003
|
/**
|
|
3383
3004
|
* <p>Details about a proactive insight. This object is returned by
|
|
3384
3005
|
* <code>DescribeInsight</code>.</p>
|
|
@@ -3433,12 +3054,6 @@ export interface ProactiveOrganizationInsightSummary {
|
|
|
3433
3054
|
*/
|
|
3434
3055
|
ServiceCollection?: ServiceCollection;
|
|
3435
3056
|
}
|
|
3436
|
-
export declare namespace ProactiveOrganizationInsightSummary {
|
|
3437
|
-
/**
|
|
3438
|
-
* @internal
|
|
3439
|
-
*/
|
|
3440
|
-
const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
3441
|
-
}
|
|
3442
3057
|
/**
|
|
3443
3058
|
* <p>Information about a reactive insight. This object is returned by
|
|
3444
3059
|
* <code>DescribeInsight</code>.</p>
|
|
@@ -3488,12 +3103,6 @@ export interface ReactiveOrganizationInsightSummary {
|
|
|
3488
3103
|
*/
|
|
3489
3104
|
ServiceCollection?: ServiceCollection;
|
|
3490
3105
|
}
|
|
3491
|
-
export declare namespace ReactiveOrganizationInsightSummary {
|
|
3492
|
-
/**
|
|
3493
|
-
* @internal
|
|
3494
|
-
*/
|
|
3495
|
-
const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
3496
|
-
}
|
|
3497
3106
|
export interface ListOrganizationInsightsResponse {
|
|
3498
3107
|
/**
|
|
3499
3108
|
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
@@ -3511,12 +3120,6 @@ export interface ListOrganizationInsightsResponse {
|
|
|
3511
3120
|
*/
|
|
3512
3121
|
NextToken?: string;
|
|
3513
3122
|
}
|
|
3514
|
-
export declare namespace ListOrganizationInsightsResponse {
|
|
3515
|
-
/**
|
|
3516
|
-
* @internal
|
|
3517
|
-
*/
|
|
3518
|
-
const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
3519
|
-
}
|
|
3520
3123
|
export declare enum Locale {
|
|
3521
3124
|
DE_DE = "DE_DE",
|
|
3522
3125
|
EN_GB = "EN_GB",
|
|
@@ -3549,12 +3152,6 @@ export interface ListRecommendationsRequest {
|
|
|
3549
3152
|
*/
|
|
3550
3153
|
AccountId?: string;
|
|
3551
3154
|
}
|
|
3552
|
-
export declare namespace ListRecommendationsRequest {
|
|
3553
|
-
/**
|
|
3554
|
-
* @internal
|
|
3555
|
-
*/
|
|
3556
|
-
const filterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
3557
|
-
}
|
|
3558
3155
|
/**
|
|
3559
3156
|
* <p> Information about a resource in which DevOps Guru detected anomalous behavior. </p>
|
|
3560
3157
|
*/
|
|
@@ -3572,12 +3169,6 @@ export interface RecommendationRelatedAnomalyResource {
|
|
|
3572
3169
|
*/
|
|
3573
3170
|
Type?: string;
|
|
3574
3171
|
}
|
|
3575
|
-
export declare namespace RecommendationRelatedAnomalyResource {
|
|
3576
|
-
/**
|
|
3577
|
-
* @internal
|
|
3578
|
-
*/
|
|
3579
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
3580
|
-
}
|
|
3581
3172
|
/**
|
|
3582
3173
|
* <p> Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many
|
|
3583
3174
|
* analyzed metrics that are used to generate insights. </p>
|
|
@@ -3592,12 +3183,6 @@ export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
|
3592
3183
|
*/
|
|
3593
3184
|
Namespace?: string;
|
|
3594
3185
|
}
|
|
3595
|
-
export declare namespace RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
3596
|
-
/**
|
|
3597
|
-
* @internal
|
|
3598
|
-
*/
|
|
3599
|
-
const filterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
3600
|
-
}
|
|
3601
3186
|
/**
|
|
3602
3187
|
* <p> Contains an array of <code>RecommendationRelatedCloudWatchMetricsSourceDetail</code>
|
|
3603
3188
|
* objects that contain the name and namespace of an Amazon CloudWatch metric. </p>
|
|
@@ -3609,12 +3194,6 @@ export interface RecommendationRelatedAnomalySourceDetail {
|
|
|
3609
3194
|
*/
|
|
3610
3195
|
CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
|
|
3611
3196
|
}
|
|
3612
|
-
export declare namespace RecommendationRelatedAnomalySourceDetail {
|
|
3613
|
-
/**
|
|
3614
|
-
* @internal
|
|
3615
|
-
*/
|
|
3616
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
3617
|
-
}
|
|
3618
3197
|
/**
|
|
3619
3198
|
* <p> Information about an anomaly that is related to a recommendation. </p>
|
|
3620
3199
|
*/
|
|
@@ -3634,12 +3213,6 @@ export interface RecommendationRelatedAnomaly {
|
|
|
3634
3213
|
*/
|
|
3635
3214
|
AnomalyId?: string;
|
|
3636
3215
|
}
|
|
3637
|
-
export declare namespace RecommendationRelatedAnomaly {
|
|
3638
|
-
/**
|
|
3639
|
-
* @internal
|
|
3640
|
-
*/
|
|
3641
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
3642
|
-
}
|
|
3643
3216
|
/**
|
|
3644
3217
|
* <p> Information about an Amazon Web Services resource that emitted and event that is related to a
|
|
3645
3218
|
* recommendation in an insight. </p>
|
|
@@ -3656,12 +3229,6 @@ export interface RecommendationRelatedEventResource {
|
|
|
3656
3229
|
*/
|
|
3657
3230
|
Type?: string;
|
|
3658
3231
|
}
|
|
3659
|
-
export declare namespace RecommendationRelatedEventResource {
|
|
3660
|
-
/**
|
|
3661
|
-
* @internal
|
|
3662
|
-
*/
|
|
3663
|
-
const filterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
3664
|
-
}
|
|
3665
3232
|
/**
|
|
3666
3233
|
* <p> Information about an event that is related to a recommendation. </p>
|
|
3667
3234
|
*/
|
|
@@ -3677,12 +3244,6 @@ export interface RecommendationRelatedEvent {
|
|
|
3677
3244
|
*/
|
|
3678
3245
|
Resources?: RecommendationRelatedEventResource[];
|
|
3679
3246
|
}
|
|
3680
|
-
export declare namespace RecommendationRelatedEvent {
|
|
3681
|
-
/**
|
|
3682
|
-
* @internal
|
|
3683
|
-
*/
|
|
3684
|
-
const filterSensitiveLog: (obj: RecommendationRelatedEvent) => any;
|
|
3685
|
-
}
|
|
3686
3247
|
/**
|
|
3687
3248
|
* <p> Recommendation information to help you remediate detected anomalous behavior that
|
|
3688
3249
|
* generated an insight. </p>
|
|
@@ -3719,12 +3280,6 @@ export interface Recommendation {
|
|
|
3719
3280
|
*/
|
|
3720
3281
|
Category?: string;
|
|
3721
3282
|
}
|
|
3722
|
-
export declare namespace Recommendation {
|
|
3723
|
-
/**
|
|
3724
|
-
* @internal
|
|
3725
|
-
*/
|
|
3726
|
-
const filterSensitiveLog: (obj: Recommendation) => any;
|
|
3727
|
-
}
|
|
3728
3283
|
export interface ListRecommendationsResponse {
|
|
3729
3284
|
/**
|
|
3730
3285
|
* <p> An array of the requested recommendations. </p>
|
|
@@ -3736,52 +3291,22 @@ export interface ListRecommendationsResponse {
|
|
|
3736
3291
|
*/
|
|
3737
3292
|
NextToken?: string;
|
|
3738
3293
|
}
|
|
3739
|
-
export declare namespace ListRecommendationsResponse {
|
|
3740
|
-
/**
|
|
3741
|
-
* @internal
|
|
3742
|
-
*/
|
|
3743
|
-
const filterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
3744
|
-
}
|
|
3745
3294
|
export interface PutFeedbackRequest {
|
|
3746
3295
|
/**
|
|
3747
3296
|
* <p> The feedback from customers is about the recommendations in this insight. </p>
|
|
3748
3297
|
*/
|
|
3749
3298
|
InsightFeedback?: InsightFeedback;
|
|
3750
3299
|
}
|
|
3751
|
-
export declare namespace PutFeedbackRequest {
|
|
3752
|
-
/**
|
|
3753
|
-
* @internal
|
|
3754
|
-
*/
|
|
3755
|
-
const filterSensitiveLog: (obj: PutFeedbackRequest) => any;
|
|
3756
|
-
}
|
|
3757
3300
|
export interface PutFeedbackResponse {
|
|
3758
3301
|
}
|
|
3759
|
-
export declare namespace PutFeedbackResponse {
|
|
3760
|
-
/**
|
|
3761
|
-
* @internal
|
|
3762
|
-
*/
|
|
3763
|
-
const filterSensitiveLog: (obj: PutFeedbackResponse) => any;
|
|
3764
|
-
}
|
|
3765
3302
|
export interface RemoveNotificationChannelRequest {
|
|
3766
3303
|
/**
|
|
3767
3304
|
* <p> The ID of the notification channel to be removed. </p>
|
|
3768
3305
|
*/
|
|
3769
3306
|
Id: string | undefined;
|
|
3770
3307
|
}
|
|
3771
|
-
export declare namespace RemoveNotificationChannelRequest {
|
|
3772
|
-
/**
|
|
3773
|
-
* @internal
|
|
3774
|
-
*/
|
|
3775
|
-
const filterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
3776
|
-
}
|
|
3777
3308
|
export interface RemoveNotificationChannelResponse {
|
|
3778
3309
|
}
|
|
3779
|
-
export declare namespace RemoveNotificationChannelResponse {
|
|
3780
|
-
/**
|
|
3781
|
-
* @internal
|
|
3782
|
-
*/
|
|
3783
|
-
const filterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
3784
|
-
}
|
|
3785
3310
|
/**
|
|
3786
3311
|
* <p> Specifies one or more severity values and one or more status values that are used to
|
|
3787
3312
|
* search for insights. </p>
|
|
@@ -3807,12 +3332,6 @@ export interface SearchInsightsFilters {
|
|
|
3807
3332
|
*/
|
|
3808
3333
|
ServiceCollection?: ServiceCollection;
|
|
3809
3334
|
}
|
|
3810
|
-
export declare namespace SearchInsightsFilters {
|
|
3811
|
-
/**
|
|
3812
|
-
* @internal
|
|
3813
|
-
*/
|
|
3814
|
-
const filterSensitiveLog: (obj: SearchInsightsFilters) => any;
|
|
3815
|
-
}
|
|
3816
3335
|
export interface SearchInsightsRequest {
|
|
3817
3336
|
/**
|
|
3818
3337
|
* <p> The start of the time range passed in. Returned insights occurred after this time.
|
|
@@ -3840,12 +3359,6 @@ export interface SearchInsightsRequest {
|
|
|
3840
3359
|
*/
|
|
3841
3360
|
Type: InsightType | string | undefined;
|
|
3842
3361
|
}
|
|
3843
|
-
export declare namespace SearchInsightsRequest {
|
|
3844
|
-
/**
|
|
3845
|
-
* @internal
|
|
3846
|
-
*/
|
|
3847
|
-
const filterSensitiveLog: (obj: SearchInsightsRequest) => any;
|
|
3848
|
-
}
|
|
3849
3362
|
export interface SearchInsightsResponse {
|
|
3850
3363
|
/**
|
|
3851
3364
|
* <p> The returned proactive insights. </p>
|
|
@@ -3861,12 +3374,6 @@ export interface SearchInsightsResponse {
|
|
|
3861
3374
|
*/
|
|
3862
3375
|
NextToken?: string;
|
|
3863
3376
|
}
|
|
3864
|
-
export declare namespace SearchInsightsResponse {
|
|
3865
|
-
/**
|
|
3866
|
-
* @internal
|
|
3867
|
-
*/
|
|
3868
|
-
const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
3869
|
-
}
|
|
3870
3377
|
/**
|
|
3871
3378
|
* <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
|
|
3872
3379
|
* is called. </p>
|
|
@@ -3892,12 +3399,6 @@ export interface SearchOrganizationInsightsFilters {
|
|
|
3892
3399
|
*/
|
|
3893
3400
|
ServiceCollection?: ServiceCollection;
|
|
3894
3401
|
}
|
|
3895
|
-
export declare namespace SearchOrganizationInsightsFilters {
|
|
3896
|
-
/**
|
|
3897
|
-
* @internal
|
|
3898
|
-
*/
|
|
3899
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
3900
|
-
}
|
|
3901
3402
|
export interface SearchOrganizationInsightsRequest {
|
|
3902
3403
|
/**
|
|
3903
3404
|
* <p>The ID of the Amazon Web Services account. </p>
|
|
@@ -3929,12 +3430,6 @@ export interface SearchOrganizationInsightsRequest {
|
|
|
3929
3430
|
*/
|
|
3930
3431
|
Type: InsightType | string | undefined;
|
|
3931
3432
|
}
|
|
3932
|
-
export declare namespace SearchOrganizationInsightsRequest {
|
|
3933
|
-
/**
|
|
3934
|
-
* @internal
|
|
3935
|
-
*/
|
|
3936
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
3937
|
-
}
|
|
3938
3433
|
export interface SearchOrganizationInsightsResponse {
|
|
3939
3434
|
/**
|
|
3940
3435
|
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
@@ -3952,12 +3447,6 @@ export interface SearchOrganizationInsightsResponse {
|
|
|
3952
3447
|
*/
|
|
3953
3448
|
NextToken?: string;
|
|
3954
3449
|
}
|
|
3955
|
-
export declare namespace SearchOrganizationInsightsResponse {
|
|
3956
|
-
/**
|
|
3957
|
-
* @internal
|
|
3958
|
-
*/
|
|
3959
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
3960
|
-
}
|
|
3961
3450
|
export interface StartCostEstimationRequest {
|
|
3962
3451
|
/**
|
|
3963
3452
|
* <p>The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.</p>
|
|
@@ -3968,20 +3457,8 @@ export interface StartCostEstimationRequest {
|
|
|
3968
3457
|
*/
|
|
3969
3458
|
ClientToken?: string;
|
|
3970
3459
|
}
|
|
3971
|
-
export declare namespace StartCostEstimationRequest {
|
|
3972
|
-
/**
|
|
3973
|
-
* @internal
|
|
3974
|
-
*/
|
|
3975
|
-
const filterSensitiveLog: (obj: StartCostEstimationRequest) => any;
|
|
3976
|
-
}
|
|
3977
3460
|
export interface StartCostEstimationResponse {
|
|
3978
3461
|
}
|
|
3979
|
-
export declare namespace StartCostEstimationResponse {
|
|
3980
|
-
/**
|
|
3981
|
-
* @internal
|
|
3982
|
-
*/
|
|
3983
|
-
const filterSensitiveLog: (obj: StartCostEstimationResponse) => any;
|
|
3984
|
-
}
|
|
3985
3462
|
export interface UpdateEventSourcesConfigRequest {
|
|
3986
3463
|
/**
|
|
3987
3464
|
* <p>Configuration information about the integration of DevOps Guru as the Consumer via
|
|
@@ -3989,20 +3466,8 @@ export interface UpdateEventSourcesConfigRequest {
|
|
|
3989
3466
|
*/
|
|
3990
3467
|
EventSources?: EventSourcesConfig;
|
|
3991
3468
|
}
|
|
3992
|
-
export declare namespace UpdateEventSourcesConfigRequest {
|
|
3993
|
-
/**
|
|
3994
|
-
* @internal
|
|
3995
|
-
*/
|
|
3996
|
-
const filterSensitiveLog: (obj: UpdateEventSourcesConfigRequest) => any;
|
|
3997
|
-
}
|
|
3998
3469
|
export interface UpdateEventSourcesConfigResponse {
|
|
3999
3470
|
}
|
|
4000
|
-
export declare namespace UpdateEventSourcesConfigResponse {
|
|
4001
|
-
/**
|
|
4002
|
-
* @internal
|
|
4003
|
-
*/
|
|
4004
|
-
const filterSensitiveLog: (obj: UpdateEventSourcesConfigResponse) => any;
|
|
4005
|
-
}
|
|
4006
3471
|
export declare enum UpdateResourceCollectionAction {
|
|
4007
3472
|
ADD = "ADD",
|
|
4008
3473
|
REMOVE = "REMOVE"
|
|
@@ -4018,12 +3483,6 @@ export interface UpdateCloudFormationCollectionFilter {
|
|
|
4018
3483
|
*/
|
|
4019
3484
|
StackNames?: string[];
|
|
4020
3485
|
}
|
|
4021
|
-
export declare namespace UpdateCloudFormationCollectionFilter {
|
|
4022
|
-
/**
|
|
4023
|
-
* @internal
|
|
4024
|
-
*/
|
|
4025
|
-
const filterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
4026
|
-
}
|
|
4027
3486
|
/**
|
|
4028
3487
|
* <p>A new collection of Amazon Web Services resources that are defined by an Amazon Web Services tag or tag
|
|
4029
3488
|
* <i>key</i>/<i>value</i> pair.</p>
|
|
@@ -4057,12 +3516,6 @@ export interface UpdateTagCollectionFilter {
|
|
|
4057
3516
|
*/
|
|
4058
3517
|
TagValues: string[] | undefined;
|
|
4059
3518
|
}
|
|
4060
|
-
export declare namespace UpdateTagCollectionFilter {
|
|
4061
|
-
/**
|
|
4062
|
-
* @internal
|
|
4063
|
-
*/
|
|
4064
|
-
const filterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
|
|
4065
|
-
}
|
|
4066
3519
|
/**
|
|
4067
3520
|
* <p> Contains information used to update a collection of Amazon Web Services resources. </p>
|
|
4068
3521
|
*/
|
|
@@ -4109,12 +3562,6 @@ export interface UpdateResourceCollectionFilter {
|
|
|
4109
3562
|
*/
|
|
4110
3563
|
Tags?: UpdateTagCollectionFilter[];
|
|
4111
3564
|
}
|
|
4112
|
-
export declare namespace UpdateResourceCollectionFilter {
|
|
4113
|
-
/**
|
|
4114
|
-
* @internal
|
|
4115
|
-
*/
|
|
4116
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionFilter) => any;
|
|
4117
|
-
}
|
|
4118
3565
|
export interface UpdateResourceCollectionRequest {
|
|
4119
3566
|
/**
|
|
4120
3567
|
* <p> Specifies if the resource collection in the request is added or deleted to the
|
|
@@ -4126,23 +3573,22 @@ export interface UpdateResourceCollectionRequest {
|
|
|
4126
3573
|
*/
|
|
4127
3574
|
ResourceCollection: UpdateResourceCollectionFilter | undefined;
|
|
4128
3575
|
}
|
|
4129
|
-
export declare namespace UpdateResourceCollectionRequest {
|
|
4130
|
-
/**
|
|
4131
|
-
* @internal
|
|
4132
|
-
*/
|
|
4133
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionRequest) => any;
|
|
4134
|
-
}
|
|
4135
3576
|
export interface UpdateResourceCollectionResponse {
|
|
4136
3577
|
}
|
|
4137
|
-
|
|
3578
|
+
/**
|
|
3579
|
+
* <p>
|
|
3580
|
+
* Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.
|
|
3581
|
+
* </p>
|
|
3582
|
+
*/
|
|
3583
|
+
export interface LogsAnomalyDetectionIntegrationConfig {
|
|
4138
3584
|
/**
|
|
4139
|
-
*
|
|
3585
|
+
* <p>Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.</p>
|
|
4140
3586
|
*/
|
|
4141
|
-
|
|
3587
|
+
OptInStatus?: OptInStatus | string;
|
|
4142
3588
|
}
|
|
4143
3589
|
/**
|
|
4144
3590
|
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
4145
|
-
* OpsCenter for each created insight.
|
|
3591
|
+
* OpsCenter for each created insight. You can use this to update the configuration.</p>
|
|
4146
3592
|
*/
|
|
4147
3593
|
export interface OpsCenterIntegrationConfig {
|
|
4148
3594
|
/**
|
|
@@ -4151,12 +3597,6 @@ export interface OpsCenterIntegrationConfig {
|
|
|
4151
3597
|
*/
|
|
4152
3598
|
OptInStatus?: OptInStatus | string;
|
|
4153
3599
|
}
|
|
4154
|
-
export declare namespace OpsCenterIntegrationConfig {
|
|
4155
|
-
/**
|
|
4156
|
-
* @internal
|
|
4157
|
-
*/
|
|
4158
|
-
const filterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
4159
|
-
}
|
|
4160
3600
|
/**
|
|
4161
3601
|
* <p> Information about updating the integration status of an Amazon Web Services service, such as
|
|
4162
3602
|
* Amazon Web Services Systems Manager, with DevOps Guru. </p>
|
|
@@ -4164,15 +3604,15 @@ export declare namespace OpsCenterIntegrationConfig {
|
|
|
4164
3604
|
export interface UpdateServiceIntegrationConfig {
|
|
4165
3605
|
/**
|
|
4166
3606
|
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
4167
|
-
* OpsCenter for each created insight.
|
|
3607
|
+
* OpsCenter for each created insight. You can use this to update the configuration.</p>
|
|
4168
3608
|
*/
|
|
4169
3609
|
OpsCenter?: OpsCenterIntegrationConfig;
|
|
4170
|
-
}
|
|
4171
|
-
export declare namespace UpdateServiceIntegrationConfig {
|
|
4172
3610
|
/**
|
|
4173
|
-
*
|
|
3611
|
+
* <p>
|
|
3612
|
+
* Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
|
|
3613
|
+
* </p>
|
|
4174
3614
|
*/
|
|
4175
|
-
|
|
3615
|
+
LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
|
|
4176
3616
|
}
|
|
4177
3617
|
export interface UpdateServiceIntegrationRequest {
|
|
4178
3618
|
/**
|
|
@@ -4181,17 +3621,605 @@ export interface UpdateServiceIntegrationRequest {
|
|
|
4181
3621
|
*/
|
|
4182
3622
|
ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
|
|
4183
3623
|
}
|
|
4184
|
-
export declare namespace UpdateServiceIntegrationRequest {
|
|
4185
|
-
/**
|
|
4186
|
-
* @internal
|
|
4187
|
-
*/
|
|
4188
|
-
const filterSensitiveLog: (obj: UpdateServiceIntegrationRequest) => any;
|
|
4189
|
-
}
|
|
4190
3624
|
export interface UpdateServiceIntegrationResponse {
|
|
4191
3625
|
}
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
3626
|
+
/**
|
|
3627
|
+
* @internal
|
|
3628
|
+
*/
|
|
3629
|
+
export declare const AccountInsightHealthFilterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
3630
|
+
/**
|
|
3631
|
+
* @internal
|
|
3632
|
+
*/
|
|
3633
|
+
export declare const AccountHealthFilterSensitiveLog: (obj: AccountHealth) => any;
|
|
3634
|
+
/**
|
|
3635
|
+
* @internal
|
|
3636
|
+
*/
|
|
3637
|
+
export declare const SnsChannelConfigFilterSensitiveLog: (obj: SnsChannelConfig) => any;
|
|
3638
|
+
/**
|
|
3639
|
+
* @internal
|
|
3640
|
+
*/
|
|
3641
|
+
export declare const NotificationChannelConfigFilterSensitiveLog: (obj: NotificationChannelConfig) => any;
|
|
3642
|
+
/**
|
|
3643
|
+
* @internal
|
|
3644
|
+
*/
|
|
3645
|
+
export declare const AddNotificationChannelRequestFilterSensitiveLog: (obj: AddNotificationChannelRequest) => any;
|
|
3646
|
+
/**
|
|
3647
|
+
* @internal
|
|
3648
|
+
*/
|
|
3649
|
+
export declare const AddNotificationChannelResponseFilterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
3650
|
+
/**
|
|
3651
|
+
* @internal
|
|
3652
|
+
*/
|
|
3653
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
3654
|
+
/**
|
|
3655
|
+
* @internal
|
|
3656
|
+
*/
|
|
3657
|
+
export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (obj: AmazonCodeGuruProfilerIntegration) => any;
|
|
3658
|
+
/**
|
|
3659
|
+
* @internal
|
|
3660
|
+
*/
|
|
3661
|
+
export declare const LogAnomalyClassFilterSensitiveLog: (obj: LogAnomalyClass) => any;
|
|
3662
|
+
/**
|
|
3663
|
+
* @internal
|
|
3664
|
+
*/
|
|
3665
|
+
export declare const LogAnomalyShowcaseFilterSensitiveLog: (obj: LogAnomalyShowcase) => any;
|
|
3666
|
+
/**
|
|
3667
|
+
* @internal
|
|
3668
|
+
*/
|
|
3669
|
+
export declare const AnomalousLogGroupFilterSensitiveLog: (obj: AnomalousLogGroup) => any;
|
|
3670
|
+
/**
|
|
3671
|
+
* @internal
|
|
3672
|
+
*/
|
|
3673
|
+
export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
|
|
3674
|
+
/**
|
|
3675
|
+
* @internal
|
|
3676
|
+
*/
|
|
3677
|
+
export declare const AnomalyResourceFilterSensitiveLog: (obj: AnomalyResource) => any;
|
|
3678
|
+
/**
|
|
3679
|
+
* @internal
|
|
3680
|
+
*/
|
|
3681
|
+
export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
3682
|
+
/**
|
|
3683
|
+
* @internal
|
|
3684
|
+
*/
|
|
3685
|
+
export declare const TimestampMetricValuePairFilterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
3686
|
+
/**
|
|
3687
|
+
* @internal
|
|
3688
|
+
*/
|
|
3689
|
+
export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
3690
|
+
/**
|
|
3691
|
+
* @internal
|
|
3692
|
+
*/
|
|
3693
|
+
export declare const CloudWatchMetricsDetailFilterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
3694
|
+
/**
|
|
3695
|
+
* @internal
|
|
3696
|
+
*/
|
|
3697
|
+
export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
|
|
3698
|
+
/**
|
|
3699
|
+
* @internal
|
|
3700
|
+
*/
|
|
3701
|
+
export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
|
|
3702
|
+
/**
|
|
3703
|
+
* @internal
|
|
3704
|
+
*/
|
|
3705
|
+
export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
|
|
3706
|
+
/**
|
|
3707
|
+
* @internal
|
|
3708
|
+
*/
|
|
3709
|
+
export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
|
|
3710
|
+
/**
|
|
3711
|
+
* @internal
|
|
3712
|
+
*/
|
|
3713
|
+
export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
|
|
3714
|
+
/**
|
|
3715
|
+
* @internal
|
|
3716
|
+
*/
|
|
3717
|
+
export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
|
|
3718
|
+
/**
|
|
3719
|
+
* @internal
|
|
3720
|
+
*/
|
|
3721
|
+
export declare const PerformanceInsightsStatFilterSensitiveLog: (obj: PerformanceInsightsStat) => any;
|
|
3722
|
+
/**
|
|
3723
|
+
* @internal
|
|
3724
|
+
*/
|
|
3725
|
+
export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
|
|
3726
|
+
/**
|
|
3727
|
+
* @internal
|
|
3728
|
+
*/
|
|
3729
|
+
export declare const AnomalySourceDetailsFilterSensitiveLog: (obj: AnomalySourceDetails) => any;
|
|
3730
|
+
/**
|
|
3731
|
+
* @internal
|
|
3732
|
+
*/
|
|
3733
|
+
export declare const AnomalySourceMetadataFilterSensitiveLog: (obj: AnomalySourceMetadata) => any;
|
|
3734
|
+
/**
|
|
3735
|
+
* @internal
|
|
3736
|
+
*/
|
|
3737
|
+
export declare const AnomalyTimeRangeFilterSensitiveLog: (obj: AnomalyTimeRange) => any;
|
|
3738
|
+
/**
|
|
3739
|
+
* @internal
|
|
3740
|
+
*/
|
|
3741
|
+
export declare const DeleteInsightRequestFilterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
3742
|
+
/**
|
|
3743
|
+
* @internal
|
|
3744
|
+
*/
|
|
3745
|
+
export declare const DeleteInsightResponseFilterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
3746
|
+
/**
|
|
3747
|
+
* @internal
|
|
3748
|
+
*/
|
|
3749
|
+
export declare const DescribeAccountHealthRequestFilterSensitiveLog: (obj: DescribeAccountHealthRequest) => any;
|
|
3750
|
+
/**
|
|
3751
|
+
* @internal
|
|
3752
|
+
*/
|
|
3753
|
+
export declare const DescribeAccountHealthResponseFilterSensitiveLog: (obj: DescribeAccountHealthResponse) => any;
|
|
3754
|
+
/**
|
|
3755
|
+
* @internal
|
|
3756
|
+
*/
|
|
3757
|
+
export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (obj: DescribeAccountOverviewRequest) => any;
|
|
3758
|
+
/**
|
|
3759
|
+
* @internal
|
|
3760
|
+
*/
|
|
3761
|
+
export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (obj: DescribeAccountOverviewResponse) => any;
|
|
3762
|
+
/**
|
|
3763
|
+
* @internal
|
|
3764
|
+
*/
|
|
3765
|
+
export declare const DescribeAnomalyRequestFilterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
3766
|
+
/**
|
|
3767
|
+
* @internal
|
|
3768
|
+
*/
|
|
3769
|
+
export declare const PredictionTimeRangeFilterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
3770
|
+
/**
|
|
3771
|
+
* @internal
|
|
3772
|
+
*/
|
|
3773
|
+
export declare const CloudFormationCollectionFilterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
3774
|
+
/**
|
|
3775
|
+
* @internal
|
|
3776
|
+
*/
|
|
3777
|
+
export declare const TagCollectionFilterSensitiveLog: (obj: TagCollection) => any;
|
|
3778
|
+
/**
|
|
3779
|
+
* @internal
|
|
3780
|
+
*/
|
|
3781
|
+
export declare const ResourceCollectionFilterSensitiveLog: (obj: ResourceCollection) => any;
|
|
3782
|
+
/**
|
|
3783
|
+
* @internal
|
|
3784
|
+
*/
|
|
3785
|
+
export declare const ProactiveAnomalyFilterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
3786
|
+
/**
|
|
3787
|
+
* @internal
|
|
3788
|
+
*/
|
|
3789
|
+
export declare const ReactiveAnomalyFilterSensitiveLog: (obj: ReactiveAnomaly) => any;
|
|
3790
|
+
/**
|
|
3791
|
+
* @internal
|
|
3792
|
+
*/
|
|
3793
|
+
export declare const DescribeAnomalyResponseFilterSensitiveLog: (obj: DescribeAnomalyResponse) => any;
|
|
3794
|
+
/**
|
|
3795
|
+
* @internal
|
|
3796
|
+
*/
|
|
3797
|
+
export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (obj: DescribeEventSourcesConfigRequest) => any;
|
|
3798
|
+
/**
|
|
3799
|
+
* @internal
|
|
3800
|
+
*/
|
|
3801
|
+
export declare const EventSourcesConfigFilterSensitiveLog: (obj: EventSourcesConfig) => any;
|
|
3802
|
+
/**
|
|
3803
|
+
* @internal
|
|
3804
|
+
*/
|
|
3805
|
+
export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (obj: DescribeEventSourcesConfigResponse) => any;
|
|
3806
|
+
/**
|
|
3807
|
+
* @internal
|
|
3808
|
+
*/
|
|
3809
|
+
export declare const DescribeFeedbackRequestFilterSensitiveLog: (obj: DescribeFeedbackRequest) => any;
|
|
3810
|
+
/**
|
|
3811
|
+
* @internal
|
|
3812
|
+
*/
|
|
3813
|
+
export declare const InsightFeedbackFilterSensitiveLog: (obj: InsightFeedback) => any;
|
|
3814
|
+
/**
|
|
3815
|
+
* @internal
|
|
3816
|
+
*/
|
|
3817
|
+
export declare const DescribeFeedbackResponseFilterSensitiveLog: (obj: DescribeFeedbackResponse) => any;
|
|
3818
|
+
/**
|
|
3819
|
+
* @internal
|
|
3820
|
+
*/
|
|
3821
|
+
export declare const DescribeInsightRequestFilterSensitiveLog: (obj: DescribeInsightRequest) => any;
|
|
3822
|
+
/**
|
|
3823
|
+
* @internal
|
|
3824
|
+
*/
|
|
3825
|
+
export declare const InsightTimeRangeFilterSensitiveLog: (obj: InsightTimeRange) => any;
|
|
3826
|
+
/**
|
|
3827
|
+
* @internal
|
|
3828
|
+
*/
|
|
3829
|
+
export declare const ProactiveInsightFilterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
3830
|
+
/**
|
|
3831
|
+
* @internal
|
|
3832
|
+
*/
|
|
3833
|
+
export declare const ReactiveInsightFilterSensitiveLog: (obj: ReactiveInsight) => any;
|
|
3834
|
+
/**
|
|
3835
|
+
* @internal
|
|
3836
|
+
*/
|
|
3837
|
+
export declare const DescribeInsightResponseFilterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
3838
|
+
/**
|
|
3839
|
+
* @internal
|
|
3840
|
+
*/
|
|
3841
|
+
export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
3842
|
+
/**
|
|
3843
|
+
* @internal
|
|
3844
|
+
*/
|
|
3845
|
+
export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
3846
|
+
/**
|
|
3847
|
+
* @internal
|
|
3848
|
+
*/
|
|
3849
|
+
export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
3850
|
+
/**
|
|
3851
|
+
* @internal
|
|
3852
|
+
*/
|
|
3853
|
+
export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
3854
|
+
/**
|
|
3855
|
+
* @internal
|
|
3856
|
+
*/
|
|
3857
|
+
export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
3858
|
+
/**
|
|
3859
|
+
* @internal
|
|
3860
|
+
*/
|
|
3861
|
+
export declare const InsightHealthFilterSensitiveLog: (obj: InsightHealth) => any;
|
|
3862
|
+
/**
|
|
3863
|
+
* @internal
|
|
3864
|
+
*/
|
|
3865
|
+
export declare const CloudFormationHealthFilterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
3866
|
+
/**
|
|
3867
|
+
* @internal
|
|
3868
|
+
*/
|
|
3869
|
+
export declare const ServiceInsightHealthFilterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
3870
|
+
/**
|
|
3871
|
+
* @internal
|
|
3872
|
+
*/
|
|
3873
|
+
export declare const ServiceHealthFilterSensitiveLog: (obj: ServiceHealth) => any;
|
|
3874
|
+
/**
|
|
3875
|
+
* @internal
|
|
3876
|
+
*/
|
|
3877
|
+
export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
|
|
3878
|
+
/**
|
|
3879
|
+
* @internal
|
|
3880
|
+
*/
|
|
3881
|
+
export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
3882
|
+
/**
|
|
3883
|
+
* @internal
|
|
3884
|
+
*/
|
|
3885
|
+
export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
3886
|
+
/**
|
|
3887
|
+
* @internal
|
|
3888
|
+
*/
|
|
3889
|
+
export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeResourceCollectionHealthResponse) => any;
|
|
3890
|
+
/**
|
|
3891
|
+
* @internal
|
|
3892
|
+
*/
|
|
3893
|
+
export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (obj: DescribeServiceIntegrationRequest) => any;
|
|
3894
|
+
/**
|
|
3895
|
+
* @internal
|
|
3896
|
+
*/
|
|
3897
|
+
export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegration) => any;
|
|
3898
|
+
/**
|
|
3899
|
+
* @internal
|
|
3900
|
+
*/
|
|
3901
|
+
export declare const OpsCenterIntegrationFilterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
3902
|
+
/**
|
|
3903
|
+
* @internal
|
|
3904
|
+
*/
|
|
3905
|
+
export declare const ServiceIntegrationConfigFilterSensitiveLog: (obj: ServiceIntegrationConfig) => any;
|
|
3906
|
+
/**
|
|
3907
|
+
* @internal
|
|
3908
|
+
*/
|
|
3909
|
+
export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (obj: DescribeServiceIntegrationResponse) => any;
|
|
3910
|
+
/**
|
|
3911
|
+
* @internal
|
|
3912
|
+
*/
|
|
3913
|
+
export declare const GetCostEstimationRequestFilterSensitiveLog: (obj: GetCostEstimationRequest) => any;
|
|
3914
|
+
/**
|
|
3915
|
+
* @internal
|
|
3916
|
+
*/
|
|
3917
|
+
export declare const ServiceResourceCostFilterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
3918
|
+
/**
|
|
3919
|
+
* @internal
|
|
3920
|
+
*/
|
|
3921
|
+
export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
3922
|
+
/**
|
|
3923
|
+
* @internal
|
|
3924
|
+
*/
|
|
3925
|
+
export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
|
|
3926
|
+
/**
|
|
3927
|
+
* @internal
|
|
3928
|
+
*/
|
|
3929
|
+
export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CostEstimationResourceCollectionFilter) => any;
|
|
3930
|
+
/**
|
|
3931
|
+
* @internal
|
|
3932
|
+
*/
|
|
3933
|
+
export declare const CostEstimationTimeRangeFilterSensitiveLog: (obj: CostEstimationTimeRange) => any;
|
|
3934
|
+
/**
|
|
3935
|
+
* @internal
|
|
3936
|
+
*/
|
|
3937
|
+
export declare const GetCostEstimationResponseFilterSensitiveLog: (obj: GetCostEstimationResponse) => any;
|
|
3938
|
+
/**
|
|
3939
|
+
* @internal
|
|
3940
|
+
*/
|
|
3941
|
+
export declare const GetResourceCollectionRequestFilterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
3942
|
+
/**
|
|
3943
|
+
* @internal
|
|
3944
|
+
*/
|
|
3945
|
+
export declare const CloudFormationCollectionFilterFilterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
3946
|
+
/**
|
|
3947
|
+
* @internal
|
|
3948
|
+
*/
|
|
3949
|
+
export declare const TagCollectionFilterFilterSensitiveLog: (obj: TagCollectionFilter) => any;
|
|
3950
|
+
/**
|
|
3951
|
+
* @internal
|
|
3952
|
+
*/
|
|
3953
|
+
export declare const ResourceCollectionFilterFilterSensitiveLog: (obj: ResourceCollectionFilter) => any;
|
|
3954
|
+
/**
|
|
3955
|
+
* @internal
|
|
3956
|
+
*/
|
|
3957
|
+
export declare const GetResourceCollectionResponseFilterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
3958
|
+
/**
|
|
3959
|
+
* @internal
|
|
3960
|
+
*/
|
|
3961
|
+
export declare const StartTimeRangeFilterSensitiveLog: (obj: StartTimeRange) => any;
|
|
3962
|
+
/**
|
|
3963
|
+
* @internal
|
|
3964
|
+
*/
|
|
3965
|
+
export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (obj: ListAnomaliesForInsightRequest) => any;
|
|
3966
|
+
/**
|
|
3967
|
+
* @internal
|
|
3968
|
+
*/
|
|
3969
|
+
export declare const ProactiveAnomalySummaryFilterSensitiveLog: (obj: ProactiveAnomalySummary) => any;
|
|
3970
|
+
/**
|
|
3971
|
+
* @internal
|
|
3972
|
+
*/
|
|
3973
|
+
export declare const ReactiveAnomalySummaryFilterSensitiveLog: (obj: ReactiveAnomalySummary) => any;
|
|
3974
|
+
/**
|
|
3975
|
+
* @internal
|
|
3976
|
+
*/
|
|
3977
|
+
export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (obj: ListAnomaliesForInsightResponse) => any;
|
|
3978
|
+
/**
|
|
3979
|
+
* @internal
|
|
3980
|
+
*/
|
|
3981
|
+
export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (obj: ListAnomalousLogGroupsRequest) => any;
|
|
3982
|
+
/**
|
|
3983
|
+
* @internal
|
|
3984
|
+
*/
|
|
3985
|
+
export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (obj: ListAnomalousLogGroupsResponse) => any;
|
|
3986
|
+
/**
|
|
3987
|
+
* @internal
|
|
3988
|
+
*/
|
|
3989
|
+
export declare const EventTimeRangeFilterSensitiveLog: (obj: EventTimeRange) => any;
|
|
3990
|
+
/**
|
|
3991
|
+
* @internal
|
|
3992
|
+
*/
|
|
3993
|
+
export declare const ListEventsFiltersFilterSensitiveLog: (obj: ListEventsFilters) => any;
|
|
3994
|
+
/**
|
|
3995
|
+
* @internal
|
|
3996
|
+
*/
|
|
3997
|
+
export declare const ListEventsRequestFilterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
3998
|
+
/**
|
|
3999
|
+
* @internal
|
|
4000
|
+
*/
|
|
4001
|
+
export declare const EventResourceFilterSensitiveLog: (obj: EventResource) => any;
|
|
4002
|
+
/**
|
|
4003
|
+
* @internal
|
|
4004
|
+
*/
|
|
4005
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
4006
|
+
/**
|
|
4007
|
+
* @internal
|
|
4008
|
+
*/
|
|
4009
|
+
export declare const ListEventsResponseFilterSensitiveLog: (obj: ListEventsResponse) => any;
|
|
4010
|
+
/**
|
|
4011
|
+
* @internal
|
|
4012
|
+
*/
|
|
4013
|
+
export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
4014
|
+
/**
|
|
4015
|
+
* @internal
|
|
4016
|
+
*/
|
|
4017
|
+
export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
|
|
4018
|
+
/**
|
|
4019
|
+
* @internal
|
|
4020
|
+
*/
|
|
4021
|
+
export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
4022
|
+
/**
|
|
4023
|
+
* @internal
|
|
4024
|
+
*/
|
|
4025
|
+
export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
4026
|
+
/**
|
|
4027
|
+
* @internal
|
|
4028
|
+
*/
|
|
4029
|
+
export declare const ListInsightsStatusFilterFilterSensitiveLog: (obj: ListInsightsStatusFilter) => any;
|
|
4030
|
+
/**
|
|
4031
|
+
* @internal
|
|
4032
|
+
*/
|
|
4033
|
+
export declare const ListInsightsRequestFilterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
4034
|
+
/**
|
|
4035
|
+
* @internal
|
|
4036
|
+
*/
|
|
4037
|
+
export declare const ServiceCollectionFilterSensitiveLog: (obj: ServiceCollection) => any;
|
|
4038
|
+
/**
|
|
4039
|
+
* @internal
|
|
4040
|
+
*/
|
|
4041
|
+
export declare const ProactiveInsightSummaryFilterSensitiveLog: (obj: ProactiveInsightSummary) => any;
|
|
4042
|
+
/**
|
|
4043
|
+
* @internal
|
|
4044
|
+
*/
|
|
4045
|
+
export declare const ReactiveInsightSummaryFilterSensitiveLog: (obj: ReactiveInsightSummary) => any;
|
|
4046
|
+
/**
|
|
4047
|
+
* @internal
|
|
4048
|
+
*/
|
|
4049
|
+
export declare const ListInsightsResponseFilterSensitiveLog: (obj: ListInsightsResponse) => any;
|
|
4050
|
+
/**
|
|
4051
|
+
* @internal
|
|
4052
|
+
*/
|
|
4053
|
+
export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (obj: ListMonitoredResourcesFilters) => any;
|
|
4054
|
+
/**
|
|
4055
|
+
* @internal
|
|
4056
|
+
*/
|
|
4057
|
+
export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (obj: ListMonitoredResourcesRequest) => any;
|
|
4058
|
+
/**
|
|
4059
|
+
* @internal
|
|
4060
|
+
*/
|
|
4061
|
+
export declare const MonitoredResourceIdentifierFilterSensitiveLog: (obj: MonitoredResourceIdentifier) => any;
|
|
4062
|
+
/**
|
|
4063
|
+
* @internal
|
|
4064
|
+
*/
|
|
4065
|
+
export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (obj: ListMonitoredResourcesResponse) => any;
|
|
4066
|
+
/**
|
|
4067
|
+
* @internal
|
|
4068
|
+
*/
|
|
4069
|
+
export declare const ListNotificationChannelsRequestFilterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
|
|
4070
|
+
/**
|
|
4071
|
+
* @internal
|
|
4072
|
+
*/
|
|
4073
|
+
export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
|
|
4074
|
+
/**
|
|
4075
|
+
* @internal
|
|
4076
|
+
*/
|
|
4077
|
+
export declare const ListNotificationChannelsResponseFilterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
4078
|
+
/**
|
|
4079
|
+
* @internal
|
|
4080
|
+
*/
|
|
4081
|
+
export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
4082
|
+
/**
|
|
4083
|
+
* @internal
|
|
4084
|
+
*/
|
|
4085
|
+
export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
4086
|
+
/**
|
|
4087
|
+
* @internal
|
|
4088
|
+
*/
|
|
4089
|
+
export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
4090
|
+
/**
|
|
4091
|
+
* @internal
|
|
4092
|
+
*/
|
|
4093
|
+
export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
4094
|
+
/**
|
|
4095
|
+
* @internal
|
|
4096
|
+
*/
|
|
4097
|
+
export declare const ListRecommendationsRequestFilterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
4098
|
+
/**
|
|
4099
|
+
* @internal
|
|
4100
|
+
*/
|
|
4101
|
+
export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
4102
|
+
/**
|
|
4103
|
+
* @internal
|
|
4104
|
+
*/
|
|
4105
|
+
export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
4106
|
+
/**
|
|
4107
|
+
* @internal
|
|
4108
|
+
*/
|
|
4109
|
+
export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
4110
|
+
/**
|
|
4111
|
+
* @internal
|
|
4112
|
+
*/
|
|
4113
|
+
export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
4114
|
+
/**
|
|
4115
|
+
* @internal
|
|
4116
|
+
*/
|
|
4117
|
+
export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
4118
|
+
/**
|
|
4119
|
+
* @internal
|
|
4120
|
+
*/
|
|
4121
|
+
export declare const RecommendationRelatedEventFilterSensitiveLog: (obj: RecommendationRelatedEvent) => any;
|
|
4122
|
+
/**
|
|
4123
|
+
* @internal
|
|
4124
|
+
*/
|
|
4125
|
+
export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
|
|
4126
|
+
/**
|
|
4127
|
+
* @internal
|
|
4128
|
+
*/
|
|
4129
|
+
export declare const ListRecommendationsResponseFilterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
4130
|
+
/**
|
|
4131
|
+
* @internal
|
|
4132
|
+
*/
|
|
4133
|
+
export declare const PutFeedbackRequestFilterSensitiveLog: (obj: PutFeedbackRequest) => any;
|
|
4134
|
+
/**
|
|
4135
|
+
* @internal
|
|
4136
|
+
*/
|
|
4137
|
+
export declare const PutFeedbackResponseFilterSensitiveLog: (obj: PutFeedbackResponse) => any;
|
|
4138
|
+
/**
|
|
4139
|
+
* @internal
|
|
4140
|
+
*/
|
|
4141
|
+
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
4142
|
+
/**
|
|
4143
|
+
* @internal
|
|
4144
|
+
*/
|
|
4145
|
+
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
4146
|
+
/**
|
|
4147
|
+
* @internal
|
|
4148
|
+
*/
|
|
4149
|
+
export declare const SearchInsightsFiltersFilterSensitiveLog: (obj: SearchInsightsFilters) => any;
|
|
4150
|
+
/**
|
|
4151
|
+
* @internal
|
|
4152
|
+
*/
|
|
4153
|
+
export declare const SearchInsightsRequestFilterSensitiveLog: (obj: SearchInsightsRequest) => any;
|
|
4154
|
+
/**
|
|
4155
|
+
* @internal
|
|
4156
|
+
*/
|
|
4157
|
+
export declare const SearchInsightsResponseFilterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
4158
|
+
/**
|
|
4159
|
+
* @internal
|
|
4160
|
+
*/
|
|
4161
|
+
export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
4162
|
+
/**
|
|
4163
|
+
* @internal
|
|
4164
|
+
*/
|
|
4165
|
+
export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
4166
|
+
/**
|
|
4167
|
+
* @internal
|
|
4168
|
+
*/
|
|
4169
|
+
export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
4170
|
+
/**
|
|
4171
|
+
* @internal
|
|
4172
|
+
*/
|
|
4173
|
+
export declare const StartCostEstimationRequestFilterSensitiveLog: (obj: StartCostEstimationRequest) => any;
|
|
4174
|
+
/**
|
|
4175
|
+
* @internal
|
|
4176
|
+
*/
|
|
4177
|
+
export declare const StartCostEstimationResponseFilterSensitiveLog: (obj: StartCostEstimationResponse) => any;
|
|
4178
|
+
/**
|
|
4179
|
+
* @internal
|
|
4180
|
+
*/
|
|
4181
|
+
export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (obj: UpdateEventSourcesConfigRequest) => any;
|
|
4182
|
+
/**
|
|
4183
|
+
* @internal
|
|
4184
|
+
*/
|
|
4185
|
+
export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (obj: UpdateEventSourcesConfigResponse) => any;
|
|
4186
|
+
/**
|
|
4187
|
+
* @internal
|
|
4188
|
+
*/
|
|
4189
|
+
export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
4190
|
+
/**
|
|
4191
|
+
* @internal
|
|
4192
|
+
*/
|
|
4193
|
+
export declare const UpdateTagCollectionFilterFilterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
|
|
4194
|
+
/**
|
|
4195
|
+
* @internal
|
|
4196
|
+
*/
|
|
4197
|
+
export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (obj: UpdateResourceCollectionFilter) => any;
|
|
4198
|
+
/**
|
|
4199
|
+
* @internal
|
|
4200
|
+
*/
|
|
4201
|
+
export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (obj: UpdateResourceCollectionRequest) => any;
|
|
4202
|
+
/**
|
|
4203
|
+
* @internal
|
|
4204
|
+
*/
|
|
4205
|
+
export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
|
|
4206
|
+
/**
|
|
4207
|
+
* @internal
|
|
4208
|
+
*/
|
|
4209
|
+
export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegrationConfig) => any;
|
|
4210
|
+
/**
|
|
4211
|
+
* @internal
|
|
4212
|
+
*/
|
|
4213
|
+
export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
4214
|
+
/**
|
|
4215
|
+
* @internal
|
|
4216
|
+
*/
|
|
4217
|
+
export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (obj: UpdateServiceIntegrationConfig) => any;
|
|
4218
|
+
/**
|
|
4219
|
+
* @internal
|
|
4220
|
+
*/
|
|
4221
|
+
export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (obj: UpdateServiceIntegrationRequest) => any;
|
|
4222
|
+
/**
|
|
4223
|
+
* @internal
|
|
4224
|
+
*/
|
|
4225
|
+
export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (obj: UpdateServiceIntegrationResponse) => any;
|