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