@aws-sdk/client-devops-guru 3.169.0 → 3.171.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 +537 -160
  3. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +290 -104
  4. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +39 -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 +7 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1385 -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 +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  62. package/package.json +34 -34
@@ -1,1776 +1,1385 @@
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
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ Message: string | undefined;
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
+ );
10
+ }
11
+ export interface AccountInsightHealth {
12
+ OpenProactiveInsights?: number;
13
+ OpenReactiveInsights?: number;
14
+ }
15
+ export interface AccountHealth {
16
+ AccountId?: string;
17
+ Insight?: AccountInsightHealth;
18
+ }
19
+ export interface SnsChannelConfig {
20
+ TopicArn?: string;
21
+ }
22
+ export interface NotificationChannelConfig {
23
+ Sns: SnsChannelConfig | undefined;
24
+ }
25
+ export interface AddNotificationChannelRequest {
26
+ Config: NotificationChannelConfig | undefined;
27
+ }
28
+ export interface AddNotificationChannelResponse {
29
+ Id: string | undefined;
30
+ }
31
+ export declare class ConflictException extends __BaseException {
32
+ readonly name: "ConflictException";
33
+ readonly $fault: "client";
34
+ Message: string | undefined;
35
+ ResourceId: string | undefined;
36
+ ResourceType: string | undefined;
37
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
38
+ }
39
+ export declare class InternalServerException extends __BaseException {
40
+ readonly name: "InternalServerException";
41
+ readonly $fault: "server";
42
+ Message: string | undefined;
43
+ RetryAfterSeconds?: number;
44
+ constructor(
45
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
46
+ );
47
+ }
48
+ export declare class ResourceNotFoundException extends __BaseException {
49
+ readonly name: "ResourceNotFoundException";
50
+ readonly $fault: "client";
51
+ Message: string | undefined;
52
+ ResourceId: string | undefined;
53
+ ResourceType: string | undefined;
54
+ constructor(
55
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
56
+ );
57
+ }
58
+ export declare class ServiceQuotaExceededException extends __BaseException {
59
+ readonly name: "ServiceQuotaExceededException";
60
+ readonly $fault: "client";
61
+ Message?: string;
62
+ constructor(
63
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
64
+ );
65
+ }
66
+ export declare class ThrottlingException extends __BaseException {
67
+ readonly name: "ThrottlingException";
68
+ readonly $fault: "client";
69
+ Message: string | undefined;
70
+ QuotaCode?: string;
71
+ ServiceCode?: string;
72
+ RetryAfterSeconds?: number;
73
+ constructor(
74
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
75
+ );
76
+ }
77
+ export interface ValidationExceptionField {
78
+ Name: string | undefined;
79
+ Message: string | undefined;
80
+ }
81
+ export declare enum ValidationExceptionReason {
82
+ CANNOT_PARSE = "CANNOT_PARSE",
83
+ FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
84
+ INVALID_PARAMETER_COMBINATION = "INVALID_PARAMETER_COMBINATION",
85
+ OTHER = "OTHER",
86
+ PARAMETER_INCONSISTENT_WITH_SERVICE_STATE = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
87
+ UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
88
+ }
89
+ export declare class ValidationException extends __BaseException {
90
+ readonly name: "ValidationException";
91
+ readonly $fault: "client";
92
+ Message: string | undefined;
93
+ Reason?: ValidationExceptionReason | string;
94
+ Fields?: ValidationExceptionField[];
95
+ constructor(
96
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
97
+ );
98
+ }
99
+ export declare enum EventSourceOptInStatus {
100
+ DISABLED = "DISABLED",
101
+ ENABLED = "ENABLED",
102
+ }
103
+ export interface AmazonCodeGuruProfilerIntegration {
104
+ Status?: EventSourceOptInStatus | string;
105
+ }
106
+ export declare enum LogAnomalyType {
107
+ BLOCK_FORMAT = "BLOCK_FORMAT",
108
+ FORMAT = "FORMAT",
109
+ HTTP_CODE = "HTTP_CODE",
110
+ KEYWORD = "KEYWORD",
111
+ KEYWORD_TOKEN = "KEYWORD_TOKEN",
112
+ NEW_FIELD_NAME = "NEW_FIELD_NAME",
113
+ NUMERICAL_NAN = "NUMERICAL_NAN",
114
+ NUMERICAL_POINT = "NUMERICAL_POINT",
115
+ }
116
+ export interface LogAnomalyClass {
117
+ LogStreamName?: string;
118
+ LogAnomalyType?: LogAnomalyType | string;
119
+ LogAnomalyToken?: string;
120
+ LogEventId?: string;
121
+ Explanation?: string;
122
+ NumberOfLogLinesOccurrences?: number;
123
+ LogEventTimestamp?: Date;
124
+ }
125
+ export interface LogAnomalyShowcase {
126
+ LogAnomalyClasses?: LogAnomalyClass[];
127
+ }
128
+ export interface AnomalousLogGroup {
129
+ LogGroupName?: string;
130
+ ImpactStartTime?: Date;
131
+ ImpactEndTime?: Date;
132
+ NumberOfLogLinesScanned?: number;
133
+ LogAnomalyShowcases?: LogAnomalyShowcase[];
134
+ }
135
+ export interface AnomalyReportedTimeRange {
136
+ OpenTime: Date | undefined;
137
+ CloseTime?: Date;
138
+ }
139
+ export interface AnomalyResource {
140
+ Name?: string;
141
+ Type?: string;
142
+ }
143
+ export declare enum AnomalySeverity {
144
+ HIGH = "HIGH",
145
+ LOW = "LOW",
146
+ MEDIUM = "MEDIUM",
147
+ }
148
+ export interface CloudWatchMetricsDimension {
149
+ Name?: string;
150
+ Value?: string;
151
+ }
152
+ export declare enum CloudWatchMetricDataStatusCode {
153
+ COMPLETE = "Complete",
154
+ INTERNAL_ERROR = "InternalError",
155
+ PARTIAL_DATA = "PartialData",
156
+ }
157
+ export interface TimestampMetricValuePair {
158
+ Timestamp?: Date;
159
+ MetricValue?: number;
160
+ }
161
+ export interface CloudWatchMetricsDataSummary {
162
+ TimestampMetricValuePairList?: TimestampMetricValuePair[];
163
+ StatusCode?: CloudWatchMetricDataStatusCode | string;
164
+ }
165
+ export declare enum CloudWatchMetricsStat {
166
+ AVERAGE = "Average",
167
+ MAXIMUM = "Maximum",
168
+ MINIMUM = "Minimum",
169
+ P50 = "p50",
170
+ P90 = "p90",
171
+ P99 = "p99",
172
+ SAMPLE_COUNT = "SampleCount",
173
+ SUM = "Sum",
174
+ }
175
+ export interface CloudWatchMetricsDetail {
176
+ MetricName?: string;
177
+ Namespace?: string;
178
+ Dimensions?: CloudWatchMetricsDimension[];
179
+ Stat?: CloudWatchMetricsStat | string;
180
+ Unit?: string;
181
+ Period?: number;
182
+ MetricDataSummary?: CloudWatchMetricsDataSummary;
183
+ }
184
+ export interface PerformanceInsightsMetricDimensionGroup {
185
+ Group?: string;
186
+ Dimensions?: string[];
187
+ Limit?: number;
188
+ }
189
+ export interface PerformanceInsightsMetricQuery {
190
+ Metric?: string;
191
+ GroupBy?: PerformanceInsightsMetricDimensionGroup;
192
+ Filter?: Record<string, string>;
193
+ }
194
+ export interface PerformanceInsightsReferenceMetric {
195
+ MetricQuery?: PerformanceInsightsMetricQuery;
196
+ }
197
+ export interface PerformanceInsightsReferenceScalar {
198
+ Value?: number;
199
+ }
200
+ export interface PerformanceInsightsReferenceComparisonValues {
201
+ ReferenceScalar?: PerformanceInsightsReferenceScalar;
202
+ ReferenceMetric?: PerformanceInsightsReferenceMetric;
203
+ }
204
+ export interface PerformanceInsightsReferenceData {
205
+ Name?: string;
206
+ ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
207
+ }
208
+ export interface PerformanceInsightsStat {
209
+ Type?: string;
210
+ Value?: number;
211
+ }
212
+ export interface PerformanceInsightsMetricsDetail {
213
+ MetricDisplayName?: string;
214
+ Unit?: string;
215
+ MetricQuery?: PerformanceInsightsMetricQuery;
216
+ ReferenceData?: PerformanceInsightsReferenceData[];
217
+ StatsAtAnomaly?: PerformanceInsightsStat[];
218
+ StatsAtBaseline?: PerformanceInsightsStat[];
219
+ }
220
+ export interface AnomalySourceDetails {
221
+ CloudWatchMetrics?: CloudWatchMetricsDetail[];
222
+ PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
223
+ }
224
+ export interface AnomalySourceMetadata {
225
+ Source?: string;
226
+ SourceResourceName?: string;
227
+ SourceResourceType?: string;
228
+ }
229
+ export declare enum AnomalyStatus {
230
+ CLOSED = "CLOSED",
231
+ ONGOING = "ONGOING",
232
+ }
233
+ export interface AnomalyTimeRange {
234
+ StartTime: Date | undefined;
235
+ EndTime?: Date;
236
+ }
237
+ export declare enum AnomalyType {
238
+ CAUSAL = "CAUSAL",
239
+ CONTEXTUAL = "CONTEXTUAL",
240
+ }
241
+ export interface DeleteInsightRequest {
242
+ Id: string | undefined;
243
+ }
244
+ export interface DeleteInsightResponse {}
245
+ export interface DescribeAccountHealthRequest {}
246
+ export interface DescribeAccountHealthResponse {
247
+ OpenReactiveInsights: number | undefined;
248
+ OpenProactiveInsights: number | undefined;
249
+ MetricsAnalyzed: number | undefined;
250
+ ResourceHours: number | undefined;
251
+ }
252
+ export interface DescribeAccountOverviewRequest {
253
+ FromTime: Date | undefined;
254
+ ToTime?: Date;
255
+ }
256
+ export interface DescribeAccountOverviewResponse {
257
+ ReactiveInsights: number | undefined;
258
+ ProactiveInsights: number | undefined;
259
+ MeanTimeToRecoverInMilliseconds: number | undefined;
260
+ }
261
+ export interface DescribeAnomalyRequest {
262
+ Id: string | undefined;
263
+ AccountId?: string;
264
+ }
265
+ export interface PredictionTimeRange {
266
+ StartTime: Date | undefined;
267
+ EndTime?: Date;
268
+ }
269
+ export interface CloudFormationCollection {
270
+ StackNames?: string[];
271
+ }
272
+ export interface TagCollection {
273
+ AppBoundaryKey: string | undefined;
274
+ TagValues: string[] | undefined;
275
+ }
276
+ export interface ResourceCollection {
277
+ CloudFormation?: CloudFormationCollection;
278
+ Tags?: TagCollection[];
279
+ }
280
+ export interface ProactiveAnomaly {
281
+ Id?: string;
282
+ Severity?: AnomalySeverity | string;
283
+ Status?: AnomalyStatus | string;
284
+ UpdateTime?: Date;
285
+ AnomalyTimeRange?: AnomalyTimeRange;
286
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
287
+ PredictionTimeRange?: PredictionTimeRange;
288
+ SourceDetails?: AnomalySourceDetails;
289
+ AssociatedInsightId?: string;
290
+ ResourceCollection?: ResourceCollection;
291
+ Limit?: number;
292
+ SourceMetadata?: AnomalySourceMetadata;
293
+ AnomalyResources?: AnomalyResource[];
294
+ }
295
+ export interface ReactiveAnomaly {
296
+ Id?: string;
297
+ Severity?: AnomalySeverity | string;
298
+ Status?: AnomalyStatus | string;
299
+ AnomalyTimeRange?: AnomalyTimeRange;
300
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
301
+ SourceDetails?: AnomalySourceDetails;
302
+ AssociatedInsightId?: string;
303
+ ResourceCollection?: ResourceCollection;
304
+ Type?: AnomalyType | string;
305
+ Name?: string;
306
+ Description?: string;
307
+ CausalAnomalyId?: string;
308
+ AnomalyResources?: AnomalyResource[];
309
+ }
310
+ export interface DescribeAnomalyResponse {
311
+ ProactiveAnomaly?: ProactiveAnomaly;
312
+ ReactiveAnomaly?: ReactiveAnomaly;
313
+ }
314
+ export interface DescribeEventSourcesConfigRequest {}
315
+ export interface EventSourcesConfig {
316
+ AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
317
+ }
318
+ export interface DescribeEventSourcesConfigResponse {
319
+ EventSources?: EventSourcesConfig;
320
+ }
321
+ export interface DescribeFeedbackRequest {
322
+ InsightId?: string;
323
+ }
324
+ export declare enum InsightFeedbackOption {
325
+ ALERT_TOO_SENSITIVE = "ALERT_TOO_SENSITIVE",
326
+ DATA_INCORRECT = "DATA_INCORRECT",
327
+ DATA_NOISY_ANOMALY = "DATA_NOISY_ANOMALY",
328
+ RECOMMENDATION_USEFUL = "RECOMMENDATION_USEFUL",
329
+ VALID_COLLECTION = "VALID_COLLECTION",
330
+ }
331
+ export interface InsightFeedback {
332
+ Id?: string;
333
+ Feedback?: InsightFeedbackOption | string;
334
+ }
335
+ export interface DescribeFeedbackResponse {
336
+ InsightFeedback?: InsightFeedback;
337
+ }
338
+ export interface DescribeInsightRequest {
339
+ Id: string | undefined;
340
+ AccountId?: string;
341
+ }
342
+ export interface InsightTimeRange {
343
+ StartTime: Date | undefined;
344
+ EndTime?: Date;
345
+ }
346
+ export declare enum InsightSeverity {
347
+ HIGH = "HIGH",
348
+ LOW = "LOW",
349
+ MEDIUM = "MEDIUM",
350
+ }
351
+ export declare enum InsightStatus {
352
+ CLOSED = "CLOSED",
353
+ ONGOING = "ONGOING",
354
+ }
355
+ export interface ProactiveInsight {
356
+ Id?: string;
357
+ Name?: string;
358
+ Severity?: InsightSeverity | string;
359
+ Status?: InsightStatus | string;
360
+ InsightTimeRange?: InsightTimeRange;
361
+ PredictionTimeRange?: PredictionTimeRange;
362
+ ResourceCollection?: ResourceCollection;
363
+ SsmOpsItemId?: string;
364
+ Description?: string;
365
+ }
366
+ export interface ReactiveInsight {
367
+ Id?: string;
368
+ Name?: string;
369
+ Severity?: InsightSeverity | string;
370
+ Status?: InsightStatus | string;
371
+ InsightTimeRange?: InsightTimeRange;
372
+ ResourceCollection?: ResourceCollection;
373
+ SsmOpsItemId?: string;
374
+ Description?: string;
375
+ }
376
+ export interface DescribeInsightResponse {
377
+ ProactiveInsight?: ProactiveInsight;
378
+ ReactiveInsight?: ReactiveInsight;
379
+ }
380
+ export interface DescribeOrganizationHealthRequest {
381
+ AccountIds?: string[];
382
+ OrganizationalUnitIds?: string[];
383
+ }
384
+ export interface DescribeOrganizationHealthResponse {
385
+ OpenReactiveInsights: number | undefined;
386
+ OpenProactiveInsights: number | undefined;
387
+ MetricsAnalyzed: number | undefined;
388
+ ResourceHours: number | undefined;
389
+ }
390
+ export interface DescribeOrganizationOverviewRequest {
391
+ FromTime: Date | undefined;
392
+ ToTime?: Date;
393
+ AccountIds?: string[];
394
+ OrganizationalUnitIds?: string[];
395
+ }
396
+ export interface DescribeOrganizationOverviewResponse {
397
+ ReactiveInsights: number | undefined;
398
+ ProactiveInsights: number | undefined;
399
+ }
400
+ export declare enum OrganizationResourceCollectionType {
401
+ AWS_ACCOUNT = "AWS_ACCOUNT",
402
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
403
+ AWS_SERVICE = "AWS_SERVICE",
404
+ AWS_TAGS = "AWS_TAGS",
405
+ }
406
+ export interface DescribeOrganizationResourceCollectionHealthRequest {
407
+ OrganizationResourceCollectionType:
408
+ | OrganizationResourceCollectionType
409
+ | string
410
+ | undefined;
411
+ AccountIds?: string[];
412
+ OrganizationalUnitIds?: string[];
413
+ NextToken?: string;
414
+ MaxResults?: number;
415
+ }
416
+ export interface InsightHealth {
417
+ OpenProactiveInsights?: number;
418
+ OpenReactiveInsights?: number;
419
+ MeanTimeToRecoverInMilliseconds?: number;
420
+ }
421
+ export interface CloudFormationHealth {
422
+ StackName?: string;
423
+ Insight?: InsightHealth;
424
+ }
425
+ export interface ServiceInsightHealth {
426
+ OpenProactiveInsights?: number;
427
+ OpenReactiveInsights?: number;
428
+ }
429
+ export declare enum ServiceName {
430
+ API_GATEWAY = "API_GATEWAY",
431
+ APPLICATION_ELB = "APPLICATION_ELB",
432
+ AUTO_SCALING_GROUP = "AUTO_SCALING_GROUP",
433
+ CLOUD_FRONT = "CLOUD_FRONT",
434
+ DYNAMO_DB = "DYNAMO_DB",
435
+ EC2 = "EC2",
436
+ ECS = "ECS",
437
+ EKS = "EKS",
438
+ ELASTIC_BEANSTALK = "ELASTIC_BEANSTALK",
439
+ ELASTI_CACHE = "ELASTI_CACHE",
440
+ ELB = "ELB",
441
+ ES = "ES",
442
+ KINESIS = "KINESIS",
443
+ LAMBDA = "LAMBDA",
444
+ NAT_GATEWAY = "NAT_GATEWAY",
445
+ NETWORK_ELB = "NETWORK_ELB",
446
+ RDS = "RDS",
447
+ REDSHIFT = "REDSHIFT",
448
+ ROUTE_53 = "ROUTE_53",
449
+ S3 = "S3",
450
+ SAGE_MAKER = "SAGE_MAKER",
451
+ SNS = "SNS",
452
+ SQS = "SQS",
453
+ STEP_FUNCTIONS = "STEP_FUNCTIONS",
454
+ SWF = "SWF",
455
+ }
456
+ export interface ServiceHealth {
457
+ ServiceName?: ServiceName | string;
458
+ Insight?: ServiceInsightHealth;
459
+ }
460
+ export interface TagHealth {
461
+ AppBoundaryKey?: string;
462
+ TagValue?: string;
463
+ Insight?: InsightHealth;
464
+ }
465
+ export interface DescribeOrganizationResourceCollectionHealthResponse {
466
+ CloudFormation?: CloudFormationHealth[];
467
+ Service?: ServiceHealth[];
468
+ Account?: AccountHealth[];
469
+ NextToken?: string;
470
+ Tags?: TagHealth[];
471
+ }
472
+ export declare enum ResourceCollectionType {
473
+ AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
474
+ AWS_SERVICE = "AWS_SERVICE",
475
+ AWS_TAGS = "AWS_TAGS",
476
+ }
477
+ export interface DescribeResourceCollectionHealthRequest {
478
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
479
+ NextToken?: string;
480
+ }
481
+ export interface DescribeResourceCollectionHealthResponse {
482
+ CloudFormation?: CloudFormationHealth[];
483
+ Service?: ServiceHealth[];
484
+ NextToken?: string;
485
+ Tags?: TagHealth[];
486
+ }
487
+ export interface DescribeServiceIntegrationRequest {}
488
+ export declare enum OptInStatus {
489
+ DISABLED = "DISABLED",
490
+ ENABLED = "ENABLED",
491
+ }
492
+ export interface LogsAnomalyDetectionIntegration {
493
+ OptInStatus?: OptInStatus | string;
494
+ }
495
+ export interface OpsCenterIntegration {
496
+ OptInStatus?: OptInStatus | string;
497
+ }
498
+ export interface ServiceIntegrationConfig {
499
+ OpsCenter?: OpsCenterIntegration;
500
+ LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
501
+ }
502
+ export interface DescribeServiceIntegrationResponse {
503
+ ServiceIntegration?: ServiceIntegrationConfig;
504
+ }
505
+ export interface GetCostEstimationRequest {
506
+ NextToken?: string;
507
+ }
508
+ export declare enum CostEstimationServiceResourceState {
509
+ ACTIVE = "ACTIVE",
510
+ INACTIVE = "INACTIVE",
511
+ }
512
+ export interface ServiceResourceCost {
513
+ Type?: string;
514
+ State?: CostEstimationServiceResourceState | string;
515
+ Count?: number;
516
+ UnitCost?: number;
517
+ Cost?: number;
518
+ }
519
+ export interface CloudFormationCostEstimationResourceCollectionFilter {
520
+ StackNames?: string[];
521
+ }
522
+ export interface TagCostEstimationResourceCollectionFilter {
523
+ AppBoundaryKey: string | undefined;
524
+ TagValues: string[] | undefined;
525
+ }
526
+ export interface CostEstimationResourceCollectionFilter {
527
+ CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
528
+ Tags?: TagCostEstimationResourceCollectionFilter[];
529
+ }
530
+ export declare enum CostEstimationStatus {
531
+ COMPLETED = "COMPLETED",
532
+ ONGOING = "ONGOING",
533
+ }
534
+ export interface CostEstimationTimeRange {
535
+ StartTime?: Date;
536
+ EndTime?: Date;
537
+ }
538
+ export interface GetCostEstimationResponse {
539
+ ResourceCollection?: CostEstimationResourceCollectionFilter;
540
+ Status?: CostEstimationStatus | string;
541
+ Costs?: ServiceResourceCost[];
542
+ TimeRange?: CostEstimationTimeRange;
543
+ TotalCost?: number;
544
+ NextToken?: string;
545
+ }
546
+ export interface GetResourceCollectionRequest {
547
+ ResourceCollectionType: ResourceCollectionType | string | undefined;
548
+ NextToken?: string;
549
+ }
550
+ export interface CloudFormationCollectionFilter {
551
+ StackNames?: string[];
552
+ }
553
+ export interface TagCollectionFilter {
554
+ AppBoundaryKey: string | undefined;
555
+ TagValues: string[] | undefined;
556
+ }
557
+ export interface ResourceCollectionFilter {
558
+ CloudFormation?: CloudFormationCollectionFilter;
559
+ Tags?: TagCollectionFilter[];
560
+ }
561
+ export interface GetResourceCollectionResponse {
562
+ ResourceCollection?: ResourceCollectionFilter;
563
+ NextToken?: string;
564
+ }
565
+ export interface StartTimeRange {
566
+ FromTime?: Date;
567
+ ToTime?: Date;
568
+ }
569
+ export interface ListAnomaliesForInsightRequest {
570
+ InsightId: string | undefined;
571
+ StartTimeRange?: StartTimeRange;
572
+ MaxResults?: number;
573
+ NextToken?: string;
574
+ AccountId?: string;
575
+ }
576
+ export interface ProactiveAnomalySummary {
577
+ Id?: string;
578
+ Severity?: AnomalySeverity | string;
579
+ Status?: AnomalyStatus | string;
580
+ UpdateTime?: Date;
581
+ AnomalyTimeRange?: AnomalyTimeRange;
582
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
583
+ PredictionTimeRange?: PredictionTimeRange;
584
+ SourceDetails?: AnomalySourceDetails;
585
+ AssociatedInsightId?: string;
586
+ ResourceCollection?: ResourceCollection;
587
+ Limit?: number;
588
+ SourceMetadata?: AnomalySourceMetadata;
589
+ AnomalyResources?: AnomalyResource[];
590
+ }
591
+ export interface ReactiveAnomalySummary {
592
+ Id?: string;
593
+ Severity?: AnomalySeverity | string;
594
+ Status?: AnomalyStatus | string;
595
+ AnomalyTimeRange?: AnomalyTimeRange;
596
+ AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
597
+ SourceDetails?: AnomalySourceDetails;
598
+ AssociatedInsightId?: string;
599
+ ResourceCollection?: ResourceCollection;
600
+ Type?: AnomalyType | string;
601
+ Name?: string;
602
+ Description?: string;
603
+ CausalAnomalyId?: string;
604
+ AnomalyResources?: AnomalyResource[];
605
+ }
606
+ export interface ListAnomaliesForInsightResponse {
607
+ ProactiveAnomalies?: ProactiveAnomalySummary[];
608
+ ReactiveAnomalies?: ReactiveAnomalySummary[];
609
+ NextToken?: string;
610
+ }
611
+ export interface ListAnomalousLogGroupsRequest {
612
+ InsightId: string | undefined;
613
+ MaxResults?: number;
614
+ NextToken?: string;
615
+ }
616
+ export interface ListAnomalousLogGroupsResponse {
617
+ InsightId: string | undefined;
618
+ AnomalousLogGroups: AnomalousLogGroup[] | undefined;
619
+ NextToken?: string;
620
+ }
621
+ export declare enum EventDataSource {
622
+ AWS_CLOUD_TRAIL = "AWS_CLOUD_TRAIL",
623
+ AWS_CODE_DEPLOY = "AWS_CODE_DEPLOY",
624
+ }
625
+ export declare enum EventClass {
626
+ CONFIG_CHANGE = "CONFIG_CHANGE",
627
+ DEPLOYMENT = "DEPLOYMENT",
628
+ INFRASTRUCTURE = "INFRASTRUCTURE",
629
+ SCHEMA_CHANGE = "SCHEMA_CHANGE",
630
+ SECURITY_CHANGE = "SECURITY_CHANGE",
631
+ }
632
+ export interface EventTimeRange {
633
+ FromTime: Date | undefined;
634
+ ToTime: Date | undefined;
635
+ }
636
+ export interface ListEventsFilters {
637
+ InsightId?: string;
638
+ EventTimeRange?: EventTimeRange;
639
+ EventClass?: EventClass | string;
640
+ EventSource?: string;
641
+ DataSource?: EventDataSource | string;
642
+ ResourceCollection?: ResourceCollection;
643
+ }
644
+ export interface ListEventsRequest {
645
+ Filters: ListEventsFilters | undefined;
646
+ MaxResults?: number;
647
+ NextToken?: string;
648
+ AccountId?: string;
649
+ }
650
+ export interface EventResource {
651
+ Type?: string;
652
+ Name?: string;
653
+ Arn?: string;
654
+ }
655
+ export interface Event {
656
+ ResourceCollection?: ResourceCollection;
657
+ Id?: string;
658
+ Time?: Date;
659
+ EventSource?: string;
660
+ Name?: string;
661
+ DataSource?: EventDataSource | string;
662
+ EventClass?: EventClass | string;
663
+ Resources?: EventResource[];
664
+ }
665
+ export interface ListEventsResponse {
666
+ Events: Event[] | undefined;
667
+ NextToken?: string;
668
+ }
669
+ export declare enum InsightType {
670
+ PROACTIVE = "PROACTIVE",
671
+ REACTIVE = "REACTIVE",
672
+ }
673
+ export interface ListInsightsAnyStatusFilter {
674
+ Type: InsightType | string | undefined;
675
+ StartTimeRange: StartTimeRange | undefined;
676
+ }
677
+ export interface EndTimeRange {
678
+ FromTime?: Date;
679
+ ToTime?: Date;
680
+ }
681
+ export interface ListInsightsClosedStatusFilter {
682
+ Type: InsightType | string | undefined;
683
+ EndTimeRange: EndTimeRange | undefined;
684
+ }
685
+ export interface ListInsightsOngoingStatusFilter {
686
+ Type: InsightType | string | undefined;
687
+ }
688
+ export interface ListInsightsStatusFilter {
689
+ Ongoing?: ListInsightsOngoingStatusFilter;
690
+ Closed?: ListInsightsClosedStatusFilter;
691
+ Any?: ListInsightsAnyStatusFilter;
692
+ }
693
+ export interface ListInsightsRequest {
694
+ StatusFilter: ListInsightsStatusFilter | undefined;
695
+ MaxResults?: number;
696
+ NextToken?: string;
697
+ }
698
+ export interface ServiceCollection {
699
+ ServiceNames?: (ServiceName | string)[];
700
+ }
701
+ export interface ProactiveInsightSummary {
702
+ Id?: string;
703
+ Name?: string;
704
+ Severity?: InsightSeverity | string;
705
+ Status?: InsightStatus | string;
706
+ InsightTimeRange?: InsightTimeRange;
707
+ PredictionTimeRange?: PredictionTimeRange;
708
+ ResourceCollection?: ResourceCollection;
709
+ ServiceCollection?: ServiceCollection;
710
+ AssociatedResourceArns?: string[];
711
+ }
712
+ export interface ReactiveInsightSummary {
713
+ Id?: string;
714
+ Name?: string;
715
+ Severity?: InsightSeverity | string;
716
+ Status?: InsightStatus | string;
717
+ InsightTimeRange?: InsightTimeRange;
718
+ ResourceCollection?: ResourceCollection;
719
+ ServiceCollection?: ServiceCollection;
720
+ AssociatedResourceArns?: string[];
721
+ }
722
+ export interface ListInsightsResponse {
723
+ ProactiveInsights?: ProactiveInsightSummary[];
724
+ ReactiveInsights?: ReactiveInsightSummary[];
725
+ NextToken?: string;
726
+ }
727
+ export declare enum ResourcePermission {
728
+ FULL_PERMISSION = "FULL_PERMISSION",
729
+ MISSING_PERMISSION = "MISSING_PERMISSION",
730
+ }
731
+ export declare enum ResourceTypeFilter {
732
+ LOG_GROUPS = "LOG_GROUPS",
733
+ }
734
+ export interface ListMonitoredResourcesFilters {
735
+ ResourcePermission: ResourcePermission | string | undefined;
736
+ ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
737
+ }
738
+ export interface ListMonitoredResourcesRequest {
739
+ Filters: ListMonitoredResourcesFilters | undefined;
740
+ MaxResults?: number;
741
+ NextToken?: string;
742
+ }
743
+ export interface MonitoredResourceIdentifier {
744
+ MonitoredResourceName?: string;
745
+ Type?: string;
746
+ ResourcePermission?: ResourcePermission | string;
747
+ }
748
+ export interface ListMonitoredResourcesResponse {
749
+ MonitoredResourceIdentifiers: MonitoredResourceIdentifier[] | undefined;
750
+ NextToken?: string;
751
+ }
752
+ export interface ListNotificationChannelsRequest {
753
+ NextToken?: string;
754
+ }
755
+ export interface NotificationChannel {
756
+ Id?: string;
757
+ Config?: NotificationChannelConfig;
758
+ }
759
+ export interface ListNotificationChannelsResponse {
760
+ Channels?: NotificationChannel[];
761
+ NextToken?: string;
762
+ }
763
+ export interface ListOrganizationInsightsRequest {
764
+ StatusFilter: ListInsightsStatusFilter | undefined;
765
+ MaxResults?: number;
766
+ AccountIds?: string[];
767
+ OrganizationalUnitIds?: string[];
768
+ NextToken?: string;
769
+ }
770
+ export interface ProactiveOrganizationInsightSummary {
771
+ Id?: string;
772
+ AccountId?: string;
773
+ OrganizationalUnitId?: string;
774
+ Name?: string;
775
+ Severity?: InsightSeverity | string;
776
+ Status?: InsightStatus | string;
777
+ InsightTimeRange?: InsightTimeRange;
778
+ PredictionTimeRange?: PredictionTimeRange;
779
+ ResourceCollection?: ResourceCollection;
780
+ ServiceCollection?: ServiceCollection;
781
+ }
782
+ export interface ReactiveOrganizationInsightSummary {
783
+ Id?: string;
784
+ AccountId?: string;
785
+ OrganizationalUnitId?: string;
786
+ Name?: string;
787
+ Severity?: InsightSeverity | string;
788
+ Status?: InsightStatus | string;
789
+ InsightTimeRange?: InsightTimeRange;
790
+ ResourceCollection?: ResourceCollection;
791
+ ServiceCollection?: ServiceCollection;
792
+ }
793
+ export interface ListOrganizationInsightsResponse {
794
+ ProactiveInsights?: ProactiveOrganizationInsightSummary[];
795
+ ReactiveInsights?: ReactiveOrganizationInsightSummary[];
796
+ NextToken?: string;
797
+ }
798
+ export declare enum Locale {
799
+ DE_DE = "DE_DE",
800
+ EN_GB = "EN_GB",
801
+ EN_US = "EN_US",
802
+ ES_ES = "ES_ES",
803
+ FR_FR = "FR_FR",
804
+ IT_IT = "IT_IT",
805
+ JA_JP = "JA_JP",
806
+ KO_KR = "KO_KR",
807
+ PT_BR = "PT_BR",
808
+ ZH_CN = "ZH_CN",
809
+ ZH_TW = "ZH_TW",
810
+ }
811
+ export interface ListRecommendationsRequest {
812
+ InsightId: string | undefined;
813
+ NextToken?: string;
814
+ Locale?: Locale | string;
815
+ AccountId?: string;
816
+ }
817
+ export interface RecommendationRelatedAnomalyResource {
818
+ Name?: string;
819
+ Type?: string;
820
+ }
821
+ export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
822
+ MetricName?: string;
823
+ Namespace?: string;
824
+ }
825
+ export interface RecommendationRelatedAnomalySourceDetail {
826
+ CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
827
+ }
828
+ export interface RecommendationRelatedAnomaly {
829
+ Resources?: RecommendationRelatedAnomalyResource[];
830
+ SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
831
+ AnomalyId?: string;
832
+ }
833
+ export interface RecommendationRelatedEventResource {
834
+ Name?: string;
835
+ Type?: string;
836
+ }
837
+ export interface RecommendationRelatedEvent {
838
+ Name?: string;
839
+ Resources?: RecommendationRelatedEventResource[];
840
+ }
841
+ export interface Recommendation {
842
+ Description?: string;
843
+ Link?: string;
844
+ Name?: string;
845
+ Reason?: string;
846
+ RelatedEvents?: RecommendationRelatedEvent[];
847
+ RelatedAnomalies?: RecommendationRelatedAnomaly[];
848
+ Category?: string;
849
+ }
850
+ export interface ListRecommendationsResponse {
851
+ Recommendations?: Recommendation[];
852
+ NextToken?: string;
853
+ }
854
+ export interface PutFeedbackRequest {
855
+ InsightFeedback?: InsightFeedback;
856
+ }
857
+ export interface PutFeedbackResponse {}
858
+ export interface RemoveNotificationChannelRequest {
859
+ Id: string | undefined;
860
+ }
861
+ export interface RemoveNotificationChannelResponse {}
862
+ export interface SearchInsightsFilters {
863
+ Severities?: (InsightSeverity | string)[];
864
+ Statuses?: (InsightStatus | string)[];
865
+ ResourceCollection?: ResourceCollection;
866
+ ServiceCollection?: ServiceCollection;
867
+ }
868
+ export interface SearchInsightsRequest {
869
+ StartTimeRange: StartTimeRange | undefined;
870
+ Filters?: SearchInsightsFilters;
871
+ MaxResults?: number;
872
+ NextToken?: string;
873
+ Type: InsightType | string | undefined;
874
+ }
875
+ export interface SearchInsightsResponse {
876
+ ProactiveInsights?: ProactiveInsightSummary[];
877
+ ReactiveInsights?: ReactiveInsightSummary[];
878
+ NextToken?: string;
879
+ }
880
+ export interface SearchOrganizationInsightsFilters {
881
+ Severities?: (InsightSeverity | string)[];
882
+ Statuses?: (InsightStatus | string)[];
883
+ ResourceCollection?: ResourceCollection;
884
+ ServiceCollection?: ServiceCollection;
885
+ }
886
+ export interface SearchOrganizationInsightsRequest {
887
+ AccountIds: string[] | undefined;
888
+ StartTimeRange: StartTimeRange | undefined;
889
+ Filters?: SearchOrganizationInsightsFilters;
890
+ MaxResults?: number;
891
+ NextToken?: string;
892
+ Type: InsightType | string | undefined;
893
+ }
894
+ export interface SearchOrganizationInsightsResponse {
895
+ ProactiveInsights?: ProactiveInsightSummary[];
896
+ ReactiveInsights?: ReactiveInsightSummary[];
897
+ NextToken?: string;
898
+ }
899
+ export interface StartCostEstimationRequest {
900
+ ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
901
+ ClientToken?: string;
902
+ }
903
+ export interface StartCostEstimationResponse {}
904
+ export interface UpdateEventSourcesConfigRequest {
905
+ EventSources?: EventSourcesConfig;
906
+ }
907
+ export interface UpdateEventSourcesConfigResponse {}
908
+ export declare enum UpdateResourceCollectionAction {
909
+ ADD = "ADD",
910
+ REMOVE = "REMOVE",
911
+ }
912
+ export interface UpdateCloudFormationCollectionFilter {
913
+ StackNames?: string[];
914
+ }
915
+ export interface UpdateTagCollectionFilter {
916
+ AppBoundaryKey: string | undefined;
917
+ TagValues: string[] | undefined;
918
+ }
919
+ export interface UpdateResourceCollectionFilter {
920
+ CloudFormation?: UpdateCloudFormationCollectionFilter;
921
+ Tags?: UpdateTagCollectionFilter[];
922
+ }
923
+ export interface UpdateResourceCollectionRequest {
924
+ Action: UpdateResourceCollectionAction | string | undefined;
925
+ ResourceCollection: UpdateResourceCollectionFilter | undefined;
926
+ }
927
+ export interface UpdateResourceCollectionResponse {}
928
+ export interface LogsAnomalyDetectionIntegrationConfig {
929
+ OptInStatus?: OptInStatus | string;
930
+ }
931
+ export interface OpsCenterIntegrationConfig {
932
+ OptInStatus?: OptInStatus | string;
933
+ }
934
+ export interface UpdateServiceIntegrationConfig {
935
+ OpsCenter?: OpsCenterIntegrationConfig;
936
+ LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
937
+ }
938
+ export interface UpdateServiceIntegrationRequest {
939
+ ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
940
+ }
941
+ export interface UpdateServiceIntegrationResponse {}
942
+ export declare const AccountInsightHealthFilterSensitiveLog: (
943
+ obj: AccountInsightHealth
944
+ ) => any;
945
+ export declare const AccountHealthFilterSensitiveLog: (
946
+ obj: AccountHealth
947
+ ) => any;
948
+ export declare const SnsChannelConfigFilterSensitiveLog: (
949
+ obj: SnsChannelConfig
950
+ ) => any;
951
+ export declare const NotificationChannelConfigFilterSensitiveLog: (
952
+ obj: NotificationChannelConfig
953
+ ) => any;
954
+ export declare const AddNotificationChannelRequestFilterSensitiveLog: (
955
+ obj: AddNotificationChannelRequest
956
+ ) => any;
957
+ export declare const AddNotificationChannelResponseFilterSensitiveLog: (
958
+ obj: AddNotificationChannelResponse
959
+ ) => any;
960
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (
961
+ obj: ValidationExceptionField
962
+ ) => any;
963
+ export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (
964
+ obj: AmazonCodeGuruProfilerIntegration
965
+ ) => any;
966
+ export declare const LogAnomalyClassFilterSensitiveLog: (
967
+ obj: LogAnomalyClass
968
+ ) => any;
969
+ export declare const LogAnomalyShowcaseFilterSensitiveLog: (
970
+ obj: LogAnomalyShowcase
971
+ ) => any;
972
+ export declare const AnomalousLogGroupFilterSensitiveLog: (
973
+ obj: AnomalousLogGroup
974
+ ) => any;
975
+ export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (
976
+ obj: AnomalyReportedTimeRange
977
+ ) => any;
978
+ export declare const AnomalyResourceFilterSensitiveLog: (
979
+ obj: AnomalyResource
980
+ ) => any;
981
+ export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (
982
+ obj: CloudWatchMetricsDimension
983
+ ) => any;
984
+ export declare const TimestampMetricValuePairFilterSensitiveLog: (
985
+ obj: TimestampMetricValuePair
986
+ ) => any;
987
+ export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (
988
+ obj: CloudWatchMetricsDataSummary
989
+ ) => any;
990
+ export declare const CloudWatchMetricsDetailFilterSensitiveLog: (
991
+ obj: CloudWatchMetricsDetail
992
+ ) => any;
993
+ export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (
994
+ obj: PerformanceInsightsMetricDimensionGroup
995
+ ) => any;
996
+ export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (
997
+ obj: PerformanceInsightsMetricQuery
998
+ ) => any;
999
+ export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (
1000
+ obj: PerformanceInsightsReferenceMetric
1001
+ ) => any;
1002
+ export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (
1003
+ obj: PerformanceInsightsReferenceScalar
1004
+ ) => any;
1005
+ export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (
1006
+ obj: PerformanceInsightsReferenceComparisonValues
1007
+ ) => any;
1008
+ export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (
1009
+ obj: PerformanceInsightsReferenceData
1010
+ ) => any;
1011
+ export declare const PerformanceInsightsStatFilterSensitiveLog: (
1012
+ obj: PerformanceInsightsStat
1013
+ ) => any;
1014
+ export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (
1015
+ obj: PerformanceInsightsMetricsDetail
1016
+ ) => any;
1017
+ export declare const AnomalySourceDetailsFilterSensitiveLog: (
1018
+ obj: AnomalySourceDetails
1019
+ ) => any;
1020
+ export declare const AnomalySourceMetadataFilterSensitiveLog: (
1021
+ obj: AnomalySourceMetadata
1022
+ ) => any;
1023
+ export declare const AnomalyTimeRangeFilterSensitiveLog: (
1024
+ obj: AnomalyTimeRange
1025
+ ) => any;
1026
+ export declare const DeleteInsightRequestFilterSensitiveLog: (
1027
+ obj: DeleteInsightRequest
1028
+ ) => any;
1029
+ export declare const DeleteInsightResponseFilterSensitiveLog: (
1030
+ obj: DeleteInsightResponse
1031
+ ) => any;
1032
+ export declare const DescribeAccountHealthRequestFilterSensitiveLog: (
1033
+ obj: DescribeAccountHealthRequest
1034
+ ) => any;
1035
+ export declare const DescribeAccountHealthResponseFilterSensitiveLog: (
1036
+ obj: DescribeAccountHealthResponse
1037
+ ) => any;
1038
+ export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (
1039
+ obj: DescribeAccountOverviewRequest
1040
+ ) => any;
1041
+ export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (
1042
+ obj: DescribeAccountOverviewResponse
1043
+ ) => any;
1044
+ export declare const DescribeAnomalyRequestFilterSensitiveLog: (
1045
+ obj: DescribeAnomalyRequest
1046
+ ) => any;
1047
+ export declare const PredictionTimeRangeFilterSensitiveLog: (
1048
+ obj: PredictionTimeRange
1049
+ ) => any;
1050
+ export declare const CloudFormationCollectionFilterSensitiveLog: (
1051
+ obj: CloudFormationCollection
1052
+ ) => any;
1053
+ export declare const TagCollectionFilterSensitiveLog: (
1054
+ obj: TagCollection
1055
+ ) => any;
1056
+ export declare const ResourceCollectionFilterSensitiveLog: (
1057
+ obj: ResourceCollection
1058
+ ) => any;
1059
+ export declare const ProactiveAnomalyFilterSensitiveLog: (
1060
+ obj: ProactiveAnomaly
1061
+ ) => any;
1062
+ export declare const ReactiveAnomalyFilterSensitiveLog: (
1063
+ obj: ReactiveAnomaly
1064
+ ) => any;
1065
+ export declare const DescribeAnomalyResponseFilterSensitiveLog: (
1066
+ obj: DescribeAnomalyResponse
1067
+ ) => any;
1068
+ export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (
1069
+ obj: DescribeEventSourcesConfigRequest
1070
+ ) => any;
1071
+ export declare const EventSourcesConfigFilterSensitiveLog: (
1072
+ obj: EventSourcesConfig
1073
+ ) => any;
1074
+ export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (
1075
+ obj: DescribeEventSourcesConfigResponse
1076
+ ) => any;
1077
+ export declare const DescribeFeedbackRequestFilterSensitiveLog: (
1078
+ obj: DescribeFeedbackRequest
1079
+ ) => any;
1080
+ export declare const InsightFeedbackFilterSensitiveLog: (
1081
+ obj: InsightFeedback
1082
+ ) => any;
1083
+ export declare const DescribeFeedbackResponseFilterSensitiveLog: (
1084
+ obj: DescribeFeedbackResponse
1085
+ ) => any;
1086
+ export declare const DescribeInsightRequestFilterSensitiveLog: (
1087
+ obj: DescribeInsightRequest
1088
+ ) => any;
1089
+ export declare const InsightTimeRangeFilterSensitiveLog: (
1090
+ obj: InsightTimeRange
1091
+ ) => any;
1092
+ export declare const ProactiveInsightFilterSensitiveLog: (
1093
+ obj: ProactiveInsight
1094
+ ) => any;
1095
+ export declare const ReactiveInsightFilterSensitiveLog: (
1096
+ obj: ReactiveInsight
1097
+ ) => any;
1098
+ export declare const DescribeInsightResponseFilterSensitiveLog: (
1099
+ obj: DescribeInsightResponse
1100
+ ) => any;
1101
+ export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (
1102
+ obj: DescribeOrganizationHealthRequest
1103
+ ) => any;
1104
+ export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (
1105
+ obj: DescribeOrganizationHealthResponse
1106
+ ) => any;
1107
+ export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (
1108
+ obj: DescribeOrganizationOverviewRequest
1109
+ ) => any;
1110
+ export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (
1111
+ obj: DescribeOrganizationOverviewResponse
1112
+ ) => any;
1113
+ export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (
1114
+ obj: DescribeOrganizationResourceCollectionHealthRequest
1115
+ ) => any;
1116
+ export declare const InsightHealthFilterSensitiveLog: (
1117
+ obj: InsightHealth
1118
+ ) => any;
1119
+ export declare const CloudFormationHealthFilterSensitiveLog: (
1120
+ obj: CloudFormationHealth
1121
+ ) => any;
1122
+ export declare const ServiceInsightHealthFilterSensitiveLog: (
1123
+ obj: ServiceInsightHealth
1124
+ ) => any;
1125
+ export declare const ServiceHealthFilterSensitiveLog: (
1126
+ obj: ServiceHealth
1127
+ ) => any;
1128
+ export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
1129
+ export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (
1130
+ obj: DescribeOrganizationResourceCollectionHealthResponse
1131
+ ) => any;
1132
+ export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (
1133
+ obj: DescribeResourceCollectionHealthRequest
1134
+ ) => any;
1135
+ export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (
1136
+ obj: DescribeResourceCollectionHealthResponse
1137
+ ) => any;
1138
+ export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (
1139
+ obj: DescribeServiceIntegrationRequest
1140
+ ) => any;
1141
+ export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (
1142
+ obj: LogsAnomalyDetectionIntegration
1143
+ ) => any;
1144
+ export declare const OpsCenterIntegrationFilterSensitiveLog: (
1145
+ obj: OpsCenterIntegration
1146
+ ) => any;
1147
+ export declare const ServiceIntegrationConfigFilterSensitiveLog: (
1148
+ obj: ServiceIntegrationConfig
1149
+ ) => any;
1150
+ export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (
1151
+ obj: DescribeServiceIntegrationResponse
1152
+ ) => any;
1153
+ export declare const GetCostEstimationRequestFilterSensitiveLog: (
1154
+ obj: GetCostEstimationRequest
1155
+ ) => any;
1156
+ export declare const ServiceResourceCostFilterSensitiveLog: (
1157
+ obj: ServiceResourceCost
1158
+ ) => any;
1159
+ export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (
1160
+ obj: CloudFormationCostEstimationResourceCollectionFilter
1161
+ ) => any;
1162
+ export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (
1163
+ obj: TagCostEstimationResourceCollectionFilter
1164
+ ) => any;
1165
+ export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (
1166
+ obj: CostEstimationResourceCollectionFilter
1167
+ ) => any;
1168
+ export declare const CostEstimationTimeRangeFilterSensitiveLog: (
1169
+ obj: CostEstimationTimeRange
1170
+ ) => any;
1171
+ export declare const GetCostEstimationResponseFilterSensitiveLog: (
1172
+ obj: GetCostEstimationResponse
1173
+ ) => any;
1174
+ export declare const GetResourceCollectionRequestFilterSensitiveLog: (
1175
+ obj: GetResourceCollectionRequest
1176
+ ) => any;
1177
+ export declare const CloudFormationCollectionFilterFilterSensitiveLog: (
1178
+ obj: CloudFormationCollectionFilter
1179
+ ) => any;
1180
+ export declare const TagCollectionFilterFilterSensitiveLog: (
1181
+ obj: TagCollectionFilter
1182
+ ) => any;
1183
+ export declare const ResourceCollectionFilterFilterSensitiveLog: (
1184
+ obj: ResourceCollectionFilter
1185
+ ) => any;
1186
+ export declare const GetResourceCollectionResponseFilterSensitiveLog: (
1187
+ obj: GetResourceCollectionResponse
1188
+ ) => any;
1189
+ export declare const StartTimeRangeFilterSensitiveLog: (
1190
+ obj: StartTimeRange
1191
+ ) => any;
1192
+ export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (
1193
+ obj: ListAnomaliesForInsightRequest
1194
+ ) => any;
1195
+ export declare const ProactiveAnomalySummaryFilterSensitiveLog: (
1196
+ obj: ProactiveAnomalySummary
1197
+ ) => any;
1198
+ export declare const ReactiveAnomalySummaryFilterSensitiveLog: (
1199
+ obj: ReactiveAnomalySummary
1200
+ ) => any;
1201
+ export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (
1202
+ obj: ListAnomaliesForInsightResponse
1203
+ ) => any;
1204
+ export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (
1205
+ obj: ListAnomalousLogGroupsRequest
1206
+ ) => any;
1207
+ export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (
1208
+ obj: ListAnomalousLogGroupsResponse
1209
+ ) => any;
1210
+ export declare const EventTimeRangeFilterSensitiveLog: (
1211
+ obj: EventTimeRange
1212
+ ) => any;
1213
+ export declare const ListEventsFiltersFilterSensitiveLog: (
1214
+ obj: ListEventsFilters
1215
+ ) => any;
1216
+ export declare const ListEventsRequestFilterSensitiveLog: (
1217
+ obj: ListEventsRequest
1218
+ ) => any;
1219
+ export declare const EventResourceFilterSensitiveLog: (
1220
+ obj: EventResource
1221
+ ) => any;
1222
+ export declare const EventFilterSensitiveLog: (obj: Event) => any;
1223
+ export declare const ListEventsResponseFilterSensitiveLog: (
1224
+ obj: ListEventsResponse
1225
+ ) => any;
1226
+ export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (
1227
+ obj: ListInsightsAnyStatusFilter
1228
+ ) => any;
1229
+ export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
1230
+ export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (
1231
+ obj: ListInsightsClosedStatusFilter
1232
+ ) => any;
1233
+ export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (
1234
+ obj: ListInsightsOngoingStatusFilter
1235
+ ) => any;
1236
+ export declare const ListInsightsStatusFilterFilterSensitiveLog: (
1237
+ obj: ListInsightsStatusFilter
1238
+ ) => any;
1239
+ export declare const ListInsightsRequestFilterSensitiveLog: (
1240
+ obj: ListInsightsRequest
1241
+ ) => any;
1242
+ export declare const ServiceCollectionFilterSensitiveLog: (
1243
+ obj: ServiceCollection
1244
+ ) => any;
1245
+ export declare const ProactiveInsightSummaryFilterSensitiveLog: (
1246
+ obj: ProactiveInsightSummary
1247
+ ) => any;
1248
+ export declare const ReactiveInsightSummaryFilterSensitiveLog: (
1249
+ obj: ReactiveInsightSummary
1250
+ ) => any;
1251
+ export declare const ListInsightsResponseFilterSensitiveLog: (
1252
+ obj: ListInsightsResponse
1253
+ ) => any;
1254
+ export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (
1255
+ obj: ListMonitoredResourcesFilters
1256
+ ) => any;
1257
+ export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (
1258
+ obj: ListMonitoredResourcesRequest
1259
+ ) => any;
1260
+ export declare const MonitoredResourceIdentifierFilterSensitiveLog: (
1261
+ obj: MonitoredResourceIdentifier
1262
+ ) => any;
1263
+ export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (
1264
+ obj: ListMonitoredResourcesResponse
1265
+ ) => any;
1266
+ export declare const ListNotificationChannelsRequestFilterSensitiveLog: (
1267
+ obj: ListNotificationChannelsRequest
1268
+ ) => any;
1269
+ export declare const NotificationChannelFilterSensitiveLog: (
1270
+ obj: NotificationChannel
1271
+ ) => any;
1272
+ export declare const ListNotificationChannelsResponseFilterSensitiveLog: (
1273
+ obj: ListNotificationChannelsResponse
1274
+ ) => any;
1275
+ export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (
1276
+ obj: ListOrganizationInsightsRequest
1277
+ ) => any;
1278
+ export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (
1279
+ obj: ProactiveOrganizationInsightSummary
1280
+ ) => any;
1281
+ export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (
1282
+ obj: ReactiveOrganizationInsightSummary
1283
+ ) => any;
1284
+ export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (
1285
+ obj: ListOrganizationInsightsResponse
1286
+ ) => any;
1287
+ export declare const ListRecommendationsRequestFilterSensitiveLog: (
1288
+ obj: ListRecommendationsRequest
1289
+ ) => any;
1290
+ export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (
1291
+ obj: RecommendationRelatedAnomalyResource
1292
+ ) => any;
1293
+ export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (
1294
+ obj: RecommendationRelatedCloudWatchMetricsSourceDetail
1295
+ ) => any;
1296
+ export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (
1297
+ obj: RecommendationRelatedAnomalySourceDetail
1298
+ ) => any;
1299
+ export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (
1300
+ obj: RecommendationRelatedAnomaly
1301
+ ) => any;
1302
+ export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (
1303
+ obj: RecommendationRelatedEventResource
1304
+ ) => any;
1305
+ export declare const RecommendationRelatedEventFilterSensitiveLog: (
1306
+ obj: RecommendationRelatedEvent
1307
+ ) => any;
1308
+ export declare const RecommendationFilterSensitiveLog: (
1309
+ obj: Recommendation
1310
+ ) => any;
1311
+ export declare const ListRecommendationsResponseFilterSensitiveLog: (
1312
+ obj: ListRecommendationsResponse
1313
+ ) => any;
1314
+ export declare const PutFeedbackRequestFilterSensitiveLog: (
1315
+ obj: PutFeedbackRequest
1316
+ ) => any;
1317
+ export declare const PutFeedbackResponseFilterSensitiveLog: (
1318
+ obj: PutFeedbackResponse
1319
+ ) => any;
1320
+ export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (
1321
+ obj: RemoveNotificationChannelRequest
1322
+ ) => any;
1323
+ export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (
1324
+ obj: RemoveNotificationChannelResponse
1325
+ ) => any;
1326
+ export declare const SearchInsightsFiltersFilterSensitiveLog: (
1327
+ obj: SearchInsightsFilters
1328
+ ) => any;
1329
+ export declare const SearchInsightsRequestFilterSensitiveLog: (
1330
+ obj: SearchInsightsRequest
1331
+ ) => any;
1332
+ export declare const SearchInsightsResponseFilterSensitiveLog: (
1333
+ obj: SearchInsightsResponse
1334
+ ) => any;
1335
+ export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (
1336
+ obj: SearchOrganizationInsightsFilters
1337
+ ) => any;
1338
+ export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (
1339
+ obj: SearchOrganizationInsightsRequest
1340
+ ) => any;
1341
+ export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (
1342
+ obj: SearchOrganizationInsightsResponse
1343
+ ) => any;
1344
+ export declare const StartCostEstimationRequestFilterSensitiveLog: (
1345
+ obj: StartCostEstimationRequest
1346
+ ) => any;
1347
+ export declare const StartCostEstimationResponseFilterSensitiveLog: (
1348
+ obj: StartCostEstimationResponse
1349
+ ) => any;
1350
+ export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (
1351
+ obj: UpdateEventSourcesConfigRequest
1352
+ ) => any;
1353
+ export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (
1354
+ obj: UpdateEventSourcesConfigResponse
1355
+ ) => any;
1356
+ export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (
1357
+ obj: UpdateCloudFormationCollectionFilter
1358
+ ) => any;
1359
+ export declare const UpdateTagCollectionFilterFilterSensitiveLog: (
1360
+ obj: UpdateTagCollectionFilter
1361
+ ) => any;
1362
+ export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (
1363
+ obj: UpdateResourceCollectionFilter
1364
+ ) => any;
1365
+ export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (
1366
+ obj: UpdateResourceCollectionRequest
1367
+ ) => any;
1368
+ export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (
1369
+ obj: UpdateResourceCollectionResponse
1370
+ ) => any;
1371
+ export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (
1372
+ obj: LogsAnomalyDetectionIntegrationConfig
1373
+ ) => any;
1374
+ export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (
1375
+ obj: OpsCenterIntegrationConfig
1376
+ ) => any;
1377
+ export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (
1378
+ obj: UpdateServiceIntegrationConfig
1379
+ ) => any;
1380
+ export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (
1381
+ obj: UpdateServiceIntegrationRequest
1382
+ ) => any;
1383
+ export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (
1384
+ obj: UpdateServiceIntegrationResponse
1385
+ ) => any;