@aws-sdk/client-devops-guru 3.168.0 → 3.170.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.
Files changed (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DevOpsGuru.d.ts +568 -160
  3. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +315 -104
  4. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +8 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1935 -1776
  41. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  46. package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,1776 +1,1935 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { DevOpsGuruServiceException as __BaseException } from "./DevOpsGuruServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- Message: string | undefined;
8
-
9
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
- }
11
-
12
- export interface AccountInsightHealth {
13
-
14
- OpenProactiveInsights?: number;
15
-
16
- OpenReactiveInsights?: number;
17
- }
18
-
19
- export interface AccountHealth {
20
-
21
- AccountId?: string;
22
-
23
- Insight?: AccountInsightHealth;
24
- }
25
-
26
- export interface SnsChannelConfig {
27
-
28
- TopicArn?: string;
29
- }
30
-
31
- export interface NotificationChannelConfig {
32
-
33
- Sns: SnsChannelConfig | undefined;
34
- }
35
- export interface AddNotificationChannelRequest {
36
-
37
- Config: NotificationChannelConfig | undefined;
38
- }
39
- export interface AddNotificationChannelResponse {
40
-
41
- Id: string | undefined;
42
- }
43
-
44
- export declare class ConflictException extends __BaseException {
45
- readonly name: "ConflictException";
46
- readonly $fault: "client";
47
- Message: string | undefined;
48
-
49
- ResourceId: string | undefined;
50
-
51
- ResourceType: string | undefined;
52
-
53
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
54
- }
55
-
56
- export declare class InternalServerException extends __BaseException {
57
- readonly name: "InternalServerException";
58
- readonly $fault: "server";
59
- Message: string | undefined;
60
-
61
- RetryAfterSeconds?: number;
62
-
63
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
64
- }
65
-
66
- export declare class ResourceNotFoundException extends __BaseException {
67
- readonly name: "ResourceNotFoundException";
68
- readonly $fault: "client";
69
- Message: string | undefined;
70
-
71
- ResourceId: string | undefined;
72
-
73
- ResourceType: string | undefined;
74
-
75
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
76
- }
77
-
78
- export declare class ServiceQuotaExceededException extends __BaseException {
79
- readonly name: "ServiceQuotaExceededException";
80
- readonly $fault: "client";
81
- Message?: string;
82
-
83
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
84
- }
85
-
86
- export declare class ThrottlingException extends __BaseException {
87
- readonly name: "ThrottlingException";
88
- readonly $fault: "client";
89
- Message: string | undefined;
90
-
91
- QuotaCode?: string;
92
-
93
- ServiceCode?: string;
94
-
95
- RetryAfterSeconds?: number;
96
-
97
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
98
- }
99
-
100
- export interface ValidationExceptionField {
101
-
102
- Name: string | undefined;
103
-
104
- Message: string | undefined;
105
- }
106
- export declare enum ValidationExceptionReason {
107
- CANNOT_PARSE = "CANNOT_PARSE",
108
- FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
109
- INVALID_PARAMETER_COMBINATION = "INVALID_PARAMETER_COMBINATION",
110
- OTHER = "OTHER",
111
- PARAMETER_INCONSISTENT_WITH_SERVICE_STATE = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
112
- UNKNOWN_OPERATION = "UNKNOWN_OPERATION"
113
- }
114
-
115
- export declare class ValidationException extends __BaseException {
116
- readonly name: "ValidationException";
117
- readonly $fault: "client";
118
-
119
- Message: string | undefined;
120
-
121
- Reason?: ValidationExceptionReason | string;
122
-
123
- Fields?: ValidationExceptionField[];
124
-
125
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
126
- }
127
- export declare enum EventSourceOptInStatus {
128
- DISABLED = "DISABLED",
129
- ENABLED = "ENABLED"
130
- }
131
-
132
- export interface AmazonCodeGuruProfilerIntegration {
133
-
134
- Status?: EventSourceOptInStatus | string;
135
- }
136
- export declare enum LogAnomalyType {
137
- BLOCK_FORMAT = "BLOCK_FORMAT",
138
- FORMAT = "FORMAT",
139
- HTTP_CODE = "HTTP_CODE",
140
- KEYWORD = "KEYWORD",
141
- KEYWORD_TOKEN = "KEYWORD_TOKEN",
142
- NEW_FIELD_NAME = "NEW_FIELD_NAME",
143
- NUMERICAL_NAN = "NUMERICAL_NAN",
144
- NUMERICAL_POINT = "NUMERICAL_POINT"
145
- }
146
-
147
- export interface LogAnomalyClass {
148
-
149
- LogStreamName?: string;
150
-
151
- LogAnomalyType?: LogAnomalyType | string;
152
-
153
- LogAnomalyToken?: string;
154
-
155
- LogEventId?: string;
156
-
157
- Explanation?: string;
158
-
159
- NumberOfLogLinesOccurrences?: number;
160
-
161
- LogEventTimestamp?: Date;
162
- }
163
-
164
- export interface LogAnomalyShowcase {
165
-
166
- LogAnomalyClasses?: LogAnomalyClass[];
167
- }
168
-
169
- export interface AnomalousLogGroup {
170
-
171
- LogGroupName?: string;
172
-
173
- ImpactStartTime?: Date;
174
-
175
- ImpactEndTime?: Date;
176
-
177
- NumberOfLogLinesScanned?: number;
178
-
179
- LogAnomalyShowcases?: LogAnomalyShowcase[];
180
- }
181
-
182
- export interface AnomalyReportedTimeRange {
183
-
184
- OpenTime: Date | undefined;
185
-
186
- CloseTime?: Date;
187
- }
188
-
189
- export interface AnomalyResource {
190
-
191
- Name?: string;
192
-
193
- Type?: string;
194
- }
195
- export declare enum AnomalySeverity {
196
- HIGH = "HIGH",
197
- LOW = "LOW",
198
- MEDIUM = "MEDIUM"
199
- }
200
-
201
- export interface CloudWatchMetricsDimension {
202
-
203
- Name?: string;
204
-
205
- Value?: string;
206
- }
207
- export declare enum CloudWatchMetricDataStatusCode {
208
- COMPLETE = "Complete",
209
- INTERNAL_ERROR = "InternalError",
210
- PARTIAL_DATA = "PartialData"
211
- }
212
-
213
- export interface TimestampMetricValuePair {
214
-
215
- Timestamp?: Date;
216
-
217
- MetricValue?: number;
218
- }
219
-
220
- export interface CloudWatchMetricsDataSummary {
221
-
222
- TimestampMetricValuePairList?: TimestampMetricValuePair[];
223
-
224
- StatusCode?: CloudWatchMetricDataStatusCode | string;
225
- }
226
- export declare enum CloudWatchMetricsStat {
227
- AVERAGE = "Average",
228
- MAXIMUM = "Maximum",
229
- MINIMUM = "Minimum",
230
- P50 = "p50",
231
- P90 = "p90",
232
- P99 = "p99",
233
- SAMPLE_COUNT = "SampleCount",
234
- SUM = "Sum"
235
- }
236
-
237
- export interface CloudWatchMetricsDetail {
238
-
239
- MetricName?: string;
240
-
241
- Namespace?: string;
242
-
243
- Dimensions?: CloudWatchMetricsDimension[];
244
-
245
- Stat?: CloudWatchMetricsStat | string;
246
-
247
- Unit?: string;
248
-
249
- Period?: number;
250
-
251
- MetricDataSummary?: CloudWatchMetricsDataSummary;
252
- }
253
-
254
- export interface PerformanceInsightsMetricDimensionGroup {
255
-
256
- Group?: string;
257
-
258
- Dimensions?: string[];
259
-
260
- Limit?: number;
261
- }
262
-
263
- export interface PerformanceInsightsMetricQuery {
264
-
265
- Metric?: string;
266
-
267
- GroupBy?: PerformanceInsightsMetricDimensionGroup;
268
-
269
- Filter?: Record<string, string>;
270
- }
271
-
272
- export interface PerformanceInsightsReferenceMetric {
273
-
274
- MetricQuery?: PerformanceInsightsMetricQuery;
275
- }
276
-
277
- export interface PerformanceInsightsReferenceScalar {
278
-
279
- Value?: number;
280
- }
281
-
282
- export interface PerformanceInsightsReferenceComparisonValues {
283
-
284
- ReferenceScalar?: PerformanceInsightsReferenceScalar;
285
-
286
- ReferenceMetric?: PerformanceInsightsReferenceMetric;
287
- }
288
-
289
- export interface PerformanceInsightsReferenceData {
290
-
291
- Name?: string;
292
-
293
- ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
294
- }
295
-
296
- export interface PerformanceInsightsStat {
297
-
298
- Type?: string;
299
-
300
- Value?: number;
301
- }
302
-
303
- export interface PerformanceInsightsMetricsDetail {
304
-
305
- MetricDisplayName?: string;
306
-
307
- Unit?: string;
308
-
309
- MetricQuery?: PerformanceInsightsMetricQuery;
310
-
311
- ReferenceData?: PerformanceInsightsReferenceData[];
312
-
313
- StatsAtAnomaly?: PerformanceInsightsStat[];
314
-
315
- StatsAtBaseline?: PerformanceInsightsStat[];
316
- }
317
-
318
- export interface AnomalySourceDetails {
319
-
320
- CloudWatchMetrics?: CloudWatchMetricsDetail[];
321
-
322
- PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
323
- }
324
-
325
- export interface AnomalySourceMetadata {
326
-
327
- Source?: string;
328
-
329
- SourceResourceName?: string;
330
-
331
- SourceResourceType?: string;
332
- }
333
- export declare enum AnomalyStatus {
334
- CLOSED = "CLOSED",
335
- ONGOING = "ONGOING"
336
- }
337
-
338
- export interface AnomalyTimeRange {
339
-
340
- StartTime: Date | undefined;
341
-
342
- EndTime?: Date;
343
- }
344
- export declare enum AnomalyType {
345
- CAUSAL = "CAUSAL",
346
- CONTEXTUAL = "CONTEXTUAL"
347
- }
348
- export interface DeleteInsightRequest {
349
-
350
- Id: string | undefined;
351
- }
352
- export interface DeleteInsightResponse {
353
- }
354
- export interface DescribeAccountHealthRequest {
355
- }
356
- export interface DescribeAccountHealthResponse {
357
-
358
- OpenReactiveInsights: number | undefined;
359
-
360
- OpenProactiveInsights: number | undefined;
361
-
362
- MetricsAnalyzed: number | undefined;
363
-
364
- ResourceHours: number | undefined;
365
- }
366
- export interface DescribeAccountOverviewRequest {
367
-
368
- FromTime: Date | undefined;
369
-
370
- ToTime?: Date;
371
- }
372
- export interface DescribeAccountOverviewResponse {
373
-
374
- ReactiveInsights: number | undefined;
375
-
376
- ProactiveInsights: number | undefined;
377
-
378
- MeanTimeToRecoverInMilliseconds: number | undefined;
379
- }
380
- export interface DescribeAnomalyRequest {
381
-
382
- Id: string | undefined;
383
-
384
- AccountId?: string;
385
- }
386
-
387
- export interface PredictionTimeRange {
388
-
389
- StartTime: Date | undefined;
390
-
391
- EndTime?: Date;
392
- }
393
-
394
- export interface CloudFormationCollection {
395
-
396
- StackNames?: string[];
397
- }
398
-
399
- export interface TagCollection {
400
-
401
- AppBoundaryKey: string | undefined;
402
-
403
- TagValues: string[] | undefined;
404
- }
405
-
406
- export interface ResourceCollection {
407
-
408
- CloudFormation?: CloudFormationCollection;
409
-
410
- Tags?: TagCollection[];
411
- }
412
-
413
- export interface ProactiveAnomaly {
414
-
415
- Id?: string;
416
-
417
- Severity?: AnomalySeverity | string;
418
-
419
- Status?: AnomalyStatus | string;
420
-
421
- UpdateTime?: Date;
422
-
423
- AnomalyTimeRange?: AnomalyTimeRange;
424
-
425
- AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
426
-
427
- PredictionTimeRange?: PredictionTimeRange;
428
-
429
- SourceDetails?: AnomalySourceDetails;
430
-
431
- AssociatedInsightId?: string;
432
-
433
- ResourceCollection?: ResourceCollection;
434
-
435
- Limit?: number;
436
-
437
- SourceMetadata?: AnomalySourceMetadata;
438
-
439
- AnomalyResources?: AnomalyResource[];
440
- }
441
-
442
- export interface ReactiveAnomaly {
443
-
444
- Id?: string;
445
-
446
- Severity?: AnomalySeverity | string;
447
-
448
- Status?: AnomalyStatus | string;
449
-
450
- AnomalyTimeRange?: AnomalyTimeRange;
451
-
452
- AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
453
-
454
- SourceDetails?: AnomalySourceDetails;
455
-
456
- AssociatedInsightId?: string;
457
-
458
- ResourceCollection?: ResourceCollection;
459
-
460
- Type?: AnomalyType | string;
461
-
462
- Name?: string;
463
-
464
- Description?: string;
465
-
466
- CausalAnomalyId?: string;
467
-
468
- AnomalyResources?: AnomalyResource[];
469
- }
470
- export interface DescribeAnomalyResponse {
471
-
472
- ProactiveAnomaly?: ProactiveAnomaly;
473
-
474
- ReactiveAnomaly?: ReactiveAnomaly;
475
- }
476
- export interface DescribeEventSourcesConfigRequest {
477
- }
478
-
479
- export interface EventSourcesConfig {
480
-
481
- AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
482
- }
483
- export interface DescribeEventSourcesConfigResponse {
484
-
485
- EventSources?: EventSourcesConfig;
486
- }
487
- export interface DescribeFeedbackRequest {
488
-
489
- InsightId?: string;
490
- }
491
- export declare enum InsightFeedbackOption {
492
- ALERT_TOO_SENSITIVE = "ALERT_TOO_SENSITIVE",
493
- DATA_INCORRECT = "DATA_INCORRECT",
494
- DATA_NOISY_ANOMALY = "DATA_NOISY_ANOMALY",
495
- RECOMMENDATION_USEFUL = "RECOMMENDATION_USEFUL",
496
- VALID_COLLECTION = "VALID_COLLECTION"
497
- }
498
-
499
- export interface InsightFeedback {
500
-
501
- Id?: string;
502
-
503
- Feedback?: InsightFeedbackOption | string;
504
- }
505
- export interface DescribeFeedbackResponse {
506
-
507
- InsightFeedback?: InsightFeedback;
508
- }
509
- export interface DescribeInsightRequest {
510
-
511
- Id: string | undefined;
512
-
513
- AccountId?: string;
514
- }
515
-
516
- export interface InsightTimeRange {
517
-
518
- StartTime: Date | undefined;
519
-
520
- EndTime?: Date;
521
- }
522
- export declare enum InsightSeverity {
523
- HIGH = "HIGH",
524
- LOW = "LOW",
525
- MEDIUM = "MEDIUM"
526
- }
527
- export declare enum InsightStatus {
528
- CLOSED = "CLOSED",
529
- ONGOING = "ONGOING"
530
- }
531
-
532
- export interface ProactiveInsight {
533
-
534
- Id?: string;
535
-
536
- Name?: string;
537
-
538
- Severity?: InsightSeverity | string;
539
-
540
- Status?: InsightStatus | string;
541
-
542
- InsightTimeRange?: InsightTimeRange;
543
-
544
- PredictionTimeRange?: PredictionTimeRange;
545
-
546
- ResourceCollection?: ResourceCollection;
547
-
548
- SsmOpsItemId?: string;
549
-
550
- Description?: string;
551
- }
552
-
553
- export interface ReactiveInsight {
554
-
555
- Id?: string;
556
-
557
- Name?: string;
558
-
559
- Severity?: InsightSeverity | string;
560
-
561
- Status?: InsightStatus | string;
562
-
563
- InsightTimeRange?: InsightTimeRange;
564
-
565
- ResourceCollection?: ResourceCollection;
566
-
567
- SsmOpsItemId?: string;
568
-
569
- Description?: string;
570
- }
571
- export interface DescribeInsightResponse {
572
-
573
- ProactiveInsight?: ProactiveInsight;
574
-
575
- ReactiveInsight?: ReactiveInsight;
576
- }
577
- export interface DescribeOrganizationHealthRequest {
578
-
579
- AccountIds?: string[];
580
-
581
- OrganizationalUnitIds?: string[];
582
- }
583
- export interface DescribeOrganizationHealthResponse {
584
-
585
- OpenReactiveInsights: number | undefined;
586
-
587
- OpenProactiveInsights: number | undefined;
588
-
589
- MetricsAnalyzed: number | undefined;
590
-
591
- ResourceHours: number | undefined;
592
- }
593
- export interface DescribeOrganizationOverviewRequest {
594
-
595
- FromTime: Date | undefined;
596
-
597
- ToTime?: Date;
598
-
599
- AccountIds?: string[];
600
-
601
- OrganizationalUnitIds?: string[];
602
- }
603
- export interface DescribeOrganizationOverviewResponse {
604
-
605
- ReactiveInsights: number | undefined;
606
-
607
- ProactiveInsights: number | undefined;
608
- }
609
- export declare enum OrganizationResourceCollectionType {
610
- AWS_ACCOUNT = "AWS_ACCOUNT",
611
- AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
612
- AWS_SERVICE = "AWS_SERVICE",
613
- AWS_TAGS = "AWS_TAGS"
614
- }
615
- export interface DescribeOrganizationResourceCollectionHealthRequest {
616
-
617
- OrganizationResourceCollectionType: OrganizationResourceCollectionType | string | undefined;
618
-
619
- AccountIds?: string[];
620
-
621
- OrganizationalUnitIds?: string[];
622
-
623
- NextToken?: string;
624
-
625
- MaxResults?: number;
626
- }
627
-
628
- export interface InsightHealth {
629
-
630
- OpenProactiveInsights?: number;
631
-
632
- OpenReactiveInsights?: number;
633
-
634
- MeanTimeToRecoverInMilliseconds?: number;
635
- }
636
-
637
- export interface CloudFormationHealth {
638
-
639
- StackName?: string;
640
-
641
- Insight?: InsightHealth;
642
- }
643
-
644
- export interface ServiceInsightHealth {
645
-
646
- OpenProactiveInsights?: number;
647
-
648
- OpenReactiveInsights?: number;
649
- }
650
- export declare enum ServiceName {
651
- API_GATEWAY = "API_GATEWAY",
652
- APPLICATION_ELB = "APPLICATION_ELB",
653
- AUTO_SCALING_GROUP = "AUTO_SCALING_GROUP",
654
- CLOUD_FRONT = "CLOUD_FRONT",
655
- DYNAMO_DB = "DYNAMO_DB",
656
- EC2 = "EC2",
657
- ECS = "ECS",
658
- EKS = "EKS",
659
- ELASTIC_BEANSTALK = "ELASTIC_BEANSTALK",
660
- ELASTI_CACHE = "ELASTI_CACHE",
661
- ELB = "ELB",
662
- ES = "ES",
663
- KINESIS = "KINESIS",
664
- LAMBDA = "LAMBDA",
665
- NAT_GATEWAY = "NAT_GATEWAY",
666
- NETWORK_ELB = "NETWORK_ELB",
667
- RDS = "RDS",
668
- REDSHIFT = "REDSHIFT",
669
- ROUTE_53 = "ROUTE_53",
670
- S3 = "S3",
671
- SAGE_MAKER = "SAGE_MAKER",
672
- SNS = "SNS",
673
- SQS = "SQS",
674
- STEP_FUNCTIONS = "STEP_FUNCTIONS",
675
- SWF = "SWF"
676
- }
677
-
678
- export interface ServiceHealth {
679
-
680
- ServiceName?: ServiceName | string;
681
-
682
- Insight?: ServiceInsightHealth;
683
- }
684
-
685
- export interface TagHealth {
686
-
687
- AppBoundaryKey?: string;
688
-
689
- TagValue?: string;
690
-
691
- Insight?: InsightHealth;
692
- }
693
- export interface DescribeOrganizationResourceCollectionHealthResponse {
694
-
695
- CloudFormation?: CloudFormationHealth[];
696
-
697
- Service?: ServiceHealth[];
698
-
699
- Account?: AccountHealth[];
700
-
701
- NextToken?: string;
702
-
703
- Tags?: TagHealth[];
704
- }
705
- export declare enum ResourceCollectionType {
706
- AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
707
- AWS_SERVICE = "AWS_SERVICE",
708
- AWS_TAGS = "AWS_TAGS"
709
- }
710
- export interface DescribeResourceCollectionHealthRequest {
711
-
712
- ResourceCollectionType: ResourceCollectionType | string | undefined;
713
-
714
- NextToken?: string;
715
- }
716
- export interface DescribeResourceCollectionHealthResponse {
717
-
718
- CloudFormation?: CloudFormationHealth[];
719
-
720
- Service?: ServiceHealth[];
721
-
722
- NextToken?: string;
723
-
724
- Tags?: TagHealth[];
725
- }
726
- export interface DescribeServiceIntegrationRequest {
727
- }
728
- export declare enum OptInStatus {
729
- DISABLED = "DISABLED",
730
- ENABLED = "ENABLED"
731
- }
732
-
733
- export interface LogsAnomalyDetectionIntegration {
734
-
735
- OptInStatus?: OptInStatus | string;
736
- }
737
-
738
- export interface OpsCenterIntegration {
739
-
740
- OptInStatus?: OptInStatus | string;
741
- }
742
-
743
- export interface ServiceIntegrationConfig {
744
-
745
- OpsCenter?: OpsCenterIntegration;
746
-
747
- LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
748
- }
749
- export interface DescribeServiceIntegrationResponse {
750
-
751
- ServiceIntegration?: ServiceIntegrationConfig;
752
- }
753
- export interface GetCostEstimationRequest {
754
-
755
- NextToken?: string;
756
- }
757
- export declare enum CostEstimationServiceResourceState {
758
- ACTIVE = "ACTIVE",
759
- INACTIVE = "INACTIVE"
760
- }
761
-
762
- export interface ServiceResourceCost {
763
-
764
- Type?: string;
765
-
766
- State?: CostEstimationServiceResourceState | string;
767
-
768
- Count?: number;
769
-
770
- UnitCost?: number;
771
-
772
- Cost?: number;
773
- }
774
-
775
- export interface CloudFormationCostEstimationResourceCollectionFilter {
776
-
777
- StackNames?: string[];
778
- }
779
-
780
- export interface TagCostEstimationResourceCollectionFilter {
781
-
782
- AppBoundaryKey: string | undefined;
783
-
784
- TagValues: string[] | undefined;
785
- }
786
-
787
- export interface CostEstimationResourceCollectionFilter {
788
-
789
- CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
790
-
791
- Tags?: TagCostEstimationResourceCollectionFilter[];
792
- }
793
- export declare enum CostEstimationStatus {
794
- COMPLETED = "COMPLETED",
795
- ONGOING = "ONGOING"
796
- }
797
-
798
- export interface CostEstimationTimeRange {
799
-
800
- StartTime?: Date;
801
-
802
- EndTime?: Date;
803
- }
804
- export interface GetCostEstimationResponse {
805
-
806
- ResourceCollection?: CostEstimationResourceCollectionFilter;
807
-
808
- Status?: CostEstimationStatus | string;
809
-
810
- Costs?: ServiceResourceCost[];
811
-
812
- TimeRange?: CostEstimationTimeRange;
813
-
814
- TotalCost?: number;
815
-
816
- NextToken?: string;
817
- }
818
- export interface GetResourceCollectionRequest {
819
-
820
- ResourceCollectionType: ResourceCollectionType | string | undefined;
821
-
822
- NextToken?: string;
823
- }
824
-
825
- export interface CloudFormationCollectionFilter {
826
-
827
- StackNames?: string[];
828
- }
829
-
830
- export interface TagCollectionFilter {
831
-
832
- AppBoundaryKey: string | undefined;
833
-
834
- TagValues: string[] | undefined;
835
- }
836
-
837
- export interface ResourceCollectionFilter {
838
-
839
- CloudFormation?: CloudFormationCollectionFilter;
840
-
841
- Tags?: TagCollectionFilter[];
842
- }
843
- export interface GetResourceCollectionResponse {
844
-
845
- ResourceCollection?: ResourceCollectionFilter;
846
-
847
- NextToken?: string;
848
- }
849
-
850
- export interface StartTimeRange {
851
-
852
- FromTime?: Date;
853
-
854
- ToTime?: Date;
855
- }
856
- export interface ListAnomaliesForInsightRequest {
857
-
858
- InsightId: string | undefined;
859
-
860
- StartTimeRange?: StartTimeRange;
861
-
862
- MaxResults?: number;
863
-
864
- NextToken?: string;
865
-
866
- AccountId?: string;
867
- }
868
-
869
- export interface ProactiveAnomalySummary {
870
-
871
- Id?: string;
872
-
873
- Severity?: AnomalySeverity | string;
874
-
875
- Status?: AnomalyStatus | string;
876
-
877
- UpdateTime?: Date;
878
-
879
- AnomalyTimeRange?: AnomalyTimeRange;
880
-
881
- AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
882
-
883
- PredictionTimeRange?: PredictionTimeRange;
884
-
885
- SourceDetails?: AnomalySourceDetails;
886
-
887
- AssociatedInsightId?: string;
888
-
889
- ResourceCollection?: ResourceCollection;
890
-
891
- Limit?: number;
892
-
893
- SourceMetadata?: AnomalySourceMetadata;
894
-
895
- AnomalyResources?: AnomalyResource[];
896
- }
897
-
898
- export interface ReactiveAnomalySummary {
899
-
900
- Id?: string;
901
-
902
- Severity?: AnomalySeverity | string;
903
-
904
- Status?: AnomalyStatus | string;
905
-
906
- AnomalyTimeRange?: AnomalyTimeRange;
907
-
908
- AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
909
-
910
- SourceDetails?: AnomalySourceDetails;
911
-
912
- AssociatedInsightId?: string;
913
-
914
- ResourceCollection?: ResourceCollection;
915
-
916
- Type?: AnomalyType | string;
917
-
918
- Name?: string;
919
-
920
- Description?: string;
921
-
922
- CausalAnomalyId?: string;
923
-
924
- AnomalyResources?: AnomalyResource[];
925
- }
926
- export interface ListAnomaliesForInsightResponse {
927
-
928
- ProactiveAnomalies?: ProactiveAnomalySummary[];
929
-
930
- ReactiveAnomalies?: ReactiveAnomalySummary[];
931
-
932
- NextToken?: string;
933
- }
934
- export interface ListAnomalousLogGroupsRequest {
935
-
936
- InsightId: string | undefined;
937
-
938
- MaxResults?: number;
939
-
940
- NextToken?: string;
941
- }
942
- export interface ListAnomalousLogGroupsResponse {
943
-
944
- InsightId: string | undefined;
945
-
946
- AnomalousLogGroups: AnomalousLogGroup[] | undefined;
947
-
948
- NextToken?: string;
949
- }
950
- export declare enum EventDataSource {
951
- AWS_CLOUD_TRAIL = "AWS_CLOUD_TRAIL",
952
- AWS_CODE_DEPLOY = "AWS_CODE_DEPLOY"
953
- }
954
- export declare enum EventClass {
955
- CONFIG_CHANGE = "CONFIG_CHANGE",
956
- DEPLOYMENT = "DEPLOYMENT",
957
- INFRASTRUCTURE = "INFRASTRUCTURE",
958
- SCHEMA_CHANGE = "SCHEMA_CHANGE",
959
- SECURITY_CHANGE = "SECURITY_CHANGE"
960
- }
961
-
962
- export interface EventTimeRange {
963
-
964
- FromTime: Date | undefined;
965
-
966
- ToTime: Date | undefined;
967
- }
968
-
969
- export interface ListEventsFilters {
970
-
971
- InsightId?: string;
972
-
973
- EventTimeRange?: EventTimeRange;
974
-
975
- EventClass?: EventClass | string;
976
-
977
- EventSource?: string;
978
-
979
- DataSource?: EventDataSource | string;
980
-
981
- ResourceCollection?: ResourceCollection;
982
- }
983
- export interface ListEventsRequest {
984
-
985
- Filters: ListEventsFilters | undefined;
986
-
987
- MaxResults?: number;
988
-
989
- NextToken?: string;
990
-
991
- AccountId?: string;
992
- }
993
-
994
- export interface EventResource {
995
-
996
- Type?: string;
997
-
998
- Name?: string;
999
-
1000
- Arn?: string;
1001
- }
1002
-
1003
- export interface Event {
1004
-
1005
- ResourceCollection?: ResourceCollection;
1006
-
1007
- Id?: string;
1008
-
1009
- Time?: Date;
1010
-
1011
- EventSource?: string;
1012
-
1013
- Name?: string;
1014
-
1015
- DataSource?: EventDataSource | string;
1016
-
1017
- EventClass?: EventClass | string;
1018
-
1019
- Resources?: EventResource[];
1020
- }
1021
- export interface ListEventsResponse {
1022
-
1023
- Events: Event[] | undefined;
1024
-
1025
- NextToken?: string;
1026
- }
1027
- export declare enum InsightType {
1028
- PROACTIVE = "PROACTIVE",
1029
- REACTIVE = "REACTIVE"
1030
- }
1031
-
1032
- export interface ListInsightsAnyStatusFilter {
1033
-
1034
- Type: InsightType | string | undefined;
1035
-
1036
- StartTimeRange: StartTimeRange | undefined;
1037
- }
1038
-
1039
- export interface EndTimeRange {
1040
-
1041
- FromTime?: Date;
1042
-
1043
- ToTime?: Date;
1044
- }
1045
-
1046
- export interface ListInsightsClosedStatusFilter {
1047
-
1048
- Type: InsightType | string | undefined;
1049
-
1050
- EndTimeRange: EndTimeRange | undefined;
1051
- }
1052
-
1053
- export interface ListInsightsOngoingStatusFilter {
1054
-
1055
- Type: InsightType | string | undefined;
1056
- }
1057
-
1058
- export interface ListInsightsStatusFilter {
1059
-
1060
- Ongoing?: ListInsightsOngoingStatusFilter;
1061
-
1062
- Closed?: ListInsightsClosedStatusFilter;
1063
-
1064
- Any?: ListInsightsAnyStatusFilter;
1065
- }
1066
- export interface ListInsightsRequest {
1067
-
1068
- StatusFilter: ListInsightsStatusFilter | undefined;
1069
-
1070
- MaxResults?: number;
1071
-
1072
- NextToken?: string;
1073
- }
1074
-
1075
- export interface ServiceCollection {
1076
-
1077
- ServiceNames?: (ServiceName | string)[];
1078
- }
1079
-
1080
- export interface ProactiveInsightSummary {
1081
-
1082
- Id?: string;
1083
-
1084
- Name?: string;
1085
-
1086
- Severity?: InsightSeverity | string;
1087
-
1088
- Status?: InsightStatus | string;
1089
-
1090
- InsightTimeRange?: InsightTimeRange;
1091
-
1092
- PredictionTimeRange?: PredictionTimeRange;
1093
-
1094
- ResourceCollection?: ResourceCollection;
1095
-
1096
- ServiceCollection?: ServiceCollection;
1097
-
1098
- AssociatedResourceArns?: string[];
1099
- }
1100
-
1101
- export interface ReactiveInsightSummary {
1102
-
1103
- Id?: string;
1104
-
1105
- Name?: string;
1106
-
1107
- Severity?: InsightSeverity | string;
1108
-
1109
- Status?: InsightStatus | string;
1110
-
1111
- InsightTimeRange?: InsightTimeRange;
1112
-
1113
- ResourceCollection?: ResourceCollection;
1114
-
1115
- ServiceCollection?: ServiceCollection;
1116
-
1117
- AssociatedResourceArns?: string[];
1118
- }
1119
- export interface ListInsightsResponse {
1120
-
1121
- ProactiveInsights?: ProactiveInsightSummary[];
1122
-
1123
- ReactiveInsights?: ReactiveInsightSummary[];
1124
-
1125
- NextToken?: string;
1126
- }
1127
- export declare enum ResourcePermission {
1128
- FULL_PERMISSION = "FULL_PERMISSION",
1129
- MISSING_PERMISSION = "MISSING_PERMISSION"
1130
- }
1131
- export declare enum ResourceTypeFilter {
1132
- LOG_GROUPS = "LOG_GROUPS"
1133
- }
1134
-
1135
- export interface ListMonitoredResourcesFilters {
1136
-
1137
- ResourcePermission: ResourcePermission | string | undefined;
1138
-
1139
- ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
1140
- }
1141
- export interface ListMonitoredResourcesRequest {
1142
-
1143
- Filters: ListMonitoredResourcesFilters | undefined;
1144
-
1145
- MaxResults?: number;
1146
-
1147
- NextToken?: string;
1148
- }
1149
-
1150
- export interface MonitoredResourceIdentifier {
1151
-
1152
- MonitoredResourceName?: string;
1153
-
1154
- Type?: string;
1155
-
1156
- ResourcePermission?: ResourcePermission | string;
1157
- }
1158
- export interface ListMonitoredResourcesResponse {
1159
-
1160
- MonitoredResourceIdentifiers: MonitoredResourceIdentifier[] | undefined;
1161
-
1162
- NextToken?: string;
1163
- }
1164
- export interface ListNotificationChannelsRequest {
1165
-
1166
- NextToken?: string;
1167
- }
1168
-
1169
- export interface NotificationChannel {
1170
-
1171
- Id?: string;
1172
-
1173
- Config?: NotificationChannelConfig;
1174
- }
1175
- export interface ListNotificationChannelsResponse {
1176
-
1177
- Channels?: NotificationChannel[];
1178
-
1179
- NextToken?: string;
1180
- }
1181
- export interface ListOrganizationInsightsRequest {
1182
-
1183
- StatusFilter: ListInsightsStatusFilter | undefined;
1184
-
1185
- MaxResults?: number;
1186
-
1187
- AccountIds?: string[];
1188
-
1189
- OrganizationalUnitIds?: string[];
1190
-
1191
- NextToken?: string;
1192
- }
1193
-
1194
- export interface ProactiveOrganizationInsightSummary {
1195
-
1196
- Id?: string;
1197
-
1198
- AccountId?: string;
1199
-
1200
- OrganizationalUnitId?: string;
1201
-
1202
- Name?: string;
1203
-
1204
- Severity?: InsightSeverity | string;
1205
-
1206
- Status?: InsightStatus | string;
1207
-
1208
- InsightTimeRange?: InsightTimeRange;
1209
-
1210
- PredictionTimeRange?: PredictionTimeRange;
1211
-
1212
- ResourceCollection?: ResourceCollection;
1213
-
1214
- ServiceCollection?: ServiceCollection;
1215
- }
1216
-
1217
- export interface ReactiveOrganizationInsightSummary {
1218
-
1219
- Id?: string;
1220
-
1221
- AccountId?: string;
1222
-
1223
- OrganizationalUnitId?: string;
1224
-
1225
- Name?: string;
1226
-
1227
- Severity?: InsightSeverity | string;
1228
-
1229
- Status?: InsightStatus | string;
1230
-
1231
- InsightTimeRange?: InsightTimeRange;
1232
-
1233
- ResourceCollection?: ResourceCollection;
1234
-
1235
- ServiceCollection?: ServiceCollection;
1236
- }
1237
- export interface ListOrganizationInsightsResponse {
1238
-
1239
- ProactiveInsights?: ProactiveOrganizationInsightSummary[];
1240
-
1241
- ReactiveInsights?: ReactiveOrganizationInsightSummary[];
1242
-
1243
- NextToken?: string;
1244
- }
1245
- export declare enum Locale {
1246
- DE_DE = "DE_DE",
1247
- EN_GB = "EN_GB",
1248
- EN_US = "EN_US",
1249
- ES_ES = "ES_ES",
1250
- FR_FR = "FR_FR",
1251
- IT_IT = "IT_IT",
1252
- JA_JP = "JA_JP",
1253
- KO_KR = "KO_KR",
1254
- PT_BR = "PT_BR",
1255
- ZH_CN = "ZH_CN",
1256
- ZH_TW = "ZH_TW"
1257
- }
1258
- export interface ListRecommendationsRequest {
1259
-
1260
- InsightId: string | undefined;
1261
-
1262
- NextToken?: string;
1263
-
1264
- Locale?: Locale | string;
1265
-
1266
- AccountId?: string;
1267
- }
1268
-
1269
- export interface RecommendationRelatedAnomalyResource {
1270
-
1271
- Name?: string;
1272
-
1273
- Type?: string;
1274
- }
1275
-
1276
- export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
1277
-
1278
- MetricName?: string;
1279
-
1280
- Namespace?: string;
1281
- }
1282
-
1283
- export interface RecommendationRelatedAnomalySourceDetail {
1284
-
1285
- CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
1286
- }
1287
-
1288
- export interface RecommendationRelatedAnomaly {
1289
-
1290
- Resources?: RecommendationRelatedAnomalyResource[];
1291
-
1292
- SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
1293
-
1294
- AnomalyId?: string;
1295
- }
1296
-
1297
- export interface RecommendationRelatedEventResource {
1298
-
1299
- Name?: string;
1300
-
1301
- Type?: string;
1302
- }
1303
-
1304
- export interface RecommendationRelatedEvent {
1305
-
1306
- Name?: string;
1307
-
1308
- Resources?: RecommendationRelatedEventResource[];
1309
- }
1310
-
1311
- export interface Recommendation {
1312
-
1313
- Description?: string;
1314
-
1315
- Link?: string;
1316
-
1317
- Name?: string;
1318
-
1319
- Reason?: string;
1320
-
1321
- RelatedEvents?: RecommendationRelatedEvent[];
1322
-
1323
- RelatedAnomalies?: RecommendationRelatedAnomaly[];
1324
-
1325
- Category?: string;
1326
- }
1327
- export interface ListRecommendationsResponse {
1328
-
1329
- Recommendations?: Recommendation[];
1330
-
1331
- NextToken?: string;
1332
- }
1333
- export interface PutFeedbackRequest {
1334
-
1335
- InsightFeedback?: InsightFeedback;
1336
- }
1337
- export interface PutFeedbackResponse {
1338
- }
1339
- export interface RemoveNotificationChannelRequest {
1340
-
1341
- Id: string | undefined;
1342
- }
1343
- export interface RemoveNotificationChannelResponse {
1344
- }
1345
-
1346
- export interface SearchInsightsFilters {
1347
-
1348
- Severities?: (InsightSeverity | string)[];
1349
-
1350
- Statuses?: (InsightStatus | string)[];
1351
-
1352
- ResourceCollection?: ResourceCollection;
1353
-
1354
- ServiceCollection?: ServiceCollection;
1355
- }
1356
- export interface SearchInsightsRequest {
1357
-
1358
- StartTimeRange: StartTimeRange | undefined;
1359
-
1360
- Filters?: SearchInsightsFilters;
1361
-
1362
- MaxResults?: number;
1363
-
1364
- NextToken?: string;
1365
-
1366
- Type: InsightType | string | undefined;
1367
- }
1368
- export interface SearchInsightsResponse {
1369
-
1370
- ProactiveInsights?: ProactiveInsightSummary[];
1371
-
1372
- ReactiveInsights?: ReactiveInsightSummary[];
1373
-
1374
- NextToken?: string;
1375
- }
1376
-
1377
- export interface SearchOrganizationInsightsFilters {
1378
-
1379
- Severities?: (InsightSeverity | string)[];
1380
-
1381
- Statuses?: (InsightStatus | string)[];
1382
-
1383
- ResourceCollection?: ResourceCollection;
1384
-
1385
- ServiceCollection?: ServiceCollection;
1386
- }
1387
- export interface SearchOrganizationInsightsRequest {
1388
-
1389
- AccountIds: string[] | undefined;
1390
-
1391
- StartTimeRange: StartTimeRange | undefined;
1392
-
1393
- Filters?: SearchOrganizationInsightsFilters;
1394
-
1395
- MaxResults?: number;
1396
-
1397
- NextToken?: string;
1398
-
1399
- Type: InsightType | string | undefined;
1400
- }
1401
- export interface SearchOrganizationInsightsResponse {
1402
-
1403
- ProactiveInsights?: ProactiveInsightSummary[];
1404
-
1405
- ReactiveInsights?: ReactiveInsightSummary[];
1406
-
1407
- NextToken?: string;
1408
- }
1409
- export interface StartCostEstimationRequest {
1410
-
1411
- ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
1412
-
1413
- ClientToken?: string;
1414
- }
1415
- export interface StartCostEstimationResponse {
1416
- }
1417
- export interface UpdateEventSourcesConfigRequest {
1418
-
1419
- EventSources?: EventSourcesConfig;
1420
- }
1421
- export interface UpdateEventSourcesConfigResponse {
1422
- }
1423
- export declare enum UpdateResourceCollectionAction {
1424
- ADD = "ADD",
1425
- REMOVE = "REMOVE"
1426
- }
1427
-
1428
- export interface UpdateCloudFormationCollectionFilter {
1429
-
1430
- StackNames?: string[];
1431
- }
1432
-
1433
- export interface UpdateTagCollectionFilter {
1434
-
1435
- AppBoundaryKey: string | undefined;
1436
-
1437
- TagValues: string[] | undefined;
1438
- }
1439
-
1440
- export interface UpdateResourceCollectionFilter {
1441
-
1442
- CloudFormation?: UpdateCloudFormationCollectionFilter;
1443
-
1444
- Tags?: UpdateTagCollectionFilter[];
1445
- }
1446
- export interface UpdateResourceCollectionRequest {
1447
-
1448
- Action: UpdateResourceCollectionAction | string | undefined;
1449
-
1450
- ResourceCollection: UpdateResourceCollectionFilter | undefined;
1451
- }
1452
- export interface UpdateResourceCollectionResponse {
1453
- }
1454
-
1455
- export interface LogsAnomalyDetectionIntegrationConfig {
1456
-
1457
- OptInStatus?: OptInStatus | string;
1458
- }
1459
-
1460
- export interface OpsCenterIntegrationConfig {
1461
-
1462
- OptInStatus?: OptInStatus | string;
1463
- }
1464
-
1465
- export interface UpdateServiceIntegrationConfig {
1466
-
1467
- OpsCenter?: OpsCenterIntegrationConfig;
1468
-
1469
- LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
1470
- }
1471
- export interface UpdateServiceIntegrationRequest {
1472
-
1473
- ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
1474
- }
1475
- export interface UpdateServiceIntegrationResponse {
1476
- }
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;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { DevOpsGuruServiceException as __BaseException } from "./DevOpsGuruServiceException";
3
+
4
+ export declare class AccessDeniedException extends __BaseException {
5
+ readonly name: "AccessDeniedException";
6
+ readonly $fault: "client";
7
+ Message: string | undefined;
8
+
9
+ constructor(
10
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
+ );
12
+ }
13
+
14
+ export interface AccountInsightHealth {
15
+ OpenProactiveInsights?: number;
16
+
17
+ OpenReactiveInsights?: number;
18
+ }
19
+
20
+ export interface AccountHealth {
21
+ AccountId?: string;
22
+
23
+ Insight?: AccountInsightHealth;
24
+ }
25
+
26
+ export interface SnsChannelConfig {
27
+ TopicArn?: string;
28
+ }
29
+
30
+ export interface NotificationChannelConfig {
31
+ Sns: SnsChannelConfig | undefined;
32
+ }
33
+ export interface AddNotificationChannelRequest {
34
+ Config: NotificationChannelConfig | undefined;
35
+ }
36
+ export interface AddNotificationChannelResponse {
37
+ Id: string | undefined;
38
+ }
39
+
40
+ export declare class ConflictException extends __BaseException {
41
+ readonly name: "ConflictException";
42
+ readonly $fault: "client";
43
+ Message: string | undefined;
44
+
45
+ ResourceId: string | undefined;
46
+
47
+ ResourceType: string | undefined;
48
+
49
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
50
+ }
51
+
52
+ export declare class InternalServerException extends __BaseException {
53
+ readonly name: "InternalServerException";
54
+ readonly $fault: "server";
55
+ Message: string | undefined;
56
+
57
+ RetryAfterSeconds?: number;
58
+
59
+ constructor(
60
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
61
+ );
62
+ }
63
+
64
+ export declare class ResourceNotFoundException extends __BaseException {
65
+ readonly name: "ResourceNotFoundException";
66
+ readonly $fault: "client";
67
+ Message: string | undefined;
68
+
69
+ ResourceId: string | undefined;
70
+
71
+ ResourceType: string | undefined;
72
+
73
+ constructor(
74
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
75
+ );
76
+ }
77
+
78
+ export declare class ServiceQuotaExceededException extends __BaseException {
79
+ readonly name: "ServiceQuotaExceededException";
80
+ readonly $fault: "client";
81
+ Message?: string;
82
+
83
+ constructor(
84
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
85
+ );
86
+ }
87
+
88
+ export declare class ThrottlingException extends __BaseException {
89
+ readonly name: "ThrottlingException";
90
+ readonly $fault: "client";
91
+ Message: string | undefined;
92
+
93
+ QuotaCode?: string;
94
+
95
+ ServiceCode?: string;
96
+
97
+ RetryAfterSeconds?: number;
98
+
99
+ constructor(
100
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
101
+ );
102
+ }
103
+
104
+ export interface ValidationExceptionField {
105
+ Name: string | undefined;
106
+
107
+ Message: string | undefined;
108
+ }
109
+ export declare enum ValidationExceptionReason {
110
+ CANNOT_PARSE = "CANNOT_PARSE",
111
+ FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
112
+ INVALID_PARAMETER_COMBINATION = "INVALID_PARAMETER_COMBINATION",
113
+ OTHER = "OTHER",
114
+ PARAMETER_INCONSISTENT_WITH_SERVICE_STATE = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
115
+ UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
116
+ }
117
+
118
+ export declare class ValidationException extends __BaseException {
119
+ readonly name: "ValidationException";
120
+ readonly $fault: "client";
121
+
122
+ Message: string | undefined;
123
+
124
+ Reason?: ValidationExceptionReason | string;
125
+
126
+ Fields?: ValidationExceptionField[];
127
+
128
+ constructor(
129
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
130
+ );
131
+ }
132
+ export declare enum EventSourceOptInStatus {
133
+ DISABLED = "DISABLED",
134
+ ENABLED = "ENABLED",
135
+ }
136
+
137
+ export interface AmazonCodeGuruProfilerIntegration {
138
+ Status?: EventSourceOptInStatus | string;
139
+ }
140
+ export declare enum LogAnomalyType {
141
+ BLOCK_FORMAT = "BLOCK_FORMAT",
142
+ FORMAT = "FORMAT",
143
+ HTTP_CODE = "HTTP_CODE",
144
+ KEYWORD = "KEYWORD",
145
+ KEYWORD_TOKEN = "KEYWORD_TOKEN",
146
+ NEW_FIELD_NAME = "NEW_FIELD_NAME",
147
+ NUMERICAL_NAN = "NUMERICAL_NAN",
148
+ NUMERICAL_POINT = "NUMERICAL_POINT",
149
+ }
150
+
151
+ export interface LogAnomalyClass {
152
+ LogStreamName?: string;
153
+
154
+ LogAnomalyType?: LogAnomalyType | string;
155
+
156
+ LogAnomalyToken?: string;
157
+
158
+ LogEventId?: string;
159
+
160
+ Explanation?: string;
161
+
162
+ NumberOfLogLinesOccurrences?: number;
163
+
164
+ LogEventTimestamp?: Date;
165
+ }
166
+
167
+ export interface LogAnomalyShowcase {
168
+ LogAnomalyClasses?: LogAnomalyClass[];
169
+ }
170
+
171
+ export interface AnomalousLogGroup {
172
+ LogGroupName?: string;
173
+
174
+ ImpactStartTime?: Date;
175
+
176
+ ImpactEndTime?: Date;
177
+
178
+ NumberOfLogLinesScanned?: number;
179
+
180
+ LogAnomalyShowcases?: LogAnomalyShowcase[];
181
+ }
182
+
183
+ export interface AnomalyReportedTimeRange {
184
+ OpenTime: Date | undefined;
185
+
186
+ CloseTime?: Date;
187
+ }
188
+
189
+ export interface AnomalyResource {
190
+ Name?: string;
191
+
192
+ Type?: string;
193
+ }
194
+ export declare enum AnomalySeverity {
195
+ HIGH = "HIGH",
196
+ LOW = "LOW",
197
+ MEDIUM = "MEDIUM",
198
+ }
199
+
200
+ export interface CloudWatchMetricsDimension {
201
+ Name?: string;
202
+
203
+ Value?: string;
204
+ }
205
+ export declare enum CloudWatchMetricDataStatusCode {
206
+ COMPLETE = "Complete",
207
+ INTERNAL_ERROR = "InternalError",
208
+ PARTIAL_DATA = "PartialData",
209
+ }
210
+
211
+ export interface TimestampMetricValuePair {
212
+ Timestamp?: Date;
213
+
214
+ MetricValue?: number;
215
+ }
216
+
217
+ export interface CloudWatchMetricsDataSummary {
218
+ TimestampMetricValuePairList?: TimestampMetricValuePair[];
219
+
220
+ StatusCode?: CloudWatchMetricDataStatusCode | string;
221
+ }
222
+ export declare enum CloudWatchMetricsStat {
223
+ AVERAGE = "Average",
224
+ MAXIMUM = "Maximum",
225
+ MINIMUM = "Minimum",
226
+ P50 = "p50",
227
+ P90 = "p90",
228
+ P99 = "p99",
229
+ SAMPLE_COUNT = "SampleCount",
230
+ SUM = "Sum",
231
+ }
232
+
233
+ export interface CloudWatchMetricsDetail {
234
+ MetricName?: string;
235
+
236
+ Namespace?: string;
237
+
238
+ Dimensions?: CloudWatchMetricsDimension[];
239
+
240
+ Stat?: CloudWatchMetricsStat | string;
241
+
242
+ Unit?: string;
243
+
244
+ Period?: number;
245
+
246
+ MetricDataSummary?: CloudWatchMetricsDataSummary;
247
+ }
248
+
249
+ export interface PerformanceInsightsMetricDimensionGroup {
250
+ Group?: string;
251
+
252
+ Dimensions?: string[];
253
+
254
+ Limit?: number;
255
+ }
256
+
257
+ export interface PerformanceInsightsMetricQuery {
258
+ Metric?: string;
259
+
260
+ GroupBy?: PerformanceInsightsMetricDimensionGroup;
261
+
262
+ Filter?: Record<string, string>;
263
+ }
264
+
265
+ export interface PerformanceInsightsReferenceMetric {
266
+ MetricQuery?: PerformanceInsightsMetricQuery;
267
+ }
268
+
269
+ export interface PerformanceInsightsReferenceScalar {
270
+ Value?: number;
271
+ }
272
+
273
+ export interface PerformanceInsightsReferenceComparisonValues {
274
+ ReferenceScalar?: PerformanceInsightsReferenceScalar;
275
+
276
+ ReferenceMetric?: PerformanceInsightsReferenceMetric;
277
+ }
278
+
279
+ export interface PerformanceInsightsReferenceData {
280
+ Name?: string;
281
+
282
+ ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
283
+ }
284
+
285
+ export interface PerformanceInsightsStat {
286
+ Type?: string;
287
+
288
+ Value?: number;
289
+ }
290
+
291
+ export interface PerformanceInsightsMetricsDetail {
292
+ MetricDisplayName?: string;
293
+
294
+ Unit?: string;
295
+
296
+ MetricQuery?: PerformanceInsightsMetricQuery;
297
+
298
+ ReferenceData?: PerformanceInsightsReferenceData[];
299
+
300
+ StatsAtAnomaly?: PerformanceInsightsStat[];
301
+
302
+ StatsAtBaseline?: PerformanceInsightsStat[];
303
+ }
304
+
305
+ export interface AnomalySourceDetails {
306
+ CloudWatchMetrics?: CloudWatchMetricsDetail[];
307
+
308
+ PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
309
+ }
310
+
311
+ export interface AnomalySourceMetadata {
312
+ Source?: string;
313
+
314
+ SourceResourceName?: string;
315
+
316
+ SourceResourceType?: string;
317
+ }
318
+ export declare enum AnomalyStatus {
319
+ CLOSED = "CLOSED",
320
+ ONGOING = "ONGOING",
321
+ }
322
+
323
+ export interface AnomalyTimeRange {
324
+ StartTime: Date | undefined;
325
+
326
+ EndTime?: Date;
327
+ }
328
+ export declare enum AnomalyType {
329
+ CAUSAL = "CAUSAL",
330
+ CONTEXTUAL = "CONTEXTUAL",
331
+ }
332
+ export interface DeleteInsightRequest {
333
+ Id: string | undefined;
334
+ }
335
+ export interface DeleteInsightResponse {}
336
+ export interface DescribeAccountHealthRequest {}
337
+ export interface DescribeAccountHealthResponse {
338
+ OpenReactiveInsights: number | undefined;
339
+
340
+ OpenProactiveInsights: number | undefined;
341
+
342
+ MetricsAnalyzed: number | undefined;
343
+
344
+ ResourceHours: number | undefined;
345
+ }
346
+ export interface DescribeAccountOverviewRequest {
347
+ FromTime: Date | undefined;
348
+
349
+ ToTime?: Date;
350
+ }
351
+ export interface DescribeAccountOverviewResponse {
352
+ ReactiveInsights: number | undefined;
353
+
354
+ ProactiveInsights: number | undefined;
355
+
356
+ MeanTimeToRecoverInMilliseconds: number | undefined;
357
+ }
358
+ export interface DescribeAnomalyRequest {
359
+ Id: string | undefined;
360
+
361
+ AccountId?: string;
362
+ }
363
+
364
+ export interface PredictionTimeRange {
365
+ StartTime: Date | undefined;
366
+
367
+ EndTime?: Date;
368
+ }
369
+
370
+ export interface CloudFormationCollection {
371
+ StackNames?: string[];
372
+ }
373
+
374
+ export interface TagCollection {
375
+ AppBoundaryKey: string | undefined;
376
+
377
+ TagValues: string[] | undefined;
378
+ }
379
+
380
+ export interface ResourceCollection {
381
+ CloudFormation?: CloudFormationCollection;
382
+
383
+ Tags?: TagCollection[];
384
+ }
385
+
386
+ export interface ProactiveAnomaly {
387
+ Id?: string;
388
+
389
+ Severity?: AnomalySeverity | string;
390
+
391
+ Status?: AnomalyStatus | string;
392
+
393
+ UpdateTime?: Date;
394
+
395
+ AnomalyTimeRange?: AnomalyTimeRange;
396
+
397
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
398
+
399
+ PredictionTimeRange?: PredictionTimeRange;
400
+
401
+ SourceDetails?: AnomalySourceDetails;
402
+
403
+ AssociatedInsightId?: string;
404
+
405
+ ResourceCollection?: ResourceCollection;
406
+
407
+ Limit?: number;
408
+
409
+ SourceMetadata?: AnomalySourceMetadata;
410
+
411
+ AnomalyResources?: AnomalyResource[];
412
+ }
413
+
414
+ export interface ReactiveAnomaly {
415
+ Id?: string;
416
+
417
+ Severity?: AnomalySeverity | string;
418
+
419
+ Status?: AnomalyStatus | string;
420
+
421
+ AnomalyTimeRange?: AnomalyTimeRange;
422
+
423
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
424
+
425
+ SourceDetails?: AnomalySourceDetails;
426
+
427
+ AssociatedInsightId?: string;
428
+
429
+ ResourceCollection?: ResourceCollection;
430
+
431
+ Type?: AnomalyType | string;
432
+
433
+ Name?: string;
434
+
435
+ Description?: string;
436
+
437
+ CausalAnomalyId?: string;
438
+
439
+ AnomalyResources?: AnomalyResource[];
440
+ }
441
+ export interface DescribeAnomalyResponse {
442
+ ProactiveAnomaly?: ProactiveAnomaly;
443
+
444
+ ReactiveAnomaly?: ReactiveAnomaly;
445
+ }
446
+ export interface DescribeEventSourcesConfigRequest {}
447
+
448
+ export interface EventSourcesConfig {
449
+ AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
450
+ }
451
+ export interface DescribeEventSourcesConfigResponse {
452
+ EventSources?: EventSourcesConfig;
453
+ }
454
+ export interface DescribeFeedbackRequest {
455
+ InsightId?: string;
456
+ }
457
+ export declare enum InsightFeedbackOption {
458
+ ALERT_TOO_SENSITIVE = "ALERT_TOO_SENSITIVE",
459
+ DATA_INCORRECT = "DATA_INCORRECT",
460
+ DATA_NOISY_ANOMALY = "DATA_NOISY_ANOMALY",
461
+ RECOMMENDATION_USEFUL = "RECOMMENDATION_USEFUL",
462
+ VALID_COLLECTION = "VALID_COLLECTION",
463
+ }
464
+
465
+ export interface InsightFeedback {
466
+ Id?: string;
467
+
468
+ Feedback?: InsightFeedbackOption | string;
469
+ }
470
+ export interface DescribeFeedbackResponse {
471
+ InsightFeedback?: InsightFeedback;
472
+ }
473
+ export interface DescribeInsightRequest {
474
+ Id: string | undefined;
475
+
476
+ AccountId?: string;
477
+ }
478
+
479
+ export interface InsightTimeRange {
480
+ StartTime: Date | undefined;
481
+
482
+ EndTime?: Date;
483
+ }
484
+ export declare enum InsightSeverity {
485
+ HIGH = "HIGH",
486
+ LOW = "LOW",
487
+ MEDIUM = "MEDIUM",
488
+ }
489
+ export declare enum InsightStatus {
490
+ CLOSED = "CLOSED",
491
+ ONGOING = "ONGOING",
492
+ }
493
+
494
+ export interface ProactiveInsight {
495
+ Id?: string;
496
+
497
+ Name?: string;
498
+
499
+ Severity?: InsightSeverity | string;
500
+
501
+ Status?: InsightStatus | string;
502
+
503
+ InsightTimeRange?: InsightTimeRange;
504
+
505
+ PredictionTimeRange?: PredictionTimeRange;
506
+
507
+ ResourceCollection?: ResourceCollection;
508
+
509
+ SsmOpsItemId?: string;
510
+
511
+ Description?: string;
512
+ }
513
+
514
+ export interface ReactiveInsight {
515
+ Id?: string;
516
+
517
+ Name?: string;
518
+
519
+ Severity?: InsightSeverity | string;
520
+
521
+ Status?: InsightStatus | string;
522
+
523
+ InsightTimeRange?: InsightTimeRange;
524
+
525
+ ResourceCollection?: ResourceCollection;
526
+
527
+ SsmOpsItemId?: string;
528
+
529
+ Description?: string;
530
+ }
531
+ export interface DescribeInsightResponse {
532
+ ProactiveInsight?: ProactiveInsight;
533
+
534
+ ReactiveInsight?: ReactiveInsight;
535
+ }
536
+ export interface DescribeOrganizationHealthRequest {
537
+ AccountIds?: string[];
538
+
539
+ OrganizationalUnitIds?: string[];
540
+ }
541
+ export interface DescribeOrganizationHealthResponse {
542
+ OpenReactiveInsights: number | undefined;
543
+
544
+ OpenProactiveInsights: number | undefined;
545
+
546
+ MetricsAnalyzed: number | undefined;
547
+
548
+ ResourceHours: number | undefined;
549
+ }
550
+ export interface DescribeOrganizationOverviewRequest {
551
+ FromTime: Date | undefined;
552
+
553
+ ToTime?: Date;
554
+
555
+ AccountIds?: string[];
556
+
557
+ OrganizationalUnitIds?: string[];
558
+ }
559
+ export interface DescribeOrganizationOverviewResponse {
560
+ ReactiveInsights: number | undefined;
561
+
562
+ ProactiveInsights: number | undefined;
563
+ }
564
+ export declare enum OrganizationResourceCollectionType {
565
+ AWS_ACCOUNT = "AWS_ACCOUNT",
566
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
567
+ AWS_SERVICE = "AWS_SERVICE",
568
+ AWS_TAGS = "AWS_TAGS",
569
+ }
570
+ export interface DescribeOrganizationResourceCollectionHealthRequest {
571
+ OrganizationResourceCollectionType:
572
+ | OrganizationResourceCollectionType
573
+ | string
574
+ | undefined;
575
+
576
+ AccountIds?: string[];
577
+
578
+ OrganizationalUnitIds?: string[];
579
+
580
+ NextToken?: string;
581
+
582
+ MaxResults?: number;
583
+ }
584
+
585
+ export interface InsightHealth {
586
+ OpenProactiveInsights?: number;
587
+
588
+ OpenReactiveInsights?: number;
589
+
590
+ MeanTimeToRecoverInMilliseconds?: number;
591
+ }
592
+
593
+ export interface CloudFormationHealth {
594
+ StackName?: string;
595
+
596
+ Insight?: InsightHealth;
597
+ }
598
+
599
+ export interface ServiceInsightHealth {
600
+ OpenProactiveInsights?: number;
601
+
602
+ OpenReactiveInsights?: number;
603
+ }
604
+ export declare enum ServiceName {
605
+ API_GATEWAY = "API_GATEWAY",
606
+ APPLICATION_ELB = "APPLICATION_ELB",
607
+ AUTO_SCALING_GROUP = "AUTO_SCALING_GROUP",
608
+ CLOUD_FRONT = "CLOUD_FRONT",
609
+ DYNAMO_DB = "DYNAMO_DB",
610
+ EC2 = "EC2",
611
+ ECS = "ECS",
612
+ EKS = "EKS",
613
+ ELASTIC_BEANSTALK = "ELASTIC_BEANSTALK",
614
+ ELASTI_CACHE = "ELASTI_CACHE",
615
+ ELB = "ELB",
616
+ ES = "ES",
617
+ KINESIS = "KINESIS",
618
+ LAMBDA = "LAMBDA",
619
+ NAT_GATEWAY = "NAT_GATEWAY",
620
+ NETWORK_ELB = "NETWORK_ELB",
621
+ RDS = "RDS",
622
+ REDSHIFT = "REDSHIFT",
623
+ ROUTE_53 = "ROUTE_53",
624
+ S3 = "S3",
625
+ SAGE_MAKER = "SAGE_MAKER",
626
+ SNS = "SNS",
627
+ SQS = "SQS",
628
+ STEP_FUNCTIONS = "STEP_FUNCTIONS",
629
+ SWF = "SWF",
630
+ }
631
+
632
+ export interface ServiceHealth {
633
+ ServiceName?: ServiceName | string;
634
+
635
+ Insight?: ServiceInsightHealth;
636
+ }
637
+
638
+ export interface TagHealth {
639
+ AppBoundaryKey?: string;
640
+
641
+ TagValue?: string;
642
+
643
+ Insight?: InsightHealth;
644
+ }
645
+ export interface DescribeOrganizationResourceCollectionHealthResponse {
646
+ CloudFormation?: CloudFormationHealth[];
647
+
648
+ Service?: ServiceHealth[];
649
+
650
+ Account?: AccountHealth[];
651
+
652
+ NextToken?: string;
653
+
654
+ Tags?: TagHealth[];
655
+ }
656
+ export declare enum ResourceCollectionType {
657
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
658
+ AWS_SERVICE = "AWS_SERVICE",
659
+ AWS_TAGS = "AWS_TAGS",
660
+ }
661
+ export interface DescribeResourceCollectionHealthRequest {
662
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
663
+
664
+ NextToken?: string;
665
+ }
666
+ export interface DescribeResourceCollectionHealthResponse {
667
+ CloudFormation?: CloudFormationHealth[];
668
+
669
+ Service?: ServiceHealth[];
670
+
671
+ NextToken?: string;
672
+
673
+ Tags?: TagHealth[];
674
+ }
675
+ export interface DescribeServiceIntegrationRequest {}
676
+ export declare enum OptInStatus {
677
+ DISABLED = "DISABLED",
678
+ ENABLED = "ENABLED",
679
+ }
680
+
681
+ export interface LogsAnomalyDetectionIntegration {
682
+ OptInStatus?: OptInStatus | string;
683
+ }
684
+
685
+ export interface OpsCenterIntegration {
686
+ OptInStatus?: OptInStatus | string;
687
+ }
688
+
689
+ export interface ServiceIntegrationConfig {
690
+ OpsCenter?: OpsCenterIntegration;
691
+
692
+ LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
693
+ }
694
+ export interface DescribeServiceIntegrationResponse {
695
+ ServiceIntegration?: ServiceIntegrationConfig;
696
+ }
697
+ export interface GetCostEstimationRequest {
698
+ NextToken?: string;
699
+ }
700
+ export declare enum CostEstimationServiceResourceState {
701
+ ACTIVE = "ACTIVE",
702
+ INACTIVE = "INACTIVE",
703
+ }
704
+
705
+ export interface ServiceResourceCost {
706
+ Type?: string;
707
+
708
+ State?: CostEstimationServiceResourceState | string;
709
+
710
+ Count?: number;
711
+
712
+ UnitCost?: number;
713
+
714
+ Cost?: number;
715
+ }
716
+
717
+ export interface CloudFormationCostEstimationResourceCollectionFilter {
718
+ StackNames?: string[];
719
+ }
720
+
721
+ export interface TagCostEstimationResourceCollectionFilter {
722
+ AppBoundaryKey: string | undefined;
723
+
724
+ TagValues: string[] | undefined;
725
+ }
726
+
727
+ export interface CostEstimationResourceCollectionFilter {
728
+ CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
729
+
730
+ Tags?: TagCostEstimationResourceCollectionFilter[];
731
+ }
732
+ export declare enum CostEstimationStatus {
733
+ COMPLETED = "COMPLETED",
734
+ ONGOING = "ONGOING",
735
+ }
736
+
737
+ export interface CostEstimationTimeRange {
738
+ StartTime?: Date;
739
+
740
+ EndTime?: Date;
741
+ }
742
+ export interface GetCostEstimationResponse {
743
+ ResourceCollection?: CostEstimationResourceCollectionFilter;
744
+
745
+ Status?: CostEstimationStatus | string;
746
+
747
+ Costs?: ServiceResourceCost[];
748
+
749
+ TimeRange?: CostEstimationTimeRange;
750
+
751
+ TotalCost?: number;
752
+
753
+ NextToken?: string;
754
+ }
755
+ export interface GetResourceCollectionRequest {
756
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
757
+
758
+ NextToken?: string;
759
+ }
760
+
761
+ export interface CloudFormationCollectionFilter {
762
+ StackNames?: string[];
763
+ }
764
+
765
+ export interface TagCollectionFilter {
766
+ AppBoundaryKey: string | undefined;
767
+
768
+ TagValues: string[] | undefined;
769
+ }
770
+
771
+ export interface ResourceCollectionFilter {
772
+ CloudFormation?: CloudFormationCollectionFilter;
773
+
774
+ Tags?: TagCollectionFilter[];
775
+ }
776
+ export interface GetResourceCollectionResponse {
777
+ ResourceCollection?: ResourceCollectionFilter;
778
+
779
+ NextToken?: string;
780
+ }
781
+
782
+ export interface StartTimeRange {
783
+ FromTime?: Date;
784
+
785
+ ToTime?: Date;
786
+ }
787
+ export interface ListAnomaliesForInsightRequest {
788
+ InsightId: string | undefined;
789
+
790
+ StartTimeRange?: StartTimeRange;
791
+
792
+ MaxResults?: number;
793
+
794
+ NextToken?: string;
795
+
796
+ AccountId?: string;
797
+ }
798
+
799
+ export interface ProactiveAnomalySummary {
800
+ Id?: string;
801
+
802
+ Severity?: AnomalySeverity | string;
803
+
804
+ Status?: AnomalyStatus | string;
805
+
806
+ UpdateTime?: Date;
807
+
808
+ AnomalyTimeRange?: AnomalyTimeRange;
809
+
810
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
811
+
812
+ PredictionTimeRange?: PredictionTimeRange;
813
+
814
+ SourceDetails?: AnomalySourceDetails;
815
+
816
+ AssociatedInsightId?: string;
817
+
818
+ ResourceCollection?: ResourceCollection;
819
+
820
+ Limit?: number;
821
+
822
+ SourceMetadata?: AnomalySourceMetadata;
823
+
824
+ AnomalyResources?: AnomalyResource[];
825
+ }
826
+
827
+ export interface ReactiveAnomalySummary {
828
+ Id?: string;
829
+
830
+ Severity?: AnomalySeverity | string;
831
+
832
+ Status?: AnomalyStatus | string;
833
+
834
+ AnomalyTimeRange?: AnomalyTimeRange;
835
+
836
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
837
+
838
+ SourceDetails?: AnomalySourceDetails;
839
+
840
+ AssociatedInsightId?: string;
841
+
842
+ ResourceCollection?: ResourceCollection;
843
+
844
+ Type?: AnomalyType | string;
845
+
846
+ Name?: string;
847
+
848
+ Description?: string;
849
+
850
+ CausalAnomalyId?: string;
851
+
852
+ AnomalyResources?: AnomalyResource[];
853
+ }
854
+ export interface ListAnomaliesForInsightResponse {
855
+ ProactiveAnomalies?: ProactiveAnomalySummary[];
856
+
857
+ ReactiveAnomalies?: ReactiveAnomalySummary[];
858
+
859
+ NextToken?: string;
860
+ }
861
+ export interface ListAnomalousLogGroupsRequest {
862
+ InsightId: string | undefined;
863
+
864
+ MaxResults?: number;
865
+
866
+ NextToken?: string;
867
+ }
868
+ export interface ListAnomalousLogGroupsResponse {
869
+ InsightId: string | undefined;
870
+
871
+ AnomalousLogGroups: AnomalousLogGroup[] | undefined;
872
+
873
+ NextToken?: string;
874
+ }
875
+ export declare enum EventDataSource {
876
+ AWS_CLOUD_TRAIL = "AWS_CLOUD_TRAIL",
877
+ AWS_CODE_DEPLOY = "AWS_CODE_DEPLOY",
878
+ }
879
+ export declare enum EventClass {
880
+ CONFIG_CHANGE = "CONFIG_CHANGE",
881
+ DEPLOYMENT = "DEPLOYMENT",
882
+ INFRASTRUCTURE = "INFRASTRUCTURE",
883
+ SCHEMA_CHANGE = "SCHEMA_CHANGE",
884
+ SECURITY_CHANGE = "SECURITY_CHANGE",
885
+ }
886
+
887
+ export interface EventTimeRange {
888
+ FromTime: Date | undefined;
889
+
890
+ ToTime: Date | undefined;
891
+ }
892
+
893
+ export interface ListEventsFilters {
894
+ InsightId?: string;
895
+
896
+ EventTimeRange?: EventTimeRange;
897
+
898
+ EventClass?: EventClass | string;
899
+
900
+ EventSource?: string;
901
+
902
+ DataSource?: EventDataSource | string;
903
+
904
+ ResourceCollection?: ResourceCollection;
905
+ }
906
+ export interface ListEventsRequest {
907
+ Filters: ListEventsFilters | undefined;
908
+
909
+ MaxResults?: number;
910
+
911
+ NextToken?: string;
912
+
913
+ AccountId?: string;
914
+ }
915
+
916
+ export interface EventResource {
917
+ Type?: string;
918
+
919
+ Name?: string;
920
+
921
+ Arn?: string;
922
+ }
923
+
924
+ export interface Event {
925
+ ResourceCollection?: ResourceCollection;
926
+
927
+ Id?: string;
928
+
929
+ Time?: Date;
930
+
931
+ EventSource?: string;
932
+
933
+ Name?: string;
934
+
935
+ DataSource?: EventDataSource | string;
936
+
937
+ EventClass?: EventClass | string;
938
+
939
+ Resources?: EventResource[];
940
+ }
941
+ export interface ListEventsResponse {
942
+ Events: Event[] | undefined;
943
+
944
+ NextToken?: string;
945
+ }
946
+ export declare enum InsightType {
947
+ PROACTIVE = "PROACTIVE",
948
+ REACTIVE = "REACTIVE",
949
+ }
950
+
951
+ export interface ListInsightsAnyStatusFilter {
952
+ Type: InsightType | string | undefined;
953
+
954
+ StartTimeRange: StartTimeRange | undefined;
955
+ }
956
+
957
+ export interface EndTimeRange {
958
+ FromTime?: Date;
959
+
960
+ ToTime?: Date;
961
+ }
962
+
963
+ export interface ListInsightsClosedStatusFilter {
964
+ Type: InsightType | string | undefined;
965
+
966
+ EndTimeRange: EndTimeRange | undefined;
967
+ }
968
+
969
+ export interface ListInsightsOngoingStatusFilter {
970
+ Type: InsightType | string | undefined;
971
+ }
972
+
973
+ export interface ListInsightsStatusFilter {
974
+ Ongoing?: ListInsightsOngoingStatusFilter;
975
+
976
+ Closed?: ListInsightsClosedStatusFilter;
977
+
978
+ Any?: ListInsightsAnyStatusFilter;
979
+ }
980
+ export interface ListInsightsRequest {
981
+ StatusFilter: ListInsightsStatusFilter | undefined;
982
+
983
+ MaxResults?: number;
984
+
985
+ NextToken?: string;
986
+ }
987
+
988
+ export interface ServiceCollection {
989
+ ServiceNames?: (ServiceName | string)[];
990
+ }
991
+
992
+ export interface ProactiveInsightSummary {
993
+ Id?: string;
994
+
995
+ Name?: string;
996
+
997
+ Severity?: InsightSeverity | string;
998
+
999
+ Status?: InsightStatus | string;
1000
+
1001
+ InsightTimeRange?: InsightTimeRange;
1002
+
1003
+ PredictionTimeRange?: PredictionTimeRange;
1004
+
1005
+ ResourceCollection?: ResourceCollection;
1006
+
1007
+ ServiceCollection?: ServiceCollection;
1008
+
1009
+ AssociatedResourceArns?: string[];
1010
+ }
1011
+
1012
+ export interface ReactiveInsightSummary {
1013
+ Id?: string;
1014
+
1015
+ Name?: string;
1016
+
1017
+ Severity?: InsightSeverity | string;
1018
+
1019
+ Status?: InsightStatus | string;
1020
+
1021
+ InsightTimeRange?: InsightTimeRange;
1022
+
1023
+ ResourceCollection?: ResourceCollection;
1024
+
1025
+ ServiceCollection?: ServiceCollection;
1026
+
1027
+ AssociatedResourceArns?: string[];
1028
+ }
1029
+ export interface ListInsightsResponse {
1030
+ ProactiveInsights?: ProactiveInsightSummary[];
1031
+
1032
+ ReactiveInsights?: ReactiveInsightSummary[];
1033
+
1034
+ NextToken?: string;
1035
+ }
1036
+ export declare enum ResourcePermission {
1037
+ FULL_PERMISSION = "FULL_PERMISSION",
1038
+ MISSING_PERMISSION = "MISSING_PERMISSION",
1039
+ }
1040
+ export declare enum ResourceTypeFilter {
1041
+ LOG_GROUPS = "LOG_GROUPS",
1042
+ }
1043
+
1044
+ export interface ListMonitoredResourcesFilters {
1045
+ ResourcePermission: ResourcePermission | string | undefined;
1046
+
1047
+ ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
1048
+ }
1049
+ export interface ListMonitoredResourcesRequest {
1050
+ Filters: ListMonitoredResourcesFilters | undefined;
1051
+
1052
+ MaxResults?: number;
1053
+
1054
+ NextToken?: string;
1055
+ }
1056
+
1057
+ export interface MonitoredResourceIdentifier {
1058
+ MonitoredResourceName?: string;
1059
+
1060
+ Type?: string;
1061
+
1062
+ ResourcePermission?: ResourcePermission | string;
1063
+ }
1064
+ export interface ListMonitoredResourcesResponse {
1065
+ MonitoredResourceIdentifiers: MonitoredResourceIdentifier[] | undefined;
1066
+
1067
+ NextToken?: string;
1068
+ }
1069
+ export interface ListNotificationChannelsRequest {
1070
+ NextToken?: string;
1071
+ }
1072
+
1073
+ export interface NotificationChannel {
1074
+ Id?: string;
1075
+
1076
+ Config?: NotificationChannelConfig;
1077
+ }
1078
+ export interface ListNotificationChannelsResponse {
1079
+ Channels?: NotificationChannel[];
1080
+
1081
+ NextToken?: string;
1082
+ }
1083
+ export interface ListOrganizationInsightsRequest {
1084
+ StatusFilter: ListInsightsStatusFilter | undefined;
1085
+
1086
+ MaxResults?: number;
1087
+
1088
+ AccountIds?: string[];
1089
+
1090
+ OrganizationalUnitIds?: string[];
1091
+
1092
+ NextToken?: string;
1093
+ }
1094
+
1095
+ export interface ProactiveOrganizationInsightSummary {
1096
+ Id?: string;
1097
+
1098
+ AccountId?: string;
1099
+
1100
+ OrganizationalUnitId?: string;
1101
+
1102
+ Name?: string;
1103
+
1104
+ Severity?: InsightSeverity | string;
1105
+
1106
+ Status?: InsightStatus | string;
1107
+
1108
+ InsightTimeRange?: InsightTimeRange;
1109
+
1110
+ PredictionTimeRange?: PredictionTimeRange;
1111
+
1112
+ ResourceCollection?: ResourceCollection;
1113
+
1114
+ ServiceCollection?: ServiceCollection;
1115
+ }
1116
+
1117
+ export interface ReactiveOrganizationInsightSummary {
1118
+ Id?: string;
1119
+
1120
+ AccountId?: string;
1121
+
1122
+ OrganizationalUnitId?: string;
1123
+
1124
+ Name?: string;
1125
+
1126
+ Severity?: InsightSeverity | string;
1127
+
1128
+ Status?: InsightStatus | string;
1129
+
1130
+ InsightTimeRange?: InsightTimeRange;
1131
+
1132
+ ResourceCollection?: ResourceCollection;
1133
+
1134
+ ServiceCollection?: ServiceCollection;
1135
+ }
1136
+ export interface ListOrganizationInsightsResponse {
1137
+ ProactiveInsights?: ProactiveOrganizationInsightSummary[];
1138
+
1139
+ ReactiveInsights?: ReactiveOrganizationInsightSummary[];
1140
+
1141
+ NextToken?: string;
1142
+ }
1143
+ export declare enum Locale {
1144
+ DE_DE = "DE_DE",
1145
+ EN_GB = "EN_GB",
1146
+ EN_US = "EN_US",
1147
+ ES_ES = "ES_ES",
1148
+ FR_FR = "FR_FR",
1149
+ IT_IT = "IT_IT",
1150
+ JA_JP = "JA_JP",
1151
+ KO_KR = "KO_KR",
1152
+ PT_BR = "PT_BR",
1153
+ ZH_CN = "ZH_CN",
1154
+ ZH_TW = "ZH_TW",
1155
+ }
1156
+ export interface ListRecommendationsRequest {
1157
+ InsightId: string | undefined;
1158
+
1159
+ NextToken?: string;
1160
+
1161
+ Locale?: Locale | string;
1162
+
1163
+ AccountId?: string;
1164
+ }
1165
+
1166
+ export interface RecommendationRelatedAnomalyResource {
1167
+ Name?: string;
1168
+
1169
+ Type?: string;
1170
+ }
1171
+
1172
+ export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
1173
+ MetricName?: string;
1174
+
1175
+ Namespace?: string;
1176
+ }
1177
+
1178
+ export interface RecommendationRelatedAnomalySourceDetail {
1179
+ CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
1180
+ }
1181
+
1182
+ export interface RecommendationRelatedAnomaly {
1183
+ Resources?: RecommendationRelatedAnomalyResource[];
1184
+
1185
+ SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
1186
+
1187
+ AnomalyId?: string;
1188
+ }
1189
+
1190
+ export interface RecommendationRelatedEventResource {
1191
+ Name?: string;
1192
+
1193
+ Type?: string;
1194
+ }
1195
+
1196
+ export interface RecommendationRelatedEvent {
1197
+ Name?: string;
1198
+
1199
+ Resources?: RecommendationRelatedEventResource[];
1200
+ }
1201
+
1202
+ export interface Recommendation {
1203
+ Description?: string;
1204
+
1205
+ Link?: string;
1206
+
1207
+ Name?: string;
1208
+
1209
+ Reason?: string;
1210
+
1211
+ RelatedEvents?: RecommendationRelatedEvent[];
1212
+
1213
+ RelatedAnomalies?: RecommendationRelatedAnomaly[];
1214
+
1215
+ Category?: string;
1216
+ }
1217
+ export interface ListRecommendationsResponse {
1218
+ Recommendations?: Recommendation[];
1219
+
1220
+ NextToken?: string;
1221
+ }
1222
+ export interface PutFeedbackRequest {
1223
+ InsightFeedback?: InsightFeedback;
1224
+ }
1225
+ export interface PutFeedbackResponse {}
1226
+ export interface RemoveNotificationChannelRequest {
1227
+ Id: string | undefined;
1228
+ }
1229
+ export interface RemoveNotificationChannelResponse {}
1230
+
1231
+ export interface SearchInsightsFilters {
1232
+ Severities?: (InsightSeverity | string)[];
1233
+
1234
+ Statuses?: (InsightStatus | string)[];
1235
+
1236
+ ResourceCollection?: ResourceCollection;
1237
+
1238
+ ServiceCollection?: ServiceCollection;
1239
+ }
1240
+ export interface SearchInsightsRequest {
1241
+ StartTimeRange: StartTimeRange | undefined;
1242
+
1243
+ Filters?: SearchInsightsFilters;
1244
+
1245
+ MaxResults?: number;
1246
+
1247
+ NextToken?: string;
1248
+
1249
+ Type: InsightType | string | undefined;
1250
+ }
1251
+ export interface SearchInsightsResponse {
1252
+ ProactiveInsights?: ProactiveInsightSummary[];
1253
+
1254
+ ReactiveInsights?: ReactiveInsightSummary[];
1255
+
1256
+ NextToken?: string;
1257
+ }
1258
+
1259
+ export interface SearchOrganizationInsightsFilters {
1260
+ Severities?: (InsightSeverity | string)[];
1261
+
1262
+ Statuses?: (InsightStatus | string)[];
1263
+
1264
+ ResourceCollection?: ResourceCollection;
1265
+
1266
+ ServiceCollection?: ServiceCollection;
1267
+ }
1268
+ export interface SearchOrganizationInsightsRequest {
1269
+ AccountIds: string[] | undefined;
1270
+
1271
+ StartTimeRange: StartTimeRange | undefined;
1272
+
1273
+ Filters?: SearchOrganizationInsightsFilters;
1274
+
1275
+ MaxResults?: number;
1276
+
1277
+ NextToken?: string;
1278
+
1279
+ Type: InsightType | string | undefined;
1280
+ }
1281
+ export interface SearchOrganizationInsightsResponse {
1282
+ ProactiveInsights?: ProactiveInsightSummary[];
1283
+
1284
+ ReactiveInsights?: ReactiveInsightSummary[];
1285
+
1286
+ NextToken?: string;
1287
+ }
1288
+ export interface StartCostEstimationRequest {
1289
+ ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
1290
+
1291
+ ClientToken?: string;
1292
+ }
1293
+ export interface StartCostEstimationResponse {}
1294
+ export interface UpdateEventSourcesConfigRequest {
1295
+ EventSources?: EventSourcesConfig;
1296
+ }
1297
+ export interface UpdateEventSourcesConfigResponse {}
1298
+ export declare enum UpdateResourceCollectionAction {
1299
+ ADD = "ADD",
1300
+ REMOVE = "REMOVE",
1301
+ }
1302
+
1303
+ export interface UpdateCloudFormationCollectionFilter {
1304
+ StackNames?: string[];
1305
+ }
1306
+
1307
+ export interface UpdateTagCollectionFilter {
1308
+ AppBoundaryKey: string | undefined;
1309
+
1310
+ TagValues: string[] | undefined;
1311
+ }
1312
+
1313
+ export interface UpdateResourceCollectionFilter {
1314
+ CloudFormation?: UpdateCloudFormationCollectionFilter;
1315
+
1316
+ Tags?: UpdateTagCollectionFilter[];
1317
+ }
1318
+ export interface UpdateResourceCollectionRequest {
1319
+ Action: UpdateResourceCollectionAction | string | undefined;
1320
+
1321
+ ResourceCollection: UpdateResourceCollectionFilter | undefined;
1322
+ }
1323
+ export interface UpdateResourceCollectionResponse {}
1324
+
1325
+ export interface LogsAnomalyDetectionIntegrationConfig {
1326
+ OptInStatus?: OptInStatus | string;
1327
+ }
1328
+
1329
+ export interface OpsCenterIntegrationConfig {
1330
+ OptInStatus?: OptInStatus | string;
1331
+ }
1332
+
1333
+ export interface UpdateServiceIntegrationConfig {
1334
+ OpsCenter?: OpsCenterIntegrationConfig;
1335
+
1336
+ LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
1337
+ }
1338
+ export interface UpdateServiceIntegrationRequest {
1339
+ ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
1340
+ }
1341
+ export interface UpdateServiceIntegrationResponse {}
1342
+
1343
+ export declare const AccountInsightHealthFilterSensitiveLog: (
1344
+ obj: AccountInsightHealth
1345
+ ) => any;
1346
+
1347
+ export declare const AccountHealthFilterSensitiveLog: (
1348
+ obj: AccountHealth
1349
+ ) => any;
1350
+
1351
+ export declare const SnsChannelConfigFilterSensitiveLog: (
1352
+ obj: SnsChannelConfig
1353
+ ) => any;
1354
+
1355
+ export declare const NotificationChannelConfigFilterSensitiveLog: (
1356
+ obj: NotificationChannelConfig
1357
+ ) => any;
1358
+
1359
+ export declare const AddNotificationChannelRequestFilterSensitiveLog: (
1360
+ obj: AddNotificationChannelRequest
1361
+ ) => any;
1362
+
1363
+ export declare const AddNotificationChannelResponseFilterSensitiveLog: (
1364
+ obj: AddNotificationChannelResponse
1365
+ ) => any;
1366
+
1367
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (
1368
+ obj: ValidationExceptionField
1369
+ ) => any;
1370
+
1371
+ export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (
1372
+ obj: AmazonCodeGuruProfilerIntegration
1373
+ ) => any;
1374
+
1375
+ export declare const LogAnomalyClassFilterSensitiveLog: (
1376
+ obj: LogAnomalyClass
1377
+ ) => any;
1378
+
1379
+ export declare const LogAnomalyShowcaseFilterSensitiveLog: (
1380
+ obj: LogAnomalyShowcase
1381
+ ) => any;
1382
+
1383
+ export declare const AnomalousLogGroupFilterSensitiveLog: (
1384
+ obj: AnomalousLogGroup
1385
+ ) => any;
1386
+
1387
+ export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (
1388
+ obj: AnomalyReportedTimeRange
1389
+ ) => any;
1390
+
1391
+ export declare const AnomalyResourceFilterSensitiveLog: (
1392
+ obj: AnomalyResource
1393
+ ) => any;
1394
+
1395
+ export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (
1396
+ obj: CloudWatchMetricsDimension
1397
+ ) => any;
1398
+
1399
+ export declare const TimestampMetricValuePairFilterSensitiveLog: (
1400
+ obj: TimestampMetricValuePair
1401
+ ) => any;
1402
+
1403
+ export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (
1404
+ obj: CloudWatchMetricsDataSummary
1405
+ ) => any;
1406
+
1407
+ export declare const CloudWatchMetricsDetailFilterSensitiveLog: (
1408
+ obj: CloudWatchMetricsDetail
1409
+ ) => any;
1410
+
1411
+ export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (
1412
+ obj: PerformanceInsightsMetricDimensionGroup
1413
+ ) => any;
1414
+
1415
+ export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (
1416
+ obj: PerformanceInsightsMetricQuery
1417
+ ) => any;
1418
+
1419
+ export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (
1420
+ obj: PerformanceInsightsReferenceMetric
1421
+ ) => any;
1422
+
1423
+ export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (
1424
+ obj: PerformanceInsightsReferenceScalar
1425
+ ) => any;
1426
+
1427
+ export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (
1428
+ obj: PerformanceInsightsReferenceComparisonValues
1429
+ ) => any;
1430
+
1431
+ export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (
1432
+ obj: PerformanceInsightsReferenceData
1433
+ ) => any;
1434
+
1435
+ export declare const PerformanceInsightsStatFilterSensitiveLog: (
1436
+ obj: PerformanceInsightsStat
1437
+ ) => any;
1438
+
1439
+ export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (
1440
+ obj: PerformanceInsightsMetricsDetail
1441
+ ) => any;
1442
+
1443
+ export declare const AnomalySourceDetailsFilterSensitiveLog: (
1444
+ obj: AnomalySourceDetails
1445
+ ) => any;
1446
+
1447
+ export declare const AnomalySourceMetadataFilterSensitiveLog: (
1448
+ obj: AnomalySourceMetadata
1449
+ ) => any;
1450
+
1451
+ export declare const AnomalyTimeRangeFilterSensitiveLog: (
1452
+ obj: AnomalyTimeRange
1453
+ ) => any;
1454
+
1455
+ export declare const DeleteInsightRequestFilterSensitiveLog: (
1456
+ obj: DeleteInsightRequest
1457
+ ) => any;
1458
+
1459
+ export declare const DeleteInsightResponseFilterSensitiveLog: (
1460
+ obj: DeleteInsightResponse
1461
+ ) => any;
1462
+
1463
+ export declare const DescribeAccountHealthRequestFilterSensitiveLog: (
1464
+ obj: DescribeAccountHealthRequest
1465
+ ) => any;
1466
+
1467
+ export declare const DescribeAccountHealthResponseFilterSensitiveLog: (
1468
+ obj: DescribeAccountHealthResponse
1469
+ ) => any;
1470
+
1471
+ export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (
1472
+ obj: DescribeAccountOverviewRequest
1473
+ ) => any;
1474
+
1475
+ export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (
1476
+ obj: DescribeAccountOverviewResponse
1477
+ ) => any;
1478
+
1479
+ export declare const DescribeAnomalyRequestFilterSensitiveLog: (
1480
+ obj: DescribeAnomalyRequest
1481
+ ) => any;
1482
+
1483
+ export declare const PredictionTimeRangeFilterSensitiveLog: (
1484
+ obj: PredictionTimeRange
1485
+ ) => any;
1486
+
1487
+ export declare const CloudFormationCollectionFilterSensitiveLog: (
1488
+ obj: CloudFormationCollection
1489
+ ) => any;
1490
+
1491
+ export declare const TagCollectionFilterSensitiveLog: (
1492
+ obj: TagCollection
1493
+ ) => any;
1494
+
1495
+ export declare const ResourceCollectionFilterSensitiveLog: (
1496
+ obj: ResourceCollection
1497
+ ) => any;
1498
+
1499
+ export declare const ProactiveAnomalyFilterSensitiveLog: (
1500
+ obj: ProactiveAnomaly
1501
+ ) => any;
1502
+
1503
+ export declare const ReactiveAnomalyFilterSensitiveLog: (
1504
+ obj: ReactiveAnomaly
1505
+ ) => any;
1506
+
1507
+ export declare const DescribeAnomalyResponseFilterSensitiveLog: (
1508
+ obj: DescribeAnomalyResponse
1509
+ ) => any;
1510
+
1511
+ export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (
1512
+ obj: DescribeEventSourcesConfigRequest
1513
+ ) => any;
1514
+
1515
+ export declare const EventSourcesConfigFilterSensitiveLog: (
1516
+ obj: EventSourcesConfig
1517
+ ) => any;
1518
+
1519
+ export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (
1520
+ obj: DescribeEventSourcesConfigResponse
1521
+ ) => any;
1522
+
1523
+ export declare const DescribeFeedbackRequestFilterSensitiveLog: (
1524
+ obj: DescribeFeedbackRequest
1525
+ ) => any;
1526
+
1527
+ export declare const InsightFeedbackFilterSensitiveLog: (
1528
+ obj: InsightFeedback
1529
+ ) => any;
1530
+
1531
+ export declare const DescribeFeedbackResponseFilterSensitiveLog: (
1532
+ obj: DescribeFeedbackResponse
1533
+ ) => any;
1534
+
1535
+ export declare const DescribeInsightRequestFilterSensitiveLog: (
1536
+ obj: DescribeInsightRequest
1537
+ ) => any;
1538
+
1539
+ export declare const InsightTimeRangeFilterSensitiveLog: (
1540
+ obj: InsightTimeRange
1541
+ ) => any;
1542
+
1543
+ export declare const ProactiveInsightFilterSensitiveLog: (
1544
+ obj: ProactiveInsight
1545
+ ) => any;
1546
+
1547
+ export declare const ReactiveInsightFilterSensitiveLog: (
1548
+ obj: ReactiveInsight
1549
+ ) => any;
1550
+
1551
+ export declare const DescribeInsightResponseFilterSensitiveLog: (
1552
+ obj: DescribeInsightResponse
1553
+ ) => any;
1554
+
1555
+ export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (
1556
+ obj: DescribeOrganizationHealthRequest
1557
+ ) => any;
1558
+
1559
+ export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (
1560
+ obj: DescribeOrganizationHealthResponse
1561
+ ) => any;
1562
+
1563
+ export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (
1564
+ obj: DescribeOrganizationOverviewRequest
1565
+ ) => any;
1566
+
1567
+ export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (
1568
+ obj: DescribeOrganizationOverviewResponse
1569
+ ) => any;
1570
+
1571
+ export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (
1572
+ obj: DescribeOrganizationResourceCollectionHealthRequest
1573
+ ) => any;
1574
+
1575
+ export declare const InsightHealthFilterSensitiveLog: (
1576
+ obj: InsightHealth
1577
+ ) => any;
1578
+
1579
+ export declare const CloudFormationHealthFilterSensitiveLog: (
1580
+ obj: CloudFormationHealth
1581
+ ) => any;
1582
+
1583
+ export declare const ServiceInsightHealthFilterSensitiveLog: (
1584
+ obj: ServiceInsightHealth
1585
+ ) => any;
1586
+
1587
+ export declare const ServiceHealthFilterSensitiveLog: (
1588
+ obj: ServiceHealth
1589
+ ) => any;
1590
+
1591
+ export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
1592
+
1593
+ export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (
1594
+ obj: DescribeOrganizationResourceCollectionHealthResponse
1595
+ ) => any;
1596
+
1597
+ export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (
1598
+ obj: DescribeResourceCollectionHealthRequest
1599
+ ) => any;
1600
+
1601
+ export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (
1602
+ obj: DescribeResourceCollectionHealthResponse
1603
+ ) => any;
1604
+
1605
+ export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (
1606
+ obj: DescribeServiceIntegrationRequest
1607
+ ) => any;
1608
+
1609
+ export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (
1610
+ obj: LogsAnomalyDetectionIntegration
1611
+ ) => any;
1612
+
1613
+ export declare const OpsCenterIntegrationFilterSensitiveLog: (
1614
+ obj: OpsCenterIntegration
1615
+ ) => any;
1616
+
1617
+ export declare const ServiceIntegrationConfigFilterSensitiveLog: (
1618
+ obj: ServiceIntegrationConfig
1619
+ ) => any;
1620
+
1621
+ export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (
1622
+ obj: DescribeServiceIntegrationResponse
1623
+ ) => any;
1624
+
1625
+ export declare const GetCostEstimationRequestFilterSensitiveLog: (
1626
+ obj: GetCostEstimationRequest
1627
+ ) => any;
1628
+
1629
+ export declare const ServiceResourceCostFilterSensitiveLog: (
1630
+ obj: ServiceResourceCost
1631
+ ) => any;
1632
+
1633
+ export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (
1634
+ obj: CloudFormationCostEstimationResourceCollectionFilter
1635
+ ) => any;
1636
+
1637
+ export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (
1638
+ obj: TagCostEstimationResourceCollectionFilter
1639
+ ) => any;
1640
+
1641
+ export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (
1642
+ obj: CostEstimationResourceCollectionFilter
1643
+ ) => any;
1644
+
1645
+ export declare const CostEstimationTimeRangeFilterSensitiveLog: (
1646
+ obj: CostEstimationTimeRange
1647
+ ) => any;
1648
+
1649
+ export declare const GetCostEstimationResponseFilterSensitiveLog: (
1650
+ obj: GetCostEstimationResponse
1651
+ ) => any;
1652
+
1653
+ export declare const GetResourceCollectionRequestFilterSensitiveLog: (
1654
+ obj: GetResourceCollectionRequest
1655
+ ) => any;
1656
+
1657
+ export declare const CloudFormationCollectionFilterFilterSensitiveLog: (
1658
+ obj: CloudFormationCollectionFilter
1659
+ ) => any;
1660
+
1661
+ export declare const TagCollectionFilterFilterSensitiveLog: (
1662
+ obj: TagCollectionFilter
1663
+ ) => any;
1664
+
1665
+ export declare const ResourceCollectionFilterFilterSensitiveLog: (
1666
+ obj: ResourceCollectionFilter
1667
+ ) => any;
1668
+
1669
+ export declare const GetResourceCollectionResponseFilterSensitiveLog: (
1670
+ obj: GetResourceCollectionResponse
1671
+ ) => any;
1672
+
1673
+ export declare const StartTimeRangeFilterSensitiveLog: (
1674
+ obj: StartTimeRange
1675
+ ) => any;
1676
+
1677
+ export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (
1678
+ obj: ListAnomaliesForInsightRequest
1679
+ ) => any;
1680
+
1681
+ export declare const ProactiveAnomalySummaryFilterSensitiveLog: (
1682
+ obj: ProactiveAnomalySummary
1683
+ ) => any;
1684
+
1685
+ export declare const ReactiveAnomalySummaryFilterSensitiveLog: (
1686
+ obj: ReactiveAnomalySummary
1687
+ ) => any;
1688
+
1689
+ export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (
1690
+ obj: ListAnomaliesForInsightResponse
1691
+ ) => any;
1692
+
1693
+ export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (
1694
+ obj: ListAnomalousLogGroupsRequest
1695
+ ) => any;
1696
+
1697
+ export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (
1698
+ obj: ListAnomalousLogGroupsResponse
1699
+ ) => any;
1700
+
1701
+ export declare const EventTimeRangeFilterSensitiveLog: (
1702
+ obj: EventTimeRange
1703
+ ) => any;
1704
+
1705
+ export declare const ListEventsFiltersFilterSensitiveLog: (
1706
+ obj: ListEventsFilters
1707
+ ) => any;
1708
+
1709
+ export declare const ListEventsRequestFilterSensitiveLog: (
1710
+ obj: ListEventsRequest
1711
+ ) => any;
1712
+
1713
+ export declare const EventResourceFilterSensitiveLog: (
1714
+ obj: EventResource
1715
+ ) => any;
1716
+
1717
+ export declare const EventFilterSensitiveLog: (obj: Event) => any;
1718
+
1719
+ export declare const ListEventsResponseFilterSensitiveLog: (
1720
+ obj: ListEventsResponse
1721
+ ) => any;
1722
+
1723
+ export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (
1724
+ obj: ListInsightsAnyStatusFilter
1725
+ ) => any;
1726
+
1727
+ export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
1728
+
1729
+ export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (
1730
+ obj: ListInsightsClosedStatusFilter
1731
+ ) => any;
1732
+
1733
+ export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (
1734
+ obj: ListInsightsOngoingStatusFilter
1735
+ ) => any;
1736
+
1737
+ export declare const ListInsightsStatusFilterFilterSensitiveLog: (
1738
+ obj: ListInsightsStatusFilter
1739
+ ) => any;
1740
+
1741
+ export declare const ListInsightsRequestFilterSensitiveLog: (
1742
+ obj: ListInsightsRequest
1743
+ ) => any;
1744
+
1745
+ export declare const ServiceCollectionFilterSensitiveLog: (
1746
+ obj: ServiceCollection
1747
+ ) => any;
1748
+
1749
+ export declare const ProactiveInsightSummaryFilterSensitiveLog: (
1750
+ obj: ProactiveInsightSummary
1751
+ ) => any;
1752
+
1753
+ export declare const ReactiveInsightSummaryFilterSensitiveLog: (
1754
+ obj: ReactiveInsightSummary
1755
+ ) => any;
1756
+
1757
+ export declare const ListInsightsResponseFilterSensitiveLog: (
1758
+ obj: ListInsightsResponse
1759
+ ) => any;
1760
+
1761
+ export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (
1762
+ obj: ListMonitoredResourcesFilters
1763
+ ) => any;
1764
+
1765
+ export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (
1766
+ obj: ListMonitoredResourcesRequest
1767
+ ) => any;
1768
+
1769
+ export declare const MonitoredResourceIdentifierFilterSensitiveLog: (
1770
+ obj: MonitoredResourceIdentifier
1771
+ ) => any;
1772
+
1773
+ export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (
1774
+ obj: ListMonitoredResourcesResponse
1775
+ ) => any;
1776
+
1777
+ export declare const ListNotificationChannelsRequestFilterSensitiveLog: (
1778
+ obj: ListNotificationChannelsRequest
1779
+ ) => any;
1780
+
1781
+ export declare const NotificationChannelFilterSensitiveLog: (
1782
+ obj: NotificationChannel
1783
+ ) => any;
1784
+
1785
+ export declare const ListNotificationChannelsResponseFilterSensitiveLog: (
1786
+ obj: ListNotificationChannelsResponse
1787
+ ) => any;
1788
+
1789
+ export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (
1790
+ obj: ListOrganizationInsightsRequest
1791
+ ) => any;
1792
+
1793
+ export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (
1794
+ obj: ProactiveOrganizationInsightSummary
1795
+ ) => any;
1796
+
1797
+ export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (
1798
+ obj: ReactiveOrganizationInsightSummary
1799
+ ) => any;
1800
+
1801
+ export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (
1802
+ obj: ListOrganizationInsightsResponse
1803
+ ) => any;
1804
+
1805
+ export declare const ListRecommendationsRequestFilterSensitiveLog: (
1806
+ obj: ListRecommendationsRequest
1807
+ ) => any;
1808
+
1809
+ export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (
1810
+ obj: RecommendationRelatedAnomalyResource
1811
+ ) => any;
1812
+
1813
+ export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (
1814
+ obj: RecommendationRelatedCloudWatchMetricsSourceDetail
1815
+ ) => any;
1816
+
1817
+ export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (
1818
+ obj: RecommendationRelatedAnomalySourceDetail
1819
+ ) => any;
1820
+
1821
+ export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (
1822
+ obj: RecommendationRelatedAnomaly
1823
+ ) => any;
1824
+
1825
+ export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (
1826
+ obj: RecommendationRelatedEventResource
1827
+ ) => any;
1828
+
1829
+ export declare const RecommendationRelatedEventFilterSensitiveLog: (
1830
+ obj: RecommendationRelatedEvent
1831
+ ) => any;
1832
+
1833
+ export declare const RecommendationFilterSensitiveLog: (
1834
+ obj: Recommendation
1835
+ ) => any;
1836
+
1837
+ export declare const ListRecommendationsResponseFilterSensitiveLog: (
1838
+ obj: ListRecommendationsResponse
1839
+ ) => any;
1840
+
1841
+ export declare const PutFeedbackRequestFilterSensitiveLog: (
1842
+ obj: PutFeedbackRequest
1843
+ ) => any;
1844
+
1845
+ export declare const PutFeedbackResponseFilterSensitiveLog: (
1846
+ obj: PutFeedbackResponse
1847
+ ) => any;
1848
+
1849
+ export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (
1850
+ obj: RemoveNotificationChannelRequest
1851
+ ) => any;
1852
+
1853
+ export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (
1854
+ obj: RemoveNotificationChannelResponse
1855
+ ) => any;
1856
+
1857
+ export declare const SearchInsightsFiltersFilterSensitiveLog: (
1858
+ obj: SearchInsightsFilters
1859
+ ) => any;
1860
+
1861
+ export declare const SearchInsightsRequestFilterSensitiveLog: (
1862
+ obj: SearchInsightsRequest
1863
+ ) => any;
1864
+
1865
+ export declare const SearchInsightsResponseFilterSensitiveLog: (
1866
+ obj: SearchInsightsResponse
1867
+ ) => any;
1868
+
1869
+ export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (
1870
+ obj: SearchOrganizationInsightsFilters
1871
+ ) => any;
1872
+
1873
+ export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (
1874
+ obj: SearchOrganizationInsightsRequest
1875
+ ) => any;
1876
+
1877
+ export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (
1878
+ obj: SearchOrganizationInsightsResponse
1879
+ ) => any;
1880
+
1881
+ export declare const StartCostEstimationRequestFilterSensitiveLog: (
1882
+ obj: StartCostEstimationRequest
1883
+ ) => any;
1884
+
1885
+ export declare const StartCostEstimationResponseFilterSensitiveLog: (
1886
+ obj: StartCostEstimationResponse
1887
+ ) => any;
1888
+
1889
+ export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (
1890
+ obj: UpdateEventSourcesConfigRequest
1891
+ ) => any;
1892
+
1893
+ export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (
1894
+ obj: UpdateEventSourcesConfigResponse
1895
+ ) => any;
1896
+
1897
+ export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (
1898
+ obj: UpdateCloudFormationCollectionFilter
1899
+ ) => any;
1900
+
1901
+ export declare const UpdateTagCollectionFilterFilterSensitiveLog: (
1902
+ obj: UpdateTagCollectionFilter
1903
+ ) => any;
1904
+
1905
+ export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (
1906
+ obj: UpdateResourceCollectionFilter
1907
+ ) => any;
1908
+
1909
+ export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (
1910
+ obj: UpdateResourceCollectionRequest
1911
+ ) => any;
1912
+
1913
+ export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (
1914
+ obj: UpdateResourceCollectionResponse
1915
+ ) => any;
1916
+
1917
+ export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (
1918
+ obj: LogsAnomalyDetectionIntegrationConfig
1919
+ ) => any;
1920
+
1921
+ export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (
1922
+ obj: OpsCenterIntegrationConfig
1923
+ ) => any;
1924
+
1925
+ export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (
1926
+ obj: UpdateServiceIntegrationConfig
1927
+ ) => any;
1928
+
1929
+ export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (
1930
+ obj: UpdateServiceIntegrationRequest
1931
+ ) => any;
1932
+
1933
+ export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (
1934
+ obj: UpdateServiceIntegrationResponse
1935
+ ) => any;