@aws-sdk/client-devops-guru 3.133.0 → 3.142.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/README.md +1 -1
- 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 +2 -2
- package/dist-cjs/commands/ListEventsCommand.js +2 -2
- package/dist-cjs/commands/ListInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -2
- 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/models/models_0.js +604 -904
- package/dist-cjs/protocols/Aws_restJson1.js +367 -636
- 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 +3 -3
- package/dist-es/commands/ListEventsCommand.js +3 -3
- package/dist-es/commands/ListInsightsCommand.js +3 -3
- package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -3
- 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/models/models_0.js +150 -600
- package/dist-es/protocols/Aws_restJson1.js +468 -634
- package/dist-types/models/models_0.d.ts +600 -900
- package/dist-types/ts3.4/models/models_0.d.ts +300 -600
- package/package.json +6 -6
|
@@ -15,10 +15,6 @@ export interface AccountInsightHealth {
|
|
|
15
15
|
|
|
16
16
|
OpenReactiveInsights?: number;
|
|
17
17
|
}
|
|
18
|
-
export declare namespace AccountInsightHealth {
|
|
19
|
-
|
|
20
|
-
const filterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
21
|
-
}
|
|
22
18
|
|
|
23
19
|
export interface AccountHealth {
|
|
24
20
|
|
|
@@ -26,44 +22,24 @@ export interface AccountHealth {
|
|
|
26
22
|
|
|
27
23
|
Insight?: AccountInsightHealth;
|
|
28
24
|
}
|
|
29
|
-
export declare namespace AccountHealth {
|
|
30
|
-
|
|
31
|
-
const filterSensitiveLog: (obj: AccountHealth) => any;
|
|
32
|
-
}
|
|
33
25
|
|
|
34
26
|
export interface SnsChannelConfig {
|
|
35
27
|
|
|
36
28
|
TopicArn?: string;
|
|
37
29
|
}
|
|
38
|
-
export declare namespace SnsChannelConfig {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: SnsChannelConfig) => any;
|
|
41
|
-
}
|
|
42
30
|
|
|
43
31
|
export interface NotificationChannelConfig {
|
|
44
32
|
|
|
45
33
|
Sns: SnsChannelConfig | undefined;
|
|
46
34
|
}
|
|
47
|
-
export declare namespace NotificationChannelConfig {
|
|
48
|
-
|
|
49
|
-
const filterSensitiveLog: (obj: NotificationChannelConfig) => any;
|
|
50
|
-
}
|
|
51
35
|
export interface AddNotificationChannelRequest {
|
|
52
36
|
|
|
53
37
|
Config: NotificationChannelConfig | undefined;
|
|
54
38
|
}
|
|
55
|
-
export declare namespace AddNotificationChannelRequest {
|
|
56
|
-
|
|
57
|
-
const filterSensitiveLog: (obj: AddNotificationChannelRequest) => any;
|
|
58
|
-
}
|
|
59
39
|
export interface AddNotificationChannelResponse {
|
|
60
40
|
|
|
61
41
|
Id: string | undefined;
|
|
62
42
|
}
|
|
63
|
-
export declare namespace AddNotificationChannelResponse {
|
|
64
|
-
|
|
65
|
-
const filterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
66
|
-
}
|
|
67
43
|
|
|
68
44
|
export declare class ConflictException extends __BaseException {
|
|
69
45
|
readonly name: "ConflictException";
|
|
@@ -127,10 +103,6 @@ export interface ValidationExceptionField {
|
|
|
127
103
|
|
|
128
104
|
Message: string | undefined;
|
|
129
105
|
}
|
|
130
|
-
export declare namespace ValidationExceptionField {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
133
|
-
}
|
|
134
106
|
export declare enum ValidationExceptionReason {
|
|
135
107
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
136
108
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -161,10 +133,6 @@ export interface AmazonCodeGuruProfilerIntegration {
|
|
|
161
133
|
|
|
162
134
|
Status?: EventSourceOptInStatus | string;
|
|
163
135
|
}
|
|
164
|
-
export declare namespace AmazonCodeGuruProfilerIntegration {
|
|
165
|
-
|
|
166
|
-
const filterSensitiveLog: (obj: AmazonCodeGuruProfilerIntegration) => any;
|
|
167
|
-
}
|
|
168
136
|
export declare enum LogAnomalyType {
|
|
169
137
|
BLOCK_FORMAT = "BLOCK_FORMAT",
|
|
170
138
|
FORMAT = "FORMAT",
|
|
@@ -192,19 +160,11 @@ export interface LogAnomalyClass {
|
|
|
192
160
|
|
|
193
161
|
LogEventTimestamp?: Date;
|
|
194
162
|
}
|
|
195
|
-
export declare namespace LogAnomalyClass {
|
|
196
|
-
|
|
197
|
-
const filterSensitiveLog: (obj: LogAnomalyClass) => any;
|
|
198
|
-
}
|
|
199
163
|
|
|
200
164
|
export interface LogAnomalyShowcase {
|
|
201
165
|
|
|
202
166
|
LogAnomalyClasses?: LogAnomalyClass[];
|
|
203
167
|
}
|
|
204
|
-
export declare namespace LogAnomalyShowcase {
|
|
205
|
-
|
|
206
|
-
const filterSensitiveLog: (obj: LogAnomalyShowcase) => any;
|
|
207
|
-
}
|
|
208
168
|
|
|
209
169
|
export interface AnomalousLogGroup {
|
|
210
170
|
|
|
@@ -218,10 +178,6 @@ export interface AnomalousLogGroup {
|
|
|
218
178
|
|
|
219
179
|
LogAnomalyShowcases?: LogAnomalyShowcase[];
|
|
220
180
|
}
|
|
221
|
-
export declare namespace AnomalousLogGroup {
|
|
222
|
-
|
|
223
|
-
const filterSensitiveLog: (obj: AnomalousLogGroup) => any;
|
|
224
|
-
}
|
|
225
181
|
|
|
226
182
|
export interface AnomalyReportedTimeRange {
|
|
227
183
|
|
|
@@ -229,10 +185,6 @@ export interface AnomalyReportedTimeRange {
|
|
|
229
185
|
|
|
230
186
|
CloseTime?: Date;
|
|
231
187
|
}
|
|
232
|
-
export declare namespace AnomalyReportedTimeRange {
|
|
233
|
-
|
|
234
|
-
const filterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
|
|
235
|
-
}
|
|
236
188
|
|
|
237
189
|
export interface AnomalyResource {
|
|
238
190
|
|
|
@@ -240,10 +192,6 @@ export interface AnomalyResource {
|
|
|
240
192
|
|
|
241
193
|
Type?: string;
|
|
242
194
|
}
|
|
243
|
-
export declare namespace AnomalyResource {
|
|
244
|
-
|
|
245
|
-
const filterSensitiveLog: (obj: AnomalyResource) => any;
|
|
246
|
-
}
|
|
247
195
|
export declare enum AnomalySeverity {
|
|
248
196
|
HIGH = "HIGH",
|
|
249
197
|
LOW = "LOW",
|
|
@@ -256,10 +204,6 @@ export interface CloudWatchMetricsDimension {
|
|
|
256
204
|
|
|
257
205
|
Value?: string;
|
|
258
206
|
}
|
|
259
|
-
export declare namespace CloudWatchMetricsDimension {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
262
|
-
}
|
|
263
207
|
export declare enum CloudWatchMetricDataStatusCode {
|
|
264
208
|
COMPLETE = "Complete",
|
|
265
209
|
INTERNAL_ERROR = "InternalError",
|
|
@@ -272,10 +216,6 @@ export interface TimestampMetricValuePair {
|
|
|
272
216
|
|
|
273
217
|
MetricValue?: number;
|
|
274
218
|
}
|
|
275
|
-
export declare namespace TimestampMetricValuePair {
|
|
276
|
-
|
|
277
|
-
const filterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
278
|
-
}
|
|
279
219
|
|
|
280
220
|
export interface CloudWatchMetricsDataSummary {
|
|
281
221
|
|
|
@@ -283,10 +223,6 @@ export interface CloudWatchMetricsDataSummary {
|
|
|
283
223
|
|
|
284
224
|
StatusCode?: CloudWatchMetricDataStatusCode | string;
|
|
285
225
|
}
|
|
286
|
-
export declare namespace CloudWatchMetricsDataSummary {
|
|
287
|
-
|
|
288
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
289
|
-
}
|
|
290
226
|
export declare enum CloudWatchMetricsStat {
|
|
291
227
|
AVERAGE = "Average",
|
|
292
228
|
MAXIMUM = "Maximum",
|
|
@@ -314,10 +250,6 @@ export interface CloudWatchMetricsDetail {
|
|
|
314
250
|
|
|
315
251
|
MetricDataSummary?: CloudWatchMetricsDataSummary;
|
|
316
252
|
}
|
|
317
|
-
export declare namespace CloudWatchMetricsDetail {
|
|
318
|
-
|
|
319
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
320
|
-
}
|
|
321
253
|
|
|
322
254
|
export interface PerformanceInsightsMetricDimensionGroup {
|
|
323
255
|
|
|
@@ -327,10 +259,6 @@ export interface PerformanceInsightsMetricDimensionGroup {
|
|
|
327
259
|
|
|
328
260
|
Limit?: number;
|
|
329
261
|
}
|
|
330
|
-
export declare namespace PerformanceInsightsMetricDimensionGroup {
|
|
331
|
-
|
|
332
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
|
|
333
|
-
}
|
|
334
262
|
|
|
335
263
|
export interface PerformanceInsightsMetricQuery {
|
|
336
264
|
|
|
@@ -340,28 +268,16 @@ export interface PerformanceInsightsMetricQuery {
|
|
|
340
268
|
|
|
341
269
|
Filter?: Record<string, string>;
|
|
342
270
|
}
|
|
343
|
-
export declare namespace PerformanceInsightsMetricQuery {
|
|
344
|
-
|
|
345
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
|
|
346
|
-
}
|
|
347
271
|
|
|
348
272
|
export interface PerformanceInsightsReferenceMetric {
|
|
349
273
|
|
|
350
274
|
MetricQuery?: PerformanceInsightsMetricQuery;
|
|
351
275
|
}
|
|
352
|
-
export declare namespace PerformanceInsightsReferenceMetric {
|
|
353
|
-
|
|
354
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
|
|
355
|
-
}
|
|
356
276
|
|
|
357
277
|
export interface PerformanceInsightsReferenceScalar {
|
|
358
278
|
|
|
359
279
|
Value?: number;
|
|
360
280
|
}
|
|
361
|
-
export declare namespace PerformanceInsightsReferenceScalar {
|
|
362
|
-
|
|
363
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
|
|
364
|
-
}
|
|
365
281
|
|
|
366
282
|
export interface PerformanceInsightsReferenceComparisonValues {
|
|
367
283
|
|
|
@@ -369,10 +285,6 @@ export interface PerformanceInsightsReferenceComparisonValues {
|
|
|
369
285
|
|
|
370
286
|
ReferenceMetric?: PerformanceInsightsReferenceMetric;
|
|
371
287
|
}
|
|
372
|
-
export declare namespace PerformanceInsightsReferenceComparisonValues {
|
|
373
|
-
|
|
374
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
|
|
375
|
-
}
|
|
376
288
|
|
|
377
289
|
export interface PerformanceInsightsReferenceData {
|
|
378
290
|
|
|
@@ -380,10 +292,6 @@ export interface PerformanceInsightsReferenceData {
|
|
|
380
292
|
|
|
381
293
|
ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
|
|
382
294
|
}
|
|
383
|
-
export declare namespace PerformanceInsightsReferenceData {
|
|
384
|
-
|
|
385
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
|
|
386
|
-
}
|
|
387
295
|
|
|
388
296
|
export interface PerformanceInsightsStat {
|
|
389
297
|
|
|
@@ -391,10 +299,6 @@ export interface PerformanceInsightsStat {
|
|
|
391
299
|
|
|
392
300
|
Value?: number;
|
|
393
301
|
}
|
|
394
|
-
export declare namespace PerformanceInsightsStat {
|
|
395
|
-
|
|
396
|
-
const filterSensitiveLog: (obj: PerformanceInsightsStat) => any;
|
|
397
|
-
}
|
|
398
302
|
|
|
399
303
|
export interface PerformanceInsightsMetricsDetail {
|
|
400
304
|
|
|
@@ -410,10 +314,6 @@ export interface PerformanceInsightsMetricsDetail {
|
|
|
410
314
|
|
|
411
315
|
StatsAtBaseline?: PerformanceInsightsStat[];
|
|
412
316
|
}
|
|
413
|
-
export declare namespace PerformanceInsightsMetricsDetail {
|
|
414
|
-
|
|
415
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
|
|
416
|
-
}
|
|
417
317
|
|
|
418
318
|
export interface AnomalySourceDetails {
|
|
419
319
|
|
|
@@ -421,10 +321,6 @@ export interface AnomalySourceDetails {
|
|
|
421
321
|
|
|
422
322
|
PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
|
|
423
323
|
}
|
|
424
|
-
export declare namespace AnomalySourceDetails {
|
|
425
|
-
|
|
426
|
-
const filterSensitiveLog: (obj: AnomalySourceDetails) => any;
|
|
427
|
-
}
|
|
428
324
|
|
|
429
325
|
export interface AnomalySourceMetadata {
|
|
430
326
|
|
|
@@ -434,10 +330,6 @@ export interface AnomalySourceMetadata {
|
|
|
434
330
|
|
|
435
331
|
SourceResourceType?: string;
|
|
436
332
|
}
|
|
437
|
-
export declare namespace AnomalySourceMetadata {
|
|
438
|
-
|
|
439
|
-
const filterSensitiveLog: (obj: AnomalySourceMetadata) => any;
|
|
440
|
-
}
|
|
441
333
|
export declare enum AnomalyStatus {
|
|
442
334
|
CLOSED = "CLOSED",
|
|
443
335
|
ONGOING = "ONGOING"
|
|
@@ -449,10 +341,6 @@ export interface AnomalyTimeRange {
|
|
|
449
341
|
|
|
450
342
|
EndTime?: Date;
|
|
451
343
|
}
|
|
452
|
-
export declare namespace AnomalyTimeRange {
|
|
453
|
-
|
|
454
|
-
const filterSensitiveLog: (obj: AnomalyTimeRange) => any;
|
|
455
|
-
}
|
|
456
344
|
export declare enum AnomalyType {
|
|
457
345
|
CAUSAL = "CAUSAL",
|
|
458
346
|
CONTEXTUAL = "CONTEXTUAL"
|
|
@@ -461,22 +349,10 @@ export interface DeleteInsightRequest {
|
|
|
461
349
|
|
|
462
350
|
Id: string | undefined;
|
|
463
351
|
}
|
|
464
|
-
export declare namespace DeleteInsightRequest {
|
|
465
|
-
|
|
466
|
-
const filterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
467
|
-
}
|
|
468
352
|
export interface DeleteInsightResponse {
|
|
469
353
|
}
|
|
470
|
-
export declare namespace DeleteInsightResponse {
|
|
471
|
-
|
|
472
|
-
const filterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
473
|
-
}
|
|
474
354
|
export interface DescribeAccountHealthRequest {
|
|
475
355
|
}
|
|
476
|
-
export declare namespace DescribeAccountHealthRequest {
|
|
477
|
-
|
|
478
|
-
const filterSensitiveLog: (obj: DescribeAccountHealthRequest) => any;
|
|
479
|
-
}
|
|
480
356
|
export interface DescribeAccountHealthResponse {
|
|
481
357
|
|
|
482
358
|
OpenReactiveInsights: number | undefined;
|
|
@@ -487,20 +363,12 @@ export interface DescribeAccountHealthResponse {
|
|
|
487
363
|
|
|
488
364
|
ResourceHours: number | undefined;
|
|
489
365
|
}
|
|
490
|
-
export declare namespace DescribeAccountHealthResponse {
|
|
491
|
-
|
|
492
|
-
const filterSensitiveLog: (obj: DescribeAccountHealthResponse) => any;
|
|
493
|
-
}
|
|
494
366
|
export interface DescribeAccountOverviewRequest {
|
|
495
367
|
|
|
496
368
|
FromTime: Date | undefined;
|
|
497
369
|
|
|
498
370
|
ToTime?: Date;
|
|
499
371
|
}
|
|
500
|
-
export declare namespace DescribeAccountOverviewRequest {
|
|
501
|
-
|
|
502
|
-
const filterSensitiveLog: (obj: DescribeAccountOverviewRequest) => any;
|
|
503
|
-
}
|
|
504
372
|
export interface DescribeAccountOverviewResponse {
|
|
505
373
|
|
|
506
374
|
ReactiveInsights: number | undefined;
|
|
@@ -509,20 +377,12 @@ export interface DescribeAccountOverviewResponse {
|
|
|
509
377
|
|
|
510
378
|
MeanTimeToRecoverInMilliseconds: number | undefined;
|
|
511
379
|
}
|
|
512
|
-
export declare namespace DescribeAccountOverviewResponse {
|
|
513
|
-
|
|
514
|
-
const filterSensitiveLog: (obj: DescribeAccountOverviewResponse) => any;
|
|
515
|
-
}
|
|
516
380
|
export interface DescribeAnomalyRequest {
|
|
517
381
|
|
|
518
382
|
Id: string | undefined;
|
|
519
383
|
|
|
520
384
|
AccountId?: string;
|
|
521
385
|
}
|
|
522
|
-
export declare namespace DescribeAnomalyRequest {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
525
|
-
}
|
|
526
386
|
|
|
527
387
|
export interface PredictionTimeRange {
|
|
528
388
|
|
|
@@ -530,19 +390,11 @@ export interface PredictionTimeRange {
|
|
|
530
390
|
|
|
531
391
|
EndTime?: Date;
|
|
532
392
|
}
|
|
533
|
-
export declare namespace PredictionTimeRange {
|
|
534
|
-
|
|
535
|
-
const filterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
536
|
-
}
|
|
537
393
|
|
|
538
394
|
export interface CloudFormationCollection {
|
|
539
395
|
|
|
540
396
|
StackNames?: string[];
|
|
541
397
|
}
|
|
542
|
-
export declare namespace CloudFormationCollection {
|
|
543
|
-
|
|
544
|
-
const filterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
545
|
-
}
|
|
546
398
|
|
|
547
399
|
export interface TagCollection {
|
|
548
400
|
|
|
@@ -550,10 +402,6 @@ export interface TagCollection {
|
|
|
550
402
|
|
|
551
403
|
TagValues: string[] | undefined;
|
|
552
404
|
}
|
|
553
|
-
export declare namespace TagCollection {
|
|
554
|
-
|
|
555
|
-
const filterSensitiveLog: (obj: TagCollection) => any;
|
|
556
|
-
}
|
|
557
405
|
|
|
558
406
|
export interface ResourceCollection {
|
|
559
407
|
|
|
@@ -561,10 +409,6 @@ export interface ResourceCollection {
|
|
|
561
409
|
|
|
562
410
|
Tags?: TagCollection[];
|
|
563
411
|
}
|
|
564
|
-
export declare namespace ResourceCollection {
|
|
565
|
-
|
|
566
|
-
const filterSensitiveLog: (obj: ResourceCollection) => any;
|
|
567
|
-
}
|
|
568
412
|
|
|
569
413
|
export interface ProactiveAnomaly {
|
|
570
414
|
|
|
@@ -594,10 +438,6 @@ export interface ProactiveAnomaly {
|
|
|
594
438
|
|
|
595
439
|
AnomalyResources?: AnomalyResource[];
|
|
596
440
|
}
|
|
597
|
-
export declare namespace ProactiveAnomaly {
|
|
598
|
-
|
|
599
|
-
const filterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
600
|
-
}
|
|
601
441
|
|
|
602
442
|
export interface ReactiveAnomaly {
|
|
603
443
|
|
|
@@ -627,51 +467,27 @@ export interface ReactiveAnomaly {
|
|
|
627
467
|
|
|
628
468
|
AnomalyResources?: AnomalyResource[];
|
|
629
469
|
}
|
|
630
|
-
export declare namespace ReactiveAnomaly {
|
|
631
|
-
|
|
632
|
-
const filterSensitiveLog: (obj: ReactiveAnomaly) => any;
|
|
633
|
-
}
|
|
634
470
|
export interface DescribeAnomalyResponse {
|
|
635
471
|
|
|
636
472
|
ProactiveAnomaly?: ProactiveAnomaly;
|
|
637
473
|
|
|
638
474
|
ReactiveAnomaly?: ReactiveAnomaly;
|
|
639
475
|
}
|
|
640
|
-
export declare namespace DescribeAnomalyResponse {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: DescribeAnomalyResponse) => any;
|
|
643
|
-
}
|
|
644
476
|
export interface DescribeEventSourcesConfigRequest {
|
|
645
477
|
}
|
|
646
|
-
export declare namespace DescribeEventSourcesConfigRequest {
|
|
647
|
-
|
|
648
|
-
const filterSensitiveLog: (obj: DescribeEventSourcesConfigRequest) => any;
|
|
649
|
-
}
|
|
650
478
|
|
|
651
479
|
export interface EventSourcesConfig {
|
|
652
480
|
|
|
653
481
|
AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
|
|
654
482
|
}
|
|
655
|
-
export declare namespace EventSourcesConfig {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: EventSourcesConfig) => any;
|
|
658
|
-
}
|
|
659
483
|
export interface DescribeEventSourcesConfigResponse {
|
|
660
484
|
|
|
661
485
|
EventSources?: EventSourcesConfig;
|
|
662
486
|
}
|
|
663
|
-
export declare namespace DescribeEventSourcesConfigResponse {
|
|
664
|
-
|
|
665
|
-
const filterSensitiveLog: (obj: DescribeEventSourcesConfigResponse) => any;
|
|
666
|
-
}
|
|
667
487
|
export interface DescribeFeedbackRequest {
|
|
668
488
|
|
|
669
489
|
InsightId?: string;
|
|
670
490
|
}
|
|
671
|
-
export declare namespace DescribeFeedbackRequest {
|
|
672
|
-
|
|
673
|
-
const filterSensitiveLog: (obj: DescribeFeedbackRequest) => any;
|
|
674
|
-
}
|
|
675
491
|
export declare enum InsightFeedbackOption {
|
|
676
492
|
ALERT_TOO_SENSITIVE = "ALERT_TOO_SENSITIVE",
|
|
677
493
|
DATA_INCORRECT = "DATA_INCORRECT",
|
|
@@ -686,28 +502,16 @@ export interface InsightFeedback {
|
|
|
686
502
|
|
|
687
503
|
Feedback?: InsightFeedbackOption | string;
|
|
688
504
|
}
|
|
689
|
-
export declare namespace InsightFeedback {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: InsightFeedback) => any;
|
|
692
|
-
}
|
|
693
505
|
export interface DescribeFeedbackResponse {
|
|
694
506
|
|
|
695
507
|
InsightFeedback?: InsightFeedback;
|
|
696
508
|
}
|
|
697
|
-
export declare namespace DescribeFeedbackResponse {
|
|
698
|
-
|
|
699
|
-
const filterSensitiveLog: (obj: DescribeFeedbackResponse) => any;
|
|
700
|
-
}
|
|
701
509
|
export interface DescribeInsightRequest {
|
|
702
510
|
|
|
703
511
|
Id: string | undefined;
|
|
704
512
|
|
|
705
513
|
AccountId?: string;
|
|
706
514
|
}
|
|
707
|
-
export declare namespace DescribeInsightRequest {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: DescribeInsightRequest) => any;
|
|
710
|
-
}
|
|
711
515
|
|
|
712
516
|
export interface InsightTimeRange {
|
|
713
517
|
|
|
@@ -715,10 +519,6 @@ export interface InsightTimeRange {
|
|
|
715
519
|
|
|
716
520
|
EndTime?: Date;
|
|
717
521
|
}
|
|
718
|
-
export declare namespace InsightTimeRange {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: InsightTimeRange) => any;
|
|
721
|
-
}
|
|
722
522
|
export declare enum InsightSeverity {
|
|
723
523
|
HIGH = "HIGH",
|
|
724
524
|
LOW = "LOW",
|
|
@@ -749,10 +549,6 @@ export interface ProactiveInsight {
|
|
|
749
549
|
|
|
750
550
|
Description?: string;
|
|
751
551
|
}
|
|
752
|
-
export declare namespace ProactiveInsight {
|
|
753
|
-
|
|
754
|
-
const filterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
755
|
-
}
|
|
756
552
|
|
|
757
553
|
export interface ReactiveInsight {
|
|
758
554
|
|
|
@@ -772,30 +568,18 @@ export interface ReactiveInsight {
|
|
|
772
568
|
|
|
773
569
|
Description?: string;
|
|
774
570
|
}
|
|
775
|
-
export declare namespace ReactiveInsight {
|
|
776
|
-
|
|
777
|
-
const filterSensitiveLog: (obj: ReactiveInsight) => any;
|
|
778
|
-
}
|
|
779
571
|
export interface DescribeInsightResponse {
|
|
780
572
|
|
|
781
573
|
ProactiveInsight?: ProactiveInsight;
|
|
782
574
|
|
|
783
575
|
ReactiveInsight?: ReactiveInsight;
|
|
784
576
|
}
|
|
785
|
-
export declare namespace DescribeInsightResponse {
|
|
786
|
-
|
|
787
|
-
const filterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
788
|
-
}
|
|
789
577
|
export interface DescribeOrganizationHealthRequest {
|
|
790
578
|
|
|
791
579
|
AccountIds?: string[];
|
|
792
580
|
|
|
793
581
|
OrganizationalUnitIds?: string[];
|
|
794
582
|
}
|
|
795
|
-
export declare namespace DescribeOrganizationHealthRequest {
|
|
796
|
-
|
|
797
|
-
const filterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
798
|
-
}
|
|
799
583
|
export interface DescribeOrganizationHealthResponse {
|
|
800
584
|
|
|
801
585
|
OpenReactiveInsights: number | undefined;
|
|
@@ -806,10 +590,6 @@ export interface DescribeOrganizationHealthResponse {
|
|
|
806
590
|
|
|
807
591
|
ResourceHours: number | undefined;
|
|
808
592
|
}
|
|
809
|
-
export declare namespace DescribeOrganizationHealthResponse {
|
|
810
|
-
|
|
811
|
-
const filterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
812
|
-
}
|
|
813
593
|
export interface DescribeOrganizationOverviewRequest {
|
|
814
594
|
|
|
815
595
|
FromTime: Date | undefined;
|
|
@@ -820,20 +600,12 @@ export interface DescribeOrganizationOverviewRequest {
|
|
|
820
600
|
|
|
821
601
|
OrganizationalUnitIds?: string[];
|
|
822
602
|
}
|
|
823
|
-
export declare namespace DescribeOrganizationOverviewRequest {
|
|
824
|
-
|
|
825
|
-
const filterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
826
|
-
}
|
|
827
603
|
export interface DescribeOrganizationOverviewResponse {
|
|
828
604
|
|
|
829
605
|
ReactiveInsights: number | undefined;
|
|
830
606
|
|
|
831
607
|
ProactiveInsights: number | undefined;
|
|
832
608
|
}
|
|
833
|
-
export declare namespace DescribeOrganizationOverviewResponse {
|
|
834
|
-
|
|
835
|
-
const filterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
836
|
-
}
|
|
837
609
|
export declare enum OrganizationResourceCollectionType {
|
|
838
610
|
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
839
611
|
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
@@ -852,10 +624,6 @@ export interface DescribeOrganizationResourceCollectionHealthRequest {
|
|
|
852
624
|
|
|
853
625
|
MaxResults?: number;
|
|
854
626
|
}
|
|
855
|
-
export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
|
|
856
|
-
|
|
857
|
-
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
858
|
-
}
|
|
859
627
|
|
|
860
628
|
export interface InsightHealth {
|
|
861
629
|
|
|
@@ -865,10 +633,6 @@ export interface InsightHealth {
|
|
|
865
633
|
|
|
866
634
|
MeanTimeToRecoverInMilliseconds?: number;
|
|
867
635
|
}
|
|
868
|
-
export declare namespace InsightHealth {
|
|
869
|
-
|
|
870
|
-
const filterSensitiveLog: (obj: InsightHealth) => any;
|
|
871
|
-
}
|
|
872
636
|
|
|
873
637
|
export interface CloudFormationHealth {
|
|
874
638
|
|
|
@@ -876,10 +640,6 @@ export interface CloudFormationHealth {
|
|
|
876
640
|
|
|
877
641
|
Insight?: InsightHealth;
|
|
878
642
|
}
|
|
879
|
-
export declare namespace CloudFormationHealth {
|
|
880
|
-
|
|
881
|
-
const filterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
882
|
-
}
|
|
883
643
|
|
|
884
644
|
export interface ServiceInsightHealth {
|
|
885
645
|
|
|
@@ -887,10 +647,6 @@ export interface ServiceInsightHealth {
|
|
|
887
647
|
|
|
888
648
|
OpenReactiveInsights?: number;
|
|
889
649
|
}
|
|
890
|
-
export declare namespace ServiceInsightHealth {
|
|
891
|
-
|
|
892
|
-
const filterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
893
|
-
}
|
|
894
650
|
export declare enum ServiceName {
|
|
895
651
|
API_GATEWAY = "API_GATEWAY",
|
|
896
652
|
APPLICATION_ELB = "APPLICATION_ELB",
|
|
@@ -925,10 +681,6 @@ export interface ServiceHealth {
|
|
|
925
681
|
|
|
926
682
|
Insight?: ServiceInsightHealth;
|
|
927
683
|
}
|
|
928
|
-
export declare namespace ServiceHealth {
|
|
929
|
-
|
|
930
|
-
const filterSensitiveLog: (obj: ServiceHealth) => any;
|
|
931
|
-
}
|
|
932
684
|
|
|
933
685
|
export interface TagHealth {
|
|
934
686
|
|
|
@@ -938,10 +690,6 @@ export interface TagHealth {
|
|
|
938
690
|
|
|
939
691
|
Insight?: InsightHealth;
|
|
940
692
|
}
|
|
941
|
-
export declare namespace TagHealth {
|
|
942
|
-
|
|
943
|
-
const filterSensitiveLog: (obj: TagHealth) => any;
|
|
944
|
-
}
|
|
945
693
|
export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
946
694
|
|
|
947
695
|
CloudFormation?: CloudFormationHealth[];
|
|
@@ -954,10 +702,6 @@ export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
|
954
702
|
|
|
955
703
|
Tags?: TagHealth[];
|
|
956
704
|
}
|
|
957
|
-
export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
|
|
958
|
-
|
|
959
|
-
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
960
|
-
}
|
|
961
705
|
export declare enum ResourceCollectionType {
|
|
962
706
|
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
963
707
|
AWS_SERVICE = "AWS_SERVICE",
|
|
@@ -969,10 +713,6 @@ export interface DescribeResourceCollectionHealthRequest {
|
|
|
969
713
|
|
|
970
714
|
NextToken?: string;
|
|
971
715
|
}
|
|
972
|
-
export declare namespace DescribeResourceCollectionHealthRequest {
|
|
973
|
-
|
|
974
|
-
const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
975
|
-
}
|
|
976
716
|
export interface DescribeResourceCollectionHealthResponse {
|
|
977
717
|
|
|
978
718
|
CloudFormation?: CloudFormationHealth[];
|
|
@@ -983,16 +723,8 @@ export interface DescribeResourceCollectionHealthResponse {
|
|
|
983
723
|
|
|
984
724
|
Tags?: TagHealth[];
|
|
985
725
|
}
|
|
986
|
-
export declare namespace DescribeResourceCollectionHealthResponse {
|
|
987
|
-
|
|
988
|
-
const filterSensitiveLog: (obj: DescribeResourceCollectionHealthResponse) => any;
|
|
989
|
-
}
|
|
990
726
|
export interface DescribeServiceIntegrationRequest {
|
|
991
727
|
}
|
|
992
|
-
export declare namespace DescribeServiceIntegrationRequest {
|
|
993
|
-
|
|
994
|
-
const filterSensitiveLog: (obj: DescribeServiceIntegrationRequest) => any;
|
|
995
|
-
}
|
|
996
728
|
export declare enum OptInStatus {
|
|
997
729
|
DISABLED = "DISABLED",
|
|
998
730
|
ENABLED = "ENABLED"
|
|
@@ -1002,19 +734,11 @@ export interface LogsAnomalyDetectionIntegration {
|
|
|
1002
734
|
|
|
1003
735
|
OptInStatus?: OptInStatus | string;
|
|
1004
736
|
}
|
|
1005
|
-
export declare namespace LogsAnomalyDetectionIntegration {
|
|
1006
|
-
|
|
1007
|
-
const filterSensitiveLog: (obj: LogsAnomalyDetectionIntegration) => any;
|
|
1008
|
-
}
|
|
1009
737
|
|
|
1010
738
|
export interface OpsCenterIntegration {
|
|
1011
739
|
|
|
1012
740
|
OptInStatus?: OptInStatus | string;
|
|
1013
741
|
}
|
|
1014
|
-
export declare namespace OpsCenterIntegration {
|
|
1015
|
-
|
|
1016
|
-
const filterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
1017
|
-
}
|
|
1018
742
|
|
|
1019
743
|
export interface ServiceIntegrationConfig {
|
|
1020
744
|
|
|
@@ -1022,26 +746,14 @@ export interface ServiceIntegrationConfig {
|
|
|
1022
746
|
|
|
1023
747
|
LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
|
|
1024
748
|
}
|
|
1025
|
-
export declare namespace ServiceIntegrationConfig {
|
|
1026
|
-
|
|
1027
|
-
const filterSensitiveLog: (obj: ServiceIntegrationConfig) => any;
|
|
1028
|
-
}
|
|
1029
749
|
export interface DescribeServiceIntegrationResponse {
|
|
1030
750
|
|
|
1031
751
|
ServiceIntegration?: ServiceIntegrationConfig;
|
|
1032
752
|
}
|
|
1033
|
-
export declare namespace DescribeServiceIntegrationResponse {
|
|
1034
|
-
|
|
1035
|
-
const filterSensitiveLog: (obj: DescribeServiceIntegrationResponse) => any;
|
|
1036
|
-
}
|
|
1037
753
|
export interface GetCostEstimationRequest {
|
|
1038
754
|
|
|
1039
755
|
NextToken?: string;
|
|
1040
756
|
}
|
|
1041
|
-
export declare namespace GetCostEstimationRequest {
|
|
1042
|
-
|
|
1043
|
-
const filterSensitiveLog: (obj: GetCostEstimationRequest) => any;
|
|
1044
|
-
}
|
|
1045
757
|
export declare enum CostEstimationServiceResourceState {
|
|
1046
758
|
ACTIVE = "ACTIVE",
|
|
1047
759
|
INACTIVE = "INACTIVE"
|
|
@@ -1059,19 +771,11 @@ export interface ServiceResourceCost {
|
|
|
1059
771
|
|
|
1060
772
|
Cost?: number;
|
|
1061
773
|
}
|
|
1062
|
-
export declare namespace ServiceResourceCost {
|
|
1063
|
-
|
|
1064
|
-
const filterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
1065
|
-
}
|
|
1066
774
|
|
|
1067
775
|
export interface CloudFormationCostEstimationResourceCollectionFilter {
|
|
1068
776
|
|
|
1069
777
|
StackNames?: string[];
|
|
1070
778
|
}
|
|
1071
|
-
export declare namespace CloudFormationCostEstimationResourceCollectionFilter {
|
|
1072
|
-
|
|
1073
|
-
const filterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
1074
|
-
}
|
|
1075
779
|
|
|
1076
780
|
export interface TagCostEstimationResourceCollectionFilter {
|
|
1077
781
|
|
|
@@ -1079,10 +783,6 @@ export interface TagCostEstimationResourceCollectionFilter {
|
|
|
1079
783
|
|
|
1080
784
|
TagValues: string[] | undefined;
|
|
1081
785
|
}
|
|
1082
|
-
export declare namespace TagCostEstimationResourceCollectionFilter {
|
|
1083
|
-
|
|
1084
|
-
const filterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
|
|
1085
|
-
}
|
|
1086
786
|
|
|
1087
787
|
export interface CostEstimationResourceCollectionFilter {
|
|
1088
788
|
|
|
@@ -1090,10 +790,6 @@ export interface CostEstimationResourceCollectionFilter {
|
|
|
1090
790
|
|
|
1091
791
|
Tags?: TagCostEstimationResourceCollectionFilter[];
|
|
1092
792
|
}
|
|
1093
|
-
export declare namespace CostEstimationResourceCollectionFilter {
|
|
1094
|
-
|
|
1095
|
-
const filterSensitiveLog: (obj: CostEstimationResourceCollectionFilter) => any;
|
|
1096
|
-
}
|
|
1097
793
|
export declare enum CostEstimationStatus {
|
|
1098
794
|
COMPLETED = "COMPLETED",
|
|
1099
795
|
ONGOING = "ONGOING"
|
|
@@ -1105,10 +801,6 @@ export interface CostEstimationTimeRange {
|
|
|
1105
801
|
|
|
1106
802
|
EndTime?: Date;
|
|
1107
803
|
}
|
|
1108
|
-
export declare namespace CostEstimationTimeRange {
|
|
1109
|
-
|
|
1110
|
-
const filterSensitiveLog: (obj: CostEstimationTimeRange) => any;
|
|
1111
|
-
}
|
|
1112
804
|
export interface GetCostEstimationResponse {
|
|
1113
805
|
|
|
1114
806
|
ResourceCollection?: CostEstimationResourceCollectionFilter;
|
|
@@ -1123,29 +815,17 @@ export interface GetCostEstimationResponse {
|
|
|
1123
815
|
|
|
1124
816
|
NextToken?: string;
|
|
1125
817
|
}
|
|
1126
|
-
export declare namespace GetCostEstimationResponse {
|
|
1127
|
-
|
|
1128
|
-
const filterSensitiveLog: (obj: GetCostEstimationResponse) => any;
|
|
1129
|
-
}
|
|
1130
818
|
export interface GetResourceCollectionRequest {
|
|
1131
819
|
|
|
1132
820
|
ResourceCollectionType: ResourceCollectionType | string | undefined;
|
|
1133
821
|
|
|
1134
822
|
NextToken?: string;
|
|
1135
823
|
}
|
|
1136
|
-
export declare namespace GetResourceCollectionRequest {
|
|
1137
|
-
|
|
1138
|
-
const filterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
1139
|
-
}
|
|
1140
824
|
|
|
1141
825
|
export interface CloudFormationCollectionFilter {
|
|
1142
826
|
|
|
1143
827
|
StackNames?: string[];
|
|
1144
828
|
}
|
|
1145
|
-
export declare namespace CloudFormationCollectionFilter {
|
|
1146
|
-
|
|
1147
|
-
const filterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
1148
|
-
}
|
|
1149
829
|
|
|
1150
830
|
export interface TagCollectionFilter {
|
|
1151
831
|
|
|
@@ -1153,10 +833,6 @@ export interface TagCollectionFilter {
|
|
|
1153
833
|
|
|
1154
834
|
TagValues: string[] | undefined;
|
|
1155
835
|
}
|
|
1156
|
-
export declare namespace TagCollectionFilter {
|
|
1157
|
-
|
|
1158
|
-
const filterSensitiveLog: (obj: TagCollectionFilter) => any;
|
|
1159
|
-
}
|
|
1160
836
|
|
|
1161
837
|
export interface ResourceCollectionFilter {
|
|
1162
838
|
|
|
@@ -1164,20 +840,12 @@ export interface ResourceCollectionFilter {
|
|
|
1164
840
|
|
|
1165
841
|
Tags?: TagCollectionFilter[];
|
|
1166
842
|
}
|
|
1167
|
-
export declare namespace ResourceCollectionFilter {
|
|
1168
|
-
|
|
1169
|
-
const filterSensitiveLog: (obj: ResourceCollectionFilter) => any;
|
|
1170
|
-
}
|
|
1171
843
|
export interface GetResourceCollectionResponse {
|
|
1172
844
|
|
|
1173
845
|
ResourceCollection?: ResourceCollectionFilter;
|
|
1174
846
|
|
|
1175
847
|
NextToken?: string;
|
|
1176
848
|
}
|
|
1177
|
-
export declare namespace GetResourceCollectionResponse {
|
|
1178
|
-
|
|
1179
|
-
const filterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
1180
|
-
}
|
|
1181
849
|
|
|
1182
850
|
export interface StartTimeRange {
|
|
1183
851
|
|
|
@@ -1185,10 +853,6 @@ export interface StartTimeRange {
|
|
|
1185
853
|
|
|
1186
854
|
ToTime?: Date;
|
|
1187
855
|
}
|
|
1188
|
-
export declare namespace StartTimeRange {
|
|
1189
|
-
|
|
1190
|
-
const filterSensitiveLog: (obj: StartTimeRange) => any;
|
|
1191
|
-
}
|
|
1192
856
|
export interface ListAnomaliesForInsightRequest {
|
|
1193
857
|
|
|
1194
858
|
InsightId: string | undefined;
|
|
@@ -1201,10 +865,6 @@ export interface ListAnomaliesForInsightRequest {
|
|
|
1201
865
|
|
|
1202
866
|
AccountId?: string;
|
|
1203
867
|
}
|
|
1204
|
-
export declare namespace ListAnomaliesForInsightRequest {
|
|
1205
|
-
|
|
1206
|
-
const filterSensitiveLog: (obj: ListAnomaliesForInsightRequest) => any;
|
|
1207
|
-
}
|
|
1208
868
|
|
|
1209
869
|
export interface ProactiveAnomalySummary {
|
|
1210
870
|
|
|
@@ -1234,10 +894,6 @@ export interface ProactiveAnomalySummary {
|
|
|
1234
894
|
|
|
1235
895
|
AnomalyResources?: AnomalyResource[];
|
|
1236
896
|
}
|
|
1237
|
-
export declare namespace ProactiveAnomalySummary {
|
|
1238
|
-
|
|
1239
|
-
const filterSensitiveLog: (obj: ProactiveAnomalySummary) => any;
|
|
1240
|
-
}
|
|
1241
897
|
|
|
1242
898
|
export interface ReactiveAnomalySummary {
|
|
1243
899
|
|
|
@@ -1267,10 +923,6 @@ export interface ReactiveAnomalySummary {
|
|
|
1267
923
|
|
|
1268
924
|
AnomalyResources?: AnomalyResource[];
|
|
1269
925
|
}
|
|
1270
|
-
export declare namespace ReactiveAnomalySummary {
|
|
1271
|
-
|
|
1272
|
-
const filterSensitiveLog: (obj: ReactiveAnomalySummary) => any;
|
|
1273
|
-
}
|
|
1274
926
|
export interface ListAnomaliesForInsightResponse {
|
|
1275
927
|
|
|
1276
928
|
ProactiveAnomalies?: ProactiveAnomalySummary[];
|
|
@@ -1279,10 +931,6 @@ export interface ListAnomaliesForInsightResponse {
|
|
|
1279
931
|
|
|
1280
932
|
NextToken?: string;
|
|
1281
933
|
}
|
|
1282
|
-
export declare namespace ListAnomaliesForInsightResponse {
|
|
1283
|
-
|
|
1284
|
-
const filterSensitiveLog: (obj: ListAnomaliesForInsightResponse) => any;
|
|
1285
|
-
}
|
|
1286
934
|
export interface ListAnomalousLogGroupsRequest {
|
|
1287
935
|
|
|
1288
936
|
InsightId: string | undefined;
|
|
@@ -1291,10 +939,6 @@ export interface ListAnomalousLogGroupsRequest {
|
|
|
1291
939
|
|
|
1292
940
|
NextToken?: string;
|
|
1293
941
|
}
|
|
1294
|
-
export declare namespace ListAnomalousLogGroupsRequest {
|
|
1295
|
-
|
|
1296
|
-
const filterSensitiveLog: (obj: ListAnomalousLogGroupsRequest) => any;
|
|
1297
|
-
}
|
|
1298
942
|
export interface ListAnomalousLogGroupsResponse {
|
|
1299
943
|
|
|
1300
944
|
InsightId: string | undefined;
|
|
@@ -1303,10 +947,6 @@ export interface ListAnomalousLogGroupsResponse {
|
|
|
1303
947
|
|
|
1304
948
|
NextToken?: string;
|
|
1305
949
|
}
|
|
1306
|
-
export declare namespace ListAnomalousLogGroupsResponse {
|
|
1307
|
-
|
|
1308
|
-
const filterSensitiveLog: (obj: ListAnomalousLogGroupsResponse) => any;
|
|
1309
|
-
}
|
|
1310
950
|
export declare enum EventDataSource {
|
|
1311
951
|
AWS_CLOUD_TRAIL = "AWS_CLOUD_TRAIL",
|
|
1312
952
|
AWS_CODE_DEPLOY = "AWS_CODE_DEPLOY"
|
|
@@ -1325,10 +965,6 @@ export interface EventTimeRange {
|
|
|
1325
965
|
|
|
1326
966
|
ToTime: Date | undefined;
|
|
1327
967
|
}
|
|
1328
|
-
export declare namespace EventTimeRange {
|
|
1329
|
-
|
|
1330
|
-
const filterSensitiveLog: (obj: EventTimeRange) => any;
|
|
1331
|
-
}
|
|
1332
968
|
|
|
1333
969
|
export interface ListEventsFilters {
|
|
1334
970
|
|
|
@@ -1344,10 +980,6 @@ export interface ListEventsFilters {
|
|
|
1344
980
|
|
|
1345
981
|
ResourceCollection?: ResourceCollection;
|
|
1346
982
|
}
|
|
1347
|
-
export declare namespace ListEventsFilters {
|
|
1348
|
-
|
|
1349
|
-
const filterSensitiveLog: (obj: ListEventsFilters) => any;
|
|
1350
|
-
}
|
|
1351
983
|
export interface ListEventsRequest {
|
|
1352
984
|
|
|
1353
985
|
Filters: ListEventsFilters | undefined;
|
|
@@ -1358,10 +990,6 @@ export interface ListEventsRequest {
|
|
|
1358
990
|
|
|
1359
991
|
AccountId?: string;
|
|
1360
992
|
}
|
|
1361
|
-
export declare namespace ListEventsRequest {
|
|
1362
|
-
|
|
1363
|
-
const filterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
1364
|
-
}
|
|
1365
993
|
|
|
1366
994
|
export interface EventResource {
|
|
1367
995
|
|
|
@@ -1371,10 +999,6 @@ export interface EventResource {
|
|
|
1371
999
|
|
|
1372
1000
|
Arn?: string;
|
|
1373
1001
|
}
|
|
1374
|
-
export declare namespace EventResource {
|
|
1375
|
-
|
|
1376
|
-
const filterSensitiveLog: (obj: EventResource) => any;
|
|
1377
|
-
}
|
|
1378
1002
|
|
|
1379
1003
|
export interface Event {
|
|
1380
1004
|
|
|
@@ -1394,20 +1018,12 @@ export interface Event {
|
|
|
1394
1018
|
|
|
1395
1019
|
Resources?: EventResource[];
|
|
1396
1020
|
}
|
|
1397
|
-
export declare namespace Event {
|
|
1398
|
-
|
|
1399
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
1400
|
-
}
|
|
1401
1021
|
export interface ListEventsResponse {
|
|
1402
1022
|
|
|
1403
1023
|
Events: Event[] | undefined;
|
|
1404
1024
|
|
|
1405
1025
|
NextToken?: string;
|
|
1406
1026
|
}
|
|
1407
|
-
export declare namespace ListEventsResponse {
|
|
1408
|
-
|
|
1409
|
-
const filterSensitiveLog: (obj: ListEventsResponse) => any;
|
|
1410
|
-
}
|
|
1411
1027
|
export declare enum InsightType {
|
|
1412
1028
|
PROACTIVE = "PROACTIVE",
|
|
1413
1029
|
REACTIVE = "REACTIVE"
|
|
@@ -1419,10 +1035,6 @@ export interface ListInsightsAnyStatusFilter {
|
|
|
1419
1035
|
|
|
1420
1036
|
StartTimeRange: StartTimeRange | undefined;
|
|
1421
1037
|
}
|
|
1422
|
-
export declare namespace ListInsightsAnyStatusFilter {
|
|
1423
|
-
|
|
1424
|
-
const filterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
1425
|
-
}
|
|
1426
1038
|
|
|
1427
1039
|
export interface EndTimeRange {
|
|
1428
1040
|
|
|
@@ -1430,10 +1042,6 @@ export interface EndTimeRange {
|
|
|
1430
1042
|
|
|
1431
1043
|
ToTime?: Date;
|
|
1432
1044
|
}
|
|
1433
|
-
export declare namespace EndTimeRange {
|
|
1434
|
-
|
|
1435
|
-
const filterSensitiveLog: (obj: EndTimeRange) => any;
|
|
1436
|
-
}
|
|
1437
1045
|
|
|
1438
1046
|
export interface ListInsightsClosedStatusFilter {
|
|
1439
1047
|
|
|
@@ -1441,19 +1049,11 @@ export interface ListInsightsClosedStatusFilter {
|
|
|
1441
1049
|
|
|
1442
1050
|
EndTimeRange: EndTimeRange | undefined;
|
|
1443
1051
|
}
|
|
1444
|
-
export declare namespace ListInsightsClosedStatusFilter {
|
|
1445
|
-
|
|
1446
|
-
const filterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
1447
|
-
}
|
|
1448
1052
|
|
|
1449
1053
|
export interface ListInsightsOngoingStatusFilter {
|
|
1450
1054
|
|
|
1451
1055
|
Type: InsightType | string | undefined;
|
|
1452
1056
|
}
|
|
1453
|
-
export declare namespace ListInsightsOngoingStatusFilter {
|
|
1454
|
-
|
|
1455
|
-
const filterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
1456
|
-
}
|
|
1457
1057
|
|
|
1458
1058
|
export interface ListInsightsStatusFilter {
|
|
1459
1059
|
|
|
@@ -1463,10 +1063,6 @@ export interface ListInsightsStatusFilter {
|
|
|
1463
1063
|
|
|
1464
1064
|
Any?: ListInsightsAnyStatusFilter;
|
|
1465
1065
|
}
|
|
1466
|
-
export declare namespace ListInsightsStatusFilter {
|
|
1467
|
-
|
|
1468
|
-
const filterSensitiveLog: (obj: ListInsightsStatusFilter) => any;
|
|
1469
|
-
}
|
|
1470
1066
|
export interface ListInsightsRequest {
|
|
1471
1067
|
|
|
1472
1068
|
StatusFilter: ListInsightsStatusFilter | undefined;
|
|
@@ -1475,19 +1071,11 @@ export interface ListInsightsRequest {
|
|
|
1475
1071
|
|
|
1476
1072
|
NextToken?: string;
|
|
1477
1073
|
}
|
|
1478
|
-
export declare namespace ListInsightsRequest {
|
|
1479
|
-
|
|
1480
|
-
const filterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
1481
|
-
}
|
|
1482
1074
|
|
|
1483
1075
|
export interface ServiceCollection {
|
|
1484
1076
|
|
|
1485
1077
|
ServiceNames?: (ServiceName | string)[];
|
|
1486
1078
|
}
|
|
1487
|
-
export declare namespace ServiceCollection {
|
|
1488
|
-
|
|
1489
|
-
const filterSensitiveLog: (obj: ServiceCollection) => any;
|
|
1490
|
-
}
|
|
1491
1079
|
|
|
1492
1080
|
export interface ProactiveInsightSummary {
|
|
1493
1081
|
|
|
@@ -1509,10 +1097,6 @@ export interface ProactiveInsightSummary {
|
|
|
1509
1097
|
|
|
1510
1098
|
AssociatedResourceArns?: string[];
|
|
1511
1099
|
}
|
|
1512
|
-
export declare namespace ProactiveInsightSummary {
|
|
1513
|
-
|
|
1514
|
-
const filterSensitiveLog: (obj: ProactiveInsightSummary) => any;
|
|
1515
|
-
}
|
|
1516
1100
|
|
|
1517
1101
|
export interface ReactiveInsightSummary {
|
|
1518
1102
|
|
|
@@ -1532,10 +1116,6 @@ export interface ReactiveInsightSummary {
|
|
|
1532
1116
|
|
|
1533
1117
|
AssociatedResourceArns?: string[];
|
|
1534
1118
|
}
|
|
1535
|
-
export declare namespace ReactiveInsightSummary {
|
|
1536
|
-
|
|
1537
|
-
const filterSensitiveLog: (obj: ReactiveInsightSummary) => any;
|
|
1538
|
-
}
|
|
1539
1119
|
export interface ListInsightsResponse {
|
|
1540
1120
|
|
|
1541
1121
|
ProactiveInsights?: ProactiveInsightSummary[];
|
|
@@ -1544,10 +1124,6 @@ export interface ListInsightsResponse {
|
|
|
1544
1124
|
|
|
1545
1125
|
NextToken?: string;
|
|
1546
1126
|
}
|
|
1547
|
-
export declare namespace ListInsightsResponse {
|
|
1548
|
-
|
|
1549
|
-
const filterSensitiveLog: (obj: ListInsightsResponse) => any;
|
|
1550
|
-
}
|
|
1551
1127
|
export declare enum ResourcePermission {
|
|
1552
1128
|
FULL_PERMISSION = "FULL_PERMISSION",
|
|
1553
1129
|
MISSING_PERMISSION = "MISSING_PERMISSION"
|
|
@@ -1562,10 +1138,6 @@ export interface ListMonitoredResourcesFilters {
|
|
|
1562
1138
|
|
|
1563
1139
|
ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
|
|
1564
1140
|
}
|
|
1565
|
-
export declare namespace ListMonitoredResourcesFilters {
|
|
1566
|
-
|
|
1567
|
-
const filterSensitiveLog: (obj: ListMonitoredResourcesFilters) => any;
|
|
1568
|
-
}
|
|
1569
1141
|
export interface ListMonitoredResourcesRequest {
|
|
1570
1142
|
|
|
1571
1143
|
Filters: ListMonitoredResourcesFilters | undefined;
|
|
@@ -1574,10 +1146,6 @@ export interface ListMonitoredResourcesRequest {
|
|
|
1574
1146
|
|
|
1575
1147
|
NextToken?: string;
|
|
1576
1148
|
}
|
|
1577
|
-
export declare namespace ListMonitoredResourcesRequest {
|
|
1578
|
-
|
|
1579
|
-
const filterSensitiveLog: (obj: ListMonitoredResourcesRequest) => any;
|
|
1580
|
-
}
|
|
1581
1149
|
|
|
1582
1150
|
export interface MonitoredResourceIdentifier {
|
|
1583
1151
|
|
|
@@ -1587,28 +1155,16 @@ export interface MonitoredResourceIdentifier {
|
|
|
1587
1155
|
|
|
1588
1156
|
ResourcePermission?: ResourcePermission | string;
|
|
1589
1157
|
}
|
|
1590
|
-
export declare namespace MonitoredResourceIdentifier {
|
|
1591
|
-
|
|
1592
|
-
const filterSensitiveLog: (obj: MonitoredResourceIdentifier) => any;
|
|
1593
|
-
}
|
|
1594
1158
|
export interface ListMonitoredResourcesResponse {
|
|
1595
1159
|
|
|
1596
1160
|
MonitoredResourceIdentifiers: MonitoredResourceIdentifier[] | undefined;
|
|
1597
1161
|
|
|
1598
1162
|
NextToken?: string;
|
|
1599
1163
|
}
|
|
1600
|
-
export declare namespace ListMonitoredResourcesResponse {
|
|
1601
|
-
|
|
1602
|
-
const filterSensitiveLog: (obj: ListMonitoredResourcesResponse) => any;
|
|
1603
|
-
}
|
|
1604
1164
|
export interface ListNotificationChannelsRequest {
|
|
1605
1165
|
|
|
1606
1166
|
NextToken?: string;
|
|
1607
1167
|
}
|
|
1608
|
-
export declare namespace ListNotificationChannelsRequest {
|
|
1609
|
-
|
|
1610
|
-
const filterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
|
|
1611
|
-
}
|
|
1612
1168
|
|
|
1613
1169
|
export interface NotificationChannel {
|
|
1614
1170
|
|
|
@@ -1616,20 +1172,12 @@ export interface NotificationChannel {
|
|
|
1616
1172
|
|
|
1617
1173
|
Config?: NotificationChannelConfig;
|
|
1618
1174
|
}
|
|
1619
|
-
export declare namespace NotificationChannel {
|
|
1620
|
-
|
|
1621
|
-
const filterSensitiveLog: (obj: NotificationChannel) => any;
|
|
1622
|
-
}
|
|
1623
1175
|
export interface ListNotificationChannelsResponse {
|
|
1624
1176
|
|
|
1625
1177
|
Channels?: NotificationChannel[];
|
|
1626
1178
|
|
|
1627
1179
|
NextToken?: string;
|
|
1628
1180
|
}
|
|
1629
|
-
export declare namespace ListNotificationChannelsResponse {
|
|
1630
|
-
|
|
1631
|
-
const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
1632
|
-
}
|
|
1633
1181
|
export interface ListOrganizationInsightsRequest {
|
|
1634
1182
|
|
|
1635
1183
|
StatusFilter: ListInsightsStatusFilter | undefined;
|
|
@@ -1642,10 +1190,6 @@ export interface ListOrganizationInsightsRequest {
|
|
|
1642
1190
|
|
|
1643
1191
|
NextToken?: string;
|
|
1644
1192
|
}
|
|
1645
|
-
export declare namespace ListOrganizationInsightsRequest {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
1648
|
-
}
|
|
1649
1193
|
|
|
1650
1194
|
export interface ProactiveOrganizationInsightSummary {
|
|
1651
1195
|
|
|
@@ -1669,10 +1213,6 @@ export interface ProactiveOrganizationInsightSummary {
|
|
|
1669
1213
|
|
|
1670
1214
|
ServiceCollection?: ServiceCollection;
|
|
1671
1215
|
}
|
|
1672
|
-
export declare namespace ProactiveOrganizationInsightSummary {
|
|
1673
|
-
|
|
1674
|
-
const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
1675
|
-
}
|
|
1676
1216
|
|
|
1677
1217
|
export interface ReactiveOrganizationInsightSummary {
|
|
1678
1218
|
|
|
@@ -1694,10 +1234,6 @@ export interface ReactiveOrganizationInsightSummary {
|
|
|
1694
1234
|
|
|
1695
1235
|
ServiceCollection?: ServiceCollection;
|
|
1696
1236
|
}
|
|
1697
|
-
export declare namespace ReactiveOrganizationInsightSummary {
|
|
1698
|
-
|
|
1699
|
-
const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
1700
|
-
}
|
|
1701
1237
|
export interface ListOrganizationInsightsResponse {
|
|
1702
1238
|
|
|
1703
1239
|
ProactiveInsights?: ProactiveOrganizationInsightSummary[];
|
|
@@ -1706,10 +1242,6 @@ export interface ListOrganizationInsightsResponse {
|
|
|
1706
1242
|
|
|
1707
1243
|
NextToken?: string;
|
|
1708
1244
|
}
|
|
1709
|
-
export declare namespace ListOrganizationInsightsResponse {
|
|
1710
|
-
|
|
1711
|
-
const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
1712
|
-
}
|
|
1713
1245
|
export declare enum Locale {
|
|
1714
1246
|
DE_DE = "DE_DE",
|
|
1715
1247
|
EN_GB = "EN_GB",
|
|
@@ -1733,10 +1265,6 @@ export interface ListRecommendationsRequest {
|
|
|
1733
1265
|
|
|
1734
1266
|
AccountId?: string;
|
|
1735
1267
|
}
|
|
1736
|
-
export declare namespace ListRecommendationsRequest {
|
|
1737
|
-
|
|
1738
|
-
const filterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
1739
|
-
}
|
|
1740
1268
|
|
|
1741
1269
|
export interface RecommendationRelatedAnomalyResource {
|
|
1742
1270
|
|
|
@@ -1744,10 +1272,6 @@ export interface RecommendationRelatedAnomalyResource {
|
|
|
1744
1272
|
|
|
1745
1273
|
Type?: string;
|
|
1746
1274
|
}
|
|
1747
|
-
export declare namespace RecommendationRelatedAnomalyResource {
|
|
1748
|
-
|
|
1749
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
1750
|
-
}
|
|
1751
1275
|
|
|
1752
1276
|
export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
1753
1277
|
|
|
@@ -1755,19 +1279,11 @@ export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
|
1755
1279
|
|
|
1756
1280
|
Namespace?: string;
|
|
1757
1281
|
}
|
|
1758
|
-
export declare namespace RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
1759
|
-
|
|
1760
|
-
const filterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
1761
|
-
}
|
|
1762
1282
|
|
|
1763
1283
|
export interface RecommendationRelatedAnomalySourceDetail {
|
|
1764
1284
|
|
|
1765
1285
|
CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
|
|
1766
1286
|
}
|
|
1767
|
-
export declare namespace RecommendationRelatedAnomalySourceDetail {
|
|
1768
|
-
|
|
1769
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
1770
|
-
}
|
|
1771
1287
|
|
|
1772
1288
|
export interface RecommendationRelatedAnomaly {
|
|
1773
1289
|
|
|
@@ -1777,10 +1293,6 @@ export interface RecommendationRelatedAnomaly {
|
|
|
1777
1293
|
|
|
1778
1294
|
AnomalyId?: string;
|
|
1779
1295
|
}
|
|
1780
|
-
export declare namespace RecommendationRelatedAnomaly {
|
|
1781
|
-
|
|
1782
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
1783
|
-
}
|
|
1784
1296
|
|
|
1785
1297
|
export interface RecommendationRelatedEventResource {
|
|
1786
1298
|
|
|
@@ -1788,10 +1300,6 @@ export interface RecommendationRelatedEventResource {
|
|
|
1788
1300
|
|
|
1789
1301
|
Type?: string;
|
|
1790
1302
|
}
|
|
1791
|
-
export declare namespace RecommendationRelatedEventResource {
|
|
1792
|
-
|
|
1793
|
-
const filterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
1794
|
-
}
|
|
1795
1303
|
|
|
1796
1304
|
export interface RecommendationRelatedEvent {
|
|
1797
1305
|
|
|
@@ -1799,10 +1307,6 @@ export interface RecommendationRelatedEvent {
|
|
|
1799
1307
|
|
|
1800
1308
|
Resources?: RecommendationRelatedEventResource[];
|
|
1801
1309
|
}
|
|
1802
|
-
export declare namespace RecommendationRelatedEvent {
|
|
1803
|
-
|
|
1804
|
-
const filterSensitiveLog: (obj: RecommendationRelatedEvent) => any;
|
|
1805
|
-
}
|
|
1806
1310
|
|
|
1807
1311
|
export interface Recommendation {
|
|
1808
1312
|
|
|
@@ -1820,48 +1324,24 @@ export interface Recommendation {
|
|
|
1820
1324
|
|
|
1821
1325
|
Category?: string;
|
|
1822
1326
|
}
|
|
1823
|
-
export declare namespace Recommendation {
|
|
1824
|
-
|
|
1825
|
-
const filterSensitiveLog: (obj: Recommendation) => any;
|
|
1826
|
-
}
|
|
1827
1327
|
export interface ListRecommendationsResponse {
|
|
1828
1328
|
|
|
1829
1329
|
Recommendations?: Recommendation[];
|
|
1830
1330
|
|
|
1831
1331
|
NextToken?: string;
|
|
1832
1332
|
}
|
|
1833
|
-
export declare namespace ListRecommendationsResponse {
|
|
1834
|
-
|
|
1835
|
-
const filterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
1836
|
-
}
|
|
1837
1333
|
export interface PutFeedbackRequest {
|
|
1838
1334
|
|
|
1839
1335
|
InsightFeedback?: InsightFeedback;
|
|
1840
1336
|
}
|
|
1841
|
-
export declare namespace PutFeedbackRequest {
|
|
1842
|
-
|
|
1843
|
-
const filterSensitiveLog: (obj: PutFeedbackRequest) => any;
|
|
1844
|
-
}
|
|
1845
1337
|
export interface PutFeedbackResponse {
|
|
1846
1338
|
}
|
|
1847
|
-
export declare namespace PutFeedbackResponse {
|
|
1848
|
-
|
|
1849
|
-
const filterSensitiveLog: (obj: PutFeedbackResponse) => any;
|
|
1850
|
-
}
|
|
1851
1339
|
export interface RemoveNotificationChannelRequest {
|
|
1852
1340
|
|
|
1853
1341
|
Id: string | undefined;
|
|
1854
1342
|
}
|
|
1855
|
-
export declare namespace RemoveNotificationChannelRequest {
|
|
1856
|
-
|
|
1857
|
-
const filterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
1858
|
-
}
|
|
1859
1343
|
export interface RemoveNotificationChannelResponse {
|
|
1860
1344
|
}
|
|
1861
|
-
export declare namespace RemoveNotificationChannelResponse {
|
|
1862
|
-
|
|
1863
|
-
const filterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
1864
|
-
}
|
|
1865
1345
|
|
|
1866
1346
|
export interface SearchInsightsFilters {
|
|
1867
1347
|
|
|
@@ -1873,10 +1353,6 @@ export interface SearchInsightsFilters {
|
|
|
1873
1353
|
|
|
1874
1354
|
ServiceCollection?: ServiceCollection;
|
|
1875
1355
|
}
|
|
1876
|
-
export declare namespace SearchInsightsFilters {
|
|
1877
|
-
|
|
1878
|
-
const filterSensitiveLog: (obj: SearchInsightsFilters) => any;
|
|
1879
|
-
}
|
|
1880
1356
|
export interface SearchInsightsRequest {
|
|
1881
1357
|
|
|
1882
1358
|
StartTimeRange: StartTimeRange | undefined;
|
|
@@ -1889,10 +1365,6 @@ export interface SearchInsightsRequest {
|
|
|
1889
1365
|
|
|
1890
1366
|
Type: InsightType | string | undefined;
|
|
1891
1367
|
}
|
|
1892
|
-
export declare namespace SearchInsightsRequest {
|
|
1893
|
-
|
|
1894
|
-
const filterSensitiveLog: (obj: SearchInsightsRequest) => any;
|
|
1895
|
-
}
|
|
1896
1368
|
export interface SearchInsightsResponse {
|
|
1897
1369
|
|
|
1898
1370
|
ProactiveInsights?: ProactiveInsightSummary[];
|
|
@@ -1901,10 +1373,6 @@ export interface SearchInsightsResponse {
|
|
|
1901
1373
|
|
|
1902
1374
|
NextToken?: string;
|
|
1903
1375
|
}
|
|
1904
|
-
export declare namespace SearchInsightsResponse {
|
|
1905
|
-
|
|
1906
|
-
const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
1907
|
-
}
|
|
1908
1376
|
|
|
1909
1377
|
export interface SearchOrganizationInsightsFilters {
|
|
1910
1378
|
|
|
@@ -1916,10 +1384,6 @@ export interface SearchOrganizationInsightsFilters {
|
|
|
1916
1384
|
|
|
1917
1385
|
ServiceCollection?: ServiceCollection;
|
|
1918
1386
|
}
|
|
1919
|
-
export declare namespace SearchOrganizationInsightsFilters {
|
|
1920
|
-
|
|
1921
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
1922
|
-
}
|
|
1923
1387
|
export interface SearchOrganizationInsightsRequest {
|
|
1924
1388
|
|
|
1925
1389
|
AccountIds: string[] | undefined;
|
|
@@ -1934,10 +1398,6 @@ export interface SearchOrganizationInsightsRequest {
|
|
|
1934
1398
|
|
|
1935
1399
|
Type: InsightType | string | undefined;
|
|
1936
1400
|
}
|
|
1937
|
-
export declare namespace SearchOrganizationInsightsRequest {
|
|
1938
|
-
|
|
1939
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
1940
|
-
}
|
|
1941
1401
|
export interface SearchOrganizationInsightsResponse {
|
|
1942
1402
|
|
|
1943
1403
|
ProactiveInsights?: ProactiveInsightSummary[];
|
|
@@ -1946,40 +1406,20 @@ export interface SearchOrganizationInsightsResponse {
|
|
|
1946
1406
|
|
|
1947
1407
|
NextToken?: string;
|
|
1948
1408
|
}
|
|
1949
|
-
export declare namespace SearchOrganizationInsightsResponse {
|
|
1950
|
-
|
|
1951
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
1952
|
-
}
|
|
1953
1409
|
export interface StartCostEstimationRequest {
|
|
1954
1410
|
|
|
1955
1411
|
ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
|
|
1956
1412
|
|
|
1957
1413
|
ClientToken?: string;
|
|
1958
1414
|
}
|
|
1959
|
-
export declare namespace StartCostEstimationRequest {
|
|
1960
|
-
|
|
1961
|
-
const filterSensitiveLog: (obj: StartCostEstimationRequest) => any;
|
|
1962
|
-
}
|
|
1963
1415
|
export interface StartCostEstimationResponse {
|
|
1964
1416
|
}
|
|
1965
|
-
export declare namespace StartCostEstimationResponse {
|
|
1966
|
-
|
|
1967
|
-
const filterSensitiveLog: (obj: StartCostEstimationResponse) => any;
|
|
1968
|
-
}
|
|
1969
1417
|
export interface UpdateEventSourcesConfigRequest {
|
|
1970
1418
|
|
|
1971
1419
|
EventSources?: EventSourcesConfig;
|
|
1972
1420
|
}
|
|
1973
|
-
export declare namespace UpdateEventSourcesConfigRequest {
|
|
1974
|
-
|
|
1975
|
-
const filterSensitiveLog: (obj: UpdateEventSourcesConfigRequest) => any;
|
|
1976
|
-
}
|
|
1977
1421
|
export interface UpdateEventSourcesConfigResponse {
|
|
1978
1422
|
}
|
|
1979
|
-
export declare namespace UpdateEventSourcesConfigResponse {
|
|
1980
|
-
|
|
1981
|
-
const filterSensitiveLog: (obj: UpdateEventSourcesConfigResponse) => any;
|
|
1982
|
-
}
|
|
1983
1423
|
export declare enum UpdateResourceCollectionAction {
|
|
1984
1424
|
ADD = "ADD",
|
|
1985
1425
|
REMOVE = "REMOVE"
|
|
@@ -1989,10 +1429,6 @@ export interface UpdateCloudFormationCollectionFilter {
|
|
|
1989
1429
|
|
|
1990
1430
|
StackNames?: string[];
|
|
1991
1431
|
}
|
|
1992
|
-
export declare namespace UpdateCloudFormationCollectionFilter {
|
|
1993
|
-
|
|
1994
|
-
const filterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
1995
|
-
}
|
|
1996
1432
|
|
|
1997
1433
|
export interface UpdateTagCollectionFilter {
|
|
1998
1434
|
|
|
@@ -2000,10 +1436,6 @@ export interface UpdateTagCollectionFilter {
|
|
|
2000
1436
|
|
|
2001
1437
|
TagValues: string[] | undefined;
|
|
2002
1438
|
}
|
|
2003
|
-
export declare namespace UpdateTagCollectionFilter {
|
|
2004
|
-
|
|
2005
|
-
const filterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
|
|
2006
|
-
}
|
|
2007
1439
|
|
|
2008
1440
|
export interface UpdateResourceCollectionFilter {
|
|
2009
1441
|
|
|
@@ -2011,44 +1443,24 @@ export interface UpdateResourceCollectionFilter {
|
|
|
2011
1443
|
|
|
2012
1444
|
Tags?: UpdateTagCollectionFilter[];
|
|
2013
1445
|
}
|
|
2014
|
-
export declare namespace UpdateResourceCollectionFilter {
|
|
2015
|
-
|
|
2016
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionFilter) => any;
|
|
2017
|
-
}
|
|
2018
1446
|
export interface UpdateResourceCollectionRequest {
|
|
2019
1447
|
|
|
2020
1448
|
Action: UpdateResourceCollectionAction | string | undefined;
|
|
2021
1449
|
|
|
2022
1450
|
ResourceCollection: UpdateResourceCollectionFilter | undefined;
|
|
2023
1451
|
}
|
|
2024
|
-
export declare namespace UpdateResourceCollectionRequest {
|
|
2025
|
-
|
|
2026
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionRequest) => any;
|
|
2027
|
-
}
|
|
2028
1452
|
export interface UpdateResourceCollectionResponse {
|
|
2029
1453
|
}
|
|
2030
|
-
export declare namespace UpdateResourceCollectionResponse {
|
|
2031
|
-
|
|
2032
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
|
|
2033
|
-
}
|
|
2034
1454
|
|
|
2035
1455
|
export interface LogsAnomalyDetectionIntegrationConfig {
|
|
2036
1456
|
|
|
2037
1457
|
OptInStatus?: OptInStatus | string;
|
|
2038
1458
|
}
|
|
2039
|
-
export declare namespace LogsAnomalyDetectionIntegrationConfig {
|
|
2040
|
-
|
|
2041
|
-
const filterSensitiveLog: (obj: LogsAnomalyDetectionIntegrationConfig) => any;
|
|
2042
|
-
}
|
|
2043
1459
|
|
|
2044
1460
|
export interface OpsCenterIntegrationConfig {
|
|
2045
1461
|
|
|
2046
1462
|
OptInStatus?: OptInStatus | string;
|
|
2047
1463
|
}
|
|
2048
|
-
export declare namespace OpsCenterIntegrationConfig {
|
|
2049
|
-
|
|
2050
|
-
const filterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
2051
|
-
}
|
|
2052
1464
|
|
|
2053
1465
|
export interface UpdateServiceIntegrationConfig {
|
|
2054
1466
|
|
|
@@ -2056,21 +1468,309 @@ export interface UpdateServiceIntegrationConfig {
|
|
|
2056
1468
|
|
|
2057
1469
|
LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
|
|
2058
1470
|
}
|
|
2059
|
-
export declare namespace UpdateServiceIntegrationConfig {
|
|
2060
|
-
|
|
2061
|
-
const filterSensitiveLog: (obj: UpdateServiceIntegrationConfig) => any;
|
|
2062
|
-
}
|
|
2063
1471
|
export interface UpdateServiceIntegrationRequest {
|
|
2064
1472
|
|
|
2065
1473
|
ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
|
|
2066
1474
|
}
|
|
2067
|
-
export declare namespace UpdateServiceIntegrationRequest {
|
|
2068
|
-
|
|
2069
|
-
const filterSensitiveLog: (obj: UpdateServiceIntegrationRequest) => any;
|
|
2070
|
-
}
|
|
2071
1475
|
export interface UpdateServiceIntegrationResponse {
|
|
2072
1476
|
}
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
1477
|
+
|
|
1478
|
+
export declare const AccountInsightHealthFilterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
1479
|
+
|
|
1480
|
+
export declare const AccountHealthFilterSensitiveLog: (obj: AccountHealth) => any;
|
|
1481
|
+
|
|
1482
|
+
export declare const SnsChannelConfigFilterSensitiveLog: (obj: SnsChannelConfig) => any;
|
|
1483
|
+
|
|
1484
|
+
export declare const NotificationChannelConfigFilterSensitiveLog: (obj: NotificationChannelConfig) => any;
|
|
1485
|
+
|
|
1486
|
+
export declare const AddNotificationChannelRequestFilterSensitiveLog: (obj: AddNotificationChannelRequest) => any;
|
|
1487
|
+
|
|
1488
|
+
export declare const AddNotificationChannelResponseFilterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
1489
|
+
|
|
1490
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1491
|
+
|
|
1492
|
+
export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (obj: AmazonCodeGuruProfilerIntegration) => any;
|
|
1493
|
+
|
|
1494
|
+
export declare const LogAnomalyClassFilterSensitiveLog: (obj: LogAnomalyClass) => any;
|
|
1495
|
+
|
|
1496
|
+
export declare const LogAnomalyShowcaseFilterSensitiveLog: (obj: LogAnomalyShowcase) => any;
|
|
1497
|
+
|
|
1498
|
+
export declare const AnomalousLogGroupFilterSensitiveLog: (obj: AnomalousLogGroup) => any;
|
|
1499
|
+
|
|
1500
|
+
export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
|
|
1501
|
+
|
|
1502
|
+
export declare const AnomalyResourceFilterSensitiveLog: (obj: AnomalyResource) => any;
|
|
1503
|
+
|
|
1504
|
+
export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
1505
|
+
|
|
1506
|
+
export declare const TimestampMetricValuePairFilterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
1507
|
+
|
|
1508
|
+
export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
1509
|
+
|
|
1510
|
+
export declare const CloudWatchMetricsDetailFilterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
1511
|
+
|
|
1512
|
+
export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
|
|
1513
|
+
|
|
1514
|
+
export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
|
|
1515
|
+
|
|
1516
|
+
export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
|
|
1517
|
+
|
|
1518
|
+
export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
|
|
1519
|
+
|
|
1520
|
+
export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
|
|
1521
|
+
|
|
1522
|
+
export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
|
|
1523
|
+
|
|
1524
|
+
export declare const PerformanceInsightsStatFilterSensitiveLog: (obj: PerformanceInsightsStat) => any;
|
|
1525
|
+
|
|
1526
|
+
export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
|
|
1527
|
+
|
|
1528
|
+
export declare const AnomalySourceDetailsFilterSensitiveLog: (obj: AnomalySourceDetails) => any;
|
|
1529
|
+
|
|
1530
|
+
export declare const AnomalySourceMetadataFilterSensitiveLog: (obj: AnomalySourceMetadata) => any;
|
|
1531
|
+
|
|
1532
|
+
export declare const AnomalyTimeRangeFilterSensitiveLog: (obj: AnomalyTimeRange) => any;
|
|
1533
|
+
|
|
1534
|
+
export declare const DeleteInsightRequestFilterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
1535
|
+
|
|
1536
|
+
export declare const DeleteInsightResponseFilterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
1537
|
+
|
|
1538
|
+
export declare const DescribeAccountHealthRequestFilterSensitiveLog: (obj: DescribeAccountHealthRequest) => any;
|
|
1539
|
+
|
|
1540
|
+
export declare const DescribeAccountHealthResponseFilterSensitiveLog: (obj: DescribeAccountHealthResponse) => any;
|
|
1541
|
+
|
|
1542
|
+
export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (obj: DescribeAccountOverviewRequest) => any;
|
|
1543
|
+
|
|
1544
|
+
export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (obj: DescribeAccountOverviewResponse) => any;
|
|
1545
|
+
|
|
1546
|
+
export declare const DescribeAnomalyRequestFilterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
1547
|
+
|
|
1548
|
+
export declare const PredictionTimeRangeFilterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
1549
|
+
|
|
1550
|
+
export declare const CloudFormationCollectionFilterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
1551
|
+
|
|
1552
|
+
export declare const TagCollectionFilterSensitiveLog: (obj: TagCollection) => any;
|
|
1553
|
+
|
|
1554
|
+
export declare const ResourceCollectionFilterSensitiveLog: (obj: ResourceCollection) => any;
|
|
1555
|
+
|
|
1556
|
+
export declare const ProactiveAnomalyFilterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
1557
|
+
|
|
1558
|
+
export declare const ReactiveAnomalyFilterSensitiveLog: (obj: ReactiveAnomaly) => any;
|
|
1559
|
+
|
|
1560
|
+
export declare const DescribeAnomalyResponseFilterSensitiveLog: (obj: DescribeAnomalyResponse) => any;
|
|
1561
|
+
|
|
1562
|
+
export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (obj: DescribeEventSourcesConfigRequest) => any;
|
|
1563
|
+
|
|
1564
|
+
export declare const EventSourcesConfigFilterSensitiveLog: (obj: EventSourcesConfig) => any;
|
|
1565
|
+
|
|
1566
|
+
export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (obj: DescribeEventSourcesConfigResponse) => any;
|
|
1567
|
+
|
|
1568
|
+
export declare const DescribeFeedbackRequestFilterSensitiveLog: (obj: DescribeFeedbackRequest) => any;
|
|
1569
|
+
|
|
1570
|
+
export declare const InsightFeedbackFilterSensitiveLog: (obj: InsightFeedback) => any;
|
|
1571
|
+
|
|
1572
|
+
export declare const DescribeFeedbackResponseFilterSensitiveLog: (obj: DescribeFeedbackResponse) => any;
|
|
1573
|
+
|
|
1574
|
+
export declare const DescribeInsightRequestFilterSensitiveLog: (obj: DescribeInsightRequest) => any;
|
|
1575
|
+
|
|
1576
|
+
export declare const InsightTimeRangeFilterSensitiveLog: (obj: InsightTimeRange) => any;
|
|
1577
|
+
|
|
1578
|
+
export declare const ProactiveInsightFilterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
1579
|
+
|
|
1580
|
+
export declare const ReactiveInsightFilterSensitiveLog: (obj: ReactiveInsight) => any;
|
|
1581
|
+
|
|
1582
|
+
export declare const DescribeInsightResponseFilterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
1583
|
+
|
|
1584
|
+
export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
1585
|
+
|
|
1586
|
+
export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
1587
|
+
|
|
1588
|
+
export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
1589
|
+
|
|
1590
|
+
export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
1593
|
+
|
|
1594
|
+
export declare const InsightHealthFilterSensitiveLog: (obj: InsightHealth) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const CloudFormationHealthFilterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
1597
|
+
|
|
1598
|
+
export declare const ServiceInsightHealthFilterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
1599
|
+
|
|
1600
|
+
export declare const ServiceHealthFilterSensitiveLog: (obj: ServiceHealth) => any;
|
|
1601
|
+
|
|
1602
|
+
export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
|
|
1603
|
+
|
|
1604
|
+
export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
1605
|
+
|
|
1606
|
+
export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
1607
|
+
|
|
1608
|
+
export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeResourceCollectionHealthResponse) => any;
|
|
1609
|
+
|
|
1610
|
+
export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (obj: DescribeServiceIntegrationRequest) => any;
|
|
1611
|
+
|
|
1612
|
+
export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegration) => any;
|
|
1613
|
+
|
|
1614
|
+
export declare const OpsCenterIntegrationFilterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
1615
|
+
|
|
1616
|
+
export declare const ServiceIntegrationConfigFilterSensitiveLog: (obj: ServiceIntegrationConfig) => any;
|
|
1617
|
+
|
|
1618
|
+
export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (obj: DescribeServiceIntegrationResponse) => any;
|
|
1619
|
+
|
|
1620
|
+
export declare const GetCostEstimationRequestFilterSensitiveLog: (obj: GetCostEstimationRequest) => any;
|
|
1621
|
+
|
|
1622
|
+
export declare const ServiceResourceCostFilterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
1623
|
+
|
|
1624
|
+
export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
1625
|
+
|
|
1626
|
+
export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
|
|
1627
|
+
|
|
1628
|
+
export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CostEstimationResourceCollectionFilter) => any;
|
|
1629
|
+
|
|
1630
|
+
export declare const CostEstimationTimeRangeFilterSensitiveLog: (obj: CostEstimationTimeRange) => any;
|
|
1631
|
+
|
|
1632
|
+
export declare const GetCostEstimationResponseFilterSensitiveLog: (obj: GetCostEstimationResponse) => any;
|
|
1633
|
+
|
|
1634
|
+
export declare const GetResourceCollectionRequestFilterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
1635
|
+
|
|
1636
|
+
export declare const CloudFormationCollectionFilterFilterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
1637
|
+
|
|
1638
|
+
export declare const TagCollectionFilterFilterSensitiveLog: (obj: TagCollectionFilter) => any;
|
|
1639
|
+
|
|
1640
|
+
export declare const ResourceCollectionFilterFilterSensitiveLog: (obj: ResourceCollectionFilter) => any;
|
|
1641
|
+
|
|
1642
|
+
export declare const GetResourceCollectionResponseFilterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
1643
|
+
|
|
1644
|
+
export declare const StartTimeRangeFilterSensitiveLog: (obj: StartTimeRange) => any;
|
|
1645
|
+
|
|
1646
|
+
export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (obj: ListAnomaliesForInsightRequest) => any;
|
|
1647
|
+
|
|
1648
|
+
export declare const ProactiveAnomalySummaryFilterSensitiveLog: (obj: ProactiveAnomalySummary) => any;
|
|
1649
|
+
|
|
1650
|
+
export declare const ReactiveAnomalySummaryFilterSensitiveLog: (obj: ReactiveAnomalySummary) => any;
|
|
1651
|
+
|
|
1652
|
+
export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (obj: ListAnomaliesForInsightResponse) => any;
|
|
1653
|
+
|
|
1654
|
+
export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (obj: ListAnomalousLogGroupsRequest) => any;
|
|
1655
|
+
|
|
1656
|
+
export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (obj: ListAnomalousLogGroupsResponse) => any;
|
|
1657
|
+
|
|
1658
|
+
export declare const EventTimeRangeFilterSensitiveLog: (obj: EventTimeRange) => any;
|
|
1659
|
+
|
|
1660
|
+
export declare const ListEventsFiltersFilterSensitiveLog: (obj: ListEventsFilters) => any;
|
|
1661
|
+
|
|
1662
|
+
export declare const ListEventsRequestFilterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
1663
|
+
|
|
1664
|
+
export declare const EventResourceFilterSensitiveLog: (obj: EventResource) => any;
|
|
1665
|
+
|
|
1666
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const ListEventsResponseFilterSensitiveLog: (obj: ListEventsResponse) => any;
|
|
1669
|
+
|
|
1670
|
+
export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
|
|
1673
|
+
|
|
1674
|
+
export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
1677
|
+
|
|
1678
|
+
export declare const ListInsightsStatusFilterFilterSensitiveLog: (obj: ListInsightsStatusFilter) => any;
|
|
1679
|
+
|
|
1680
|
+
export declare const ListInsightsRequestFilterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
1681
|
+
|
|
1682
|
+
export declare const ServiceCollectionFilterSensitiveLog: (obj: ServiceCollection) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const ProactiveInsightSummaryFilterSensitiveLog: (obj: ProactiveInsightSummary) => any;
|
|
1685
|
+
|
|
1686
|
+
export declare const ReactiveInsightSummaryFilterSensitiveLog: (obj: ReactiveInsightSummary) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const ListInsightsResponseFilterSensitiveLog: (obj: ListInsightsResponse) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (obj: ListMonitoredResourcesFilters) => any;
|
|
1691
|
+
|
|
1692
|
+
export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (obj: ListMonitoredResourcesRequest) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const MonitoredResourceIdentifierFilterSensitiveLog: (obj: MonitoredResourceIdentifier) => any;
|
|
1695
|
+
|
|
1696
|
+
export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (obj: ListMonitoredResourcesResponse) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const ListNotificationChannelsRequestFilterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
|
|
1699
|
+
|
|
1700
|
+
export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const ListNotificationChannelsResponseFilterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
1705
|
+
|
|
1706
|
+
export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
1709
|
+
|
|
1710
|
+
export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const ListRecommendationsRequestFilterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
1713
|
+
|
|
1714
|
+
export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const RecommendationRelatedEventFilterSensitiveLog: (obj: RecommendationRelatedEvent) => any;
|
|
1725
|
+
|
|
1726
|
+
export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const ListRecommendationsResponseFilterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const PutFeedbackRequestFilterSensitiveLog: (obj: PutFeedbackRequest) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const PutFeedbackResponseFilterSensitiveLog: (obj: PutFeedbackResponse) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
1735
|
+
|
|
1736
|
+
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const SearchInsightsFiltersFilterSensitiveLog: (obj: SearchInsightsFilters) => any;
|
|
1739
|
+
|
|
1740
|
+
export declare const SearchInsightsRequestFilterSensitiveLog: (obj: SearchInsightsRequest) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const SearchInsightsResponseFilterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const StartCostEstimationRequestFilterSensitiveLog: (obj: StartCostEstimationRequest) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const StartCostEstimationResponseFilterSensitiveLog: (obj: StartCostEstimationResponse) => any;
|
|
1753
|
+
|
|
1754
|
+
export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (obj: UpdateEventSourcesConfigRequest) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (obj: UpdateEventSourcesConfigResponse) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const UpdateTagCollectionFilterFilterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (obj: UpdateResourceCollectionFilter) => any;
|
|
1763
|
+
|
|
1764
|
+
export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (obj: UpdateResourceCollectionRequest) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
|
|
1767
|
+
|
|
1768
|
+
export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegrationConfig) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (obj: UpdateServiceIntegrationConfig) => any;
|
|
1773
|
+
|
|
1774
|
+
export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (obj: UpdateServiceIntegrationRequest) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (obj: UpdateServiceIntegrationResponse) => any;
|