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