@aws-sdk/client-devops-guru 3.133.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 +11 -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 +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-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-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
|
@@ -13,30 +13,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
13
13
|
return AccessDeniedException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { AccessDeniedException };
|
|
16
|
-
export var AccountInsightHealth;
|
|
17
|
-
(function (AccountInsightHealth) {
|
|
18
|
-
AccountInsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(AccountInsightHealth || (AccountInsightHealth = {}));
|
|
20
|
-
export var AccountHealth;
|
|
21
|
-
(function (AccountHealth) {
|
|
22
|
-
AccountHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(AccountHealth || (AccountHealth = {}));
|
|
24
|
-
export var SnsChannelConfig;
|
|
25
|
-
(function (SnsChannelConfig) {
|
|
26
|
-
SnsChannelConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
-
})(SnsChannelConfig || (SnsChannelConfig = {}));
|
|
28
|
-
export var NotificationChannelConfig;
|
|
29
|
-
(function (NotificationChannelConfig) {
|
|
30
|
-
NotificationChannelConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
-
})(NotificationChannelConfig || (NotificationChannelConfig = {}));
|
|
32
|
-
export var AddNotificationChannelRequest;
|
|
33
|
-
(function (AddNotificationChannelRequest) {
|
|
34
|
-
AddNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
-
})(AddNotificationChannelRequest || (AddNotificationChannelRequest = {}));
|
|
36
|
-
export var AddNotificationChannelResponse;
|
|
37
|
-
(function (AddNotificationChannelResponse) {
|
|
38
|
-
AddNotificationChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
-
})(AddNotificationChannelResponse || (AddNotificationChannelResponse = {}));
|
|
40
16
|
var ConflictException = (function (_super) {
|
|
41
17
|
__extends(ConflictException, _super);
|
|
42
18
|
function ConflictException(opts) {
|
|
@@ -110,10 +86,6 @@ var ThrottlingException = (function (_super) {
|
|
|
110
86
|
return ThrottlingException;
|
|
111
87
|
}(__BaseException));
|
|
112
88
|
export { ThrottlingException };
|
|
113
|
-
export var ValidationExceptionField;
|
|
114
|
-
(function (ValidationExceptionField) {
|
|
115
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
117
89
|
export var ValidationExceptionReason;
|
|
118
90
|
(function (ValidationExceptionReason) {
|
|
119
91
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -143,10 +115,6 @@ export var EventSourceOptInStatus;
|
|
|
143
115
|
EventSourceOptInStatus["DISABLED"] = "DISABLED";
|
|
144
116
|
EventSourceOptInStatus["ENABLED"] = "ENABLED";
|
|
145
117
|
})(EventSourceOptInStatus || (EventSourceOptInStatus = {}));
|
|
146
|
-
export var AmazonCodeGuruProfilerIntegration;
|
|
147
|
-
(function (AmazonCodeGuruProfilerIntegration) {
|
|
148
|
-
AmazonCodeGuruProfilerIntegration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
-
})(AmazonCodeGuruProfilerIntegration || (AmazonCodeGuruProfilerIntegration = {}));
|
|
150
118
|
export var LogAnomalyType;
|
|
151
119
|
(function (LogAnomalyType) {
|
|
152
120
|
LogAnomalyType["BLOCK_FORMAT"] = "BLOCK_FORMAT";
|
|
@@ -158,50 +126,18 @@ export var LogAnomalyType;
|
|
|
158
126
|
LogAnomalyType["NUMERICAL_NAN"] = "NUMERICAL_NAN";
|
|
159
127
|
LogAnomalyType["NUMERICAL_POINT"] = "NUMERICAL_POINT";
|
|
160
128
|
})(LogAnomalyType || (LogAnomalyType = {}));
|
|
161
|
-
export var LogAnomalyClass;
|
|
162
|
-
(function (LogAnomalyClass) {
|
|
163
|
-
LogAnomalyClass.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
-
})(LogAnomalyClass || (LogAnomalyClass = {}));
|
|
165
|
-
export var LogAnomalyShowcase;
|
|
166
|
-
(function (LogAnomalyShowcase) {
|
|
167
|
-
LogAnomalyShowcase.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
-
})(LogAnomalyShowcase || (LogAnomalyShowcase = {}));
|
|
169
|
-
export var AnomalousLogGroup;
|
|
170
|
-
(function (AnomalousLogGroup) {
|
|
171
|
-
AnomalousLogGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(AnomalousLogGroup || (AnomalousLogGroup = {}));
|
|
173
|
-
export var AnomalyReportedTimeRange;
|
|
174
|
-
(function (AnomalyReportedTimeRange) {
|
|
175
|
-
AnomalyReportedTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(AnomalyReportedTimeRange || (AnomalyReportedTimeRange = {}));
|
|
177
|
-
export var AnomalyResource;
|
|
178
|
-
(function (AnomalyResource) {
|
|
179
|
-
AnomalyResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(AnomalyResource || (AnomalyResource = {}));
|
|
181
129
|
export var AnomalySeverity;
|
|
182
130
|
(function (AnomalySeverity) {
|
|
183
131
|
AnomalySeverity["HIGH"] = "HIGH";
|
|
184
132
|
AnomalySeverity["LOW"] = "LOW";
|
|
185
133
|
AnomalySeverity["MEDIUM"] = "MEDIUM";
|
|
186
134
|
})(AnomalySeverity || (AnomalySeverity = {}));
|
|
187
|
-
export var CloudWatchMetricsDimension;
|
|
188
|
-
(function (CloudWatchMetricsDimension) {
|
|
189
|
-
CloudWatchMetricsDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
-
})(CloudWatchMetricsDimension || (CloudWatchMetricsDimension = {}));
|
|
191
135
|
export var CloudWatchMetricDataStatusCode;
|
|
192
136
|
(function (CloudWatchMetricDataStatusCode) {
|
|
193
137
|
CloudWatchMetricDataStatusCode["COMPLETE"] = "Complete";
|
|
194
138
|
CloudWatchMetricDataStatusCode["INTERNAL_ERROR"] = "InternalError";
|
|
195
139
|
CloudWatchMetricDataStatusCode["PARTIAL_DATA"] = "PartialData";
|
|
196
140
|
})(CloudWatchMetricDataStatusCode || (CloudWatchMetricDataStatusCode = {}));
|
|
197
|
-
export var TimestampMetricValuePair;
|
|
198
|
-
(function (TimestampMetricValuePair) {
|
|
199
|
-
TimestampMetricValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(TimestampMetricValuePair || (TimestampMetricValuePair = {}));
|
|
201
|
-
export var CloudWatchMetricsDataSummary;
|
|
202
|
-
(function (CloudWatchMetricsDataSummary) {
|
|
203
|
-
CloudWatchMetricsDataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(CloudWatchMetricsDataSummary || (CloudWatchMetricsDataSummary = {}));
|
|
205
141
|
export var CloudWatchMetricsStat;
|
|
206
142
|
(function (CloudWatchMetricsStat) {
|
|
207
143
|
CloudWatchMetricsStat["AVERAGE"] = "Average";
|
|
@@ -213,136 +149,16 @@ export var CloudWatchMetricsStat;
|
|
|
213
149
|
CloudWatchMetricsStat["SAMPLE_COUNT"] = "SampleCount";
|
|
214
150
|
CloudWatchMetricsStat["SUM"] = "Sum";
|
|
215
151
|
})(CloudWatchMetricsStat || (CloudWatchMetricsStat = {}));
|
|
216
|
-
export var CloudWatchMetricsDetail;
|
|
217
|
-
(function (CloudWatchMetricsDetail) {
|
|
218
|
-
CloudWatchMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(CloudWatchMetricsDetail || (CloudWatchMetricsDetail = {}));
|
|
220
|
-
export var PerformanceInsightsMetricDimensionGroup;
|
|
221
|
-
(function (PerformanceInsightsMetricDimensionGroup) {
|
|
222
|
-
PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(PerformanceInsightsMetricDimensionGroup || (PerformanceInsightsMetricDimensionGroup = {}));
|
|
224
|
-
export var PerformanceInsightsMetricQuery;
|
|
225
|
-
(function (PerformanceInsightsMetricQuery) {
|
|
226
|
-
PerformanceInsightsMetricQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
-
})(PerformanceInsightsMetricQuery || (PerformanceInsightsMetricQuery = {}));
|
|
228
|
-
export var PerformanceInsightsReferenceMetric;
|
|
229
|
-
(function (PerformanceInsightsReferenceMetric) {
|
|
230
|
-
PerformanceInsightsReferenceMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
-
})(PerformanceInsightsReferenceMetric || (PerformanceInsightsReferenceMetric = {}));
|
|
232
|
-
export var PerformanceInsightsReferenceScalar;
|
|
233
|
-
(function (PerformanceInsightsReferenceScalar) {
|
|
234
|
-
PerformanceInsightsReferenceScalar.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
-
})(PerformanceInsightsReferenceScalar || (PerformanceInsightsReferenceScalar = {}));
|
|
236
|
-
export var PerformanceInsightsReferenceComparisonValues;
|
|
237
|
-
(function (PerformanceInsightsReferenceComparisonValues) {
|
|
238
|
-
PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
-
})(PerformanceInsightsReferenceComparisonValues || (PerformanceInsightsReferenceComparisonValues = {}));
|
|
240
|
-
export var PerformanceInsightsReferenceData;
|
|
241
|
-
(function (PerformanceInsightsReferenceData) {
|
|
242
|
-
PerformanceInsightsReferenceData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
-
})(PerformanceInsightsReferenceData || (PerformanceInsightsReferenceData = {}));
|
|
244
|
-
export var PerformanceInsightsStat;
|
|
245
|
-
(function (PerformanceInsightsStat) {
|
|
246
|
-
PerformanceInsightsStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(PerformanceInsightsStat || (PerformanceInsightsStat = {}));
|
|
248
|
-
export var PerformanceInsightsMetricsDetail;
|
|
249
|
-
(function (PerformanceInsightsMetricsDetail) {
|
|
250
|
-
PerformanceInsightsMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(PerformanceInsightsMetricsDetail || (PerformanceInsightsMetricsDetail = {}));
|
|
252
|
-
export var AnomalySourceDetails;
|
|
253
|
-
(function (AnomalySourceDetails) {
|
|
254
|
-
AnomalySourceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(AnomalySourceDetails || (AnomalySourceDetails = {}));
|
|
256
|
-
export var AnomalySourceMetadata;
|
|
257
|
-
(function (AnomalySourceMetadata) {
|
|
258
|
-
AnomalySourceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(AnomalySourceMetadata || (AnomalySourceMetadata = {}));
|
|
260
152
|
export var AnomalyStatus;
|
|
261
153
|
(function (AnomalyStatus) {
|
|
262
154
|
AnomalyStatus["CLOSED"] = "CLOSED";
|
|
263
155
|
AnomalyStatus["ONGOING"] = "ONGOING";
|
|
264
156
|
})(AnomalyStatus || (AnomalyStatus = {}));
|
|
265
|
-
export var AnomalyTimeRange;
|
|
266
|
-
(function (AnomalyTimeRange) {
|
|
267
|
-
AnomalyTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(AnomalyTimeRange || (AnomalyTimeRange = {}));
|
|
269
157
|
export var AnomalyType;
|
|
270
158
|
(function (AnomalyType) {
|
|
271
159
|
AnomalyType["CAUSAL"] = "CAUSAL";
|
|
272
160
|
AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
|
|
273
161
|
})(AnomalyType || (AnomalyType = {}));
|
|
274
|
-
export var DeleteInsightRequest;
|
|
275
|
-
(function (DeleteInsightRequest) {
|
|
276
|
-
DeleteInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
-
})(DeleteInsightRequest || (DeleteInsightRequest = {}));
|
|
278
|
-
export var DeleteInsightResponse;
|
|
279
|
-
(function (DeleteInsightResponse) {
|
|
280
|
-
DeleteInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
-
})(DeleteInsightResponse || (DeleteInsightResponse = {}));
|
|
282
|
-
export var DescribeAccountHealthRequest;
|
|
283
|
-
(function (DescribeAccountHealthRequest) {
|
|
284
|
-
DescribeAccountHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
-
})(DescribeAccountHealthRequest || (DescribeAccountHealthRequest = {}));
|
|
286
|
-
export var DescribeAccountHealthResponse;
|
|
287
|
-
(function (DescribeAccountHealthResponse) {
|
|
288
|
-
DescribeAccountHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
-
})(DescribeAccountHealthResponse || (DescribeAccountHealthResponse = {}));
|
|
290
|
-
export var DescribeAccountOverviewRequest;
|
|
291
|
-
(function (DescribeAccountOverviewRequest) {
|
|
292
|
-
DescribeAccountOverviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
-
})(DescribeAccountOverviewRequest || (DescribeAccountOverviewRequest = {}));
|
|
294
|
-
export var DescribeAccountOverviewResponse;
|
|
295
|
-
(function (DescribeAccountOverviewResponse) {
|
|
296
|
-
DescribeAccountOverviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
-
})(DescribeAccountOverviewResponse || (DescribeAccountOverviewResponse = {}));
|
|
298
|
-
export var DescribeAnomalyRequest;
|
|
299
|
-
(function (DescribeAnomalyRequest) {
|
|
300
|
-
DescribeAnomalyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
-
})(DescribeAnomalyRequest || (DescribeAnomalyRequest = {}));
|
|
302
|
-
export var PredictionTimeRange;
|
|
303
|
-
(function (PredictionTimeRange) {
|
|
304
|
-
PredictionTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
-
})(PredictionTimeRange || (PredictionTimeRange = {}));
|
|
306
|
-
export var CloudFormationCollection;
|
|
307
|
-
(function (CloudFormationCollection) {
|
|
308
|
-
CloudFormationCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
-
})(CloudFormationCollection || (CloudFormationCollection = {}));
|
|
310
|
-
export var TagCollection;
|
|
311
|
-
(function (TagCollection) {
|
|
312
|
-
TagCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
-
})(TagCollection || (TagCollection = {}));
|
|
314
|
-
export var ResourceCollection;
|
|
315
|
-
(function (ResourceCollection) {
|
|
316
|
-
ResourceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(ResourceCollection || (ResourceCollection = {}));
|
|
318
|
-
export var ProactiveAnomaly;
|
|
319
|
-
(function (ProactiveAnomaly) {
|
|
320
|
-
ProactiveAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(ProactiveAnomaly || (ProactiveAnomaly = {}));
|
|
322
|
-
export var ReactiveAnomaly;
|
|
323
|
-
(function (ReactiveAnomaly) {
|
|
324
|
-
ReactiveAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(ReactiveAnomaly || (ReactiveAnomaly = {}));
|
|
326
|
-
export var DescribeAnomalyResponse;
|
|
327
|
-
(function (DescribeAnomalyResponse) {
|
|
328
|
-
DescribeAnomalyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
-
})(DescribeAnomalyResponse || (DescribeAnomalyResponse = {}));
|
|
330
|
-
export var DescribeEventSourcesConfigRequest;
|
|
331
|
-
(function (DescribeEventSourcesConfigRequest) {
|
|
332
|
-
DescribeEventSourcesConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
-
})(DescribeEventSourcesConfigRequest || (DescribeEventSourcesConfigRequest = {}));
|
|
334
|
-
export var EventSourcesConfig;
|
|
335
|
-
(function (EventSourcesConfig) {
|
|
336
|
-
EventSourcesConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
-
})(EventSourcesConfig || (EventSourcesConfig = {}));
|
|
338
|
-
export var DescribeEventSourcesConfigResponse;
|
|
339
|
-
(function (DescribeEventSourcesConfigResponse) {
|
|
340
|
-
DescribeEventSourcesConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(DescribeEventSourcesConfigResponse || (DescribeEventSourcesConfigResponse = {}));
|
|
342
|
-
export var DescribeFeedbackRequest;
|
|
343
|
-
(function (DescribeFeedbackRequest) {
|
|
344
|
-
DescribeFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
-
})(DescribeFeedbackRequest || (DescribeFeedbackRequest = {}));
|
|
346
162
|
export var InsightFeedbackOption;
|
|
347
163
|
(function (InsightFeedbackOption) {
|
|
348
164
|
InsightFeedbackOption["ALERT_TOO_SENSITIVE"] = "ALERT_TOO_SENSITIVE";
|
|
@@ -351,22 +167,6 @@ export var InsightFeedbackOption;
|
|
|
351
167
|
InsightFeedbackOption["RECOMMENDATION_USEFUL"] = "RECOMMENDATION_USEFUL";
|
|
352
168
|
InsightFeedbackOption["VALID_COLLECTION"] = "VALID_COLLECTION";
|
|
353
169
|
})(InsightFeedbackOption || (InsightFeedbackOption = {}));
|
|
354
|
-
export var InsightFeedback;
|
|
355
|
-
(function (InsightFeedback) {
|
|
356
|
-
InsightFeedback.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(InsightFeedback || (InsightFeedback = {}));
|
|
358
|
-
export var DescribeFeedbackResponse;
|
|
359
|
-
(function (DescribeFeedbackResponse) {
|
|
360
|
-
DescribeFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
-
})(DescribeFeedbackResponse || (DescribeFeedbackResponse = {}));
|
|
362
|
-
export var DescribeInsightRequest;
|
|
363
|
-
(function (DescribeInsightRequest) {
|
|
364
|
-
DescribeInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
-
})(DescribeInsightRequest || (DescribeInsightRequest = {}));
|
|
366
|
-
export var InsightTimeRange;
|
|
367
|
-
(function (InsightTimeRange) {
|
|
368
|
-
InsightTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(InsightTimeRange || (InsightTimeRange = {}));
|
|
370
170
|
export var InsightSeverity;
|
|
371
171
|
(function (InsightSeverity) {
|
|
372
172
|
InsightSeverity["HIGH"] = "HIGH";
|
|
@@ -378,34 +178,6 @@ export var InsightStatus;
|
|
|
378
178
|
InsightStatus["CLOSED"] = "CLOSED";
|
|
379
179
|
InsightStatus["ONGOING"] = "ONGOING";
|
|
380
180
|
})(InsightStatus || (InsightStatus = {}));
|
|
381
|
-
export var ProactiveInsight;
|
|
382
|
-
(function (ProactiveInsight) {
|
|
383
|
-
ProactiveInsight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(ProactiveInsight || (ProactiveInsight = {}));
|
|
385
|
-
export var ReactiveInsight;
|
|
386
|
-
(function (ReactiveInsight) {
|
|
387
|
-
ReactiveInsight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(ReactiveInsight || (ReactiveInsight = {}));
|
|
389
|
-
export var DescribeInsightResponse;
|
|
390
|
-
(function (DescribeInsightResponse) {
|
|
391
|
-
DescribeInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(DescribeInsightResponse || (DescribeInsightResponse = {}));
|
|
393
|
-
export var DescribeOrganizationHealthRequest;
|
|
394
|
-
(function (DescribeOrganizationHealthRequest) {
|
|
395
|
-
DescribeOrganizationHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(DescribeOrganizationHealthRequest || (DescribeOrganizationHealthRequest = {}));
|
|
397
|
-
export var DescribeOrganizationHealthResponse;
|
|
398
|
-
(function (DescribeOrganizationHealthResponse) {
|
|
399
|
-
DescribeOrganizationHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(DescribeOrganizationHealthResponse || (DescribeOrganizationHealthResponse = {}));
|
|
401
|
-
export var DescribeOrganizationOverviewRequest;
|
|
402
|
-
(function (DescribeOrganizationOverviewRequest) {
|
|
403
|
-
DescribeOrganizationOverviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(DescribeOrganizationOverviewRequest || (DescribeOrganizationOverviewRequest = {}));
|
|
405
|
-
export var DescribeOrganizationOverviewResponse;
|
|
406
|
-
(function (DescribeOrganizationOverviewResponse) {
|
|
407
|
-
DescribeOrganizationOverviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(DescribeOrganizationOverviewResponse || (DescribeOrganizationOverviewResponse = {}));
|
|
409
181
|
export var OrganizationResourceCollectionType;
|
|
410
182
|
(function (OrganizationResourceCollectionType) {
|
|
411
183
|
OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
|
|
@@ -413,22 +185,6 @@ export var OrganizationResourceCollectionType;
|
|
|
413
185
|
OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
414
186
|
OrganizationResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
415
187
|
})(OrganizationResourceCollectionType || (OrganizationResourceCollectionType = {}));
|
|
416
|
-
export var DescribeOrganizationResourceCollectionHealthRequest;
|
|
417
|
-
(function (DescribeOrganizationResourceCollectionHealthRequest) {
|
|
418
|
-
DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(DescribeOrganizationResourceCollectionHealthRequest || (DescribeOrganizationResourceCollectionHealthRequest = {}));
|
|
420
|
-
export var InsightHealth;
|
|
421
|
-
(function (InsightHealth) {
|
|
422
|
-
InsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
})(InsightHealth || (InsightHealth = {}));
|
|
424
|
-
export var CloudFormationHealth;
|
|
425
|
-
(function (CloudFormationHealth) {
|
|
426
|
-
CloudFormationHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
-
})(CloudFormationHealth || (CloudFormationHealth = {}));
|
|
428
|
-
export var ServiceInsightHealth;
|
|
429
|
-
(function (ServiceInsightHealth) {
|
|
430
|
-
ServiceInsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
-
})(ServiceInsightHealth || (ServiceInsightHealth = {}));
|
|
432
188
|
export var ServiceName;
|
|
433
189
|
(function (ServiceName) {
|
|
434
190
|
ServiceName["API_GATEWAY"] = "API_GATEWAY";
|
|
@@ -457,143 +213,27 @@ export var ServiceName;
|
|
|
457
213
|
ServiceName["STEP_FUNCTIONS"] = "STEP_FUNCTIONS";
|
|
458
214
|
ServiceName["SWF"] = "SWF";
|
|
459
215
|
})(ServiceName || (ServiceName = {}));
|
|
460
|
-
export var ServiceHealth;
|
|
461
|
-
(function (ServiceHealth) {
|
|
462
|
-
ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
-
})(ServiceHealth || (ServiceHealth = {}));
|
|
464
|
-
export var TagHealth;
|
|
465
|
-
(function (TagHealth) {
|
|
466
|
-
TagHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
-
})(TagHealth || (TagHealth = {}));
|
|
468
|
-
export var DescribeOrganizationResourceCollectionHealthResponse;
|
|
469
|
-
(function (DescribeOrganizationResourceCollectionHealthResponse) {
|
|
470
|
-
DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
-
})(DescribeOrganizationResourceCollectionHealthResponse || (DescribeOrganizationResourceCollectionHealthResponse = {}));
|
|
472
216
|
export var ResourceCollectionType;
|
|
473
217
|
(function (ResourceCollectionType) {
|
|
474
218
|
ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
475
219
|
ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
476
220
|
ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
477
221
|
})(ResourceCollectionType || (ResourceCollectionType = {}));
|
|
478
|
-
export var DescribeResourceCollectionHealthRequest;
|
|
479
|
-
(function (DescribeResourceCollectionHealthRequest) {
|
|
480
|
-
DescribeResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(DescribeResourceCollectionHealthRequest || (DescribeResourceCollectionHealthRequest = {}));
|
|
482
|
-
export var DescribeResourceCollectionHealthResponse;
|
|
483
|
-
(function (DescribeResourceCollectionHealthResponse) {
|
|
484
|
-
DescribeResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
-
})(DescribeResourceCollectionHealthResponse || (DescribeResourceCollectionHealthResponse = {}));
|
|
486
|
-
export var DescribeServiceIntegrationRequest;
|
|
487
|
-
(function (DescribeServiceIntegrationRequest) {
|
|
488
|
-
DescribeServiceIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
-
})(DescribeServiceIntegrationRequest || (DescribeServiceIntegrationRequest = {}));
|
|
490
222
|
export var OptInStatus;
|
|
491
223
|
(function (OptInStatus) {
|
|
492
224
|
OptInStatus["DISABLED"] = "DISABLED";
|
|
493
225
|
OptInStatus["ENABLED"] = "ENABLED";
|
|
494
226
|
})(OptInStatus || (OptInStatus = {}));
|
|
495
|
-
export var LogsAnomalyDetectionIntegration;
|
|
496
|
-
(function (LogsAnomalyDetectionIntegration) {
|
|
497
|
-
LogsAnomalyDetectionIntegration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(LogsAnomalyDetectionIntegration || (LogsAnomalyDetectionIntegration = {}));
|
|
499
|
-
export var OpsCenterIntegration;
|
|
500
|
-
(function (OpsCenterIntegration) {
|
|
501
|
-
OpsCenterIntegration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(OpsCenterIntegration || (OpsCenterIntegration = {}));
|
|
503
|
-
export var ServiceIntegrationConfig;
|
|
504
|
-
(function (ServiceIntegrationConfig) {
|
|
505
|
-
ServiceIntegrationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(ServiceIntegrationConfig || (ServiceIntegrationConfig = {}));
|
|
507
|
-
export var DescribeServiceIntegrationResponse;
|
|
508
|
-
(function (DescribeServiceIntegrationResponse) {
|
|
509
|
-
DescribeServiceIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(DescribeServiceIntegrationResponse || (DescribeServiceIntegrationResponse = {}));
|
|
511
|
-
export var GetCostEstimationRequest;
|
|
512
|
-
(function (GetCostEstimationRequest) {
|
|
513
|
-
GetCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(GetCostEstimationRequest || (GetCostEstimationRequest = {}));
|
|
515
227
|
export var CostEstimationServiceResourceState;
|
|
516
228
|
(function (CostEstimationServiceResourceState) {
|
|
517
229
|
CostEstimationServiceResourceState["ACTIVE"] = "ACTIVE";
|
|
518
230
|
CostEstimationServiceResourceState["INACTIVE"] = "INACTIVE";
|
|
519
231
|
})(CostEstimationServiceResourceState || (CostEstimationServiceResourceState = {}));
|
|
520
|
-
export var ServiceResourceCost;
|
|
521
|
-
(function (ServiceResourceCost) {
|
|
522
|
-
ServiceResourceCost.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
-
})(ServiceResourceCost || (ServiceResourceCost = {}));
|
|
524
|
-
export var CloudFormationCostEstimationResourceCollectionFilter;
|
|
525
|
-
(function (CloudFormationCostEstimationResourceCollectionFilter) {
|
|
526
|
-
CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
-
})(CloudFormationCostEstimationResourceCollectionFilter || (CloudFormationCostEstimationResourceCollectionFilter = {}));
|
|
528
|
-
export var TagCostEstimationResourceCollectionFilter;
|
|
529
|
-
(function (TagCostEstimationResourceCollectionFilter) {
|
|
530
|
-
TagCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
-
})(TagCostEstimationResourceCollectionFilter || (TagCostEstimationResourceCollectionFilter = {}));
|
|
532
|
-
export var CostEstimationResourceCollectionFilter;
|
|
533
|
-
(function (CostEstimationResourceCollectionFilter) {
|
|
534
|
-
CostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
-
})(CostEstimationResourceCollectionFilter || (CostEstimationResourceCollectionFilter = {}));
|
|
536
232
|
export var CostEstimationStatus;
|
|
537
233
|
(function (CostEstimationStatus) {
|
|
538
234
|
CostEstimationStatus["COMPLETED"] = "COMPLETED";
|
|
539
235
|
CostEstimationStatus["ONGOING"] = "ONGOING";
|
|
540
236
|
})(CostEstimationStatus || (CostEstimationStatus = {}));
|
|
541
|
-
export var CostEstimationTimeRange;
|
|
542
|
-
(function (CostEstimationTimeRange) {
|
|
543
|
-
CostEstimationTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(CostEstimationTimeRange || (CostEstimationTimeRange = {}));
|
|
545
|
-
export var GetCostEstimationResponse;
|
|
546
|
-
(function (GetCostEstimationResponse) {
|
|
547
|
-
GetCostEstimationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
-
})(GetCostEstimationResponse || (GetCostEstimationResponse = {}));
|
|
549
|
-
export var GetResourceCollectionRequest;
|
|
550
|
-
(function (GetResourceCollectionRequest) {
|
|
551
|
-
GetResourceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(GetResourceCollectionRequest || (GetResourceCollectionRequest = {}));
|
|
553
|
-
export var CloudFormationCollectionFilter;
|
|
554
|
-
(function (CloudFormationCollectionFilter) {
|
|
555
|
-
CloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
-
})(CloudFormationCollectionFilter || (CloudFormationCollectionFilter = {}));
|
|
557
|
-
export var TagCollectionFilter;
|
|
558
|
-
(function (TagCollectionFilter) {
|
|
559
|
-
TagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
-
})(TagCollectionFilter || (TagCollectionFilter = {}));
|
|
561
|
-
export var ResourceCollectionFilter;
|
|
562
|
-
(function (ResourceCollectionFilter) {
|
|
563
|
-
ResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
-
})(ResourceCollectionFilter || (ResourceCollectionFilter = {}));
|
|
565
|
-
export var GetResourceCollectionResponse;
|
|
566
|
-
(function (GetResourceCollectionResponse) {
|
|
567
|
-
GetResourceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
-
})(GetResourceCollectionResponse || (GetResourceCollectionResponse = {}));
|
|
569
|
-
export var StartTimeRange;
|
|
570
|
-
(function (StartTimeRange) {
|
|
571
|
-
StartTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
-
})(StartTimeRange || (StartTimeRange = {}));
|
|
573
|
-
export var ListAnomaliesForInsightRequest;
|
|
574
|
-
(function (ListAnomaliesForInsightRequest) {
|
|
575
|
-
ListAnomaliesForInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
-
})(ListAnomaliesForInsightRequest || (ListAnomaliesForInsightRequest = {}));
|
|
577
|
-
export var ProactiveAnomalySummary;
|
|
578
|
-
(function (ProactiveAnomalySummary) {
|
|
579
|
-
ProactiveAnomalySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(ProactiveAnomalySummary || (ProactiveAnomalySummary = {}));
|
|
581
|
-
export var ReactiveAnomalySummary;
|
|
582
|
-
(function (ReactiveAnomalySummary) {
|
|
583
|
-
ReactiveAnomalySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
-
})(ReactiveAnomalySummary || (ReactiveAnomalySummary = {}));
|
|
585
|
-
export var ListAnomaliesForInsightResponse;
|
|
586
|
-
(function (ListAnomaliesForInsightResponse) {
|
|
587
|
-
ListAnomaliesForInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
-
})(ListAnomaliesForInsightResponse || (ListAnomaliesForInsightResponse = {}));
|
|
589
|
-
export var ListAnomalousLogGroupsRequest;
|
|
590
|
-
(function (ListAnomalousLogGroupsRequest) {
|
|
591
|
-
ListAnomalousLogGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
-
})(ListAnomalousLogGroupsRequest || (ListAnomalousLogGroupsRequest = {}));
|
|
593
|
-
export var ListAnomalousLogGroupsResponse;
|
|
594
|
-
(function (ListAnomalousLogGroupsResponse) {
|
|
595
|
-
ListAnomalousLogGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
-
})(ListAnomalousLogGroupsResponse || (ListAnomalousLogGroupsResponse = {}));
|
|
597
237
|
export var EventDataSource;
|
|
598
238
|
(function (EventDataSource) {
|
|
599
239
|
EventDataSource["AWS_CLOUD_TRAIL"] = "AWS_CLOUD_TRAIL";
|
|
@@ -607,75 +247,11 @@ export var EventClass;
|
|
|
607
247
|
EventClass["SCHEMA_CHANGE"] = "SCHEMA_CHANGE";
|
|
608
248
|
EventClass["SECURITY_CHANGE"] = "SECURITY_CHANGE";
|
|
609
249
|
})(EventClass || (EventClass = {}));
|
|
610
|
-
export var EventTimeRange;
|
|
611
|
-
(function (EventTimeRange) {
|
|
612
|
-
EventTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
-
})(EventTimeRange || (EventTimeRange = {}));
|
|
614
|
-
export var ListEventsFilters;
|
|
615
|
-
(function (ListEventsFilters) {
|
|
616
|
-
ListEventsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
-
})(ListEventsFilters || (ListEventsFilters = {}));
|
|
618
|
-
export var ListEventsRequest;
|
|
619
|
-
(function (ListEventsRequest) {
|
|
620
|
-
ListEventsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
-
})(ListEventsRequest || (ListEventsRequest = {}));
|
|
622
|
-
export var EventResource;
|
|
623
|
-
(function (EventResource) {
|
|
624
|
-
EventResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
-
})(EventResource || (EventResource = {}));
|
|
626
|
-
export var Event;
|
|
627
|
-
(function (Event) {
|
|
628
|
-
Event.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(Event || (Event = {}));
|
|
630
|
-
export var ListEventsResponse;
|
|
631
|
-
(function (ListEventsResponse) {
|
|
632
|
-
ListEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
-
})(ListEventsResponse || (ListEventsResponse = {}));
|
|
634
250
|
export var InsightType;
|
|
635
251
|
(function (InsightType) {
|
|
636
252
|
InsightType["PROACTIVE"] = "PROACTIVE";
|
|
637
253
|
InsightType["REACTIVE"] = "REACTIVE";
|
|
638
254
|
})(InsightType || (InsightType = {}));
|
|
639
|
-
export var ListInsightsAnyStatusFilter;
|
|
640
|
-
(function (ListInsightsAnyStatusFilter) {
|
|
641
|
-
ListInsightsAnyStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(ListInsightsAnyStatusFilter || (ListInsightsAnyStatusFilter = {}));
|
|
643
|
-
export var EndTimeRange;
|
|
644
|
-
(function (EndTimeRange) {
|
|
645
|
-
EndTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
-
})(EndTimeRange || (EndTimeRange = {}));
|
|
647
|
-
export var ListInsightsClosedStatusFilter;
|
|
648
|
-
(function (ListInsightsClosedStatusFilter) {
|
|
649
|
-
ListInsightsClosedStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(ListInsightsClosedStatusFilter || (ListInsightsClosedStatusFilter = {}));
|
|
651
|
-
export var ListInsightsOngoingStatusFilter;
|
|
652
|
-
(function (ListInsightsOngoingStatusFilter) {
|
|
653
|
-
ListInsightsOngoingStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
-
})(ListInsightsOngoingStatusFilter || (ListInsightsOngoingStatusFilter = {}));
|
|
655
|
-
export var ListInsightsStatusFilter;
|
|
656
|
-
(function (ListInsightsStatusFilter) {
|
|
657
|
-
ListInsightsStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(ListInsightsStatusFilter || (ListInsightsStatusFilter = {}));
|
|
659
|
-
export var ListInsightsRequest;
|
|
660
|
-
(function (ListInsightsRequest) {
|
|
661
|
-
ListInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
-
})(ListInsightsRequest || (ListInsightsRequest = {}));
|
|
663
|
-
export var ServiceCollection;
|
|
664
|
-
(function (ServiceCollection) {
|
|
665
|
-
ServiceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
-
})(ServiceCollection || (ServiceCollection = {}));
|
|
667
|
-
export var ProactiveInsightSummary;
|
|
668
|
-
(function (ProactiveInsightSummary) {
|
|
669
|
-
ProactiveInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(ProactiveInsightSummary || (ProactiveInsightSummary = {}));
|
|
671
|
-
export var ReactiveInsightSummary;
|
|
672
|
-
(function (ReactiveInsightSummary) {
|
|
673
|
-
ReactiveInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(ReactiveInsightSummary || (ReactiveInsightSummary = {}));
|
|
675
|
-
export var ListInsightsResponse;
|
|
676
|
-
(function (ListInsightsResponse) {
|
|
677
|
-
ListInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(ListInsightsResponse || (ListInsightsResponse = {}));
|
|
679
255
|
export var ResourcePermission;
|
|
680
256
|
(function (ResourcePermission) {
|
|
681
257
|
ResourcePermission["FULL_PERMISSION"] = "FULL_PERMISSION";
|
|
@@ -685,50 +261,6 @@ export var ResourceTypeFilter;
|
|
|
685
261
|
(function (ResourceTypeFilter) {
|
|
686
262
|
ResourceTypeFilter["LOG_GROUPS"] = "LOG_GROUPS";
|
|
687
263
|
})(ResourceTypeFilter || (ResourceTypeFilter = {}));
|
|
688
|
-
export var ListMonitoredResourcesFilters;
|
|
689
|
-
(function (ListMonitoredResourcesFilters) {
|
|
690
|
-
ListMonitoredResourcesFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
-
})(ListMonitoredResourcesFilters || (ListMonitoredResourcesFilters = {}));
|
|
692
|
-
export var ListMonitoredResourcesRequest;
|
|
693
|
-
(function (ListMonitoredResourcesRequest) {
|
|
694
|
-
ListMonitoredResourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
-
})(ListMonitoredResourcesRequest || (ListMonitoredResourcesRequest = {}));
|
|
696
|
-
export var MonitoredResourceIdentifier;
|
|
697
|
-
(function (MonitoredResourceIdentifier) {
|
|
698
|
-
MonitoredResourceIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(MonitoredResourceIdentifier || (MonitoredResourceIdentifier = {}));
|
|
700
|
-
export var ListMonitoredResourcesResponse;
|
|
701
|
-
(function (ListMonitoredResourcesResponse) {
|
|
702
|
-
ListMonitoredResourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
-
})(ListMonitoredResourcesResponse || (ListMonitoredResourcesResponse = {}));
|
|
704
|
-
export var ListNotificationChannelsRequest;
|
|
705
|
-
(function (ListNotificationChannelsRequest) {
|
|
706
|
-
ListNotificationChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(ListNotificationChannelsRequest || (ListNotificationChannelsRequest = {}));
|
|
708
|
-
export var NotificationChannel;
|
|
709
|
-
(function (NotificationChannel) {
|
|
710
|
-
NotificationChannel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
-
})(NotificationChannel || (NotificationChannel = {}));
|
|
712
|
-
export var ListNotificationChannelsResponse;
|
|
713
|
-
(function (ListNotificationChannelsResponse) {
|
|
714
|
-
ListNotificationChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
-
})(ListNotificationChannelsResponse || (ListNotificationChannelsResponse = {}));
|
|
716
|
-
export var ListOrganizationInsightsRequest;
|
|
717
|
-
(function (ListOrganizationInsightsRequest) {
|
|
718
|
-
ListOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(ListOrganizationInsightsRequest || (ListOrganizationInsightsRequest = {}));
|
|
720
|
-
export var ProactiveOrganizationInsightSummary;
|
|
721
|
-
(function (ProactiveOrganizationInsightSummary) {
|
|
722
|
-
ProactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
-
})(ProactiveOrganizationInsightSummary || (ProactiveOrganizationInsightSummary = {}));
|
|
724
|
-
export var ReactiveOrganizationInsightSummary;
|
|
725
|
-
(function (ReactiveOrganizationInsightSummary) {
|
|
726
|
-
ReactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
-
})(ReactiveOrganizationInsightSummary || (ReactiveOrganizationInsightSummary = {}));
|
|
728
|
-
export var ListOrganizationInsightsResponse;
|
|
729
|
-
(function (ListOrganizationInsightsResponse) {
|
|
730
|
-
ListOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
-
})(ListOrganizationInsightsResponse || (ListOrganizationInsightsResponse = {}));
|
|
732
264
|
export var Locale;
|
|
733
265
|
(function (Locale) {
|
|
734
266
|
Locale["DE_DE"] = "DE_DE";
|
|
@@ -743,140 +275,158 @@ export var Locale;
|
|
|
743
275
|
Locale["ZH_CN"] = "ZH_CN";
|
|
744
276
|
Locale["ZH_TW"] = "ZH_TW";
|
|
745
277
|
})(Locale || (Locale = {}));
|
|
746
|
-
export var ListRecommendationsRequest;
|
|
747
|
-
(function (ListRecommendationsRequest) {
|
|
748
|
-
ListRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
-
})(ListRecommendationsRequest || (ListRecommendationsRequest = {}));
|
|
750
|
-
export var RecommendationRelatedAnomalyResource;
|
|
751
|
-
(function (RecommendationRelatedAnomalyResource) {
|
|
752
|
-
RecommendationRelatedAnomalyResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
-
})(RecommendationRelatedAnomalyResource || (RecommendationRelatedAnomalyResource = {}));
|
|
754
|
-
export var RecommendationRelatedCloudWatchMetricsSourceDetail;
|
|
755
|
-
(function (RecommendationRelatedCloudWatchMetricsSourceDetail) {
|
|
756
|
-
RecommendationRelatedCloudWatchMetricsSourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
-
})(RecommendationRelatedCloudWatchMetricsSourceDetail || (RecommendationRelatedCloudWatchMetricsSourceDetail = {}));
|
|
758
|
-
export var RecommendationRelatedAnomalySourceDetail;
|
|
759
|
-
(function (RecommendationRelatedAnomalySourceDetail) {
|
|
760
|
-
RecommendationRelatedAnomalySourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
-
})(RecommendationRelatedAnomalySourceDetail || (RecommendationRelatedAnomalySourceDetail = {}));
|
|
762
|
-
export var RecommendationRelatedAnomaly;
|
|
763
|
-
(function (RecommendationRelatedAnomaly) {
|
|
764
|
-
RecommendationRelatedAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
-
})(RecommendationRelatedAnomaly || (RecommendationRelatedAnomaly = {}));
|
|
766
|
-
export var RecommendationRelatedEventResource;
|
|
767
|
-
(function (RecommendationRelatedEventResource) {
|
|
768
|
-
RecommendationRelatedEventResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
-
})(RecommendationRelatedEventResource || (RecommendationRelatedEventResource = {}));
|
|
770
|
-
export var RecommendationRelatedEvent;
|
|
771
|
-
(function (RecommendationRelatedEvent) {
|
|
772
|
-
RecommendationRelatedEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
-
})(RecommendationRelatedEvent || (RecommendationRelatedEvent = {}));
|
|
774
|
-
export var Recommendation;
|
|
775
|
-
(function (Recommendation) {
|
|
776
|
-
Recommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
-
})(Recommendation || (Recommendation = {}));
|
|
778
|
-
export var ListRecommendationsResponse;
|
|
779
|
-
(function (ListRecommendationsResponse) {
|
|
780
|
-
ListRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
-
})(ListRecommendationsResponse || (ListRecommendationsResponse = {}));
|
|
782
|
-
export var PutFeedbackRequest;
|
|
783
|
-
(function (PutFeedbackRequest) {
|
|
784
|
-
PutFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
-
})(PutFeedbackRequest || (PutFeedbackRequest = {}));
|
|
786
|
-
export var PutFeedbackResponse;
|
|
787
|
-
(function (PutFeedbackResponse) {
|
|
788
|
-
PutFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
-
})(PutFeedbackResponse || (PutFeedbackResponse = {}));
|
|
790
|
-
export var RemoveNotificationChannelRequest;
|
|
791
|
-
(function (RemoveNotificationChannelRequest) {
|
|
792
|
-
RemoveNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
-
})(RemoveNotificationChannelRequest || (RemoveNotificationChannelRequest = {}));
|
|
794
|
-
export var RemoveNotificationChannelResponse;
|
|
795
|
-
(function (RemoveNotificationChannelResponse) {
|
|
796
|
-
RemoveNotificationChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
-
})(RemoveNotificationChannelResponse || (RemoveNotificationChannelResponse = {}));
|
|
798
|
-
export var SearchInsightsFilters;
|
|
799
|
-
(function (SearchInsightsFilters) {
|
|
800
|
-
SearchInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
-
})(SearchInsightsFilters || (SearchInsightsFilters = {}));
|
|
802
|
-
export var SearchInsightsRequest;
|
|
803
|
-
(function (SearchInsightsRequest) {
|
|
804
|
-
SearchInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
-
})(SearchInsightsRequest || (SearchInsightsRequest = {}));
|
|
806
|
-
export var SearchInsightsResponse;
|
|
807
|
-
(function (SearchInsightsResponse) {
|
|
808
|
-
SearchInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
-
})(SearchInsightsResponse || (SearchInsightsResponse = {}));
|
|
810
|
-
export var SearchOrganizationInsightsFilters;
|
|
811
|
-
(function (SearchOrganizationInsightsFilters) {
|
|
812
|
-
SearchOrganizationInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
-
})(SearchOrganizationInsightsFilters || (SearchOrganizationInsightsFilters = {}));
|
|
814
|
-
export var SearchOrganizationInsightsRequest;
|
|
815
|
-
(function (SearchOrganizationInsightsRequest) {
|
|
816
|
-
SearchOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
-
})(SearchOrganizationInsightsRequest || (SearchOrganizationInsightsRequest = {}));
|
|
818
|
-
export var SearchOrganizationInsightsResponse;
|
|
819
|
-
(function (SearchOrganizationInsightsResponse) {
|
|
820
|
-
SearchOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
-
})(SearchOrganizationInsightsResponse || (SearchOrganizationInsightsResponse = {}));
|
|
822
|
-
export var StartCostEstimationRequest;
|
|
823
|
-
(function (StartCostEstimationRequest) {
|
|
824
|
-
StartCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
-
})(StartCostEstimationRequest || (StartCostEstimationRequest = {}));
|
|
826
|
-
export var StartCostEstimationResponse;
|
|
827
|
-
(function (StartCostEstimationResponse) {
|
|
828
|
-
StartCostEstimationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
-
})(StartCostEstimationResponse || (StartCostEstimationResponse = {}));
|
|
830
|
-
export var UpdateEventSourcesConfigRequest;
|
|
831
|
-
(function (UpdateEventSourcesConfigRequest) {
|
|
832
|
-
UpdateEventSourcesConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
-
})(UpdateEventSourcesConfigRequest || (UpdateEventSourcesConfigRequest = {}));
|
|
834
|
-
export var UpdateEventSourcesConfigResponse;
|
|
835
|
-
(function (UpdateEventSourcesConfigResponse) {
|
|
836
|
-
UpdateEventSourcesConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
-
})(UpdateEventSourcesConfigResponse || (UpdateEventSourcesConfigResponse = {}));
|
|
838
278
|
export var UpdateResourceCollectionAction;
|
|
839
279
|
(function (UpdateResourceCollectionAction) {
|
|
840
280
|
UpdateResourceCollectionAction["ADD"] = "ADD";
|
|
841
281
|
UpdateResourceCollectionAction["REMOVE"] = "REMOVE";
|
|
842
282
|
})(UpdateResourceCollectionAction || (UpdateResourceCollectionAction = {}));
|
|
843
|
-
export var
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
export var
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
export var
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
export var
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
export var
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
export var
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
export var
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
export var
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export var
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
export var
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
283
|
+
export var AccountInsightHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var AccountHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var SnsChannelConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var NotificationChannelConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var AddNotificationChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var AddNotificationChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var AmazonCodeGuruProfilerIntegrationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var LogAnomalyClassFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var LogAnomalyShowcaseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var AnomalousLogGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var AnomalyReportedTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var AnomalyResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var CloudWatchMetricsDimensionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var TimestampMetricValuePairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var CloudWatchMetricsDataSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var CloudWatchMetricsDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var PerformanceInsightsMetricDimensionGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var PerformanceInsightsMetricQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var PerformanceInsightsReferenceMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var PerformanceInsightsReferenceScalarFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var PerformanceInsightsReferenceDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var PerformanceInsightsStatFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var PerformanceInsightsMetricsDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var AnomalySourceDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var AnomalySourceMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var AnomalyTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var DeleteInsightRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var DeleteInsightResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var DescribeAccountHealthRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var DescribeAccountHealthResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var DescribeAccountOverviewRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var DescribeAccountOverviewResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var DescribeAnomalyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var PredictionTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var CloudFormationCollectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var TagCollectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var ResourceCollectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var ProactiveAnomalyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var ReactiveAnomalyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var DescribeAnomalyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var DescribeEventSourcesConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var EventSourcesConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var DescribeEventSourcesConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var DescribeFeedbackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var InsightFeedbackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var DescribeFeedbackResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var DescribeInsightRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var InsightTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var ProactiveInsightFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var ReactiveInsightFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var DescribeInsightResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var DescribeOrganizationHealthRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var DescribeOrganizationHealthResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var DescribeOrganizationOverviewRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var DescribeOrganizationOverviewResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var InsightHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var CloudFormationHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var ServiceInsightHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var ServiceHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var TagHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var DescribeResourceCollectionHealthRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var DescribeResourceCollectionHealthResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var DescribeServiceIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var LogsAnomalyDetectionIntegrationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var OpsCenterIntegrationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var ServiceIntegrationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var DescribeServiceIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var GetCostEstimationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var ServiceResourceCostFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var TagCostEstimationResourceCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var CostEstimationResourceCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var CostEstimationTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var GetCostEstimationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var GetResourceCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var CloudFormationCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var TagCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var ResourceCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var GetResourceCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var StartTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var ListAnomaliesForInsightRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var ProactiveAnomalySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var ReactiveAnomalySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var ListAnomaliesForInsightResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var ListAnomalousLogGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var ListAnomalousLogGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var EventTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var ListEventsFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var ListEventsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var EventResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var ListEventsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var ListInsightsAnyStatusFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var EndTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var ListInsightsClosedStatusFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var ListInsightsOngoingStatusFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var ListInsightsStatusFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var ListInsightsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var ServiceCollectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var ProactiveInsightSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var ReactiveInsightSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var ListInsightsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var ListMonitoredResourcesFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var ListMonitoredResourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var MonitoredResourceIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var ListMonitoredResourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var ListNotificationChannelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var NotificationChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var ListNotificationChannelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var ListOrganizationInsightsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var ProactiveOrganizationInsightSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var ReactiveOrganizationInsightSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var ListOrganizationInsightsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var ListRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var RecommendationRelatedAnomalyResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var RecommendationRelatedAnomalySourceDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var RecommendationRelatedAnomalyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var RecommendationRelatedEventResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var RecommendationRelatedEventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var RecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var ListRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var PutFeedbackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var PutFeedbackResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var RemoveNotificationChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var RemoveNotificationChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var SearchInsightsFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var SearchInsightsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var SearchInsightsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var SearchOrganizationInsightsFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var SearchOrganizationInsightsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var SearchOrganizationInsightsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var StartCostEstimationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var StartCostEstimationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var UpdateEventSourcesConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var UpdateEventSourcesConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var UpdateCloudFormationCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
export var UpdateTagCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
export var UpdateResourceCollectionFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
export var UpdateResourceCollectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
export var UpdateResourceCollectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
export var LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
export var OpsCenterIntegrationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var UpdateServiceIntegrationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var UpdateServiceIntegrationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var UpdateServiceIntegrationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|