@aws-sdk/client-devops-guru 3.133.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -2
- package/dist-cjs/commands/DescribeInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -2
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListEventsCommand.js +2 -2
- package/dist-cjs/commands/ListInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/PutFeedbackCommand.js +2 -2
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/SearchInsightsCommand.js +2 -2
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/StartCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +604 -904
- package/dist-cjs/protocols/Aws_restJson1.js +367 -636
- package/dist-es/commands/AddNotificationChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInsightCommand.js +3 -3
- package/dist-es/commands/DescribeAccountHealthCommand.js +3 -3
- package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeAnomalyCommand.js +3 -3
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/DescribeFeedbackCommand.js +3 -3
- package/dist-es/commands/DescribeInsightCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -3
- package/dist-es/commands/GetCostEstimationCommand.js +3 -3
- package/dist-es/commands/GetResourceCollectionCommand.js +3 -3
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -3
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +3 -3
- package/dist-es/commands/ListEventsCommand.js +3 -3
- package/dist-es/commands/ListInsightsCommand.js +3 -3
- package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -3
- package/dist-es/commands/ListNotificationChannelsCommand.js +3 -3
- package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/ListRecommendationsCommand.js +3 -3
- package/dist-es/commands/PutFeedbackCommand.js +3 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist-es/commands/SearchInsightsCommand.js +3 -3
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/StartCostEstimationCommand.js +3 -3
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -3
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -3
- package/dist-es/models/models_0.js +150 -600
- package/dist-es/protocols/Aws_restJson1.js +468 -634
- package/dist-types/models/models_0.d.ts +600 -900
- package/dist-types/ts3.4/models/models_0.d.ts +300 -600
- package/package.json +6 -6
|
@@ -31,12 +31,6 @@ export interface AccountInsightHealth {
|
|
|
31
31
|
*/
|
|
32
32
|
OpenReactiveInsights?: number;
|
|
33
33
|
}
|
|
34
|
-
export declare namespace AccountInsightHealth {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
const filterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
39
|
-
}
|
|
40
34
|
/**
|
|
41
35
|
* <p> Returns the number of open reactive insights, the number of open proactive insights,
|
|
42
36
|
* and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
|
|
@@ -54,12 +48,6 @@ export interface AccountHealth {
|
|
|
54
48
|
*/
|
|
55
49
|
Insight?: AccountInsightHealth;
|
|
56
50
|
}
|
|
57
|
-
export declare namespace AccountHealth {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
const filterSensitiveLog: (obj: AccountHealth) => any;
|
|
62
|
-
}
|
|
63
51
|
/**
|
|
64
52
|
* <p> Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. </p>
|
|
65
53
|
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
@@ -77,12 +65,6 @@ export interface SnsChannelConfig {
|
|
|
77
65
|
*/
|
|
78
66
|
TopicArn?: string;
|
|
79
67
|
}
|
|
80
|
-
export declare namespace SnsChannelConfig {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
const filterSensitiveLog: (obj: SnsChannelConfig) => any;
|
|
85
|
-
}
|
|
86
68
|
/**
|
|
87
69
|
* <p> Information about notification channels you have configured with DevOps Guru.
|
|
88
70
|
* The one
|
|
@@ -103,12 +85,6 @@ export interface NotificationChannelConfig {
|
|
|
103
85
|
*/
|
|
104
86
|
Sns: SnsChannelConfig | undefined;
|
|
105
87
|
}
|
|
106
|
-
export declare namespace NotificationChannelConfig {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
const filterSensitiveLog: (obj: NotificationChannelConfig) => any;
|
|
111
|
-
}
|
|
112
88
|
export interface AddNotificationChannelRequest {
|
|
113
89
|
/**
|
|
114
90
|
* <p> A <code>NotificationChannelConfig</code> object that specifies what type of
|
|
@@ -117,24 +93,12 @@ export interface AddNotificationChannelRequest {
|
|
|
117
93
|
*/
|
|
118
94
|
Config: NotificationChannelConfig | undefined;
|
|
119
95
|
}
|
|
120
|
-
export declare namespace AddNotificationChannelRequest {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
const filterSensitiveLog: (obj: AddNotificationChannelRequest) => any;
|
|
125
|
-
}
|
|
126
96
|
export interface AddNotificationChannelResponse {
|
|
127
97
|
/**
|
|
128
98
|
* <p> The ID of the added notification channel. </p>
|
|
129
99
|
*/
|
|
130
100
|
Id: string | undefined;
|
|
131
101
|
}
|
|
132
|
-
export declare namespace AddNotificationChannelResponse {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
const filterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
137
|
-
}
|
|
138
102
|
/**
|
|
139
103
|
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
140
104
|
*/
|
|
@@ -243,12 +207,6 @@ export interface ValidationExceptionField {
|
|
|
243
207
|
*/
|
|
244
208
|
Message: string | undefined;
|
|
245
209
|
}
|
|
246
|
-
export declare namespace ValidationExceptionField {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
251
|
-
}
|
|
252
210
|
export declare enum ValidationExceptionReason {
|
|
253
211
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
254
212
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -297,12 +255,6 @@ export interface AmazonCodeGuruProfilerIntegration {
|
|
|
297
255
|
*/
|
|
298
256
|
Status?: EventSourceOptInStatus | string;
|
|
299
257
|
}
|
|
300
|
-
export declare namespace AmazonCodeGuruProfilerIntegration {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
const filterSensitiveLog: (obj: AmazonCodeGuruProfilerIntegration) => any;
|
|
305
|
-
}
|
|
306
258
|
export declare enum LogAnomalyType {
|
|
307
259
|
BLOCK_FORMAT = "BLOCK_FORMAT",
|
|
308
260
|
FORMAT = "FORMAT",
|
|
@@ -362,12 +314,6 @@ export interface LogAnomalyClass {
|
|
|
362
314
|
*/
|
|
363
315
|
LogEventTimestamp?: Date;
|
|
364
316
|
}
|
|
365
|
-
export declare namespace LogAnomalyClass {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
const filterSensitiveLog: (obj: LogAnomalyClass) => any;
|
|
370
|
-
}
|
|
371
317
|
/**
|
|
372
318
|
* <p>
|
|
373
319
|
* A cluster of similar anomalous log events found within a log group.
|
|
@@ -381,12 +327,6 @@ export interface LogAnomalyShowcase {
|
|
|
381
327
|
*/
|
|
382
328
|
LogAnomalyClasses?: LogAnomalyClass[];
|
|
383
329
|
}
|
|
384
|
-
export declare namespace LogAnomalyShowcase {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
|
-
const filterSensitiveLog: (obj: LogAnomalyShowcase) => any;
|
|
389
|
-
}
|
|
390
330
|
/**
|
|
391
331
|
* <p>
|
|
392
332
|
* An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.
|
|
@@ -424,12 +364,6 @@ export interface AnomalousLogGroup {
|
|
|
424
364
|
*/
|
|
425
365
|
LogAnomalyShowcases?: LogAnomalyShowcase[];
|
|
426
366
|
}
|
|
427
|
-
export declare namespace AnomalousLogGroup {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
const filterSensitiveLog: (obj: AnomalousLogGroup) => any;
|
|
432
|
-
}
|
|
433
367
|
/**
|
|
434
368
|
* <p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This
|
|
435
369
|
* is different from <code>AnomalyTimeRange</code>, which specifies the time range when
|
|
@@ -445,12 +379,6 @@ export interface AnomalyReportedTimeRange {
|
|
|
445
379
|
*/
|
|
446
380
|
CloseTime?: Date;
|
|
447
381
|
}
|
|
448
|
-
export declare namespace AnomalyReportedTimeRange {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
const filterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
|
|
453
|
-
}
|
|
454
382
|
/**
|
|
455
383
|
* <p>The Amazon Web Services resources in which DevOps Guru detected unusual behavior that resulted in the
|
|
456
384
|
* generation of an anomaly. When DevOps Guru detects multiple related anomalies, it creates and
|
|
@@ -467,12 +395,6 @@ export interface AnomalyResource {
|
|
|
467
395
|
*/
|
|
468
396
|
Type?: string;
|
|
469
397
|
}
|
|
470
|
-
export declare namespace AnomalyResource {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
|
-
const filterSensitiveLog: (obj: AnomalyResource) => any;
|
|
475
|
-
}
|
|
476
398
|
export declare enum AnomalySeverity {
|
|
477
399
|
HIGH = "HIGH",
|
|
478
400
|
LOW = "LOW",
|
|
@@ -494,12 +416,6 @@ export interface CloudWatchMetricsDimension {
|
|
|
494
416
|
*/
|
|
495
417
|
Value?: string;
|
|
496
418
|
}
|
|
497
|
-
export declare namespace CloudWatchMetricsDimension {
|
|
498
|
-
/**
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
502
|
-
}
|
|
503
419
|
export declare enum CloudWatchMetricDataStatusCode {
|
|
504
420
|
COMPLETE = "Complete",
|
|
505
421
|
INTERNAL_ERROR = "InternalError",
|
|
@@ -518,12 +434,6 @@ export interface TimestampMetricValuePair {
|
|
|
518
434
|
*/
|
|
519
435
|
MetricValue?: number;
|
|
520
436
|
}
|
|
521
|
-
export declare namespace TimestampMetricValuePair {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
|
-
const filterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
526
|
-
}
|
|
527
437
|
/**
|
|
528
438
|
* <p>Contains information about the analyzed metrics that displayed anomalous behavior.
|
|
529
439
|
* </p>
|
|
@@ -539,12 +449,6 @@ export interface CloudWatchMetricsDataSummary {
|
|
|
539
449
|
*/
|
|
540
450
|
StatusCode?: CloudWatchMetricDataStatusCode | string;
|
|
541
451
|
}
|
|
542
|
-
export declare namespace CloudWatchMetricsDataSummary {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
547
|
-
}
|
|
548
452
|
export declare enum CloudWatchMetricsStat {
|
|
549
453
|
AVERAGE = "Average",
|
|
550
454
|
MAXIMUM = "Maximum",
|
|
@@ -591,12 +495,6 @@ export interface CloudWatchMetricsDetail {
|
|
|
591
495
|
*/
|
|
592
496
|
MetricDataSummary?: CloudWatchMetricsDataSummary;
|
|
593
497
|
}
|
|
594
|
-
export declare namespace CloudWatchMetricsDetail {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
|
-
const filterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
599
|
-
}
|
|
600
498
|
/**
|
|
601
499
|
* <p>A logical grouping of Performance Insights metrics for a related subject area. For example, the
|
|
602
500
|
* <code>db.sql</code> dimension group consists of the following dimensions:
|
|
@@ -774,12 +672,6 @@ export interface PerformanceInsightsMetricDimensionGroup {
|
|
|
774
672
|
*/
|
|
775
673
|
Limit?: number;
|
|
776
674
|
}
|
|
777
|
-
export declare namespace PerformanceInsightsMetricDimensionGroup {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
|
|
782
|
-
}
|
|
783
675
|
/**
|
|
784
676
|
* <p>A single query to be processed. Use these parameters to query the Performance Insights
|
|
785
677
|
* <code>GetResourceMetrics</code> API to retrieve the metrics for an anomaly. For more
|
|
@@ -857,12 +749,6 @@ export interface PerformanceInsightsMetricQuery {
|
|
|
857
749
|
*/
|
|
858
750
|
Filter?: Record<string, string>;
|
|
859
751
|
}
|
|
860
|
-
export declare namespace PerformanceInsightsMetricQuery {
|
|
861
|
-
/**
|
|
862
|
-
* @internal
|
|
863
|
-
*/
|
|
864
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
|
|
865
|
-
}
|
|
866
752
|
/**
|
|
867
753
|
* <p>Information about a reference metric used to evaluate Performance Insights.</p>
|
|
868
754
|
*/
|
|
@@ -872,12 +758,6 @@ export interface PerformanceInsightsReferenceMetric {
|
|
|
872
758
|
*/
|
|
873
759
|
MetricQuery?: PerformanceInsightsMetricQuery;
|
|
874
760
|
}
|
|
875
|
-
export declare namespace PerformanceInsightsReferenceMetric {
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
|
|
880
|
-
}
|
|
881
761
|
/**
|
|
882
762
|
* <p>A reference value to compare Performance Insights metrics against to determine if the metrics
|
|
883
763
|
* demonstrate anomalous behavior.</p>
|
|
@@ -888,12 +768,6 @@ export interface PerformanceInsightsReferenceScalar {
|
|
|
888
768
|
*/
|
|
889
769
|
Value?: number;
|
|
890
770
|
}
|
|
891
|
-
export declare namespace PerformanceInsightsReferenceScalar {
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
|
|
896
|
-
}
|
|
897
771
|
/**
|
|
898
772
|
* <p>Reference scalar values and other metrics that DevOps Guru displays on a graph in its
|
|
899
773
|
* console along with the actual metrics it analyzed. Compare these reference values to
|
|
@@ -913,12 +787,6 @@ export interface PerformanceInsightsReferenceComparisonValues {
|
|
|
913
787
|
*/
|
|
914
788
|
ReferenceMetric?: PerformanceInsightsReferenceMetric;
|
|
915
789
|
}
|
|
916
|
-
export declare namespace PerformanceInsightsReferenceComparisonValues {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
|
|
921
|
-
}
|
|
922
790
|
/**
|
|
923
791
|
* <p>Reference data used to evaluate Performance Insights to determine if its performance is anomalous or
|
|
924
792
|
* not.</p>
|
|
@@ -936,12 +804,6 @@ export interface PerformanceInsightsReferenceData {
|
|
|
936
804
|
*/
|
|
937
805
|
ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
|
|
938
806
|
}
|
|
939
|
-
export declare namespace PerformanceInsightsReferenceData {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
const filterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
|
|
944
|
-
}
|
|
945
807
|
/**
|
|
946
808
|
* <p>A statistic in a Performance Insights collection.</p>
|
|
947
809
|
*/
|
|
@@ -955,12 +817,6 @@ export interface PerformanceInsightsStat {
|
|
|
955
817
|
*/
|
|
956
818
|
Value?: number;
|
|
957
819
|
}
|
|
958
|
-
export declare namespace PerformanceInsightsStat {
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
|
-
const filterSensitiveLog: (obj: PerformanceInsightsStat) => any;
|
|
963
|
-
}
|
|
964
820
|
/**
|
|
965
821
|
* <p>Details about Performance Insights metrics.</p>
|
|
966
822
|
* <p>Amazon RDS Performance Insights enables you to monitor and explore different
|
|
@@ -1014,12 +870,6 @@ export interface PerformanceInsightsMetricsDetail {
|
|
|
1014
870
|
*/
|
|
1015
871
|
StatsAtBaseline?: PerformanceInsightsStat[];
|
|
1016
872
|
}
|
|
1017
|
-
export declare namespace PerformanceInsightsMetricsDetail {
|
|
1018
|
-
/**
|
|
1019
|
-
* @internal
|
|
1020
|
-
*/
|
|
1021
|
-
const filterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
|
|
1022
|
-
}
|
|
1023
873
|
/**
|
|
1024
874
|
* <p> Details about the source of the anomalous operational data that triggered the
|
|
1025
875
|
* anomaly.</p>
|
|
@@ -1036,12 +886,6 @@ export interface AnomalySourceDetails {
|
|
|
1036
886
|
*/
|
|
1037
887
|
PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
|
|
1038
888
|
}
|
|
1039
|
-
export declare namespace AnomalySourceDetails {
|
|
1040
|
-
/**
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
1043
|
-
const filterSensitiveLog: (obj: AnomalySourceDetails) => any;
|
|
1044
|
-
}
|
|
1045
889
|
/**
|
|
1046
890
|
* <p>Metadata about the detection source that generates proactive anomalies. The anomaly is
|
|
1047
891
|
* detected using analysis of the metric data
|
|
@@ -1061,12 +905,6 @@ export interface AnomalySourceMetadata {
|
|
|
1061
905
|
*/
|
|
1062
906
|
SourceResourceType?: string;
|
|
1063
907
|
}
|
|
1064
|
-
export declare namespace AnomalySourceMetadata {
|
|
1065
|
-
/**
|
|
1066
|
-
* @internal
|
|
1067
|
-
*/
|
|
1068
|
-
const filterSensitiveLog: (obj: AnomalySourceMetadata) => any;
|
|
1069
|
-
}
|
|
1070
908
|
export declare enum AnomalyStatus {
|
|
1071
909
|
CLOSED = "CLOSED",
|
|
1072
910
|
ONGOING = "ONGOING"
|
|
@@ -1086,12 +924,6 @@ export interface AnomalyTimeRange {
|
|
|
1086
924
|
*/
|
|
1087
925
|
EndTime?: Date;
|
|
1088
926
|
}
|
|
1089
|
-
export declare namespace AnomalyTimeRange {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
|
-
const filterSensitiveLog: (obj: AnomalyTimeRange) => any;
|
|
1094
|
-
}
|
|
1095
927
|
export declare enum AnomalyType {
|
|
1096
928
|
CAUSAL = "CAUSAL",
|
|
1097
929
|
CONTEXTUAL = "CONTEXTUAL"
|
|
@@ -1102,28 +934,10 @@ export interface DeleteInsightRequest {
|
|
|
1102
934
|
*/
|
|
1103
935
|
Id: string | undefined;
|
|
1104
936
|
}
|
|
1105
|
-
export declare namespace DeleteInsightRequest {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
|
-
const filterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
1110
|
-
}
|
|
1111
937
|
export interface DeleteInsightResponse {
|
|
1112
938
|
}
|
|
1113
|
-
export declare namespace DeleteInsightResponse {
|
|
1114
|
-
/**
|
|
1115
|
-
* @internal
|
|
1116
|
-
*/
|
|
1117
|
-
const filterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
1118
|
-
}
|
|
1119
939
|
export interface DescribeAccountHealthRequest {
|
|
1120
940
|
}
|
|
1121
|
-
export declare namespace DescribeAccountHealthRequest {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
|
-
const filterSensitiveLog: (obj: DescribeAccountHealthRequest) => any;
|
|
1126
|
-
}
|
|
1127
941
|
export interface DescribeAccountHealthResponse {
|
|
1128
942
|
/**
|
|
1129
943
|
* <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
@@ -1146,12 +960,6 @@ export interface DescribeAccountHealthResponse {
|
|
|
1146
960
|
*/
|
|
1147
961
|
ResourceHours: number | undefined;
|
|
1148
962
|
}
|
|
1149
|
-
export declare namespace DescribeAccountHealthResponse {
|
|
1150
|
-
/**
|
|
1151
|
-
* @internal
|
|
1152
|
-
*/
|
|
1153
|
-
const filterSensitiveLog: (obj: DescribeAccountHealthResponse) => any;
|
|
1154
|
-
}
|
|
1155
963
|
export interface DescribeAccountOverviewRequest {
|
|
1156
964
|
/**
|
|
1157
965
|
* <p> The start of the time range passed in. The start time granularity is at the day
|
|
@@ -1166,12 +974,6 @@ export interface DescribeAccountOverviewRequest {
|
|
|
1166
974
|
*/
|
|
1167
975
|
ToTime?: Date;
|
|
1168
976
|
}
|
|
1169
|
-
export declare namespace DescribeAccountOverviewRequest {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
const filterSensitiveLog: (obj: DescribeAccountOverviewRequest) => any;
|
|
1174
|
-
}
|
|
1175
977
|
export interface DescribeAccountOverviewResponse {
|
|
1176
978
|
/**
|
|
1177
979
|
* <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account
|
|
@@ -1189,12 +991,6 @@ export interface DescribeAccountOverviewResponse {
|
|
|
1189
991
|
*/
|
|
1190
992
|
MeanTimeToRecoverInMilliseconds: number | undefined;
|
|
1191
993
|
}
|
|
1192
|
-
export declare namespace DescribeAccountOverviewResponse {
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
1196
|
-
const filterSensitiveLog: (obj: DescribeAccountOverviewResponse) => any;
|
|
1197
|
-
}
|
|
1198
994
|
export interface DescribeAnomalyRequest {
|
|
1199
995
|
/**
|
|
1200
996
|
* <p> The ID of the anomaly. </p>
|
|
@@ -1205,12 +1001,6 @@ export interface DescribeAnomalyRequest {
|
|
|
1205
1001
|
*/
|
|
1206
1002
|
AccountId?: string;
|
|
1207
1003
|
}
|
|
1208
|
-
export declare namespace DescribeAnomalyRequest {
|
|
1209
|
-
/**
|
|
1210
|
-
* @internal
|
|
1211
|
-
*/
|
|
1212
|
-
const filterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
1213
|
-
}
|
|
1214
1004
|
/**
|
|
1215
1005
|
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
1216
1006
|
* is expected to occur. </p>
|
|
@@ -1226,12 +1016,6 @@ export interface PredictionTimeRange {
|
|
|
1226
1016
|
*/
|
|
1227
1017
|
EndTime?: Date;
|
|
1228
1018
|
}
|
|
1229
|
-
export declare namespace PredictionTimeRange {
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
const filterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
1234
|
-
}
|
|
1235
1019
|
/**
|
|
1236
1020
|
* <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
|
|
1237
1021
|
* stacks to specify which Amazon Web Services resources in your account to analyze. For more
|
|
@@ -1244,12 +1028,6 @@ export interface CloudFormationCollection {
|
|
|
1244
1028
|
*/
|
|
1245
1029
|
StackNames?: string[];
|
|
1246
1030
|
}
|
|
1247
|
-
export declare namespace CloudFormationCollection {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
const filterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
1252
|
-
}
|
|
1253
1031
|
/**
|
|
1254
1032
|
* <p>A collection of Amazon Web Services stags.</p>
|
|
1255
1033
|
* <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support
|
|
@@ -1315,12 +1093,6 @@ export interface TagCollection {
|
|
|
1315
1093
|
*/
|
|
1316
1094
|
TagValues: string[] | undefined;
|
|
1317
1095
|
}
|
|
1318
|
-
export declare namespace TagCollection {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
const filterSensitiveLog: (obj: TagCollection) => any;
|
|
1323
|
-
}
|
|
1324
1096
|
/**
|
|
1325
1097
|
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
1326
1098
|
* The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
|
|
@@ -1371,12 +1143,6 @@ export interface ResourceCollection {
|
|
|
1371
1143
|
*/
|
|
1372
1144
|
Tags?: TagCollection[];
|
|
1373
1145
|
}
|
|
1374
|
-
export declare namespace ResourceCollection {
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
|
-
const filterSensitiveLog: (obj: ResourceCollection) => any;
|
|
1379
|
-
}
|
|
1380
1146
|
/**
|
|
1381
1147
|
* <p>Information about an anomaly. This object is returned by
|
|
1382
1148
|
* <code>ListAnomalies</code>.</p>
|
|
@@ -1449,12 +1215,6 @@ export interface ProactiveAnomaly {
|
|
|
1449
1215
|
*/
|
|
1450
1216
|
AnomalyResources?: AnomalyResource[];
|
|
1451
1217
|
}
|
|
1452
|
-
export declare namespace ProactiveAnomaly {
|
|
1453
|
-
/**
|
|
1454
|
-
* @internal
|
|
1455
|
-
*/
|
|
1456
|
-
const filterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
1457
|
-
}
|
|
1458
1218
|
/**
|
|
1459
1219
|
* <p>Details about a reactive anomaly. This object is returned by
|
|
1460
1220
|
* <code>ListAnomalies</code>.</p>
|
|
@@ -1536,12 +1296,6 @@ export interface ReactiveAnomaly {
|
|
|
1536
1296
|
*/
|
|
1537
1297
|
AnomalyResources?: AnomalyResource[];
|
|
1538
1298
|
}
|
|
1539
|
-
export declare namespace ReactiveAnomaly {
|
|
1540
|
-
/**
|
|
1541
|
-
* @internal
|
|
1542
|
-
*/
|
|
1543
|
-
const filterSensitiveLog: (obj: ReactiveAnomaly) => any;
|
|
1544
|
-
}
|
|
1545
1299
|
export interface DescribeAnomalyResponse {
|
|
1546
1300
|
/**
|
|
1547
1301
|
* <p> A <code>ProactiveAnomaly</code> object that represents the requested anomaly. </p>
|
|
@@ -1552,20 +1306,8 @@ export interface DescribeAnomalyResponse {
|
|
|
1552
1306
|
*/
|
|
1553
1307
|
ReactiveAnomaly?: ReactiveAnomaly;
|
|
1554
1308
|
}
|
|
1555
|
-
export declare namespace DescribeAnomalyResponse {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
const filterSensitiveLog: (obj: DescribeAnomalyResponse) => any;
|
|
1560
|
-
}
|
|
1561
1309
|
export interface DescribeEventSourcesConfigRequest {
|
|
1562
1310
|
}
|
|
1563
|
-
export declare namespace DescribeEventSourcesConfigRequest {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
const filterSensitiveLog: (obj: DescribeEventSourcesConfigRequest) => any;
|
|
1568
|
-
}
|
|
1569
1311
|
/**
|
|
1570
1312
|
* <p>Information about the integration of DevOps Guru as consumer with another AWS service, such
|
|
1571
1313
|
* as AWS CodeGuru Profiler via EventBridge.</p>
|
|
@@ -1577,36 +1319,18 @@ export interface EventSourcesConfig {
|
|
|
1577
1319
|
*/
|
|
1578
1320
|
AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
|
|
1579
1321
|
}
|
|
1580
|
-
export declare namespace EventSourcesConfig {
|
|
1581
|
-
/**
|
|
1582
|
-
* @internal
|
|
1583
|
-
*/
|
|
1584
|
-
const filterSensitiveLog: (obj: EventSourcesConfig) => any;
|
|
1585
|
-
}
|
|
1586
1322
|
export interface DescribeEventSourcesConfigResponse {
|
|
1587
1323
|
/**
|
|
1588
1324
|
* <p>Lists the event sources in the configuration.</p>
|
|
1589
1325
|
*/
|
|
1590
1326
|
EventSources?: EventSourcesConfig;
|
|
1591
1327
|
}
|
|
1592
|
-
export declare namespace DescribeEventSourcesConfigResponse {
|
|
1593
|
-
/**
|
|
1594
|
-
* @internal
|
|
1595
|
-
*/
|
|
1596
|
-
const filterSensitiveLog: (obj: DescribeEventSourcesConfigResponse) => any;
|
|
1597
|
-
}
|
|
1598
1328
|
export interface DescribeFeedbackRequest {
|
|
1599
1329
|
/**
|
|
1600
1330
|
* <p> The ID of the insight for which the feedback was provided. </p>
|
|
1601
1331
|
*/
|
|
1602
1332
|
InsightId?: string;
|
|
1603
1333
|
}
|
|
1604
|
-
export declare namespace DescribeFeedbackRequest {
|
|
1605
|
-
/**
|
|
1606
|
-
* @internal
|
|
1607
|
-
*/
|
|
1608
|
-
const filterSensitiveLog: (obj: DescribeFeedbackRequest) => any;
|
|
1609
|
-
}
|
|
1610
1334
|
export declare enum InsightFeedbackOption {
|
|
1611
1335
|
ALERT_TOO_SENSITIVE = "ALERT_TOO_SENSITIVE",
|
|
1612
1336
|
DATA_INCORRECT = "DATA_INCORRECT",
|
|
@@ -1627,24 +1351,12 @@ export interface InsightFeedback {
|
|
|
1627
1351
|
*/
|
|
1628
1352
|
Feedback?: InsightFeedbackOption | string;
|
|
1629
1353
|
}
|
|
1630
|
-
export declare namespace InsightFeedback {
|
|
1631
|
-
/**
|
|
1632
|
-
* @internal
|
|
1633
|
-
*/
|
|
1634
|
-
const filterSensitiveLog: (obj: InsightFeedback) => any;
|
|
1635
|
-
}
|
|
1636
1354
|
export interface DescribeFeedbackResponse {
|
|
1637
1355
|
/**
|
|
1638
1356
|
* <p> Information about insight feedback received from a customer. </p>
|
|
1639
1357
|
*/
|
|
1640
1358
|
InsightFeedback?: InsightFeedback;
|
|
1641
1359
|
}
|
|
1642
|
-
export declare namespace DescribeFeedbackResponse {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
const filterSensitiveLog: (obj: DescribeFeedbackResponse) => any;
|
|
1647
|
-
}
|
|
1648
1360
|
export interface DescribeInsightRequest {
|
|
1649
1361
|
/**
|
|
1650
1362
|
* <p> The ID of the insight. </p>
|
|
@@ -1655,12 +1367,6 @@ export interface DescribeInsightRequest {
|
|
|
1655
1367
|
*/
|
|
1656
1368
|
AccountId?: string;
|
|
1657
1369
|
}
|
|
1658
|
-
export declare namespace DescribeInsightRequest {
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
|
-
const filterSensitiveLog: (obj: DescribeInsightRequest) => any;
|
|
1663
|
-
}
|
|
1664
1370
|
/**
|
|
1665
1371
|
* <p> A time ranged that specifies when the observed behavior in an insight started and
|
|
1666
1372
|
* ended. </p>
|
|
@@ -1675,12 +1381,6 @@ export interface InsightTimeRange {
|
|
|
1675
1381
|
*/
|
|
1676
1382
|
EndTime?: Date;
|
|
1677
1383
|
}
|
|
1678
|
-
export declare namespace InsightTimeRange {
|
|
1679
|
-
/**
|
|
1680
|
-
* @internal
|
|
1681
|
-
*/
|
|
1682
|
-
const filterSensitiveLog: (obj: InsightTimeRange) => any;
|
|
1683
|
-
}
|
|
1684
1384
|
export declare enum InsightSeverity {
|
|
1685
1385
|
HIGH = "HIGH",
|
|
1686
1386
|
LOW = "LOW",
|
|
@@ -1740,12 +1440,6 @@ export interface ProactiveInsight {
|
|
|
1740
1440
|
*/
|
|
1741
1441
|
Description?: string;
|
|
1742
1442
|
}
|
|
1743
|
-
export declare namespace ProactiveInsight {
|
|
1744
|
-
/**
|
|
1745
|
-
* @internal
|
|
1746
|
-
*/
|
|
1747
|
-
const filterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
1748
|
-
}
|
|
1749
1443
|
/**
|
|
1750
1444
|
* <p> Information about a reactive insight. This object is returned by
|
|
1751
1445
|
* <code>ListInsights</code>. </p>
|
|
@@ -1791,12 +1485,6 @@ export interface ReactiveInsight {
|
|
|
1791
1485
|
*/
|
|
1792
1486
|
Description?: string;
|
|
1793
1487
|
}
|
|
1794
|
-
export declare namespace ReactiveInsight {
|
|
1795
|
-
/**
|
|
1796
|
-
* @internal
|
|
1797
|
-
*/
|
|
1798
|
-
const filterSensitiveLog: (obj: ReactiveInsight) => any;
|
|
1799
|
-
}
|
|
1800
1488
|
export interface DescribeInsightResponse {
|
|
1801
1489
|
/**
|
|
1802
1490
|
* <p> A <code>ProactiveInsight</code> object that represents the requested insight. </p>
|
|
@@ -1807,12 +1495,6 @@ export interface DescribeInsightResponse {
|
|
|
1807
1495
|
*/
|
|
1808
1496
|
ReactiveInsight?: ReactiveInsight;
|
|
1809
1497
|
}
|
|
1810
|
-
export declare namespace DescribeInsightResponse {
|
|
1811
|
-
/**
|
|
1812
|
-
* @internal
|
|
1813
|
-
*/
|
|
1814
|
-
const filterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
1815
|
-
}
|
|
1816
1498
|
export interface DescribeOrganizationHealthRequest {
|
|
1817
1499
|
/**
|
|
1818
1500
|
* <p>The ID of the Amazon Web Services account.</p>
|
|
@@ -1823,12 +1505,6 @@ export interface DescribeOrganizationHealthRequest {
|
|
|
1823
1505
|
*/
|
|
1824
1506
|
OrganizationalUnitIds?: string[];
|
|
1825
1507
|
}
|
|
1826
|
-
export declare namespace DescribeOrganizationHealthRequest {
|
|
1827
|
-
/**
|
|
1828
|
-
* @internal
|
|
1829
|
-
*/
|
|
1830
|
-
const filterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
1831
|
-
}
|
|
1832
1508
|
export interface DescribeOrganizationHealthResponse {
|
|
1833
1509
|
/**
|
|
1834
1510
|
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
@@ -1851,12 +1527,6 @@ export interface DescribeOrganizationHealthResponse {
|
|
|
1851
1527
|
*/
|
|
1852
1528
|
ResourceHours: number | undefined;
|
|
1853
1529
|
}
|
|
1854
|
-
export declare namespace DescribeOrganizationHealthResponse {
|
|
1855
|
-
/**
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1858
|
-
const filterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
1859
|
-
}
|
|
1860
1530
|
export interface DescribeOrganizationOverviewRequest {
|
|
1861
1531
|
/**
|
|
1862
1532
|
* <p> The start of the time range passed in. The start time granularity is at the day
|
|
@@ -1879,12 +1549,6 @@ export interface DescribeOrganizationOverviewRequest {
|
|
|
1879
1549
|
*/
|
|
1880
1550
|
OrganizationalUnitIds?: string[];
|
|
1881
1551
|
}
|
|
1882
|
-
export declare namespace DescribeOrganizationOverviewRequest {
|
|
1883
|
-
/**
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1886
|
-
const filterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
1887
|
-
}
|
|
1888
1552
|
export interface DescribeOrganizationOverviewResponse {
|
|
1889
1553
|
/**
|
|
1890
1554
|
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
@@ -1897,12 +1561,6 @@ export interface DescribeOrganizationOverviewResponse {
|
|
|
1897
1561
|
*/
|
|
1898
1562
|
ProactiveInsights: number | undefined;
|
|
1899
1563
|
}
|
|
1900
|
-
export declare namespace DescribeOrganizationOverviewResponse {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
const filterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
1905
|
-
}
|
|
1906
1564
|
export declare enum OrganizationResourceCollectionType {
|
|
1907
1565
|
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
1908
1566
|
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
@@ -1936,12 +1594,6 @@ export interface DescribeOrganizationResourceCollectionHealthRequest {
|
|
|
1936
1594
|
*/
|
|
1937
1595
|
MaxResults?: number;
|
|
1938
1596
|
}
|
|
1939
|
-
export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
|
|
1940
|
-
/**
|
|
1941
|
-
* @internal
|
|
1942
|
-
*/
|
|
1943
|
-
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
1944
|
-
}
|
|
1945
1597
|
/**
|
|
1946
1598
|
* <p> Information about the number of open reactive and proactive insights that can be used
|
|
1947
1599
|
* to gauge the health of your system. </p>
|
|
@@ -1960,12 +1612,6 @@ export interface InsightHealth {
|
|
|
1960
1612
|
*/
|
|
1961
1613
|
MeanTimeToRecoverInMilliseconds?: number;
|
|
1962
1614
|
}
|
|
1963
|
-
export declare namespace InsightHealth {
|
|
1964
|
-
/**
|
|
1965
|
-
* @internal
|
|
1966
|
-
*/
|
|
1967
|
-
const filterSensitiveLog: (obj: InsightHealth) => any;
|
|
1968
|
-
}
|
|
1969
1615
|
/**
|
|
1970
1616
|
* <p> Information about the health of Amazon Web Services resources in your account that are specified by
|
|
1971
1617
|
* an Amazon Web Services CloudFormation stack. </p>
|
|
@@ -1982,12 +1628,6 @@ export interface CloudFormationHealth {
|
|
|
1982
1628
|
*/
|
|
1983
1629
|
Insight?: InsightHealth;
|
|
1984
1630
|
}
|
|
1985
|
-
export declare namespace CloudFormationHealth {
|
|
1986
|
-
/**
|
|
1987
|
-
* @internal
|
|
1988
|
-
*/
|
|
1989
|
-
const filterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
1990
|
-
}
|
|
1991
1631
|
/**
|
|
1992
1632
|
* <p>Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services
|
|
1993
1633
|
* service.</p>
|
|
@@ -2002,12 +1642,6 @@ export interface ServiceInsightHealth {
|
|
|
2002
1642
|
*/
|
|
2003
1643
|
OpenReactiveInsights?: number;
|
|
2004
1644
|
}
|
|
2005
|
-
export declare namespace ServiceInsightHealth {
|
|
2006
|
-
/**
|
|
2007
|
-
* @internal
|
|
2008
|
-
*/
|
|
2009
|
-
const filterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
2010
|
-
}
|
|
2011
1645
|
export declare enum ServiceName {
|
|
2012
1646
|
API_GATEWAY = "API_GATEWAY",
|
|
2013
1647
|
APPLICATION_ELB = "APPLICATION_ELB",
|
|
@@ -2050,12 +1684,6 @@ export interface ServiceHealth {
|
|
|
2050
1684
|
*/
|
|
2051
1685
|
Insight?: ServiceInsightHealth;
|
|
2052
1686
|
}
|
|
2053
|
-
export declare namespace ServiceHealth {
|
|
2054
|
-
/**
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
2057
|
-
const filterSensitiveLog: (obj: ServiceHealth) => any;
|
|
2058
|
-
}
|
|
2059
1687
|
/**
|
|
2060
1688
|
* <p> Information about the health of Amazon Web Services resources in your account that are specified by
|
|
2061
1689
|
* an Amazon Web Services tag <i>key</i>. </p>
|
|
@@ -2095,12 +1723,6 @@ export interface TagHealth {
|
|
|
2095
1723
|
*/
|
|
2096
1724
|
Insight?: InsightHealth;
|
|
2097
1725
|
}
|
|
2098
|
-
export declare namespace TagHealth {
|
|
2099
|
-
/**
|
|
2100
|
-
* @internal
|
|
2101
|
-
*/
|
|
2102
|
-
const filterSensitiveLog: (obj: TagHealth) => any;
|
|
2103
|
-
}
|
|
2104
1726
|
export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
2105
1727
|
/**
|
|
2106
1728
|
* <p>The returned <code>CloudFormationHealthOverview</code> object that contains an
|
|
@@ -2159,12 +1781,6 @@ export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
|
2159
1781
|
*/
|
|
2160
1782
|
Tags?: TagHealth[];
|
|
2161
1783
|
}
|
|
2162
|
-
export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
|
|
2163
|
-
/**
|
|
2164
|
-
* @internal
|
|
2165
|
-
*/
|
|
2166
|
-
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
2167
|
-
}
|
|
2168
1784
|
export declare enum ResourceCollectionType {
|
|
2169
1785
|
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
2170
1786
|
AWS_SERVICE = "AWS_SERVICE",
|
|
@@ -2184,12 +1800,6 @@ export interface DescribeResourceCollectionHealthRequest {
|
|
|
2184
1800
|
*/
|
|
2185
1801
|
NextToken?: string;
|
|
2186
1802
|
}
|
|
2187
|
-
export declare namespace DescribeResourceCollectionHealthRequest {
|
|
2188
|
-
/**
|
|
2189
|
-
* @internal
|
|
2190
|
-
*/
|
|
2191
|
-
const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
2192
|
-
}
|
|
2193
1803
|
export interface DescribeResourceCollectionHealthResponse {
|
|
2194
1804
|
/**
|
|
2195
1805
|
* <p> The returned <code>CloudFormationHealthOverview</code> object that contains an
|
|
@@ -2245,20 +1855,8 @@ export interface DescribeResourceCollectionHealthResponse {
|
|
|
2245
1855
|
*/
|
|
2246
1856
|
Tags?: TagHealth[];
|
|
2247
1857
|
}
|
|
2248
|
-
export declare namespace DescribeResourceCollectionHealthResponse {
|
|
2249
|
-
/**
|
|
2250
|
-
* @internal
|
|
2251
|
-
*/
|
|
2252
|
-
const filterSensitiveLog: (obj: DescribeResourceCollectionHealthResponse) => any;
|
|
2253
|
-
}
|
|
2254
1858
|
export interface DescribeServiceIntegrationRequest {
|
|
2255
1859
|
}
|
|
2256
|
-
export declare namespace DescribeServiceIntegrationRequest {
|
|
2257
|
-
/**
|
|
2258
|
-
* @internal
|
|
2259
|
-
*/
|
|
2260
|
-
const filterSensitiveLog: (obj: DescribeServiceIntegrationRequest) => any;
|
|
2261
|
-
}
|
|
2262
1860
|
export declare enum OptInStatus {
|
|
2263
1861
|
DISABLED = "DISABLED",
|
|
2264
1862
|
ENABLED = "ENABLED"
|
|
@@ -2274,12 +1872,6 @@ export interface LogsAnomalyDetectionIntegration {
|
|
|
2274
1872
|
*/
|
|
2275
1873
|
OptInStatus?: OptInStatus | string;
|
|
2276
1874
|
}
|
|
2277
|
-
export declare namespace LogsAnomalyDetectionIntegration {
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
const filterSensitiveLog: (obj: LogsAnomalyDetectionIntegration) => any;
|
|
2282
|
-
}
|
|
2283
1875
|
/**
|
|
2284
1876
|
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
2285
1877
|
* OpsCenter for each created insight. </p>
|
|
@@ -2291,12 +1883,6 @@ export interface OpsCenterIntegration {
|
|
|
2291
1883
|
*/
|
|
2292
1884
|
OptInStatus?: OptInStatus | string;
|
|
2293
1885
|
}
|
|
2294
|
-
export declare namespace OpsCenterIntegration {
|
|
2295
|
-
/**
|
|
2296
|
-
* @internal
|
|
2297
|
-
*/
|
|
2298
|
-
const filterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
2299
|
-
}
|
|
2300
1886
|
/**
|
|
2301
1887
|
* <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
|
|
2302
1888
|
* Amazon Web Services Systems Manager. </p>
|
|
@@ -2314,12 +1900,6 @@ export interface ServiceIntegrationConfig {
|
|
|
2314
1900
|
*/
|
|
2315
1901
|
LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
|
|
2316
1902
|
}
|
|
2317
|
-
export declare namespace ServiceIntegrationConfig {
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
const filterSensitiveLog: (obj: ServiceIntegrationConfig) => any;
|
|
2322
|
-
}
|
|
2323
1903
|
export interface DescribeServiceIntegrationResponse {
|
|
2324
1904
|
/**
|
|
2325
1905
|
* <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
|
|
@@ -2327,12 +1907,6 @@ export interface DescribeServiceIntegrationResponse {
|
|
|
2327
1907
|
*/
|
|
2328
1908
|
ServiceIntegration?: ServiceIntegrationConfig;
|
|
2329
1909
|
}
|
|
2330
|
-
export declare namespace DescribeServiceIntegrationResponse {
|
|
2331
|
-
/**
|
|
2332
|
-
* @internal
|
|
2333
|
-
*/
|
|
2334
|
-
const filterSensitiveLog: (obj: DescribeServiceIntegrationResponse) => any;
|
|
2335
|
-
}
|
|
2336
1910
|
export interface GetCostEstimationRequest {
|
|
2337
1911
|
/**
|
|
2338
1912
|
* <p>The pagination token to use to retrieve
|
|
@@ -2340,12 +1914,6 @@ export interface GetCostEstimationRequest {
|
|
|
2340
1914
|
*/
|
|
2341
1915
|
NextToken?: string;
|
|
2342
1916
|
}
|
|
2343
|
-
export declare namespace GetCostEstimationRequest {
|
|
2344
|
-
/**
|
|
2345
|
-
* @internal
|
|
2346
|
-
*/
|
|
2347
|
-
const filterSensitiveLog: (obj: GetCostEstimationRequest) => any;
|
|
2348
|
-
}
|
|
2349
1917
|
export declare enum CostEstimationServiceResourceState {
|
|
2350
1918
|
ACTIVE = "ACTIVE",
|
|
2351
1919
|
INACTIVE = "INACTIVE"
|
|
@@ -2388,12 +1956,6 @@ export interface ServiceResourceCost {
|
|
|
2388
1956
|
*/
|
|
2389
1957
|
Cost?: number;
|
|
2390
1958
|
}
|
|
2391
|
-
export declare namespace ServiceResourceCost {
|
|
2392
|
-
/**
|
|
2393
|
-
* @internal
|
|
2394
|
-
*/
|
|
2395
|
-
const filterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
2396
|
-
}
|
|
2397
1959
|
/**
|
|
2398
1960
|
* <p>Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate
|
|
2399
1961
|
* for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a
|
|
@@ -2407,12 +1969,6 @@ export interface CloudFormationCostEstimationResourceCollectionFilter {
|
|
|
2407
1969
|
*/
|
|
2408
1970
|
StackNames?: string[];
|
|
2409
1971
|
}
|
|
2410
|
-
export declare namespace CloudFormationCostEstimationResourceCollectionFilter {
|
|
2411
|
-
/**
|
|
2412
|
-
* @internal
|
|
2413
|
-
*/
|
|
2414
|
-
const filterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
2415
|
-
}
|
|
2416
1972
|
/**
|
|
2417
1973
|
* <p>Information about a collection of Amazon Web Services resources that are identified by an Amazon Web Services tag.
|
|
2418
1974
|
* This collection of resources is used to create a monthly cost estimate for DevOps Guru to
|
|
@@ -2450,12 +2006,6 @@ export interface TagCostEstimationResourceCollectionFilter {
|
|
|
2450
2006
|
*/
|
|
2451
2007
|
TagValues: string[] | undefined;
|
|
2452
2008
|
}
|
|
2453
|
-
export declare namespace TagCostEstimationResourceCollectionFilter {
|
|
2454
|
-
/**
|
|
2455
|
-
* @internal
|
|
2456
|
-
*/
|
|
2457
|
-
const filterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
|
|
2458
|
-
}
|
|
2459
2009
|
/**
|
|
2460
2010
|
* <p>Information about a filter used to specify which Amazon Web Services resources are analyzed to
|
|
2461
2011
|
* create a monthly DevOps Guru cost estimate. For more information,
|
|
@@ -2508,12 +2058,6 @@ export interface CostEstimationResourceCollectionFilter {
|
|
|
2508
2058
|
*/
|
|
2509
2059
|
Tags?: TagCostEstimationResourceCollectionFilter[];
|
|
2510
2060
|
}
|
|
2511
|
-
export declare namespace CostEstimationResourceCollectionFilter {
|
|
2512
|
-
/**
|
|
2513
|
-
* @internal
|
|
2514
|
-
*/
|
|
2515
|
-
const filterSensitiveLog: (obj: CostEstimationResourceCollectionFilter) => any;
|
|
2516
|
-
}
|
|
2517
2061
|
export declare enum CostEstimationStatus {
|
|
2518
2062
|
COMPLETED = "COMPLETED",
|
|
2519
2063
|
ONGOING = "ONGOING"
|
|
@@ -2531,12 +2075,6 @@ export interface CostEstimationTimeRange {
|
|
|
2531
2075
|
*/
|
|
2532
2076
|
EndTime?: Date;
|
|
2533
2077
|
}
|
|
2534
|
-
export declare namespace CostEstimationTimeRange {
|
|
2535
|
-
/**
|
|
2536
|
-
* @internal
|
|
2537
|
-
*/
|
|
2538
|
-
const filterSensitiveLog: (obj: CostEstimationTimeRange) => any;
|
|
2539
|
-
}
|
|
2540
2078
|
export interface GetCostEstimationResponse {
|
|
2541
2079
|
/**
|
|
2542
2080
|
* <p>The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost
|
|
@@ -2570,12 +2108,6 @@ export interface GetCostEstimationResponse {
|
|
|
2570
2108
|
*/
|
|
2571
2109
|
NextToken?: string;
|
|
2572
2110
|
}
|
|
2573
|
-
export declare namespace GetCostEstimationResponse {
|
|
2574
|
-
/**
|
|
2575
|
-
* @internal
|
|
2576
|
-
*/
|
|
2577
|
-
const filterSensitiveLog: (obj: GetCostEstimationResponse) => any;
|
|
2578
|
-
}
|
|
2579
2111
|
export interface GetResourceCollectionRequest {
|
|
2580
2112
|
/**
|
|
2581
2113
|
* <p> The type of Amazon Web Services resource collections to return. The one valid value is
|
|
@@ -2588,12 +2120,6 @@ export interface GetResourceCollectionRequest {
|
|
|
2588
2120
|
*/
|
|
2589
2121
|
NextToken?: string;
|
|
2590
2122
|
}
|
|
2591
|
-
export declare namespace GetResourceCollectionRequest {
|
|
2592
|
-
/**
|
|
2593
|
-
* @internal
|
|
2594
|
-
*/
|
|
2595
|
-
const filterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
2596
|
-
}
|
|
2597
2123
|
/**
|
|
2598
2124
|
* <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
|
|
2599
2125
|
* stacks to specify which Amazon Web Services resources in your account to analyze. For more
|
|
@@ -2606,12 +2132,6 @@ export interface CloudFormationCollectionFilter {
|
|
|
2606
2132
|
*/
|
|
2607
2133
|
StackNames?: string[];
|
|
2608
2134
|
}
|
|
2609
|
-
export declare namespace CloudFormationCollectionFilter {
|
|
2610
|
-
/**
|
|
2611
|
-
* @internal
|
|
2612
|
-
*/
|
|
2613
|
-
const filterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
2614
|
-
}
|
|
2615
2135
|
/**
|
|
2616
2136
|
* <p>A collection of Amazon Web Services tags used to filter insights. This is used to return insights
|
|
2617
2137
|
* generated from only resources that contain the tags in the tag collection.</p>
|
|
@@ -2645,12 +2165,6 @@ export interface TagCollectionFilter {
|
|
|
2645
2165
|
*/
|
|
2646
2166
|
TagValues: string[] | undefined;
|
|
2647
2167
|
}
|
|
2648
|
-
export declare namespace TagCollectionFilter {
|
|
2649
|
-
/**
|
|
2650
|
-
* @internal
|
|
2651
|
-
*/
|
|
2652
|
-
const filterSensitiveLog: (obj: TagCollectionFilter) => any;
|
|
2653
|
-
}
|
|
2654
2168
|
/**
|
|
2655
2169
|
* <p> Information about a filter used to specify which Amazon Web Services resources are analyzed for
|
|
2656
2170
|
* anomalous behavior by DevOps Guru. </p>
|
|
@@ -2701,12 +2215,6 @@ export interface ResourceCollectionFilter {
|
|
|
2701
2215
|
*/
|
|
2702
2216
|
Tags?: TagCollectionFilter[];
|
|
2703
2217
|
}
|
|
2704
|
-
export declare namespace ResourceCollectionFilter {
|
|
2705
|
-
/**
|
|
2706
|
-
* @internal
|
|
2707
|
-
*/
|
|
2708
|
-
const filterSensitiveLog: (obj: ResourceCollectionFilter) => any;
|
|
2709
|
-
}
|
|
2710
2218
|
export interface GetResourceCollectionResponse {
|
|
2711
2219
|
/**
|
|
2712
2220
|
* <p> The requested list of Amazon Web Services resource collections.
|
|
@@ -2721,12 +2229,6 @@ export interface GetResourceCollectionResponse {
|
|
|
2721
2229
|
*/
|
|
2722
2230
|
NextToken?: string;
|
|
2723
2231
|
}
|
|
2724
|
-
export declare namespace GetResourceCollectionResponse {
|
|
2725
|
-
/**
|
|
2726
|
-
* @internal
|
|
2727
|
-
*/
|
|
2728
|
-
const filterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
2729
|
-
}
|
|
2730
2232
|
/**
|
|
2731
2233
|
* <p> A time range used to specify when the behavior of an insight or anomaly started.
|
|
2732
2234
|
* </p>
|
|
@@ -2741,12 +2243,6 @@ export interface StartTimeRange {
|
|
|
2741
2243
|
*/
|
|
2742
2244
|
ToTime?: Date;
|
|
2743
2245
|
}
|
|
2744
|
-
export declare namespace StartTimeRange {
|
|
2745
|
-
/**
|
|
2746
|
-
* @internal
|
|
2747
|
-
*/
|
|
2748
|
-
const filterSensitiveLog: (obj: StartTimeRange) => any;
|
|
2749
|
-
}
|
|
2750
2246
|
export interface ListAnomaliesForInsightRequest {
|
|
2751
2247
|
/**
|
|
2752
2248
|
* <p> The ID of the insight. The returned anomalies belong to this insight. </p>
|
|
@@ -2772,12 +2268,6 @@ export interface ListAnomaliesForInsightRequest {
|
|
|
2772
2268
|
*/
|
|
2773
2269
|
AccountId?: string;
|
|
2774
2270
|
}
|
|
2775
|
-
export declare namespace ListAnomaliesForInsightRequest {
|
|
2776
|
-
/**
|
|
2777
|
-
* @internal
|
|
2778
|
-
*/
|
|
2779
|
-
const filterSensitiveLog: (obj: ListAnomaliesForInsightRequest) => any;
|
|
2780
|
-
}
|
|
2781
2271
|
/**
|
|
2782
2272
|
* <p>Details about a proactive anomaly. This object is returned by
|
|
2783
2273
|
* <code>DescribeAnomaly.</code>
|
|
@@ -2851,12 +2341,6 @@ export interface ProactiveAnomalySummary {
|
|
|
2851
2341
|
*/
|
|
2852
2342
|
AnomalyResources?: AnomalyResource[];
|
|
2853
2343
|
}
|
|
2854
|
-
export declare namespace ProactiveAnomalySummary {
|
|
2855
|
-
/**
|
|
2856
|
-
* @internal
|
|
2857
|
-
*/
|
|
2858
|
-
const filterSensitiveLog: (obj: ProactiveAnomalySummary) => any;
|
|
2859
|
-
}
|
|
2860
2344
|
/**
|
|
2861
2345
|
* <p>Details about a reactive anomaly. This object is returned by
|
|
2862
2346
|
* <code>DescribeAnomaly.</code>
|
|
@@ -2939,12 +2423,6 @@ export interface ReactiveAnomalySummary {
|
|
|
2939
2423
|
*/
|
|
2940
2424
|
AnomalyResources?: AnomalyResource[];
|
|
2941
2425
|
}
|
|
2942
|
-
export declare namespace ReactiveAnomalySummary {
|
|
2943
|
-
/**
|
|
2944
|
-
* @internal
|
|
2945
|
-
*/
|
|
2946
|
-
const filterSensitiveLog: (obj: ReactiveAnomalySummary) => any;
|
|
2947
|
-
}
|
|
2948
2426
|
export interface ListAnomaliesForInsightResponse {
|
|
2949
2427
|
/**
|
|
2950
2428
|
* <p> An array of <code>ProactiveAnomalySummary</code> objects that represent the requested
|
|
@@ -2962,12 +2440,6 @@ export interface ListAnomaliesForInsightResponse {
|
|
|
2962
2440
|
*/
|
|
2963
2441
|
NextToken?: string;
|
|
2964
2442
|
}
|
|
2965
|
-
export declare namespace ListAnomaliesForInsightResponse {
|
|
2966
|
-
/**
|
|
2967
|
-
* @internal
|
|
2968
|
-
*/
|
|
2969
|
-
const filterSensitiveLog: (obj: ListAnomaliesForInsightResponse) => any;
|
|
2970
|
-
}
|
|
2971
2443
|
export interface ListAnomalousLogGroupsRequest {
|
|
2972
2444
|
/**
|
|
2973
2445
|
* <p>
|
|
@@ -2986,12 +2458,6 @@ export interface ListAnomalousLogGroupsRequest {
|
|
|
2986
2458
|
*/
|
|
2987
2459
|
NextToken?: string;
|
|
2988
2460
|
}
|
|
2989
|
-
export declare namespace ListAnomalousLogGroupsRequest {
|
|
2990
|
-
/**
|
|
2991
|
-
* @internal
|
|
2992
|
-
*/
|
|
2993
|
-
const filterSensitiveLog: (obj: ListAnomalousLogGroupsRequest) => any;
|
|
2994
|
-
}
|
|
2995
2461
|
export interface ListAnomalousLogGroupsResponse {
|
|
2996
2462
|
/**
|
|
2997
2463
|
* <p>
|
|
@@ -3011,12 +2477,6 @@ export interface ListAnomalousLogGroupsResponse {
|
|
|
3011
2477
|
*/
|
|
3012
2478
|
NextToken?: string;
|
|
3013
2479
|
}
|
|
3014
|
-
export declare namespace ListAnomalousLogGroupsResponse {
|
|
3015
|
-
/**
|
|
3016
|
-
* @internal
|
|
3017
|
-
*/
|
|
3018
|
-
const filterSensitiveLog: (obj: ListAnomalousLogGroupsResponse) => any;
|
|
3019
|
-
}
|
|
3020
2480
|
export declare enum EventDataSource {
|
|
3021
2481
|
AWS_CLOUD_TRAIL = "AWS_CLOUD_TRAIL",
|
|
3022
2482
|
AWS_CODE_DEPLOY = "AWS_CODE_DEPLOY"
|
|
@@ -3043,12 +2503,6 @@ export interface EventTimeRange {
|
|
|
3043
2503
|
*/
|
|
3044
2504
|
ToTime: Date | undefined;
|
|
3045
2505
|
}
|
|
3046
|
-
export declare namespace EventTimeRange {
|
|
3047
|
-
/**
|
|
3048
|
-
* @internal
|
|
3049
|
-
*/
|
|
3050
|
-
const filterSensitiveLog: (obj: EventTimeRange) => any;
|
|
3051
|
-
}
|
|
3052
2506
|
/**
|
|
3053
2507
|
* <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
|
|
3054
2508
|
* is called. </p>
|
|
@@ -3084,12 +2538,6 @@ export interface ListEventsFilters {
|
|
|
3084
2538
|
*/
|
|
3085
2539
|
ResourceCollection?: ResourceCollection;
|
|
3086
2540
|
}
|
|
3087
|
-
export declare namespace ListEventsFilters {
|
|
3088
|
-
/**
|
|
3089
|
-
* @internal
|
|
3090
|
-
*/
|
|
3091
|
-
const filterSensitiveLog: (obj: ListEventsFilters) => any;
|
|
3092
|
-
}
|
|
3093
2541
|
export interface ListEventsRequest {
|
|
3094
2542
|
/**
|
|
3095
2543
|
* <p> A <code>ListEventsFilters</code> object used to specify which events to return.
|
|
@@ -3111,12 +2559,6 @@ export interface ListEventsRequest {
|
|
|
3111
2559
|
*/
|
|
3112
2560
|
AccountId?: string;
|
|
3113
2561
|
}
|
|
3114
|
-
export declare namespace ListEventsRequest {
|
|
3115
|
-
/**
|
|
3116
|
-
* @internal
|
|
3117
|
-
*/
|
|
3118
|
-
const filterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
3119
|
-
}
|
|
3120
2562
|
/**
|
|
3121
2563
|
* <p> The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are
|
|
3122
2564
|
* analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your
|
|
@@ -3136,12 +2578,6 @@ export interface EventResource {
|
|
|
3136
2578
|
*/
|
|
3137
2579
|
Arn?: string;
|
|
3138
2580
|
}
|
|
3139
|
-
export declare namespace EventResource {
|
|
3140
|
-
/**
|
|
3141
|
-
* @internal
|
|
3142
|
-
*/
|
|
3143
|
-
const filterSensitiveLog: (obj: EventResource) => any;
|
|
3144
|
-
}
|
|
3145
2581
|
/**
|
|
3146
2582
|
* <p> An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to
|
|
3147
2583
|
* find anomalous behavior and provide recommendations to improve your operational
|
|
@@ -3187,12 +2623,6 @@ export interface Event {
|
|
|
3187
2623
|
*/
|
|
3188
2624
|
Resources?: EventResource[];
|
|
3189
2625
|
}
|
|
3190
|
-
export declare namespace Event {
|
|
3191
|
-
/**
|
|
3192
|
-
* @internal
|
|
3193
|
-
*/
|
|
3194
|
-
const filterSensitiveLog: (obj: Event) => any;
|
|
3195
|
-
}
|
|
3196
2626
|
export interface ListEventsResponse {
|
|
3197
2627
|
/**
|
|
3198
2628
|
* <p> A list of the requested events. </p>
|
|
@@ -3204,12 +2634,6 @@ export interface ListEventsResponse {
|
|
|
3204
2634
|
*/
|
|
3205
2635
|
NextToken?: string;
|
|
3206
2636
|
}
|
|
3207
|
-
export declare namespace ListEventsResponse {
|
|
3208
|
-
/**
|
|
3209
|
-
* @internal
|
|
3210
|
-
*/
|
|
3211
|
-
const filterSensitiveLog: (obj: ListEventsResponse) => any;
|
|
3212
|
-
}
|
|
3213
2637
|
export declare enum InsightType {
|
|
3214
2638
|
PROACTIVE = "PROACTIVE",
|
|
3215
2639
|
REACTIVE = "REACTIVE"
|
|
@@ -3229,12 +2653,6 @@ export interface ListInsightsAnyStatusFilter {
|
|
|
3229
2653
|
*/
|
|
3230
2654
|
StartTimeRange: StartTimeRange | undefined;
|
|
3231
2655
|
}
|
|
3232
|
-
export declare namespace ListInsightsAnyStatusFilter {
|
|
3233
|
-
/**
|
|
3234
|
-
* @internal
|
|
3235
|
-
*/
|
|
3236
|
-
const filterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
3237
|
-
}
|
|
3238
2656
|
/**
|
|
3239
2657
|
* <p> A range of time that specifies when anomalous behavior in an anomaly or insight
|
|
3240
2658
|
* ended. </p>
|
|
@@ -3249,12 +2667,6 @@ export interface EndTimeRange {
|
|
|
3249
2667
|
*/
|
|
3250
2668
|
ToTime?: Date;
|
|
3251
2669
|
}
|
|
3252
|
-
export declare namespace EndTimeRange {
|
|
3253
|
-
/**
|
|
3254
|
-
* @internal
|
|
3255
|
-
*/
|
|
3256
|
-
const filterSensitiveLog: (obj: EndTimeRange) => any;
|
|
3257
|
-
}
|
|
3258
2670
|
/**
|
|
3259
2671
|
* <p> Used to filter for insights that have the status <code>CLOSED</code>. </p>
|
|
3260
2672
|
*/
|
|
@@ -3270,12 +2682,6 @@ export interface ListInsightsClosedStatusFilter {
|
|
|
3270
2682
|
*/
|
|
3271
2683
|
EndTimeRange: EndTimeRange | undefined;
|
|
3272
2684
|
}
|
|
3273
|
-
export declare namespace ListInsightsClosedStatusFilter {
|
|
3274
|
-
/**
|
|
3275
|
-
* @internal
|
|
3276
|
-
*/
|
|
3277
|
-
const filterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
3278
|
-
}
|
|
3279
2685
|
/**
|
|
3280
2686
|
* <p> Used to filter for insights that have the status <code>ONGOING</code>. </p>
|
|
3281
2687
|
*/
|
|
@@ -3286,12 +2692,6 @@ export interface ListInsightsOngoingStatusFilter {
|
|
|
3286
2692
|
*/
|
|
3287
2693
|
Type: InsightType | string | undefined;
|
|
3288
2694
|
}
|
|
3289
|
-
export declare namespace ListInsightsOngoingStatusFilter {
|
|
3290
|
-
/**
|
|
3291
|
-
* @internal
|
|
3292
|
-
*/
|
|
3293
|
-
const filterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
3294
|
-
}
|
|
3295
2695
|
/**
|
|
3296
2696
|
* <p> A filter used by <code>ListInsights</code> to specify which insights to return.
|
|
3297
2697
|
* </p>
|
|
@@ -3313,12 +2713,6 @@ export interface ListInsightsStatusFilter {
|
|
|
3313
2713
|
*/
|
|
3314
2714
|
Any?: ListInsightsAnyStatusFilter;
|
|
3315
2715
|
}
|
|
3316
|
-
export declare namespace ListInsightsStatusFilter {
|
|
3317
|
-
/**
|
|
3318
|
-
* @internal
|
|
3319
|
-
*/
|
|
3320
|
-
const filterSensitiveLog: (obj: ListInsightsStatusFilter) => any;
|
|
3321
|
-
}
|
|
3322
2716
|
export interface ListInsightsRequest {
|
|
3323
2717
|
/**
|
|
3324
2718
|
* <p> A filter used to filter the returned insights by their status. You can specify one
|
|
@@ -3336,12 +2730,6 @@ export interface ListInsightsRequest {
|
|
|
3336
2730
|
*/
|
|
3337
2731
|
NextToken?: string;
|
|
3338
2732
|
}
|
|
3339
|
-
export declare namespace ListInsightsRequest {
|
|
3340
|
-
/**
|
|
3341
|
-
* @internal
|
|
3342
|
-
*/
|
|
3343
|
-
const filterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
3344
|
-
}
|
|
3345
2733
|
/**
|
|
3346
2734
|
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
3347
2735
|
*/
|
|
@@ -3351,12 +2739,6 @@ export interface ServiceCollection {
|
|
|
3351
2739
|
*/
|
|
3352
2740
|
ServiceNames?: (ServiceName | string)[];
|
|
3353
2741
|
}
|
|
3354
|
-
export declare namespace ServiceCollection {
|
|
3355
|
-
/**
|
|
3356
|
-
* @internal
|
|
3357
|
-
*/
|
|
3358
|
-
const filterSensitiveLog: (obj: ServiceCollection) => any;
|
|
3359
|
-
}
|
|
3360
2742
|
/**
|
|
3361
2743
|
* <p>Details about a proactive insight. This object is returned by
|
|
3362
2744
|
* <code>DescribeInsight.</code>
|
|
@@ -3408,12 +2790,6 @@ export interface ProactiveInsightSummary {
|
|
|
3408
2790
|
*/
|
|
3409
2791
|
AssociatedResourceArns?: string[];
|
|
3410
2792
|
}
|
|
3411
|
-
export declare namespace ProactiveInsightSummary {
|
|
3412
|
-
/**
|
|
3413
|
-
* @internal
|
|
3414
|
-
*/
|
|
3415
|
-
const filterSensitiveLog: (obj: ProactiveInsightSummary) => any;
|
|
3416
|
-
}
|
|
3417
2793
|
/**
|
|
3418
2794
|
* <p> Information about a reactive insight. This object is returned by
|
|
3419
2795
|
* <code>DescribeInsight.</code>
|
|
@@ -3460,12 +2836,6 @@ export interface ReactiveInsightSummary {
|
|
|
3460
2836
|
*/
|
|
3461
2837
|
AssociatedResourceArns?: string[];
|
|
3462
2838
|
}
|
|
3463
|
-
export declare namespace ReactiveInsightSummary {
|
|
3464
|
-
/**
|
|
3465
|
-
* @internal
|
|
3466
|
-
*/
|
|
3467
|
-
const filterSensitiveLog: (obj: ReactiveInsightSummary) => any;
|
|
3468
|
-
}
|
|
3469
2839
|
export interface ListInsightsResponse {
|
|
3470
2840
|
/**
|
|
3471
2841
|
* <p> The returned list of proactive insights. </p>
|
|
@@ -3481,12 +2851,6 @@ export interface ListInsightsResponse {
|
|
|
3481
2851
|
*/
|
|
3482
2852
|
NextToken?: string;
|
|
3483
2853
|
}
|
|
3484
|
-
export declare namespace ListInsightsResponse {
|
|
3485
|
-
/**
|
|
3486
|
-
* @internal
|
|
3487
|
-
*/
|
|
3488
|
-
const filterSensitiveLog: (obj: ListInsightsResponse) => any;
|
|
3489
|
-
}
|
|
3490
2854
|
export declare enum ResourcePermission {
|
|
3491
2855
|
FULL_PERMISSION = "FULL_PERMISSION",
|
|
3492
2856
|
MISSING_PERMISSION = "MISSING_PERMISSION"
|
|
@@ -3513,12 +2877,6 @@ export interface ListMonitoredResourcesFilters {
|
|
|
3513
2877
|
*/
|
|
3514
2878
|
ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
|
|
3515
2879
|
}
|
|
3516
|
-
export declare namespace ListMonitoredResourcesFilters {
|
|
3517
|
-
/**
|
|
3518
|
-
* @internal
|
|
3519
|
-
*/
|
|
3520
|
-
const filterSensitiveLog: (obj: ListMonitoredResourcesFilters) => any;
|
|
3521
|
-
}
|
|
3522
2880
|
export interface ListMonitoredResourcesRequest {
|
|
3523
2881
|
/**
|
|
3524
2882
|
* <p>
|
|
@@ -3537,12 +2895,6 @@ export interface ListMonitoredResourcesRequest {
|
|
|
3537
2895
|
*/
|
|
3538
2896
|
NextToken?: string;
|
|
3539
2897
|
}
|
|
3540
|
-
export declare namespace ListMonitoredResourcesRequest {
|
|
3541
|
-
/**
|
|
3542
|
-
* @internal
|
|
3543
|
-
*/
|
|
3544
|
-
const filterSensitiveLog: (obj: ListMonitoredResourcesRequest) => any;
|
|
3545
|
-
}
|
|
3546
2898
|
/**
|
|
3547
2899
|
* <p>
|
|
3548
2900
|
* Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
|
|
@@ -3568,12 +2920,6 @@ export interface MonitoredResourceIdentifier {
|
|
|
3568
2920
|
*/
|
|
3569
2921
|
ResourcePermission?: ResourcePermission | string;
|
|
3570
2922
|
}
|
|
3571
|
-
export declare namespace MonitoredResourceIdentifier {
|
|
3572
|
-
/**
|
|
3573
|
-
* @internal
|
|
3574
|
-
*/
|
|
3575
|
-
const filterSensitiveLog: (obj: MonitoredResourceIdentifier) => any;
|
|
3576
|
-
}
|
|
3577
2923
|
export interface ListMonitoredResourcesResponse {
|
|
3578
2924
|
/**
|
|
3579
2925
|
* <p>
|
|
@@ -3587,12 +2933,6 @@ export interface ListMonitoredResourcesResponse {
|
|
|
3587
2933
|
*/
|
|
3588
2934
|
NextToken?: string;
|
|
3589
2935
|
}
|
|
3590
|
-
export declare namespace ListMonitoredResourcesResponse {
|
|
3591
|
-
/**
|
|
3592
|
-
* @internal
|
|
3593
|
-
*/
|
|
3594
|
-
const filterSensitiveLog: (obj: ListMonitoredResourcesResponse) => any;
|
|
3595
|
-
}
|
|
3596
2936
|
export interface ListNotificationChannelsRequest {
|
|
3597
2937
|
/**
|
|
3598
2938
|
* <p>The pagination token to use to retrieve
|
|
@@ -3600,12 +2940,6 @@ export interface ListNotificationChannelsRequest {
|
|
|
3600
2940
|
*/
|
|
3601
2941
|
NextToken?: string;
|
|
3602
2942
|
}
|
|
3603
|
-
export declare namespace ListNotificationChannelsRequest {
|
|
3604
|
-
/**
|
|
3605
|
-
* @internal
|
|
3606
|
-
*/
|
|
3607
|
-
const filterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
|
|
3608
|
-
}
|
|
3609
2943
|
/**
|
|
3610
2944
|
* <p> Information about a notification channel. A notification channel is used to notify
|
|
3611
2945
|
* you when DevOps Guru creates an insight. The one
|
|
@@ -3630,12 +2964,6 @@ export interface NotificationChannel {
|
|
|
3630
2964
|
*/
|
|
3631
2965
|
Config?: NotificationChannelConfig;
|
|
3632
2966
|
}
|
|
3633
|
-
export declare namespace NotificationChannel {
|
|
3634
|
-
/**
|
|
3635
|
-
* @internal
|
|
3636
|
-
*/
|
|
3637
|
-
const filterSensitiveLog: (obj: NotificationChannel) => any;
|
|
3638
|
-
}
|
|
3639
2967
|
export interface ListNotificationChannelsResponse {
|
|
3640
2968
|
/**
|
|
3641
2969
|
* <p> An array that contains the requested notification channels. </p>
|
|
@@ -3647,12 +2975,6 @@ export interface ListNotificationChannelsResponse {
|
|
|
3647
2975
|
*/
|
|
3648
2976
|
NextToken?: string;
|
|
3649
2977
|
}
|
|
3650
|
-
export declare namespace ListNotificationChannelsResponse {
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
3655
|
-
}
|
|
3656
2978
|
export interface ListOrganizationInsightsRequest {
|
|
3657
2979
|
/**
|
|
3658
2980
|
* <p> A filter used by <code>ListInsights</code> to specify which insights to return.
|
|
@@ -3678,12 +3000,6 @@ export interface ListOrganizationInsightsRequest {
|
|
|
3678
3000
|
*/
|
|
3679
3001
|
NextToken?: string;
|
|
3680
3002
|
}
|
|
3681
|
-
export declare namespace ListOrganizationInsightsRequest {
|
|
3682
|
-
/**
|
|
3683
|
-
* @internal
|
|
3684
|
-
*/
|
|
3685
|
-
const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
3686
|
-
}
|
|
3687
3003
|
/**
|
|
3688
3004
|
* <p>Details about a proactive insight. This object is returned by
|
|
3689
3005
|
* <code>DescribeInsight</code>.</p>
|
|
@@ -3738,12 +3054,6 @@ export interface ProactiveOrganizationInsightSummary {
|
|
|
3738
3054
|
*/
|
|
3739
3055
|
ServiceCollection?: ServiceCollection;
|
|
3740
3056
|
}
|
|
3741
|
-
export declare namespace ProactiveOrganizationInsightSummary {
|
|
3742
|
-
/**
|
|
3743
|
-
* @internal
|
|
3744
|
-
*/
|
|
3745
|
-
const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
3746
|
-
}
|
|
3747
3057
|
/**
|
|
3748
3058
|
* <p>Information about a reactive insight. This object is returned by
|
|
3749
3059
|
* <code>DescribeInsight</code>.</p>
|
|
@@ -3793,12 +3103,6 @@ export interface ReactiveOrganizationInsightSummary {
|
|
|
3793
3103
|
*/
|
|
3794
3104
|
ServiceCollection?: ServiceCollection;
|
|
3795
3105
|
}
|
|
3796
|
-
export declare namespace ReactiveOrganizationInsightSummary {
|
|
3797
|
-
/**
|
|
3798
|
-
* @internal
|
|
3799
|
-
*/
|
|
3800
|
-
const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
3801
|
-
}
|
|
3802
3106
|
export interface ListOrganizationInsightsResponse {
|
|
3803
3107
|
/**
|
|
3804
3108
|
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
@@ -3816,12 +3120,6 @@ export interface ListOrganizationInsightsResponse {
|
|
|
3816
3120
|
*/
|
|
3817
3121
|
NextToken?: string;
|
|
3818
3122
|
}
|
|
3819
|
-
export declare namespace ListOrganizationInsightsResponse {
|
|
3820
|
-
/**
|
|
3821
|
-
* @internal
|
|
3822
|
-
*/
|
|
3823
|
-
const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
3824
|
-
}
|
|
3825
3123
|
export declare enum Locale {
|
|
3826
3124
|
DE_DE = "DE_DE",
|
|
3827
3125
|
EN_GB = "EN_GB",
|
|
@@ -3854,12 +3152,6 @@ export interface ListRecommendationsRequest {
|
|
|
3854
3152
|
*/
|
|
3855
3153
|
AccountId?: string;
|
|
3856
3154
|
}
|
|
3857
|
-
export declare namespace ListRecommendationsRequest {
|
|
3858
|
-
/**
|
|
3859
|
-
* @internal
|
|
3860
|
-
*/
|
|
3861
|
-
const filterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
3862
|
-
}
|
|
3863
3155
|
/**
|
|
3864
3156
|
* <p> Information about a resource in which DevOps Guru detected anomalous behavior. </p>
|
|
3865
3157
|
*/
|
|
@@ -3877,12 +3169,6 @@ export interface RecommendationRelatedAnomalyResource {
|
|
|
3877
3169
|
*/
|
|
3878
3170
|
Type?: string;
|
|
3879
3171
|
}
|
|
3880
|
-
export declare namespace RecommendationRelatedAnomalyResource {
|
|
3881
|
-
/**
|
|
3882
|
-
* @internal
|
|
3883
|
-
*/
|
|
3884
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
3885
|
-
}
|
|
3886
3172
|
/**
|
|
3887
3173
|
* <p> Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many
|
|
3888
3174
|
* analyzed metrics that are used to generate insights. </p>
|
|
@@ -3897,12 +3183,6 @@ export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
|
3897
3183
|
*/
|
|
3898
3184
|
Namespace?: string;
|
|
3899
3185
|
}
|
|
3900
|
-
export declare namespace RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
3901
|
-
/**
|
|
3902
|
-
* @internal
|
|
3903
|
-
*/
|
|
3904
|
-
const filterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
3905
|
-
}
|
|
3906
3186
|
/**
|
|
3907
3187
|
* <p> Contains an array of <code>RecommendationRelatedCloudWatchMetricsSourceDetail</code>
|
|
3908
3188
|
* objects that contain the name and namespace of an Amazon CloudWatch metric. </p>
|
|
@@ -3914,12 +3194,6 @@ export interface RecommendationRelatedAnomalySourceDetail {
|
|
|
3914
3194
|
*/
|
|
3915
3195
|
CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
|
|
3916
3196
|
}
|
|
3917
|
-
export declare namespace RecommendationRelatedAnomalySourceDetail {
|
|
3918
|
-
/**
|
|
3919
|
-
* @internal
|
|
3920
|
-
*/
|
|
3921
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
3922
|
-
}
|
|
3923
3197
|
/**
|
|
3924
3198
|
* <p> Information about an anomaly that is related to a recommendation. </p>
|
|
3925
3199
|
*/
|
|
@@ -3939,12 +3213,6 @@ export interface RecommendationRelatedAnomaly {
|
|
|
3939
3213
|
*/
|
|
3940
3214
|
AnomalyId?: string;
|
|
3941
3215
|
}
|
|
3942
|
-
export declare namespace RecommendationRelatedAnomaly {
|
|
3943
|
-
/**
|
|
3944
|
-
* @internal
|
|
3945
|
-
*/
|
|
3946
|
-
const filterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
3947
|
-
}
|
|
3948
3216
|
/**
|
|
3949
3217
|
* <p> Information about an Amazon Web Services resource that emitted and event that is related to a
|
|
3950
3218
|
* recommendation in an insight. </p>
|
|
@@ -3961,12 +3229,6 @@ export interface RecommendationRelatedEventResource {
|
|
|
3961
3229
|
*/
|
|
3962
3230
|
Type?: string;
|
|
3963
3231
|
}
|
|
3964
|
-
export declare namespace RecommendationRelatedEventResource {
|
|
3965
|
-
/**
|
|
3966
|
-
* @internal
|
|
3967
|
-
*/
|
|
3968
|
-
const filterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
3969
|
-
}
|
|
3970
3232
|
/**
|
|
3971
3233
|
* <p> Information about an event that is related to a recommendation. </p>
|
|
3972
3234
|
*/
|
|
@@ -3982,12 +3244,6 @@ export interface RecommendationRelatedEvent {
|
|
|
3982
3244
|
*/
|
|
3983
3245
|
Resources?: RecommendationRelatedEventResource[];
|
|
3984
3246
|
}
|
|
3985
|
-
export declare namespace RecommendationRelatedEvent {
|
|
3986
|
-
/**
|
|
3987
|
-
* @internal
|
|
3988
|
-
*/
|
|
3989
|
-
const filterSensitiveLog: (obj: RecommendationRelatedEvent) => any;
|
|
3990
|
-
}
|
|
3991
3247
|
/**
|
|
3992
3248
|
* <p> Recommendation information to help you remediate detected anomalous behavior that
|
|
3993
3249
|
* generated an insight. </p>
|
|
@@ -4024,12 +3280,6 @@ export interface Recommendation {
|
|
|
4024
3280
|
*/
|
|
4025
3281
|
Category?: string;
|
|
4026
3282
|
}
|
|
4027
|
-
export declare namespace Recommendation {
|
|
4028
|
-
/**
|
|
4029
|
-
* @internal
|
|
4030
|
-
*/
|
|
4031
|
-
const filterSensitiveLog: (obj: Recommendation) => any;
|
|
4032
|
-
}
|
|
4033
3283
|
export interface ListRecommendationsResponse {
|
|
4034
3284
|
/**
|
|
4035
3285
|
* <p> An array of the requested recommendations. </p>
|
|
@@ -4041,52 +3291,22 @@ export interface ListRecommendationsResponse {
|
|
|
4041
3291
|
*/
|
|
4042
3292
|
NextToken?: string;
|
|
4043
3293
|
}
|
|
4044
|
-
export declare namespace ListRecommendationsResponse {
|
|
4045
|
-
/**
|
|
4046
|
-
* @internal
|
|
4047
|
-
*/
|
|
4048
|
-
const filterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
4049
|
-
}
|
|
4050
3294
|
export interface PutFeedbackRequest {
|
|
4051
3295
|
/**
|
|
4052
3296
|
* <p> The feedback from customers is about the recommendations in this insight. </p>
|
|
4053
3297
|
*/
|
|
4054
3298
|
InsightFeedback?: InsightFeedback;
|
|
4055
3299
|
}
|
|
4056
|
-
export declare namespace PutFeedbackRequest {
|
|
4057
|
-
/**
|
|
4058
|
-
* @internal
|
|
4059
|
-
*/
|
|
4060
|
-
const filterSensitiveLog: (obj: PutFeedbackRequest) => any;
|
|
4061
|
-
}
|
|
4062
3300
|
export interface PutFeedbackResponse {
|
|
4063
3301
|
}
|
|
4064
|
-
export declare namespace PutFeedbackResponse {
|
|
4065
|
-
/**
|
|
4066
|
-
* @internal
|
|
4067
|
-
*/
|
|
4068
|
-
const filterSensitiveLog: (obj: PutFeedbackResponse) => any;
|
|
4069
|
-
}
|
|
4070
3302
|
export interface RemoveNotificationChannelRequest {
|
|
4071
3303
|
/**
|
|
4072
3304
|
* <p> The ID of the notification channel to be removed. </p>
|
|
4073
3305
|
*/
|
|
4074
3306
|
Id: string | undefined;
|
|
4075
3307
|
}
|
|
4076
|
-
export declare namespace RemoveNotificationChannelRequest {
|
|
4077
|
-
/**
|
|
4078
|
-
* @internal
|
|
4079
|
-
*/
|
|
4080
|
-
const filterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
4081
|
-
}
|
|
4082
3308
|
export interface RemoveNotificationChannelResponse {
|
|
4083
3309
|
}
|
|
4084
|
-
export declare namespace RemoveNotificationChannelResponse {
|
|
4085
|
-
/**
|
|
4086
|
-
* @internal
|
|
4087
|
-
*/
|
|
4088
|
-
const filterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
4089
|
-
}
|
|
4090
3310
|
/**
|
|
4091
3311
|
* <p> Specifies one or more severity values and one or more status values that are used to
|
|
4092
3312
|
* search for insights. </p>
|
|
@@ -4112,12 +3332,6 @@ export interface SearchInsightsFilters {
|
|
|
4112
3332
|
*/
|
|
4113
3333
|
ServiceCollection?: ServiceCollection;
|
|
4114
3334
|
}
|
|
4115
|
-
export declare namespace SearchInsightsFilters {
|
|
4116
|
-
/**
|
|
4117
|
-
* @internal
|
|
4118
|
-
*/
|
|
4119
|
-
const filterSensitiveLog: (obj: SearchInsightsFilters) => any;
|
|
4120
|
-
}
|
|
4121
3335
|
export interface SearchInsightsRequest {
|
|
4122
3336
|
/**
|
|
4123
3337
|
* <p> The start of the time range passed in. Returned insights occurred after this time.
|
|
@@ -4145,12 +3359,6 @@ export interface SearchInsightsRequest {
|
|
|
4145
3359
|
*/
|
|
4146
3360
|
Type: InsightType | string | undefined;
|
|
4147
3361
|
}
|
|
4148
|
-
export declare namespace SearchInsightsRequest {
|
|
4149
|
-
/**
|
|
4150
|
-
* @internal
|
|
4151
|
-
*/
|
|
4152
|
-
const filterSensitiveLog: (obj: SearchInsightsRequest) => any;
|
|
4153
|
-
}
|
|
4154
3362
|
export interface SearchInsightsResponse {
|
|
4155
3363
|
/**
|
|
4156
3364
|
* <p> The returned proactive insights. </p>
|
|
@@ -4166,12 +3374,6 @@ export interface SearchInsightsResponse {
|
|
|
4166
3374
|
*/
|
|
4167
3375
|
NextToken?: string;
|
|
4168
3376
|
}
|
|
4169
|
-
export declare namespace SearchInsightsResponse {
|
|
4170
|
-
/**
|
|
4171
|
-
* @internal
|
|
4172
|
-
*/
|
|
4173
|
-
const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
4174
|
-
}
|
|
4175
3377
|
/**
|
|
4176
3378
|
* <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
|
|
4177
3379
|
* is called. </p>
|
|
@@ -4197,12 +3399,6 @@ export interface SearchOrganizationInsightsFilters {
|
|
|
4197
3399
|
*/
|
|
4198
3400
|
ServiceCollection?: ServiceCollection;
|
|
4199
3401
|
}
|
|
4200
|
-
export declare namespace SearchOrganizationInsightsFilters {
|
|
4201
|
-
/**
|
|
4202
|
-
* @internal
|
|
4203
|
-
*/
|
|
4204
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
4205
|
-
}
|
|
4206
3402
|
export interface SearchOrganizationInsightsRequest {
|
|
4207
3403
|
/**
|
|
4208
3404
|
* <p>The ID of the Amazon Web Services account. </p>
|
|
@@ -4234,12 +3430,6 @@ export interface SearchOrganizationInsightsRequest {
|
|
|
4234
3430
|
*/
|
|
4235
3431
|
Type: InsightType | string | undefined;
|
|
4236
3432
|
}
|
|
4237
|
-
export declare namespace SearchOrganizationInsightsRequest {
|
|
4238
|
-
/**
|
|
4239
|
-
* @internal
|
|
4240
|
-
*/
|
|
4241
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
4242
|
-
}
|
|
4243
3433
|
export interface SearchOrganizationInsightsResponse {
|
|
4244
3434
|
/**
|
|
4245
3435
|
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
@@ -4257,12 +3447,6 @@ export interface SearchOrganizationInsightsResponse {
|
|
|
4257
3447
|
*/
|
|
4258
3448
|
NextToken?: string;
|
|
4259
3449
|
}
|
|
4260
|
-
export declare namespace SearchOrganizationInsightsResponse {
|
|
4261
|
-
/**
|
|
4262
|
-
* @internal
|
|
4263
|
-
*/
|
|
4264
|
-
const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
4265
|
-
}
|
|
4266
3450
|
export interface StartCostEstimationRequest {
|
|
4267
3451
|
/**
|
|
4268
3452
|
* <p>The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.</p>
|
|
@@ -4273,20 +3457,8 @@ export interface StartCostEstimationRequest {
|
|
|
4273
3457
|
*/
|
|
4274
3458
|
ClientToken?: string;
|
|
4275
3459
|
}
|
|
4276
|
-
export declare namespace StartCostEstimationRequest {
|
|
4277
|
-
/**
|
|
4278
|
-
* @internal
|
|
4279
|
-
*/
|
|
4280
|
-
const filterSensitiveLog: (obj: StartCostEstimationRequest) => any;
|
|
4281
|
-
}
|
|
4282
3460
|
export interface StartCostEstimationResponse {
|
|
4283
3461
|
}
|
|
4284
|
-
export declare namespace StartCostEstimationResponse {
|
|
4285
|
-
/**
|
|
4286
|
-
* @internal
|
|
4287
|
-
*/
|
|
4288
|
-
const filterSensitiveLog: (obj: StartCostEstimationResponse) => any;
|
|
4289
|
-
}
|
|
4290
3462
|
export interface UpdateEventSourcesConfigRequest {
|
|
4291
3463
|
/**
|
|
4292
3464
|
* <p>Configuration information about the integration of DevOps Guru as the Consumer via
|
|
@@ -4294,20 +3466,8 @@ export interface UpdateEventSourcesConfigRequest {
|
|
|
4294
3466
|
*/
|
|
4295
3467
|
EventSources?: EventSourcesConfig;
|
|
4296
3468
|
}
|
|
4297
|
-
export declare namespace UpdateEventSourcesConfigRequest {
|
|
4298
|
-
/**
|
|
4299
|
-
* @internal
|
|
4300
|
-
*/
|
|
4301
|
-
const filterSensitiveLog: (obj: UpdateEventSourcesConfigRequest) => any;
|
|
4302
|
-
}
|
|
4303
3469
|
export interface UpdateEventSourcesConfigResponse {
|
|
4304
3470
|
}
|
|
4305
|
-
export declare namespace UpdateEventSourcesConfigResponse {
|
|
4306
|
-
/**
|
|
4307
|
-
* @internal
|
|
4308
|
-
*/
|
|
4309
|
-
const filterSensitiveLog: (obj: UpdateEventSourcesConfigResponse) => any;
|
|
4310
|
-
}
|
|
4311
3471
|
export declare enum UpdateResourceCollectionAction {
|
|
4312
3472
|
ADD = "ADD",
|
|
4313
3473
|
REMOVE = "REMOVE"
|
|
@@ -4323,12 +3483,6 @@ export interface UpdateCloudFormationCollectionFilter {
|
|
|
4323
3483
|
*/
|
|
4324
3484
|
StackNames?: string[];
|
|
4325
3485
|
}
|
|
4326
|
-
export declare namespace UpdateCloudFormationCollectionFilter {
|
|
4327
|
-
/**
|
|
4328
|
-
* @internal
|
|
4329
|
-
*/
|
|
4330
|
-
const filterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
4331
|
-
}
|
|
4332
3486
|
/**
|
|
4333
3487
|
* <p>A new collection of Amazon Web Services resources that are defined by an Amazon Web Services tag or tag
|
|
4334
3488
|
* <i>key</i>/<i>value</i> pair.</p>
|
|
@@ -4362,12 +3516,6 @@ export interface UpdateTagCollectionFilter {
|
|
|
4362
3516
|
*/
|
|
4363
3517
|
TagValues: string[] | undefined;
|
|
4364
3518
|
}
|
|
4365
|
-
export declare namespace UpdateTagCollectionFilter {
|
|
4366
|
-
/**
|
|
4367
|
-
* @internal
|
|
4368
|
-
*/
|
|
4369
|
-
const filterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
|
|
4370
|
-
}
|
|
4371
3519
|
/**
|
|
4372
3520
|
* <p> Contains information used to update a collection of Amazon Web Services resources. </p>
|
|
4373
3521
|
*/
|
|
@@ -4414,12 +3562,6 @@ export interface UpdateResourceCollectionFilter {
|
|
|
4414
3562
|
*/
|
|
4415
3563
|
Tags?: UpdateTagCollectionFilter[];
|
|
4416
3564
|
}
|
|
4417
|
-
export declare namespace UpdateResourceCollectionFilter {
|
|
4418
|
-
/**
|
|
4419
|
-
* @internal
|
|
4420
|
-
*/
|
|
4421
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionFilter) => any;
|
|
4422
|
-
}
|
|
4423
3565
|
export interface UpdateResourceCollectionRequest {
|
|
4424
3566
|
/**
|
|
4425
3567
|
* <p> Specifies if the resource collection in the request is added or deleted to the
|
|
@@ -4431,20 +3573,8 @@ export interface UpdateResourceCollectionRequest {
|
|
|
4431
3573
|
*/
|
|
4432
3574
|
ResourceCollection: UpdateResourceCollectionFilter | undefined;
|
|
4433
3575
|
}
|
|
4434
|
-
export declare namespace UpdateResourceCollectionRequest {
|
|
4435
|
-
/**
|
|
4436
|
-
* @internal
|
|
4437
|
-
*/
|
|
4438
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionRequest) => any;
|
|
4439
|
-
}
|
|
4440
3576
|
export interface UpdateResourceCollectionResponse {
|
|
4441
3577
|
}
|
|
4442
|
-
export declare namespace UpdateResourceCollectionResponse {
|
|
4443
|
-
/**
|
|
4444
|
-
* @internal
|
|
4445
|
-
*/
|
|
4446
|
-
const filterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
|
|
4447
|
-
}
|
|
4448
3578
|
/**
|
|
4449
3579
|
* <p>
|
|
4450
3580
|
* Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.
|
|
@@ -4456,12 +3586,6 @@ export interface LogsAnomalyDetectionIntegrationConfig {
|
|
|
4456
3586
|
*/
|
|
4457
3587
|
OptInStatus?: OptInStatus | string;
|
|
4458
3588
|
}
|
|
4459
|
-
export declare namespace LogsAnomalyDetectionIntegrationConfig {
|
|
4460
|
-
/**
|
|
4461
|
-
* @internal
|
|
4462
|
-
*/
|
|
4463
|
-
const filterSensitiveLog: (obj: LogsAnomalyDetectionIntegrationConfig) => any;
|
|
4464
|
-
}
|
|
4465
3589
|
/**
|
|
4466
3590
|
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
4467
3591
|
* OpsCenter for each created insight. You can use this to update the configuration.</p>
|
|
@@ -4473,12 +3597,6 @@ export interface OpsCenterIntegrationConfig {
|
|
|
4473
3597
|
*/
|
|
4474
3598
|
OptInStatus?: OptInStatus | string;
|
|
4475
3599
|
}
|
|
4476
|
-
export declare namespace OpsCenterIntegrationConfig {
|
|
4477
|
-
/**
|
|
4478
|
-
* @internal
|
|
4479
|
-
*/
|
|
4480
|
-
const filterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
4481
|
-
}
|
|
4482
3600
|
/**
|
|
4483
3601
|
* <p> Information about updating the integration status of an Amazon Web Services service, such as
|
|
4484
3602
|
* Amazon Web Services Systems Manager, with DevOps Guru. </p>
|
|
@@ -4496,12 +3614,6 @@ export interface UpdateServiceIntegrationConfig {
|
|
|
4496
3614
|
*/
|
|
4497
3615
|
LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
|
|
4498
3616
|
}
|
|
4499
|
-
export declare namespace UpdateServiceIntegrationConfig {
|
|
4500
|
-
/**
|
|
4501
|
-
* @internal
|
|
4502
|
-
*/
|
|
4503
|
-
const filterSensitiveLog: (obj: UpdateServiceIntegrationConfig) => any;
|
|
4504
|
-
}
|
|
4505
3617
|
export interface UpdateServiceIntegrationRequest {
|
|
4506
3618
|
/**
|
|
4507
3619
|
* <p> An <code>IntegratedServiceConfig</code> object used to specify the integrated service
|
|
@@ -4509,17 +3621,605 @@ export interface UpdateServiceIntegrationRequest {
|
|
|
4509
3621
|
*/
|
|
4510
3622
|
ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
|
|
4511
3623
|
}
|
|
4512
|
-
export declare namespace UpdateServiceIntegrationRequest {
|
|
4513
|
-
/**
|
|
4514
|
-
* @internal
|
|
4515
|
-
*/
|
|
4516
|
-
const filterSensitiveLog: (obj: UpdateServiceIntegrationRequest) => any;
|
|
4517
|
-
}
|
|
4518
3624
|
export interface UpdateServiceIntegrationResponse {
|
|
4519
3625
|
}
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
3626
|
+
/**
|
|
3627
|
+
* @internal
|
|
3628
|
+
*/
|
|
3629
|
+
export declare const AccountInsightHealthFilterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
3630
|
+
/**
|
|
3631
|
+
* @internal
|
|
3632
|
+
*/
|
|
3633
|
+
export declare const AccountHealthFilterSensitiveLog: (obj: AccountHealth) => any;
|
|
3634
|
+
/**
|
|
3635
|
+
* @internal
|
|
3636
|
+
*/
|
|
3637
|
+
export declare const SnsChannelConfigFilterSensitiveLog: (obj: SnsChannelConfig) => any;
|
|
3638
|
+
/**
|
|
3639
|
+
* @internal
|
|
3640
|
+
*/
|
|
3641
|
+
export declare const NotificationChannelConfigFilterSensitiveLog: (obj: NotificationChannelConfig) => any;
|
|
3642
|
+
/**
|
|
3643
|
+
* @internal
|
|
3644
|
+
*/
|
|
3645
|
+
export declare const AddNotificationChannelRequestFilterSensitiveLog: (obj: AddNotificationChannelRequest) => any;
|
|
3646
|
+
/**
|
|
3647
|
+
* @internal
|
|
3648
|
+
*/
|
|
3649
|
+
export declare const AddNotificationChannelResponseFilterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
3650
|
+
/**
|
|
3651
|
+
* @internal
|
|
3652
|
+
*/
|
|
3653
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
3654
|
+
/**
|
|
3655
|
+
* @internal
|
|
3656
|
+
*/
|
|
3657
|
+
export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (obj: AmazonCodeGuruProfilerIntegration) => any;
|
|
3658
|
+
/**
|
|
3659
|
+
* @internal
|
|
3660
|
+
*/
|
|
3661
|
+
export declare const LogAnomalyClassFilterSensitiveLog: (obj: LogAnomalyClass) => any;
|
|
3662
|
+
/**
|
|
3663
|
+
* @internal
|
|
3664
|
+
*/
|
|
3665
|
+
export declare const LogAnomalyShowcaseFilterSensitiveLog: (obj: LogAnomalyShowcase) => any;
|
|
3666
|
+
/**
|
|
3667
|
+
* @internal
|
|
3668
|
+
*/
|
|
3669
|
+
export declare const AnomalousLogGroupFilterSensitiveLog: (obj: AnomalousLogGroup) => any;
|
|
3670
|
+
/**
|
|
3671
|
+
* @internal
|
|
3672
|
+
*/
|
|
3673
|
+
export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
|
|
3674
|
+
/**
|
|
3675
|
+
* @internal
|
|
3676
|
+
*/
|
|
3677
|
+
export declare const AnomalyResourceFilterSensitiveLog: (obj: AnomalyResource) => any;
|
|
3678
|
+
/**
|
|
3679
|
+
* @internal
|
|
3680
|
+
*/
|
|
3681
|
+
export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
3682
|
+
/**
|
|
3683
|
+
* @internal
|
|
3684
|
+
*/
|
|
3685
|
+
export declare const TimestampMetricValuePairFilterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
3686
|
+
/**
|
|
3687
|
+
* @internal
|
|
3688
|
+
*/
|
|
3689
|
+
export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
3690
|
+
/**
|
|
3691
|
+
* @internal
|
|
3692
|
+
*/
|
|
3693
|
+
export declare const CloudWatchMetricsDetailFilterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
3694
|
+
/**
|
|
3695
|
+
* @internal
|
|
3696
|
+
*/
|
|
3697
|
+
export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
|
|
3698
|
+
/**
|
|
3699
|
+
* @internal
|
|
3700
|
+
*/
|
|
3701
|
+
export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
|
|
3702
|
+
/**
|
|
3703
|
+
* @internal
|
|
3704
|
+
*/
|
|
3705
|
+
export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
|
|
3706
|
+
/**
|
|
3707
|
+
* @internal
|
|
3708
|
+
*/
|
|
3709
|
+
export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
|
|
3710
|
+
/**
|
|
3711
|
+
* @internal
|
|
3712
|
+
*/
|
|
3713
|
+
export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
|
|
3714
|
+
/**
|
|
3715
|
+
* @internal
|
|
3716
|
+
*/
|
|
3717
|
+
export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
|
|
3718
|
+
/**
|
|
3719
|
+
* @internal
|
|
3720
|
+
*/
|
|
3721
|
+
export declare const PerformanceInsightsStatFilterSensitiveLog: (obj: PerformanceInsightsStat) => any;
|
|
3722
|
+
/**
|
|
3723
|
+
* @internal
|
|
3724
|
+
*/
|
|
3725
|
+
export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
|
|
3726
|
+
/**
|
|
3727
|
+
* @internal
|
|
3728
|
+
*/
|
|
3729
|
+
export declare const AnomalySourceDetailsFilterSensitiveLog: (obj: AnomalySourceDetails) => any;
|
|
3730
|
+
/**
|
|
3731
|
+
* @internal
|
|
3732
|
+
*/
|
|
3733
|
+
export declare const AnomalySourceMetadataFilterSensitiveLog: (obj: AnomalySourceMetadata) => any;
|
|
3734
|
+
/**
|
|
3735
|
+
* @internal
|
|
3736
|
+
*/
|
|
3737
|
+
export declare const AnomalyTimeRangeFilterSensitiveLog: (obj: AnomalyTimeRange) => any;
|
|
3738
|
+
/**
|
|
3739
|
+
* @internal
|
|
3740
|
+
*/
|
|
3741
|
+
export declare const DeleteInsightRequestFilterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
3742
|
+
/**
|
|
3743
|
+
* @internal
|
|
3744
|
+
*/
|
|
3745
|
+
export declare const DeleteInsightResponseFilterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
3746
|
+
/**
|
|
3747
|
+
* @internal
|
|
3748
|
+
*/
|
|
3749
|
+
export declare const DescribeAccountHealthRequestFilterSensitiveLog: (obj: DescribeAccountHealthRequest) => any;
|
|
3750
|
+
/**
|
|
3751
|
+
* @internal
|
|
3752
|
+
*/
|
|
3753
|
+
export declare const DescribeAccountHealthResponseFilterSensitiveLog: (obj: DescribeAccountHealthResponse) => any;
|
|
3754
|
+
/**
|
|
3755
|
+
* @internal
|
|
3756
|
+
*/
|
|
3757
|
+
export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (obj: DescribeAccountOverviewRequest) => any;
|
|
3758
|
+
/**
|
|
3759
|
+
* @internal
|
|
3760
|
+
*/
|
|
3761
|
+
export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (obj: DescribeAccountOverviewResponse) => any;
|
|
3762
|
+
/**
|
|
3763
|
+
* @internal
|
|
3764
|
+
*/
|
|
3765
|
+
export declare const DescribeAnomalyRequestFilterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
3766
|
+
/**
|
|
3767
|
+
* @internal
|
|
3768
|
+
*/
|
|
3769
|
+
export declare const PredictionTimeRangeFilterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
3770
|
+
/**
|
|
3771
|
+
* @internal
|
|
3772
|
+
*/
|
|
3773
|
+
export declare const CloudFormationCollectionFilterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
3774
|
+
/**
|
|
3775
|
+
* @internal
|
|
3776
|
+
*/
|
|
3777
|
+
export declare const TagCollectionFilterSensitiveLog: (obj: TagCollection) => any;
|
|
3778
|
+
/**
|
|
3779
|
+
* @internal
|
|
3780
|
+
*/
|
|
3781
|
+
export declare const ResourceCollectionFilterSensitiveLog: (obj: ResourceCollection) => any;
|
|
3782
|
+
/**
|
|
3783
|
+
* @internal
|
|
3784
|
+
*/
|
|
3785
|
+
export declare const ProactiveAnomalyFilterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
3786
|
+
/**
|
|
3787
|
+
* @internal
|
|
3788
|
+
*/
|
|
3789
|
+
export declare const ReactiveAnomalyFilterSensitiveLog: (obj: ReactiveAnomaly) => any;
|
|
3790
|
+
/**
|
|
3791
|
+
* @internal
|
|
3792
|
+
*/
|
|
3793
|
+
export declare const DescribeAnomalyResponseFilterSensitiveLog: (obj: DescribeAnomalyResponse) => any;
|
|
3794
|
+
/**
|
|
3795
|
+
* @internal
|
|
3796
|
+
*/
|
|
3797
|
+
export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (obj: DescribeEventSourcesConfigRequest) => any;
|
|
3798
|
+
/**
|
|
3799
|
+
* @internal
|
|
3800
|
+
*/
|
|
3801
|
+
export declare const EventSourcesConfigFilterSensitiveLog: (obj: EventSourcesConfig) => any;
|
|
3802
|
+
/**
|
|
3803
|
+
* @internal
|
|
3804
|
+
*/
|
|
3805
|
+
export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (obj: DescribeEventSourcesConfigResponse) => any;
|
|
3806
|
+
/**
|
|
3807
|
+
* @internal
|
|
3808
|
+
*/
|
|
3809
|
+
export declare const DescribeFeedbackRequestFilterSensitiveLog: (obj: DescribeFeedbackRequest) => any;
|
|
3810
|
+
/**
|
|
3811
|
+
* @internal
|
|
3812
|
+
*/
|
|
3813
|
+
export declare const InsightFeedbackFilterSensitiveLog: (obj: InsightFeedback) => any;
|
|
3814
|
+
/**
|
|
3815
|
+
* @internal
|
|
3816
|
+
*/
|
|
3817
|
+
export declare const DescribeFeedbackResponseFilterSensitiveLog: (obj: DescribeFeedbackResponse) => any;
|
|
3818
|
+
/**
|
|
3819
|
+
* @internal
|
|
3820
|
+
*/
|
|
3821
|
+
export declare const DescribeInsightRequestFilterSensitiveLog: (obj: DescribeInsightRequest) => any;
|
|
3822
|
+
/**
|
|
3823
|
+
* @internal
|
|
3824
|
+
*/
|
|
3825
|
+
export declare const InsightTimeRangeFilterSensitiveLog: (obj: InsightTimeRange) => any;
|
|
3826
|
+
/**
|
|
3827
|
+
* @internal
|
|
3828
|
+
*/
|
|
3829
|
+
export declare const ProactiveInsightFilterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
3830
|
+
/**
|
|
3831
|
+
* @internal
|
|
3832
|
+
*/
|
|
3833
|
+
export declare const ReactiveInsightFilterSensitiveLog: (obj: ReactiveInsight) => any;
|
|
3834
|
+
/**
|
|
3835
|
+
* @internal
|
|
3836
|
+
*/
|
|
3837
|
+
export declare const DescribeInsightResponseFilterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
3838
|
+
/**
|
|
3839
|
+
* @internal
|
|
3840
|
+
*/
|
|
3841
|
+
export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
3842
|
+
/**
|
|
3843
|
+
* @internal
|
|
3844
|
+
*/
|
|
3845
|
+
export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
3846
|
+
/**
|
|
3847
|
+
* @internal
|
|
3848
|
+
*/
|
|
3849
|
+
export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
3850
|
+
/**
|
|
3851
|
+
* @internal
|
|
3852
|
+
*/
|
|
3853
|
+
export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
3854
|
+
/**
|
|
3855
|
+
* @internal
|
|
3856
|
+
*/
|
|
3857
|
+
export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
3858
|
+
/**
|
|
3859
|
+
* @internal
|
|
3860
|
+
*/
|
|
3861
|
+
export declare const InsightHealthFilterSensitiveLog: (obj: InsightHealth) => any;
|
|
3862
|
+
/**
|
|
3863
|
+
* @internal
|
|
3864
|
+
*/
|
|
3865
|
+
export declare const CloudFormationHealthFilterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
3866
|
+
/**
|
|
3867
|
+
* @internal
|
|
3868
|
+
*/
|
|
3869
|
+
export declare const ServiceInsightHealthFilterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
3870
|
+
/**
|
|
3871
|
+
* @internal
|
|
3872
|
+
*/
|
|
3873
|
+
export declare const ServiceHealthFilterSensitiveLog: (obj: ServiceHealth) => any;
|
|
3874
|
+
/**
|
|
3875
|
+
* @internal
|
|
3876
|
+
*/
|
|
3877
|
+
export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
|
|
3878
|
+
/**
|
|
3879
|
+
* @internal
|
|
3880
|
+
*/
|
|
3881
|
+
export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
3882
|
+
/**
|
|
3883
|
+
* @internal
|
|
3884
|
+
*/
|
|
3885
|
+
export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
3886
|
+
/**
|
|
3887
|
+
* @internal
|
|
3888
|
+
*/
|
|
3889
|
+
export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeResourceCollectionHealthResponse) => any;
|
|
3890
|
+
/**
|
|
3891
|
+
* @internal
|
|
3892
|
+
*/
|
|
3893
|
+
export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (obj: DescribeServiceIntegrationRequest) => any;
|
|
3894
|
+
/**
|
|
3895
|
+
* @internal
|
|
3896
|
+
*/
|
|
3897
|
+
export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegration) => any;
|
|
3898
|
+
/**
|
|
3899
|
+
* @internal
|
|
3900
|
+
*/
|
|
3901
|
+
export declare const OpsCenterIntegrationFilterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
3902
|
+
/**
|
|
3903
|
+
* @internal
|
|
3904
|
+
*/
|
|
3905
|
+
export declare const ServiceIntegrationConfigFilterSensitiveLog: (obj: ServiceIntegrationConfig) => any;
|
|
3906
|
+
/**
|
|
3907
|
+
* @internal
|
|
3908
|
+
*/
|
|
3909
|
+
export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (obj: DescribeServiceIntegrationResponse) => any;
|
|
3910
|
+
/**
|
|
3911
|
+
* @internal
|
|
3912
|
+
*/
|
|
3913
|
+
export declare const GetCostEstimationRequestFilterSensitiveLog: (obj: GetCostEstimationRequest) => any;
|
|
3914
|
+
/**
|
|
3915
|
+
* @internal
|
|
3916
|
+
*/
|
|
3917
|
+
export declare const ServiceResourceCostFilterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
3918
|
+
/**
|
|
3919
|
+
* @internal
|
|
3920
|
+
*/
|
|
3921
|
+
export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
3922
|
+
/**
|
|
3923
|
+
* @internal
|
|
3924
|
+
*/
|
|
3925
|
+
export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
|
|
3926
|
+
/**
|
|
3927
|
+
* @internal
|
|
3928
|
+
*/
|
|
3929
|
+
export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CostEstimationResourceCollectionFilter) => any;
|
|
3930
|
+
/**
|
|
3931
|
+
* @internal
|
|
3932
|
+
*/
|
|
3933
|
+
export declare const CostEstimationTimeRangeFilterSensitiveLog: (obj: CostEstimationTimeRange) => any;
|
|
3934
|
+
/**
|
|
3935
|
+
* @internal
|
|
3936
|
+
*/
|
|
3937
|
+
export declare const GetCostEstimationResponseFilterSensitiveLog: (obj: GetCostEstimationResponse) => any;
|
|
3938
|
+
/**
|
|
3939
|
+
* @internal
|
|
3940
|
+
*/
|
|
3941
|
+
export declare const GetResourceCollectionRequestFilterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
3942
|
+
/**
|
|
3943
|
+
* @internal
|
|
3944
|
+
*/
|
|
3945
|
+
export declare const CloudFormationCollectionFilterFilterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
3946
|
+
/**
|
|
3947
|
+
* @internal
|
|
3948
|
+
*/
|
|
3949
|
+
export declare const TagCollectionFilterFilterSensitiveLog: (obj: TagCollectionFilter) => any;
|
|
3950
|
+
/**
|
|
3951
|
+
* @internal
|
|
3952
|
+
*/
|
|
3953
|
+
export declare const ResourceCollectionFilterFilterSensitiveLog: (obj: ResourceCollectionFilter) => any;
|
|
3954
|
+
/**
|
|
3955
|
+
* @internal
|
|
3956
|
+
*/
|
|
3957
|
+
export declare const GetResourceCollectionResponseFilterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
3958
|
+
/**
|
|
3959
|
+
* @internal
|
|
3960
|
+
*/
|
|
3961
|
+
export declare const StartTimeRangeFilterSensitiveLog: (obj: StartTimeRange) => any;
|
|
3962
|
+
/**
|
|
3963
|
+
* @internal
|
|
3964
|
+
*/
|
|
3965
|
+
export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (obj: ListAnomaliesForInsightRequest) => any;
|
|
3966
|
+
/**
|
|
3967
|
+
* @internal
|
|
3968
|
+
*/
|
|
3969
|
+
export declare const ProactiveAnomalySummaryFilterSensitiveLog: (obj: ProactiveAnomalySummary) => any;
|
|
3970
|
+
/**
|
|
3971
|
+
* @internal
|
|
3972
|
+
*/
|
|
3973
|
+
export declare const ReactiveAnomalySummaryFilterSensitiveLog: (obj: ReactiveAnomalySummary) => any;
|
|
3974
|
+
/**
|
|
3975
|
+
* @internal
|
|
3976
|
+
*/
|
|
3977
|
+
export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (obj: ListAnomaliesForInsightResponse) => any;
|
|
3978
|
+
/**
|
|
3979
|
+
* @internal
|
|
3980
|
+
*/
|
|
3981
|
+
export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (obj: ListAnomalousLogGroupsRequest) => any;
|
|
3982
|
+
/**
|
|
3983
|
+
* @internal
|
|
3984
|
+
*/
|
|
3985
|
+
export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (obj: ListAnomalousLogGroupsResponse) => any;
|
|
3986
|
+
/**
|
|
3987
|
+
* @internal
|
|
3988
|
+
*/
|
|
3989
|
+
export declare const EventTimeRangeFilterSensitiveLog: (obj: EventTimeRange) => any;
|
|
3990
|
+
/**
|
|
3991
|
+
* @internal
|
|
3992
|
+
*/
|
|
3993
|
+
export declare const ListEventsFiltersFilterSensitiveLog: (obj: ListEventsFilters) => any;
|
|
3994
|
+
/**
|
|
3995
|
+
* @internal
|
|
3996
|
+
*/
|
|
3997
|
+
export declare const ListEventsRequestFilterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
3998
|
+
/**
|
|
3999
|
+
* @internal
|
|
4000
|
+
*/
|
|
4001
|
+
export declare const EventResourceFilterSensitiveLog: (obj: EventResource) => any;
|
|
4002
|
+
/**
|
|
4003
|
+
* @internal
|
|
4004
|
+
*/
|
|
4005
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
4006
|
+
/**
|
|
4007
|
+
* @internal
|
|
4008
|
+
*/
|
|
4009
|
+
export declare const ListEventsResponseFilterSensitiveLog: (obj: ListEventsResponse) => any;
|
|
4010
|
+
/**
|
|
4011
|
+
* @internal
|
|
4012
|
+
*/
|
|
4013
|
+
export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
4014
|
+
/**
|
|
4015
|
+
* @internal
|
|
4016
|
+
*/
|
|
4017
|
+
export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
|
|
4018
|
+
/**
|
|
4019
|
+
* @internal
|
|
4020
|
+
*/
|
|
4021
|
+
export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
4022
|
+
/**
|
|
4023
|
+
* @internal
|
|
4024
|
+
*/
|
|
4025
|
+
export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
4026
|
+
/**
|
|
4027
|
+
* @internal
|
|
4028
|
+
*/
|
|
4029
|
+
export declare const ListInsightsStatusFilterFilterSensitiveLog: (obj: ListInsightsStatusFilter) => any;
|
|
4030
|
+
/**
|
|
4031
|
+
* @internal
|
|
4032
|
+
*/
|
|
4033
|
+
export declare const ListInsightsRequestFilterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
4034
|
+
/**
|
|
4035
|
+
* @internal
|
|
4036
|
+
*/
|
|
4037
|
+
export declare const ServiceCollectionFilterSensitiveLog: (obj: ServiceCollection) => any;
|
|
4038
|
+
/**
|
|
4039
|
+
* @internal
|
|
4040
|
+
*/
|
|
4041
|
+
export declare const ProactiveInsightSummaryFilterSensitiveLog: (obj: ProactiveInsightSummary) => any;
|
|
4042
|
+
/**
|
|
4043
|
+
* @internal
|
|
4044
|
+
*/
|
|
4045
|
+
export declare const ReactiveInsightSummaryFilterSensitiveLog: (obj: ReactiveInsightSummary) => any;
|
|
4046
|
+
/**
|
|
4047
|
+
* @internal
|
|
4048
|
+
*/
|
|
4049
|
+
export declare const ListInsightsResponseFilterSensitiveLog: (obj: ListInsightsResponse) => any;
|
|
4050
|
+
/**
|
|
4051
|
+
* @internal
|
|
4052
|
+
*/
|
|
4053
|
+
export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (obj: ListMonitoredResourcesFilters) => any;
|
|
4054
|
+
/**
|
|
4055
|
+
* @internal
|
|
4056
|
+
*/
|
|
4057
|
+
export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (obj: ListMonitoredResourcesRequest) => any;
|
|
4058
|
+
/**
|
|
4059
|
+
* @internal
|
|
4060
|
+
*/
|
|
4061
|
+
export declare const MonitoredResourceIdentifierFilterSensitiveLog: (obj: MonitoredResourceIdentifier) => any;
|
|
4062
|
+
/**
|
|
4063
|
+
* @internal
|
|
4064
|
+
*/
|
|
4065
|
+
export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (obj: ListMonitoredResourcesResponse) => any;
|
|
4066
|
+
/**
|
|
4067
|
+
* @internal
|
|
4068
|
+
*/
|
|
4069
|
+
export declare const ListNotificationChannelsRequestFilterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
|
|
4070
|
+
/**
|
|
4071
|
+
* @internal
|
|
4072
|
+
*/
|
|
4073
|
+
export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
|
|
4074
|
+
/**
|
|
4075
|
+
* @internal
|
|
4076
|
+
*/
|
|
4077
|
+
export declare const ListNotificationChannelsResponseFilterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
4078
|
+
/**
|
|
4079
|
+
* @internal
|
|
4080
|
+
*/
|
|
4081
|
+
export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
4082
|
+
/**
|
|
4083
|
+
* @internal
|
|
4084
|
+
*/
|
|
4085
|
+
export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
4086
|
+
/**
|
|
4087
|
+
* @internal
|
|
4088
|
+
*/
|
|
4089
|
+
export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
4090
|
+
/**
|
|
4091
|
+
* @internal
|
|
4092
|
+
*/
|
|
4093
|
+
export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
4094
|
+
/**
|
|
4095
|
+
* @internal
|
|
4096
|
+
*/
|
|
4097
|
+
export declare const ListRecommendationsRequestFilterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
4098
|
+
/**
|
|
4099
|
+
* @internal
|
|
4100
|
+
*/
|
|
4101
|
+
export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
4102
|
+
/**
|
|
4103
|
+
* @internal
|
|
4104
|
+
*/
|
|
4105
|
+
export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
4106
|
+
/**
|
|
4107
|
+
* @internal
|
|
4108
|
+
*/
|
|
4109
|
+
export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
4110
|
+
/**
|
|
4111
|
+
* @internal
|
|
4112
|
+
*/
|
|
4113
|
+
export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
4114
|
+
/**
|
|
4115
|
+
* @internal
|
|
4116
|
+
*/
|
|
4117
|
+
export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
4118
|
+
/**
|
|
4119
|
+
* @internal
|
|
4120
|
+
*/
|
|
4121
|
+
export declare const RecommendationRelatedEventFilterSensitiveLog: (obj: RecommendationRelatedEvent) => any;
|
|
4122
|
+
/**
|
|
4123
|
+
* @internal
|
|
4124
|
+
*/
|
|
4125
|
+
export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
|
|
4126
|
+
/**
|
|
4127
|
+
* @internal
|
|
4128
|
+
*/
|
|
4129
|
+
export declare const ListRecommendationsResponseFilterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
4130
|
+
/**
|
|
4131
|
+
* @internal
|
|
4132
|
+
*/
|
|
4133
|
+
export declare const PutFeedbackRequestFilterSensitiveLog: (obj: PutFeedbackRequest) => any;
|
|
4134
|
+
/**
|
|
4135
|
+
* @internal
|
|
4136
|
+
*/
|
|
4137
|
+
export declare const PutFeedbackResponseFilterSensitiveLog: (obj: PutFeedbackResponse) => any;
|
|
4138
|
+
/**
|
|
4139
|
+
* @internal
|
|
4140
|
+
*/
|
|
4141
|
+
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
4142
|
+
/**
|
|
4143
|
+
* @internal
|
|
4144
|
+
*/
|
|
4145
|
+
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
4146
|
+
/**
|
|
4147
|
+
* @internal
|
|
4148
|
+
*/
|
|
4149
|
+
export declare const SearchInsightsFiltersFilterSensitiveLog: (obj: SearchInsightsFilters) => any;
|
|
4150
|
+
/**
|
|
4151
|
+
* @internal
|
|
4152
|
+
*/
|
|
4153
|
+
export declare const SearchInsightsRequestFilterSensitiveLog: (obj: SearchInsightsRequest) => any;
|
|
4154
|
+
/**
|
|
4155
|
+
* @internal
|
|
4156
|
+
*/
|
|
4157
|
+
export declare const SearchInsightsResponseFilterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
4158
|
+
/**
|
|
4159
|
+
* @internal
|
|
4160
|
+
*/
|
|
4161
|
+
export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
4162
|
+
/**
|
|
4163
|
+
* @internal
|
|
4164
|
+
*/
|
|
4165
|
+
export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
4166
|
+
/**
|
|
4167
|
+
* @internal
|
|
4168
|
+
*/
|
|
4169
|
+
export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
4170
|
+
/**
|
|
4171
|
+
* @internal
|
|
4172
|
+
*/
|
|
4173
|
+
export declare const StartCostEstimationRequestFilterSensitiveLog: (obj: StartCostEstimationRequest) => any;
|
|
4174
|
+
/**
|
|
4175
|
+
* @internal
|
|
4176
|
+
*/
|
|
4177
|
+
export declare const StartCostEstimationResponseFilterSensitiveLog: (obj: StartCostEstimationResponse) => any;
|
|
4178
|
+
/**
|
|
4179
|
+
* @internal
|
|
4180
|
+
*/
|
|
4181
|
+
export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (obj: UpdateEventSourcesConfigRequest) => any;
|
|
4182
|
+
/**
|
|
4183
|
+
* @internal
|
|
4184
|
+
*/
|
|
4185
|
+
export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (obj: UpdateEventSourcesConfigResponse) => any;
|
|
4186
|
+
/**
|
|
4187
|
+
* @internal
|
|
4188
|
+
*/
|
|
4189
|
+
export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
4190
|
+
/**
|
|
4191
|
+
* @internal
|
|
4192
|
+
*/
|
|
4193
|
+
export declare const UpdateTagCollectionFilterFilterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
|
|
4194
|
+
/**
|
|
4195
|
+
* @internal
|
|
4196
|
+
*/
|
|
4197
|
+
export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (obj: UpdateResourceCollectionFilter) => any;
|
|
4198
|
+
/**
|
|
4199
|
+
* @internal
|
|
4200
|
+
*/
|
|
4201
|
+
export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (obj: UpdateResourceCollectionRequest) => any;
|
|
4202
|
+
/**
|
|
4203
|
+
* @internal
|
|
4204
|
+
*/
|
|
4205
|
+
export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
|
|
4206
|
+
/**
|
|
4207
|
+
* @internal
|
|
4208
|
+
*/
|
|
4209
|
+
export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegrationConfig) => any;
|
|
4210
|
+
/**
|
|
4211
|
+
* @internal
|
|
4212
|
+
*/
|
|
4213
|
+
export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
4214
|
+
/**
|
|
4215
|
+
* @internal
|
|
4216
|
+
*/
|
|
4217
|
+
export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (obj: UpdateServiceIntegrationConfig) => any;
|
|
4218
|
+
/**
|
|
4219
|
+
* @internal
|
|
4220
|
+
*/
|
|
4221
|
+
export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (obj: UpdateServiceIntegrationRequest) => any;
|
|
4222
|
+
/**
|
|
4223
|
+
* @internal
|
|
4224
|
+
*/
|
|
4225
|
+
export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (obj: UpdateServiceIntegrationResponse) => any;
|