@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
|
@@ -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,42 +115,29 @@ export var EventSourceOptInStatus;
|
|
|
143
115
|
EventSourceOptInStatus["DISABLED"] = "DISABLED";
|
|
144
116
|
EventSourceOptInStatus["ENABLED"] = "ENABLED";
|
|
145
117
|
})(EventSourceOptInStatus || (EventSourceOptInStatus = {}));
|
|
146
|
-
export var
|
|
147
|
-
(function (
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
})(AnomalyResource || (AnomalyResource = {}));
|
|
118
|
+
export var LogAnomalyType;
|
|
119
|
+
(function (LogAnomalyType) {
|
|
120
|
+
LogAnomalyType["BLOCK_FORMAT"] = "BLOCK_FORMAT";
|
|
121
|
+
LogAnomalyType["FORMAT"] = "FORMAT";
|
|
122
|
+
LogAnomalyType["HTTP_CODE"] = "HTTP_CODE";
|
|
123
|
+
LogAnomalyType["KEYWORD"] = "KEYWORD";
|
|
124
|
+
LogAnomalyType["KEYWORD_TOKEN"] = "KEYWORD_TOKEN";
|
|
125
|
+
LogAnomalyType["NEW_FIELD_NAME"] = "NEW_FIELD_NAME";
|
|
126
|
+
LogAnomalyType["NUMERICAL_NAN"] = "NUMERICAL_NAN";
|
|
127
|
+
LogAnomalyType["NUMERICAL_POINT"] = "NUMERICAL_POINT";
|
|
128
|
+
})(LogAnomalyType || (LogAnomalyType = {}));
|
|
158
129
|
export var AnomalySeverity;
|
|
159
130
|
(function (AnomalySeverity) {
|
|
160
131
|
AnomalySeverity["HIGH"] = "HIGH";
|
|
161
132
|
AnomalySeverity["LOW"] = "LOW";
|
|
162
133
|
AnomalySeverity["MEDIUM"] = "MEDIUM";
|
|
163
134
|
})(AnomalySeverity || (AnomalySeverity = {}));
|
|
164
|
-
export var CloudWatchMetricsDimension;
|
|
165
|
-
(function (CloudWatchMetricsDimension) {
|
|
166
|
-
CloudWatchMetricsDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(CloudWatchMetricsDimension || (CloudWatchMetricsDimension = {}));
|
|
168
135
|
export var CloudWatchMetricDataStatusCode;
|
|
169
136
|
(function (CloudWatchMetricDataStatusCode) {
|
|
170
137
|
CloudWatchMetricDataStatusCode["COMPLETE"] = "Complete";
|
|
171
138
|
CloudWatchMetricDataStatusCode["INTERNAL_ERROR"] = "InternalError";
|
|
172
139
|
CloudWatchMetricDataStatusCode["PARTIAL_DATA"] = "PartialData";
|
|
173
140
|
})(CloudWatchMetricDataStatusCode || (CloudWatchMetricDataStatusCode = {}));
|
|
174
|
-
export var TimestampMetricValuePair;
|
|
175
|
-
(function (TimestampMetricValuePair) {
|
|
176
|
-
TimestampMetricValuePair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(TimestampMetricValuePair || (TimestampMetricValuePair = {}));
|
|
178
|
-
export var CloudWatchMetricsDataSummary;
|
|
179
|
-
(function (CloudWatchMetricsDataSummary) {
|
|
180
|
-
CloudWatchMetricsDataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(CloudWatchMetricsDataSummary || (CloudWatchMetricsDataSummary = {}));
|
|
182
141
|
export var CloudWatchMetricsStat;
|
|
183
142
|
(function (CloudWatchMetricsStat) {
|
|
184
143
|
CloudWatchMetricsStat["AVERAGE"] = "Average";
|
|
@@ -190,136 +149,16 @@ export var CloudWatchMetricsStat;
|
|
|
190
149
|
CloudWatchMetricsStat["SAMPLE_COUNT"] = "SampleCount";
|
|
191
150
|
CloudWatchMetricsStat["SUM"] = "Sum";
|
|
192
151
|
})(CloudWatchMetricsStat || (CloudWatchMetricsStat = {}));
|
|
193
|
-
export var CloudWatchMetricsDetail;
|
|
194
|
-
(function (CloudWatchMetricsDetail) {
|
|
195
|
-
CloudWatchMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(CloudWatchMetricsDetail || (CloudWatchMetricsDetail = {}));
|
|
197
|
-
export var PerformanceInsightsMetricDimensionGroup;
|
|
198
|
-
(function (PerformanceInsightsMetricDimensionGroup) {
|
|
199
|
-
PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(PerformanceInsightsMetricDimensionGroup || (PerformanceInsightsMetricDimensionGroup = {}));
|
|
201
|
-
export var PerformanceInsightsMetricQuery;
|
|
202
|
-
(function (PerformanceInsightsMetricQuery) {
|
|
203
|
-
PerformanceInsightsMetricQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(PerformanceInsightsMetricQuery || (PerformanceInsightsMetricQuery = {}));
|
|
205
|
-
export var PerformanceInsightsReferenceMetric;
|
|
206
|
-
(function (PerformanceInsightsReferenceMetric) {
|
|
207
|
-
PerformanceInsightsReferenceMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(PerformanceInsightsReferenceMetric || (PerformanceInsightsReferenceMetric = {}));
|
|
209
|
-
export var PerformanceInsightsReferenceScalar;
|
|
210
|
-
(function (PerformanceInsightsReferenceScalar) {
|
|
211
|
-
PerformanceInsightsReferenceScalar.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(PerformanceInsightsReferenceScalar || (PerformanceInsightsReferenceScalar = {}));
|
|
213
|
-
export var PerformanceInsightsReferenceComparisonValues;
|
|
214
|
-
(function (PerformanceInsightsReferenceComparisonValues) {
|
|
215
|
-
PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(PerformanceInsightsReferenceComparisonValues || (PerformanceInsightsReferenceComparisonValues = {}));
|
|
217
|
-
export var PerformanceInsightsReferenceData;
|
|
218
|
-
(function (PerformanceInsightsReferenceData) {
|
|
219
|
-
PerformanceInsightsReferenceData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(PerformanceInsightsReferenceData || (PerformanceInsightsReferenceData = {}));
|
|
221
|
-
export var PerformanceInsightsStat;
|
|
222
|
-
(function (PerformanceInsightsStat) {
|
|
223
|
-
PerformanceInsightsStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(PerformanceInsightsStat || (PerformanceInsightsStat = {}));
|
|
225
|
-
export var PerformanceInsightsMetricsDetail;
|
|
226
|
-
(function (PerformanceInsightsMetricsDetail) {
|
|
227
|
-
PerformanceInsightsMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(PerformanceInsightsMetricsDetail || (PerformanceInsightsMetricsDetail = {}));
|
|
229
|
-
export var AnomalySourceDetails;
|
|
230
|
-
(function (AnomalySourceDetails) {
|
|
231
|
-
AnomalySourceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
-
})(AnomalySourceDetails || (AnomalySourceDetails = {}));
|
|
233
|
-
export var AnomalySourceMetadata;
|
|
234
|
-
(function (AnomalySourceMetadata) {
|
|
235
|
-
AnomalySourceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(AnomalySourceMetadata || (AnomalySourceMetadata = {}));
|
|
237
152
|
export var AnomalyStatus;
|
|
238
153
|
(function (AnomalyStatus) {
|
|
239
154
|
AnomalyStatus["CLOSED"] = "CLOSED";
|
|
240
155
|
AnomalyStatus["ONGOING"] = "ONGOING";
|
|
241
156
|
})(AnomalyStatus || (AnomalyStatus = {}));
|
|
242
|
-
export var AnomalyTimeRange;
|
|
243
|
-
(function (AnomalyTimeRange) {
|
|
244
|
-
AnomalyTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
-
})(AnomalyTimeRange || (AnomalyTimeRange = {}));
|
|
246
157
|
export var AnomalyType;
|
|
247
158
|
(function (AnomalyType) {
|
|
248
159
|
AnomalyType["CAUSAL"] = "CAUSAL";
|
|
249
160
|
AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
|
|
250
161
|
})(AnomalyType || (AnomalyType = {}));
|
|
251
|
-
export var DeleteInsightRequest;
|
|
252
|
-
(function (DeleteInsightRequest) {
|
|
253
|
-
DeleteInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(DeleteInsightRequest || (DeleteInsightRequest = {}));
|
|
255
|
-
export var DeleteInsightResponse;
|
|
256
|
-
(function (DeleteInsightResponse) {
|
|
257
|
-
DeleteInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(DeleteInsightResponse || (DeleteInsightResponse = {}));
|
|
259
|
-
export var DescribeAccountHealthRequest;
|
|
260
|
-
(function (DescribeAccountHealthRequest) {
|
|
261
|
-
DescribeAccountHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(DescribeAccountHealthRequest || (DescribeAccountHealthRequest = {}));
|
|
263
|
-
export var DescribeAccountHealthResponse;
|
|
264
|
-
(function (DescribeAccountHealthResponse) {
|
|
265
|
-
DescribeAccountHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(DescribeAccountHealthResponse || (DescribeAccountHealthResponse = {}));
|
|
267
|
-
export var DescribeAccountOverviewRequest;
|
|
268
|
-
(function (DescribeAccountOverviewRequest) {
|
|
269
|
-
DescribeAccountOverviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(DescribeAccountOverviewRequest || (DescribeAccountOverviewRequest = {}));
|
|
271
|
-
export var DescribeAccountOverviewResponse;
|
|
272
|
-
(function (DescribeAccountOverviewResponse) {
|
|
273
|
-
DescribeAccountOverviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(DescribeAccountOverviewResponse || (DescribeAccountOverviewResponse = {}));
|
|
275
|
-
export var DescribeAnomalyRequest;
|
|
276
|
-
(function (DescribeAnomalyRequest) {
|
|
277
|
-
DescribeAnomalyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(DescribeAnomalyRequest || (DescribeAnomalyRequest = {}));
|
|
279
|
-
export var PredictionTimeRange;
|
|
280
|
-
(function (PredictionTimeRange) {
|
|
281
|
-
PredictionTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(PredictionTimeRange || (PredictionTimeRange = {}));
|
|
283
|
-
export var CloudFormationCollection;
|
|
284
|
-
(function (CloudFormationCollection) {
|
|
285
|
-
CloudFormationCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(CloudFormationCollection || (CloudFormationCollection = {}));
|
|
287
|
-
export var TagCollection;
|
|
288
|
-
(function (TagCollection) {
|
|
289
|
-
TagCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(TagCollection || (TagCollection = {}));
|
|
291
|
-
export var ResourceCollection;
|
|
292
|
-
(function (ResourceCollection) {
|
|
293
|
-
ResourceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(ResourceCollection || (ResourceCollection = {}));
|
|
295
|
-
export var ProactiveAnomaly;
|
|
296
|
-
(function (ProactiveAnomaly) {
|
|
297
|
-
ProactiveAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(ProactiveAnomaly || (ProactiveAnomaly = {}));
|
|
299
|
-
export var ReactiveAnomaly;
|
|
300
|
-
(function (ReactiveAnomaly) {
|
|
301
|
-
ReactiveAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(ReactiveAnomaly || (ReactiveAnomaly = {}));
|
|
303
|
-
export var DescribeAnomalyResponse;
|
|
304
|
-
(function (DescribeAnomalyResponse) {
|
|
305
|
-
DescribeAnomalyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
-
})(DescribeAnomalyResponse || (DescribeAnomalyResponse = {}));
|
|
307
|
-
export var DescribeEventSourcesConfigRequest;
|
|
308
|
-
(function (DescribeEventSourcesConfigRequest) {
|
|
309
|
-
DescribeEventSourcesConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
-
})(DescribeEventSourcesConfigRequest || (DescribeEventSourcesConfigRequest = {}));
|
|
311
|
-
export var EventSourcesConfig;
|
|
312
|
-
(function (EventSourcesConfig) {
|
|
313
|
-
EventSourcesConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
-
})(EventSourcesConfig || (EventSourcesConfig = {}));
|
|
315
|
-
export var DescribeEventSourcesConfigResponse;
|
|
316
|
-
(function (DescribeEventSourcesConfigResponse) {
|
|
317
|
-
DescribeEventSourcesConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
-
})(DescribeEventSourcesConfigResponse || (DescribeEventSourcesConfigResponse = {}));
|
|
319
|
-
export var DescribeFeedbackRequest;
|
|
320
|
-
(function (DescribeFeedbackRequest) {
|
|
321
|
-
DescribeFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
-
})(DescribeFeedbackRequest || (DescribeFeedbackRequest = {}));
|
|
323
162
|
export var InsightFeedbackOption;
|
|
324
163
|
(function (InsightFeedbackOption) {
|
|
325
164
|
InsightFeedbackOption["ALERT_TOO_SENSITIVE"] = "ALERT_TOO_SENSITIVE";
|
|
@@ -328,22 +167,6 @@ export var InsightFeedbackOption;
|
|
|
328
167
|
InsightFeedbackOption["RECOMMENDATION_USEFUL"] = "RECOMMENDATION_USEFUL";
|
|
329
168
|
InsightFeedbackOption["VALID_COLLECTION"] = "VALID_COLLECTION";
|
|
330
169
|
})(InsightFeedbackOption || (InsightFeedbackOption = {}));
|
|
331
|
-
export var InsightFeedback;
|
|
332
|
-
(function (InsightFeedback) {
|
|
333
|
-
InsightFeedback.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
-
})(InsightFeedback || (InsightFeedback = {}));
|
|
335
|
-
export var DescribeFeedbackResponse;
|
|
336
|
-
(function (DescribeFeedbackResponse) {
|
|
337
|
-
DescribeFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(DescribeFeedbackResponse || (DescribeFeedbackResponse = {}));
|
|
339
|
-
export var DescribeInsightRequest;
|
|
340
|
-
(function (DescribeInsightRequest) {
|
|
341
|
-
DescribeInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(DescribeInsightRequest || (DescribeInsightRequest = {}));
|
|
343
|
-
export var InsightTimeRange;
|
|
344
|
-
(function (InsightTimeRange) {
|
|
345
|
-
InsightTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(InsightTimeRange || (InsightTimeRange = {}));
|
|
347
170
|
export var InsightSeverity;
|
|
348
171
|
(function (InsightSeverity) {
|
|
349
172
|
InsightSeverity["HIGH"] = "HIGH";
|
|
@@ -355,34 +178,6 @@ export var InsightStatus;
|
|
|
355
178
|
InsightStatus["CLOSED"] = "CLOSED";
|
|
356
179
|
InsightStatus["ONGOING"] = "ONGOING";
|
|
357
180
|
})(InsightStatus || (InsightStatus = {}));
|
|
358
|
-
export var ProactiveInsight;
|
|
359
|
-
(function (ProactiveInsight) {
|
|
360
|
-
ProactiveInsight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
-
})(ProactiveInsight || (ProactiveInsight = {}));
|
|
362
|
-
export var ReactiveInsight;
|
|
363
|
-
(function (ReactiveInsight) {
|
|
364
|
-
ReactiveInsight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
-
})(ReactiveInsight || (ReactiveInsight = {}));
|
|
366
|
-
export var DescribeInsightResponse;
|
|
367
|
-
(function (DescribeInsightResponse) {
|
|
368
|
-
DescribeInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(DescribeInsightResponse || (DescribeInsightResponse = {}));
|
|
370
|
-
export var DescribeOrganizationHealthRequest;
|
|
371
|
-
(function (DescribeOrganizationHealthRequest) {
|
|
372
|
-
DescribeOrganizationHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(DescribeOrganizationHealthRequest || (DescribeOrganizationHealthRequest = {}));
|
|
374
|
-
export var DescribeOrganizationHealthResponse;
|
|
375
|
-
(function (DescribeOrganizationHealthResponse) {
|
|
376
|
-
DescribeOrganizationHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(DescribeOrganizationHealthResponse || (DescribeOrganizationHealthResponse = {}));
|
|
378
|
-
export var DescribeOrganizationOverviewRequest;
|
|
379
|
-
(function (DescribeOrganizationOverviewRequest) {
|
|
380
|
-
DescribeOrganizationOverviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
-
})(DescribeOrganizationOverviewRequest || (DescribeOrganizationOverviewRequest = {}));
|
|
382
|
-
export var DescribeOrganizationOverviewResponse;
|
|
383
|
-
(function (DescribeOrganizationOverviewResponse) {
|
|
384
|
-
DescribeOrganizationOverviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
-
})(DescribeOrganizationOverviewResponse || (DescribeOrganizationOverviewResponse = {}));
|
|
386
181
|
export var OrganizationResourceCollectionType;
|
|
387
182
|
(function (OrganizationResourceCollectionType) {
|
|
388
183
|
OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
|
|
@@ -390,22 +185,6 @@ export var OrganizationResourceCollectionType;
|
|
|
390
185
|
OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
391
186
|
OrganizationResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
392
187
|
})(OrganizationResourceCollectionType || (OrganizationResourceCollectionType = {}));
|
|
393
|
-
export var DescribeOrganizationResourceCollectionHealthRequest;
|
|
394
|
-
(function (DescribeOrganizationResourceCollectionHealthRequest) {
|
|
395
|
-
DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(DescribeOrganizationResourceCollectionHealthRequest || (DescribeOrganizationResourceCollectionHealthRequest = {}));
|
|
397
|
-
export var InsightHealth;
|
|
398
|
-
(function (InsightHealth) {
|
|
399
|
-
InsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(InsightHealth || (InsightHealth = {}));
|
|
401
|
-
export var CloudFormationHealth;
|
|
402
|
-
(function (CloudFormationHealth) {
|
|
403
|
-
CloudFormationHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(CloudFormationHealth || (CloudFormationHealth = {}));
|
|
405
|
-
export var ServiceInsightHealth;
|
|
406
|
-
(function (ServiceInsightHealth) {
|
|
407
|
-
ServiceInsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(ServiceInsightHealth || (ServiceInsightHealth = {}));
|
|
409
188
|
export var ServiceName;
|
|
410
189
|
(function (ServiceName) {
|
|
411
190
|
ServiceName["API_GATEWAY"] = "API_GATEWAY";
|
|
@@ -434,131 +213,27 @@ export var ServiceName;
|
|
|
434
213
|
ServiceName["STEP_FUNCTIONS"] = "STEP_FUNCTIONS";
|
|
435
214
|
ServiceName["SWF"] = "SWF";
|
|
436
215
|
})(ServiceName || (ServiceName = {}));
|
|
437
|
-
export var ServiceHealth;
|
|
438
|
-
(function (ServiceHealth) {
|
|
439
|
-
ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(ServiceHealth || (ServiceHealth = {}));
|
|
441
|
-
export var TagHealth;
|
|
442
|
-
(function (TagHealth) {
|
|
443
|
-
TagHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
})(TagHealth || (TagHealth = {}));
|
|
445
|
-
export var DescribeOrganizationResourceCollectionHealthResponse;
|
|
446
|
-
(function (DescribeOrganizationResourceCollectionHealthResponse) {
|
|
447
|
-
DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
})(DescribeOrganizationResourceCollectionHealthResponse || (DescribeOrganizationResourceCollectionHealthResponse = {}));
|
|
449
216
|
export var ResourceCollectionType;
|
|
450
217
|
(function (ResourceCollectionType) {
|
|
451
218
|
ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
452
219
|
ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
453
220
|
ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
454
221
|
})(ResourceCollectionType || (ResourceCollectionType = {}));
|
|
455
|
-
export var DescribeResourceCollectionHealthRequest;
|
|
456
|
-
(function (DescribeResourceCollectionHealthRequest) {
|
|
457
|
-
DescribeResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(DescribeResourceCollectionHealthRequest || (DescribeResourceCollectionHealthRequest = {}));
|
|
459
|
-
export var DescribeResourceCollectionHealthResponse;
|
|
460
|
-
(function (DescribeResourceCollectionHealthResponse) {
|
|
461
|
-
DescribeResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
-
})(DescribeResourceCollectionHealthResponse || (DescribeResourceCollectionHealthResponse = {}));
|
|
463
|
-
export var DescribeServiceIntegrationRequest;
|
|
464
|
-
(function (DescribeServiceIntegrationRequest) {
|
|
465
|
-
DescribeServiceIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
-
})(DescribeServiceIntegrationRequest || (DescribeServiceIntegrationRequest = {}));
|
|
467
222
|
export var OptInStatus;
|
|
468
223
|
(function (OptInStatus) {
|
|
469
224
|
OptInStatus["DISABLED"] = "DISABLED";
|
|
470
225
|
OptInStatus["ENABLED"] = "ENABLED";
|
|
471
226
|
})(OptInStatus || (OptInStatus = {}));
|
|
472
|
-
export var OpsCenterIntegration;
|
|
473
|
-
(function (OpsCenterIntegration) {
|
|
474
|
-
OpsCenterIntegration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
-
})(OpsCenterIntegration || (OpsCenterIntegration = {}));
|
|
476
|
-
export var ServiceIntegrationConfig;
|
|
477
|
-
(function (ServiceIntegrationConfig) {
|
|
478
|
-
ServiceIntegrationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
-
})(ServiceIntegrationConfig || (ServiceIntegrationConfig = {}));
|
|
480
|
-
export var DescribeServiceIntegrationResponse;
|
|
481
|
-
(function (DescribeServiceIntegrationResponse) {
|
|
482
|
-
DescribeServiceIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
-
})(DescribeServiceIntegrationResponse || (DescribeServiceIntegrationResponse = {}));
|
|
484
|
-
export var GetCostEstimationRequest;
|
|
485
|
-
(function (GetCostEstimationRequest) {
|
|
486
|
-
GetCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
-
})(GetCostEstimationRequest || (GetCostEstimationRequest = {}));
|
|
488
227
|
export var CostEstimationServiceResourceState;
|
|
489
228
|
(function (CostEstimationServiceResourceState) {
|
|
490
229
|
CostEstimationServiceResourceState["ACTIVE"] = "ACTIVE";
|
|
491
230
|
CostEstimationServiceResourceState["INACTIVE"] = "INACTIVE";
|
|
492
231
|
})(CostEstimationServiceResourceState || (CostEstimationServiceResourceState = {}));
|
|
493
|
-
export var ServiceResourceCost;
|
|
494
|
-
(function (ServiceResourceCost) {
|
|
495
|
-
ServiceResourceCost.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(ServiceResourceCost || (ServiceResourceCost = {}));
|
|
497
|
-
export var CloudFormationCostEstimationResourceCollectionFilter;
|
|
498
|
-
(function (CloudFormationCostEstimationResourceCollectionFilter) {
|
|
499
|
-
CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(CloudFormationCostEstimationResourceCollectionFilter || (CloudFormationCostEstimationResourceCollectionFilter = {}));
|
|
501
|
-
export var TagCostEstimationResourceCollectionFilter;
|
|
502
|
-
(function (TagCostEstimationResourceCollectionFilter) {
|
|
503
|
-
TagCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
-
})(TagCostEstimationResourceCollectionFilter || (TagCostEstimationResourceCollectionFilter = {}));
|
|
505
|
-
export var CostEstimationResourceCollectionFilter;
|
|
506
|
-
(function (CostEstimationResourceCollectionFilter) {
|
|
507
|
-
CostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(CostEstimationResourceCollectionFilter || (CostEstimationResourceCollectionFilter = {}));
|
|
509
232
|
export var CostEstimationStatus;
|
|
510
233
|
(function (CostEstimationStatus) {
|
|
511
234
|
CostEstimationStatus["COMPLETED"] = "COMPLETED";
|
|
512
235
|
CostEstimationStatus["ONGOING"] = "ONGOING";
|
|
513
236
|
})(CostEstimationStatus || (CostEstimationStatus = {}));
|
|
514
|
-
export var CostEstimationTimeRange;
|
|
515
|
-
(function (CostEstimationTimeRange) {
|
|
516
|
-
CostEstimationTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
-
})(CostEstimationTimeRange || (CostEstimationTimeRange = {}));
|
|
518
|
-
export var GetCostEstimationResponse;
|
|
519
|
-
(function (GetCostEstimationResponse) {
|
|
520
|
-
GetCostEstimationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
-
})(GetCostEstimationResponse || (GetCostEstimationResponse = {}));
|
|
522
|
-
export var GetResourceCollectionRequest;
|
|
523
|
-
(function (GetResourceCollectionRequest) {
|
|
524
|
-
GetResourceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(GetResourceCollectionRequest || (GetResourceCollectionRequest = {}));
|
|
526
|
-
export var CloudFormationCollectionFilter;
|
|
527
|
-
(function (CloudFormationCollectionFilter) {
|
|
528
|
-
CloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
-
})(CloudFormationCollectionFilter || (CloudFormationCollectionFilter = {}));
|
|
530
|
-
export var TagCollectionFilter;
|
|
531
|
-
(function (TagCollectionFilter) {
|
|
532
|
-
TagCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
-
})(TagCollectionFilter || (TagCollectionFilter = {}));
|
|
534
|
-
export var ResourceCollectionFilter;
|
|
535
|
-
(function (ResourceCollectionFilter) {
|
|
536
|
-
ResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
-
})(ResourceCollectionFilter || (ResourceCollectionFilter = {}));
|
|
538
|
-
export var GetResourceCollectionResponse;
|
|
539
|
-
(function (GetResourceCollectionResponse) {
|
|
540
|
-
GetResourceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(GetResourceCollectionResponse || (GetResourceCollectionResponse = {}));
|
|
542
|
-
export var StartTimeRange;
|
|
543
|
-
(function (StartTimeRange) {
|
|
544
|
-
StartTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
-
})(StartTimeRange || (StartTimeRange = {}));
|
|
546
|
-
export var ListAnomaliesForInsightRequest;
|
|
547
|
-
(function (ListAnomaliesForInsightRequest) {
|
|
548
|
-
ListAnomaliesForInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
-
})(ListAnomaliesForInsightRequest || (ListAnomaliesForInsightRequest = {}));
|
|
550
|
-
export var ProactiveAnomalySummary;
|
|
551
|
-
(function (ProactiveAnomalySummary) {
|
|
552
|
-
ProactiveAnomalySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
})(ProactiveAnomalySummary || (ProactiveAnomalySummary = {}));
|
|
554
|
-
export var ReactiveAnomalySummary;
|
|
555
|
-
(function (ReactiveAnomalySummary) {
|
|
556
|
-
ReactiveAnomalySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(ReactiveAnomalySummary || (ReactiveAnomalySummary = {}));
|
|
558
|
-
export var ListAnomaliesForInsightResponse;
|
|
559
|
-
(function (ListAnomaliesForInsightResponse) {
|
|
560
|
-
ListAnomaliesForInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(ListAnomaliesForInsightResponse || (ListAnomaliesForInsightResponse = {}));
|
|
562
237
|
export var EventDataSource;
|
|
563
238
|
(function (EventDataSource) {
|
|
564
239
|
EventDataSource["AWS_CLOUD_TRAIL"] = "AWS_CLOUD_TRAIL";
|
|
@@ -572,103 +247,20 @@ export var EventClass;
|
|
|
572
247
|
EventClass["SCHEMA_CHANGE"] = "SCHEMA_CHANGE";
|
|
573
248
|
EventClass["SECURITY_CHANGE"] = "SECURITY_CHANGE";
|
|
574
249
|
})(EventClass || (EventClass = {}));
|
|
575
|
-
export var EventTimeRange;
|
|
576
|
-
(function (EventTimeRange) {
|
|
577
|
-
EventTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(EventTimeRange || (EventTimeRange = {}));
|
|
579
|
-
export var ListEventsFilters;
|
|
580
|
-
(function (ListEventsFilters) {
|
|
581
|
-
ListEventsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(ListEventsFilters || (ListEventsFilters = {}));
|
|
583
|
-
export var ListEventsRequest;
|
|
584
|
-
(function (ListEventsRequest) {
|
|
585
|
-
ListEventsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(ListEventsRequest || (ListEventsRequest = {}));
|
|
587
|
-
export var EventResource;
|
|
588
|
-
(function (EventResource) {
|
|
589
|
-
EventResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(EventResource || (EventResource = {}));
|
|
591
|
-
export var Event;
|
|
592
|
-
(function (Event) {
|
|
593
|
-
Event.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(Event || (Event = {}));
|
|
595
|
-
export var ListEventsResponse;
|
|
596
|
-
(function (ListEventsResponse) {
|
|
597
|
-
ListEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(ListEventsResponse || (ListEventsResponse = {}));
|
|
599
250
|
export var InsightType;
|
|
600
251
|
(function (InsightType) {
|
|
601
252
|
InsightType["PROACTIVE"] = "PROACTIVE";
|
|
602
253
|
InsightType["REACTIVE"] = "REACTIVE";
|
|
603
254
|
})(InsightType || (InsightType = {}));
|
|
604
|
-
export var
|
|
605
|
-
(function (
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
(function (ListInsightsClosedStatusFilter) {
|
|
614
|
-
ListInsightsClosedStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(ListInsightsClosedStatusFilter || (ListInsightsClosedStatusFilter = {}));
|
|
616
|
-
export var ListInsightsOngoingStatusFilter;
|
|
617
|
-
(function (ListInsightsOngoingStatusFilter) {
|
|
618
|
-
ListInsightsOngoingStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
-
})(ListInsightsOngoingStatusFilter || (ListInsightsOngoingStatusFilter = {}));
|
|
620
|
-
export var ListInsightsStatusFilter;
|
|
621
|
-
(function (ListInsightsStatusFilter) {
|
|
622
|
-
ListInsightsStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
-
})(ListInsightsStatusFilter || (ListInsightsStatusFilter = {}));
|
|
624
|
-
export var ListInsightsRequest;
|
|
625
|
-
(function (ListInsightsRequest) {
|
|
626
|
-
ListInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
-
})(ListInsightsRequest || (ListInsightsRequest = {}));
|
|
628
|
-
export var ServiceCollection;
|
|
629
|
-
(function (ServiceCollection) {
|
|
630
|
-
ServiceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
-
})(ServiceCollection || (ServiceCollection = {}));
|
|
632
|
-
export var ProactiveInsightSummary;
|
|
633
|
-
(function (ProactiveInsightSummary) {
|
|
634
|
-
ProactiveInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
-
})(ProactiveInsightSummary || (ProactiveInsightSummary = {}));
|
|
636
|
-
export var ReactiveInsightSummary;
|
|
637
|
-
(function (ReactiveInsightSummary) {
|
|
638
|
-
ReactiveInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
-
})(ReactiveInsightSummary || (ReactiveInsightSummary = {}));
|
|
640
|
-
export var ListInsightsResponse;
|
|
641
|
-
(function (ListInsightsResponse) {
|
|
642
|
-
ListInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
-
})(ListInsightsResponse || (ListInsightsResponse = {}));
|
|
644
|
-
export var ListNotificationChannelsRequest;
|
|
645
|
-
(function (ListNotificationChannelsRequest) {
|
|
646
|
-
ListNotificationChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
-
})(ListNotificationChannelsRequest || (ListNotificationChannelsRequest = {}));
|
|
648
|
-
export var NotificationChannel;
|
|
649
|
-
(function (NotificationChannel) {
|
|
650
|
-
NotificationChannel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(NotificationChannel || (NotificationChannel = {}));
|
|
652
|
-
export var ListNotificationChannelsResponse;
|
|
653
|
-
(function (ListNotificationChannelsResponse) {
|
|
654
|
-
ListNotificationChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
-
})(ListNotificationChannelsResponse || (ListNotificationChannelsResponse = {}));
|
|
656
|
-
export var ListOrganizationInsightsRequest;
|
|
657
|
-
(function (ListOrganizationInsightsRequest) {
|
|
658
|
-
ListOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
-
})(ListOrganizationInsightsRequest || (ListOrganizationInsightsRequest = {}));
|
|
660
|
-
export var ProactiveOrganizationInsightSummary;
|
|
661
|
-
(function (ProactiveOrganizationInsightSummary) {
|
|
662
|
-
ProactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
-
})(ProactiveOrganizationInsightSummary || (ProactiveOrganizationInsightSummary = {}));
|
|
664
|
-
export var ReactiveOrganizationInsightSummary;
|
|
665
|
-
(function (ReactiveOrganizationInsightSummary) {
|
|
666
|
-
ReactiveOrganizationInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
-
})(ReactiveOrganizationInsightSummary || (ReactiveOrganizationInsightSummary = {}));
|
|
668
|
-
export var ListOrganizationInsightsResponse;
|
|
669
|
-
(function (ListOrganizationInsightsResponse) {
|
|
670
|
-
ListOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(ListOrganizationInsightsResponse || (ListOrganizationInsightsResponse = {}));
|
|
255
|
+
export var ResourcePermission;
|
|
256
|
+
(function (ResourcePermission) {
|
|
257
|
+
ResourcePermission["FULL_PERMISSION"] = "FULL_PERMISSION";
|
|
258
|
+
ResourcePermission["MISSING_PERMISSION"] = "MISSING_PERMISSION";
|
|
259
|
+
})(ResourcePermission || (ResourcePermission = {}));
|
|
260
|
+
export var ResourceTypeFilter;
|
|
261
|
+
(function (ResourceTypeFilter) {
|
|
262
|
+
ResourceTypeFilter["LOG_GROUPS"] = "LOG_GROUPS";
|
|
263
|
+
})(ResourceTypeFilter || (ResourceTypeFilter = {}));
|
|
672
264
|
export var Locale;
|
|
673
265
|
(function (Locale) {
|
|
674
266
|
Locale["DE_DE"] = "DE_DE";
|
|
@@ -683,136 +275,158 @@ export var Locale;
|
|
|
683
275
|
Locale["ZH_CN"] = "ZH_CN";
|
|
684
276
|
Locale["ZH_TW"] = "ZH_TW";
|
|
685
277
|
})(Locale || (Locale = {}));
|
|
686
|
-
export var ListRecommendationsRequest;
|
|
687
|
-
(function (ListRecommendationsRequest) {
|
|
688
|
-
ListRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
-
})(ListRecommendationsRequest || (ListRecommendationsRequest = {}));
|
|
690
|
-
export var RecommendationRelatedAnomalyResource;
|
|
691
|
-
(function (RecommendationRelatedAnomalyResource) {
|
|
692
|
-
RecommendationRelatedAnomalyResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
-
})(RecommendationRelatedAnomalyResource || (RecommendationRelatedAnomalyResource = {}));
|
|
694
|
-
export var RecommendationRelatedCloudWatchMetricsSourceDetail;
|
|
695
|
-
(function (RecommendationRelatedCloudWatchMetricsSourceDetail) {
|
|
696
|
-
RecommendationRelatedCloudWatchMetricsSourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
-
})(RecommendationRelatedCloudWatchMetricsSourceDetail || (RecommendationRelatedCloudWatchMetricsSourceDetail = {}));
|
|
698
|
-
export var RecommendationRelatedAnomalySourceDetail;
|
|
699
|
-
(function (RecommendationRelatedAnomalySourceDetail) {
|
|
700
|
-
RecommendationRelatedAnomalySourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
-
})(RecommendationRelatedAnomalySourceDetail || (RecommendationRelatedAnomalySourceDetail = {}));
|
|
702
|
-
export var RecommendationRelatedAnomaly;
|
|
703
|
-
(function (RecommendationRelatedAnomaly) {
|
|
704
|
-
RecommendationRelatedAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
-
})(RecommendationRelatedAnomaly || (RecommendationRelatedAnomaly = {}));
|
|
706
|
-
export var RecommendationRelatedEventResource;
|
|
707
|
-
(function (RecommendationRelatedEventResource) {
|
|
708
|
-
RecommendationRelatedEventResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(RecommendationRelatedEventResource || (RecommendationRelatedEventResource = {}));
|
|
710
|
-
export var RecommendationRelatedEvent;
|
|
711
|
-
(function (RecommendationRelatedEvent) {
|
|
712
|
-
RecommendationRelatedEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
-
})(RecommendationRelatedEvent || (RecommendationRelatedEvent = {}));
|
|
714
|
-
export var Recommendation;
|
|
715
|
-
(function (Recommendation) {
|
|
716
|
-
Recommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
-
})(Recommendation || (Recommendation = {}));
|
|
718
|
-
export var ListRecommendationsResponse;
|
|
719
|
-
(function (ListRecommendationsResponse) {
|
|
720
|
-
ListRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
-
})(ListRecommendationsResponse || (ListRecommendationsResponse = {}));
|
|
722
|
-
export var PutFeedbackRequest;
|
|
723
|
-
(function (PutFeedbackRequest) {
|
|
724
|
-
PutFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
-
})(PutFeedbackRequest || (PutFeedbackRequest = {}));
|
|
726
|
-
export var PutFeedbackResponse;
|
|
727
|
-
(function (PutFeedbackResponse) {
|
|
728
|
-
PutFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
-
})(PutFeedbackResponse || (PutFeedbackResponse = {}));
|
|
730
|
-
export var RemoveNotificationChannelRequest;
|
|
731
|
-
(function (RemoveNotificationChannelRequest) {
|
|
732
|
-
RemoveNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
-
})(RemoveNotificationChannelRequest || (RemoveNotificationChannelRequest = {}));
|
|
734
|
-
export var RemoveNotificationChannelResponse;
|
|
735
|
-
(function (RemoveNotificationChannelResponse) {
|
|
736
|
-
RemoveNotificationChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
-
})(RemoveNotificationChannelResponse || (RemoveNotificationChannelResponse = {}));
|
|
738
|
-
export var SearchInsightsFilters;
|
|
739
|
-
(function (SearchInsightsFilters) {
|
|
740
|
-
SearchInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
-
})(SearchInsightsFilters || (SearchInsightsFilters = {}));
|
|
742
|
-
export var SearchInsightsRequest;
|
|
743
|
-
(function (SearchInsightsRequest) {
|
|
744
|
-
SearchInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
-
})(SearchInsightsRequest || (SearchInsightsRequest = {}));
|
|
746
|
-
export var SearchInsightsResponse;
|
|
747
|
-
(function (SearchInsightsResponse) {
|
|
748
|
-
SearchInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
-
})(SearchInsightsResponse || (SearchInsightsResponse = {}));
|
|
750
|
-
export var SearchOrganizationInsightsFilters;
|
|
751
|
-
(function (SearchOrganizationInsightsFilters) {
|
|
752
|
-
SearchOrganizationInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
-
})(SearchOrganizationInsightsFilters || (SearchOrganizationInsightsFilters = {}));
|
|
754
|
-
export var SearchOrganizationInsightsRequest;
|
|
755
|
-
(function (SearchOrganizationInsightsRequest) {
|
|
756
|
-
SearchOrganizationInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
-
})(SearchOrganizationInsightsRequest || (SearchOrganizationInsightsRequest = {}));
|
|
758
|
-
export var SearchOrganizationInsightsResponse;
|
|
759
|
-
(function (SearchOrganizationInsightsResponse) {
|
|
760
|
-
SearchOrganizationInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
-
})(SearchOrganizationInsightsResponse || (SearchOrganizationInsightsResponse = {}));
|
|
762
|
-
export var StartCostEstimationRequest;
|
|
763
|
-
(function (StartCostEstimationRequest) {
|
|
764
|
-
StartCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
-
})(StartCostEstimationRequest || (StartCostEstimationRequest = {}));
|
|
766
|
-
export var StartCostEstimationResponse;
|
|
767
|
-
(function (StartCostEstimationResponse) {
|
|
768
|
-
StartCostEstimationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
-
})(StartCostEstimationResponse || (StartCostEstimationResponse = {}));
|
|
770
|
-
export var UpdateEventSourcesConfigRequest;
|
|
771
|
-
(function (UpdateEventSourcesConfigRequest) {
|
|
772
|
-
UpdateEventSourcesConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
-
})(UpdateEventSourcesConfigRequest || (UpdateEventSourcesConfigRequest = {}));
|
|
774
|
-
export var UpdateEventSourcesConfigResponse;
|
|
775
|
-
(function (UpdateEventSourcesConfigResponse) {
|
|
776
|
-
UpdateEventSourcesConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
-
})(UpdateEventSourcesConfigResponse || (UpdateEventSourcesConfigResponse = {}));
|
|
778
278
|
export var UpdateResourceCollectionAction;
|
|
779
279
|
(function (UpdateResourceCollectionAction) {
|
|
780
280
|
UpdateResourceCollectionAction["ADD"] = "ADD";
|
|
781
281
|
UpdateResourceCollectionAction["REMOVE"] = "REMOVE";
|
|
782
282
|
})(UpdateResourceCollectionAction || (UpdateResourceCollectionAction = {}));
|
|
783
|
-
export var
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
export var
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
export var
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
export var
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
export var
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
export var
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
export var
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
export var
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
export var
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
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)); };
|