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