@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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.PerformanceInsightsMetricQueryFilterSensitiveLog = exports.PerformanceInsightsMetricDimensionGroupFilterSensitiveLog = exports.CloudWatchMetricsDetailFilterSensitiveLog = exports.CloudWatchMetricsDataSummaryFilterSensitiveLog = exports.TimestampMetricValuePairFilterSensitiveLog = exports.CloudWatchMetricsDimensionFilterSensitiveLog = exports.AnomalyResourceFilterSensitiveLog = exports.AnomalyReportedTimeRangeFilterSensitiveLog = exports.AnomalousLogGroupFilterSensitiveLog = exports.LogAnomalyShowcaseFilterSensitiveLog = exports.LogAnomalyClassFilterSensitiveLog = exports.AmazonCodeGuruProfilerIntegrationFilterSensitiveLog = exports.ValidationExceptionFieldFilterSensitiveLog = exports.AddNotificationChannelResponseFilterSensitiveLog = exports.AddNotificationChannelRequestFilterSensitiveLog = exports.NotificationChannelConfigFilterSensitiveLog = exports.SnsChannelConfigFilterSensitiveLog = exports.AccountHealthFilterSensitiveLog = exports.AccountInsightHealthFilterSensitiveLog = exports.UpdateResourceCollectionAction = exports.Locale = exports.ResourceTypeFilter = exports.ResourcePermission = exports.InsightType = exports.EventClass = exports.EventDataSource = exports.CostEstimationStatus = exports.CostEstimationServiceResourceState = exports.OptInStatus = exports.ResourceCollectionType = exports.ServiceName = exports.OrganizationResourceCollectionType = exports.InsightStatus = exports.InsightSeverity = exports.InsightFeedbackOption = exports.AnomalyType = exports.AnomalyStatus = exports.CloudWatchMetricsStat = exports.CloudWatchMetricDataStatusCode = exports.AnomalySeverity = exports.LogAnomalyType = exports.EventSourceOptInStatus = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.OpsCenterIntegrationFilterSensitiveLog = exports.LogsAnomalyDetectionIntegrationFilterSensitiveLog = exports.DescribeServiceIntegrationRequestFilterSensitiveLog = exports.DescribeResourceCollectionHealthResponseFilterSensitiveLog = exports.DescribeResourceCollectionHealthRequestFilterSensitiveLog = exports.DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog = exports.TagHealthFilterSensitiveLog = exports.ServiceHealthFilterSensitiveLog = exports.ServiceInsightHealthFilterSensitiveLog = exports.CloudFormationHealthFilterSensitiveLog = exports.InsightHealthFilterSensitiveLog = exports.DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog = exports.DescribeOrganizationOverviewResponseFilterSensitiveLog = exports.DescribeOrganizationOverviewRequestFilterSensitiveLog = exports.DescribeOrganizationHealthResponseFilterSensitiveLog = exports.DescribeOrganizationHealthRequestFilterSensitiveLog = exports.DescribeInsightResponseFilterSensitiveLog = exports.ReactiveInsightFilterSensitiveLog = exports.ProactiveInsightFilterSensitiveLog = exports.InsightTimeRangeFilterSensitiveLog = exports.DescribeInsightRequestFilterSensitiveLog = exports.DescribeFeedbackResponseFilterSensitiveLog = exports.InsightFeedbackFilterSensitiveLog = exports.DescribeFeedbackRequestFilterSensitiveLog = exports.DescribeEventSourcesConfigResponseFilterSensitiveLog = exports.EventSourcesConfigFilterSensitiveLog = exports.DescribeEventSourcesConfigRequestFilterSensitiveLog = exports.DescribeAnomalyResponseFilterSensitiveLog = exports.ReactiveAnomalyFilterSensitiveLog = exports.ProactiveAnomalyFilterSensitiveLog = exports.ResourceCollectionFilterSensitiveLog = exports.TagCollectionFilterSensitiveLog = exports.CloudFormationCollectionFilterSensitiveLog = exports.PredictionTimeRangeFilterSensitiveLog = exports.DescribeAnomalyRequestFilterSensitiveLog = exports.DescribeAccountOverviewResponseFilterSensitiveLog = exports.DescribeAccountOverviewRequestFilterSensitiveLog = exports.DescribeAccountHealthResponseFilterSensitiveLog = exports.DescribeAccountHealthRequestFilterSensitiveLog = exports.DeleteInsightResponseFilterSensitiveLog = exports.DeleteInsightRequestFilterSensitiveLog = exports.AnomalyTimeRangeFilterSensitiveLog = exports.AnomalySourceMetadataFilterSensitiveLog = exports.AnomalySourceDetailsFilterSensitiveLog = exports.PerformanceInsightsMetricsDetailFilterSensitiveLog = exports.PerformanceInsightsStatFilterSensitiveLog = exports.PerformanceInsightsReferenceDataFilterSensitiveLog = exports.PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog = exports.PerformanceInsightsReferenceScalarFilterSensitiveLog = exports.PerformanceInsightsReferenceMetricFilterSensitiveLog = void 0;
|
|
5
|
+
exports.RecommendationRelatedAnomalyResourceFilterSensitiveLog = exports.ListRecommendationsRequestFilterSensitiveLog = exports.ListOrganizationInsightsResponseFilterSensitiveLog = exports.ReactiveOrganizationInsightSummaryFilterSensitiveLog = exports.ProactiveOrganizationInsightSummaryFilterSensitiveLog = exports.ListOrganizationInsightsRequestFilterSensitiveLog = exports.ListNotificationChannelsResponseFilterSensitiveLog = exports.NotificationChannelFilterSensitiveLog = exports.ListNotificationChannelsRequestFilterSensitiveLog = exports.ListMonitoredResourcesResponseFilterSensitiveLog = exports.MonitoredResourceIdentifierFilterSensitiveLog = exports.ListMonitoredResourcesRequestFilterSensitiveLog = exports.ListMonitoredResourcesFiltersFilterSensitiveLog = exports.ListInsightsResponseFilterSensitiveLog = exports.ReactiveInsightSummaryFilterSensitiveLog = exports.ProactiveInsightSummaryFilterSensitiveLog = exports.ServiceCollectionFilterSensitiveLog = exports.ListInsightsRequestFilterSensitiveLog = exports.ListInsightsStatusFilterFilterSensitiveLog = exports.ListInsightsOngoingStatusFilterFilterSensitiveLog = exports.ListInsightsClosedStatusFilterFilterSensitiveLog = exports.EndTimeRangeFilterSensitiveLog = exports.ListInsightsAnyStatusFilterFilterSensitiveLog = exports.ListEventsResponseFilterSensitiveLog = exports.EventFilterSensitiveLog = exports.EventResourceFilterSensitiveLog = exports.ListEventsRequestFilterSensitiveLog = exports.ListEventsFiltersFilterSensitiveLog = exports.EventTimeRangeFilterSensitiveLog = exports.ListAnomalousLogGroupsResponseFilterSensitiveLog = exports.ListAnomalousLogGroupsRequestFilterSensitiveLog = exports.ListAnomaliesForInsightResponseFilterSensitiveLog = exports.ReactiveAnomalySummaryFilterSensitiveLog = exports.ProactiveAnomalySummaryFilterSensitiveLog = exports.ListAnomaliesForInsightRequestFilterSensitiveLog = exports.StartTimeRangeFilterSensitiveLog = exports.GetResourceCollectionResponseFilterSensitiveLog = exports.ResourceCollectionFilterFilterSensitiveLog = exports.TagCollectionFilterFilterSensitiveLog = exports.CloudFormationCollectionFilterFilterSensitiveLog = exports.GetResourceCollectionRequestFilterSensitiveLog = exports.GetCostEstimationResponseFilterSensitiveLog = exports.CostEstimationTimeRangeFilterSensitiveLog = exports.CostEstimationResourceCollectionFilterFilterSensitiveLog = exports.TagCostEstimationResourceCollectionFilterFilterSensitiveLog = exports.CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog = exports.ServiceResourceCostFilterSensitiveLog = exports.GetCostEstimationRequestFilterSensitiveLog = exports.DescribeServiceIntegrationResponseFilterSensitiveLog = exports.ServiceIntegrationConfigFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateServiceIntegrationResponseFilterSensitiveLog = exports.UpdateServiceIntegrationRequestFilterSensitiveLog = exports.UpdateServiceIntegrationConfigFilterSensitiveLog = exports.OpsCenterIntegrationConfigFilterSensitiveLog = exports.LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog = exports.UpdateResourceCollectionResponseFilterSensitiveLog = exports.UpdateResourceCollectionRequestFilterSensitiveLog = exports.UpdateResourceCollectionFilterFilterSensitiveLog = exports.UpdateTagCollectionFilterFilterSensitiveLog = exports.UpdateCloudFormationCollectionFilterFilterSensitiveLog = exports.UpdateEventSourcesConfigResponseFilterSensitiveLog = exports.UpdateEventSourcesConfigRequestFilterSensitiveLog = exports.StartCostEstimationResponseFilterSensitiveLog = exports.StartCostEstimationRequestFilterSensitiveLog = exports.SearchOrganizationInsightsResponseFilterSensitiveLog = exports.SearchOrganizationInsightsRequestFilterSensitiveLog = exports.SearchOrganizationInsightsFiltersFilterSensitiveLog = exports.SearchInsightsResponseFilterSensitiveLog = exports.SearchInsightsRequestFilterSensitiveLog = exports.SearchInsightsFiltersFilterSensitiveLog = exports.RemoveNotificationChannelResponseFilterSensitiveLog = exports.RemoveNotificationChannelRequestFilterSensitiveLog = exports.PutFeedbackResponseFilterSensitiveLog = exports.PutFeedbackRequestFilterSensitiveLog = exports.ListRecommendationsResponseFilterSensitiveLog = exports.RecommendationFilterSensitiveLog = exports.RecommendationRelatedEventFilterSensitiveLog = exports.RecommendationRelatedEventResourceFilterSensitiveLog = exports.RecommendationRelatedAnomalyFilterSensitiveLog = exports.RecommendationRelatedAnomalySourceDetailFilterSensitiveLog = exports.RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog = void 0;
|
|
7
7
|
const DevOpsGuruServiceException_1 = require("./DevOpsGuruServiceException");
|
|
8
8
|
class AccessDeniedException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
|
|
9
9
|
constructor(opts) {
|
|
@@ -19,42 +19,6 @@ class AccessDeniedException extends DevOpsGuruServiceException_1.DevOpsGuruServi
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
exports.AccessDeniedException = AccessDeniedException;
|
|
22
|
-
var AccountInsightHealth;
|
|
23
|
-
(function (AccountInsightHealth) {
|
|
24
|
-
AccountInsightHealth.filterSensitiveLog = (obj) => ({
|
|
25
|
-
...obj,
|
|
26
|
-
});
|
|
27
|
-
})(AccountInsightHealth = exports.AccountInsightHealth || (exports.AccountInsightHealth = {}));
|
|
28
|
-
var AccountHealth;
|
|
29
|
-
(function (AccountHealth) {
|
|
30
|
-
AccountHealth.filterSensitiveLog = (obj) => ({
|
|
31
|
-
...obj,
|
|
32
|
-
});
|
|
33
|
-
})(AccountHealth = exports.AccountHealth || (exports.AccountHealth = {}));
|
|
34
|
-
var SnsChannelConfig;
|
|
35
|
-
(function (SnsChannelConfig) {
|
|
36
|
-
SnsChannelConfig.filterSensitiveLog = (obj) => ({
|
|
37
|
-
...obj,
|
|
38
|
-
});
|
|
39
|
-
})(SnsChannelConfig = exports.SnsChannelConfig || (exports.SnsChannelConfig = {}));
|
|
40
|
-
var NotificationChannelConfig;
|
|
41
|
-
(function (NotificationChannelConfig) {
|
|
42
|
-
NotificationChannelConfig.filterSensitiveLog = (obj) => ({
|
|
43
|
-
...obj,
|
|
44
|
-
});
|
|
45
|
-
})(NotificationChannelConfig = exports.NotificationChannelConfig || (exports.NotificationChannelConfig = {}));
|
|
46
|
-
var AddNotificationChannelRequest;
|
|
47
|
-
(function (AddNotificationChannelRequest) {
|
|
48
|
-
AddNotificationChannelRequest.filterSensitiveLog = (obj) => ({
|
|
49
|
-
...obj,
|
|
50
|
-
});
|
|
51
|
-
})(AddNotificationChannelRequest = exports.AddNotificationChannelRequest || (exports.AddNotificationChannelRequest = {}));
|
|
52
|
-
var AddNotificationChannelResponse;
|
|
53
|
-
(function (AddNotificationChannelResponse) {
|
|
54
|
-
AddNotificationChannelResponse.filterSensitiveLog = (obj) => ({
|
|
55
|
-
...obj,
|
|
56
|
-
});
|
|
57
|
-
})(AddNotificationChannelResponse = exports.AddNotificationChannelResponse || (exports.AddNotificationChannelResponse = {}));
|
|
58
22
|
class ConflictException extends DevOpsGuruServiceException_1.DevOpsGuruServiceException {
|
|
59
23
|
constructor(opts) {
|
|
60
24
|
super({
|
|
@@ -133,12 +97,6 @@ class ThrottlingException extends DevOpsGuruServiceException_1.DevOpsGuruService
|
|
|
133
97
|
}
|
|
134
98
|
}
|
|
135
99
|
exports.ThrottlingException = ThrottlingException;
|
|
136
|
-
var ValidationExceptionField;
|
|
137
|
-
(function (ValidationExceptionField) {
|
|
138
|
-
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
139
|
-
...obj,
|
|
140
|
-
});
|
|
141
|
-
})(ValidationExceptionField = exports.ValidationExceptionField || (exports.ValidationExceptionField = {}));
|
|
142
100
|
var ValidationExceptionReason;
|
|
143
101
|
(function (ValidationExceptionReason) {
|
|
144
102
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -169,54 +127,29 @@ var EventSourceOptInStatus;
|
|
|
169
127
|
EventSourceOptInStatus["DISABLED"] = "DISABLED";
|
|
170
128
|
EventSourceOptInStatus["ENABLED"] = "ENABLED";
|
|
171
129
|
})(EventSourceOptInStatus = exports.EventSourceOptInStatus || (exports.EventSourceOptInStatus = {}));
|
|
172
|
-
var
|
|
173
|
-
(function (
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
})(AnomalyReportedTimeRange = exports.AnomalyReportedTimeRange || (exports.AnomalyReportedTimeRange = {}));
|
|
184
|
-
var AnomalyResource;
|
|
185
|
-
(function (AnomalyResource) {
|
|
186
|
-
AnomalyResource.filterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
})(AnomalyResource = exports.AnomalyResource || (exports.AnomalyResource = {}));
|
|
130
|
+
var LogAnomalyType;
|
|
131
|
+
(function (LogAnomalyType) {
|
|
132
|
+
LogAnomalyType["BLOCK_FORMAT"] = "BLOCK_FORMAT";
|
|
133
|
+
LogAnomalyType["FORMAT"] = "FORMAT";
|
|
134
|
+
LogAnomalyType["HTTP_CODE"] = "HTTP_CODE";
|
|
135
|
+
LogAnomalyType["KEYWORD"] = "KEYWORD";
|
|
136
|
+
LogAnomalyType["KEYWORD_TOKEN"] = "KEYWORD_TOKEN";
|
|
137
|
+
LogAnomalyType["NEW_FIELD_NAME"] = "NEW_FIELD_NAME";
|
|
138
|
+
LogAnomalyType["NUMERICAL_NAN"] = "NUMERICAL_NAN";
|
|
139
|
+
LogAnomalyType["NUMERICAL_POINT"] = "NUMERICAL_POINT";
|
|
140
|
+
})(LogAnomalyType = exports.LogAnomalyType || (exports.LogAnomalyType = {}));
|
|
190
141
|
var AnomalySeverity;
|
|
191
142
|
(function (AnomalySeverity) {
|
|
192
143
|
AnomalySeverity["HIGH"] = "HIGH";
|
|
193
144
|
AnomalySeverity["LOW"] = "LOW";
|
|
194
145
|
AnomalySeverity["MEDIUM"] = "MEDIUM";
|
|
195
146
|
})(AnomalySeverity = exports.AnomalySeverity || (exports.AnomalySeverity = {}));
|
|
196
|
-
var CloudWatchMetricsDimension;
|
|
197
|
-
(function (CloudWatchMetricsDimension) {
|
|
198
|
-
CloudWatchMetricsDimension.filterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
})(CloudWatchMetricsDimension = exports.CloudWatchMetricsDimension || (exports.CloudWatchMetricsDimension = {}));
|
|
202
147
|
var CloudWatchMetricDataStatusCode;
|
|
203
148
|
(function (CloudWatchMetricDataStatusCode) {
|
|
204
149
|
CloudWatchMetricDataStatusCode["COMPLETE"] = "Complete";
|
|
205
150
|
CloudWatchMetricDataStatusCode["INTERNAL_ERROR"] = "InternalError";
|
|
206
151
|
CloudWatchMetricDataStatusCode["PARTIAL_DATA"] = "PartialData";
|
|
207
152
|
})(CloudWatchMetricDataStatusCode = exports.CloudWatchMetricDataStatusCode || (exports.CloudWatchMetricDataStatusCode = {}));
|
|
208
|
-
var TimestampMetricValuePair;
|
|
209
|
-
(function (TimestampMetricValuePair) {
|
|
210
|
-
TimestampMetricValuePair.filterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
})(TimestampMetricValuePair = exports.TimestampMetricValuePair || (exports.TimestampMetricValuePair = {}));
|
|
214
|
-
var CloudWatchMetricsDataSummary;
|
|
215
|
-
(function (CloudWatchMetricsDataSummary) {
|
|
216
|
-
CloudWatchMetricsDataSummary.filterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
})(CloudWatchMetricsDataSummary = exports.CloudWatchMetricsDataSummary || (exports.CloudWatchMetricsDataSummary = {}));
|
|
220
153
|
var CloudWatchMetricsStat;
|
|
221
154
|
(function (CloudWatchMetricsStat) {
|
|
222
155
|
CloudWatchMetricsStat["AVERAGE"] = "Average";
|
|
@@ -228,196 +161,16 @@ var CloudWatchMetricsStat;
|
|
|
228
161
|
CloudWatchMetricsStat["SAMPLE_COUNT"] = "SampleCount";
|
|
229
162
|
CloudWatchMetricsStat["SUM"] = "Sum";
|
|
230
163
|
})(CloudWatchMetricsStat = exports.CloudWatchMetricsStat || (exports.CloudWatchMetricsStat = {}));
|
|
231
|
-
var CloudWatchMetricsDetail;
|
|
232
|
-
(function (CloudWatchMetricsDetail) {
|
|
233
|
-
CloudWatchMetricsDetail.filterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
})(CloudWatchMetricsDetail = exports.CloudWatchMetricsDetail || (exports.CloudWatchMetricsDetail = {}));
|
|
237
|
-
var PerformanceInsightsMetricDimensionGroup;
|
|
238
|
-
(function (PerformanceInsightsMetricDimensionGroup) {
|
|
239
|
-
PerformanceInsightsMetricDimensionGroup.filterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
})(PerformanceInsightsMetricDimensionGroup = exports.PerformanceInsightsMetricDimensionGroup || (exports.PerformanceInsightsMetricDimensionGroup = {}));
|
|
243
|
-
var PerformanceInsightsMetricQuery;
|
|
244
|
-
(function (PerformanceInsightsMetricQuery) {
|
|
245
|
-
PerformanceInsightsMetricQuery.filterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
})(PerformanceInsightsMetricQuery = exports.PerformanceInsightsMetricQuery || (exports.PerformanceInsightsMetricQuery = {}));
|
|
249
|
-
var PerformanceInsightsReferenceMetric;
|
|
250
|
-
(function (PerformanceInsightsReferenceMetric) {
|
|
251
|
-
PerformanceInsightsReferenceMetric.filterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
})(PerformanceInsightsReferenceMetric = exports.PerformanceInsightsReferenceMetric || (exports.PerformanceInsightsReferenceMetric = {}));
|
|
255
|
-
var PerformanceInsightsReferenceScalar;
|
|
256
|
-
(function (PerformanceInsightsReferenceScalar) {
|
|
257
|
-
PerformanceInsightsReferenceScalar.filterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
})(PerformanceInsightsReferenceScalar = exports.PerformanceInsightsReferenceScalar || (exports.PerformanceInsightsReferenceScalar = {}));
|
|
261
|
-
var PerformanceInsightsReferenceComparisonValues;
|
|
262
|
-
(function (PerformanceInsightsReferenceComparisonValues) {
|
|
263
|
-
PerformanceInsightsReferenceComparisonValues.filterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
})(PerformanceInsightsReferenceComparisonValues = exports.PerformanceInsightsReferenceComparisonValues || (exports.PerformanceInsightsReferenceComparisonValues = {}));
|
|
267
|
-
var PerformanceInsightsReferenceData;
|
|
268
|
-
(function (PerformanceInsightsReferenceData) {
|
|
269
|
-
PerformanceInsightsReferenceData.filterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
})(PerformanceInsightsReferenceData = exports.PerformanceInsightsReferenceData || (exports.PerformanceInsightsReferenceData = {}));
|
|
273
|
-
var PerformanceInsightsStat;
|
|
274
|
-
(function (PerformanceInsightsStat) {
|
|
275
|
-
PerformanceInsightsStat.filterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
})(PerformanceInsightsStat = exports.PerformanceInsightsStat || (exports.PerformanceInsightsStat = {}));
|
|
279
|
-
var PerformanceInsightsMetricsDetail;
|
|
280
|
-
(function (PerformanceInsightsMetricsDetail) {
|
|
281
|
-
PerformanceInsightsMetricsDetail.filterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
})(PerformanceInsightsMetricsDetail = exports.PerformanceInsightsMetricsDetail || (exports.PerformanceInsightsMetricsDetail = {}));
|
|
285
|
-
var AnomalySourceDetails;
|
|
286
|
-
(function (AnomalySourceDetails) {
|
|
287
|
-
AnomalySourceDetails.filterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
})(AnomalySourceDetails = exports.AnomalySourceDetails || (exports.AnomalySourceDetails = {}));
|
|
291
|
-
var AnomalySourceMetadata;
|
|
292
|
-
(function (AnomalySourceMetadata) {
|
|
293
|
-
AnomalySourceMetadata.filterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
})(AnomalySourceMetadata = exports.AnomalySourceMetadata || (exports.AnomalySourceMetadata = {}));
|
|
297
164
|
var AnomalyStatus;
|
|
298
165
|
(function (AnomalyStatus) {
|
|
299
166
|
AnomalyStatus["CLOSED"] = "CLOSED";
|
|
300
167
|
AnomalyStatus["ONGOING"] = "ONGOING";
|
|
301
168
|
})(AnomalyStatus = exports.AnomalyStatus || (exports.AnomalyStatus = {}));
|
|
302
|
-
var AnomalyTimeRange;
|
|
303
|
-
(function (AnomalyTimeRange) {
|
|
304
|
-
AnomalyTimeRange.filterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
})(AnomalyTimeRange = exports.AnomalyTimeRange || (exports.AnomalyTimeRange = {}));
|
|
308
169
|
var AnomalyType;
|
|
309
170
|
(function (AnomalyType) {
|
|
310
171
|
AnomalyType["CAUSAL"] = "CAUSAL";
|
|
311
172
|
AnomalyType["CONTEXTUAL"] = "CONTEXTUAL";
|
|
312
173
|
})(AnomalyType = exports.AnomalyType || (exports.AnomalyType = {}));
|
|
313
|
-
var DeleteInsightRequest;
|
|
314
|
-
(function (DeleteInsightRequest) {
|
|
315
|
-
DeleteInsightRequest.filterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
})(DeleteInsightRequest = exports.DeleteInsightRequest || (exports.DeleteInsightRequest = {}));
|
|
319
|
-
var DeleteInsightResponse;
|
|
320
|
-
(function (DeleteInsightResponse) {
|
|
321
|
-
DeleteInsightResponse.filterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
})(DeleteInsightResponse = exports.DeleteInsightResponse || (exports.DeleteInsightResponse = {}));
|
|
325
|
-
var DescribeAccountHealthRequest;
|
|
326
|
-
(function (DescribeAccountHealthRequest) {
|
|
327
|
-
DescribeAccountHealthRequest.filterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
})(DescribeAccountHealthRequest = exports.DescribeAccountHealthRequest || (exports.DescribeAccountHealthRequest = {}));
|
|
331
|
-
var DescribeAccountHealthResponse;
|
|
332
|
-
(function (DescribeAccountHealthResponse) {
|
|
333
|
-
DescribeAccountHealthResponse.filterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
})(DescribeAccountHealthResponse = exports.DescribeAccountHealthResponse || (exports.DescribeAccountHealthResponse = {}));
|
|
337
|
-
var DescribeAccountOverviewRequest;
|
|
338
|
-
(function (DescribeAccountOverviewRequest) {
|
|
339
|
-
DescribeAccountOverviewRequest.filterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
})(DescribeAccountOverviewRequest = exports.DescribeAccountOverviewRequest || (exports.DescribeAccountOverviewRequest = {}));
|
|
343
|
-
var DescribeAccountOverviewResponse;
|
|
344
|
-
(function (DescribeAccountOverviewResponse) {
|
|
345
|
-
DescribeAccountOverviewResponse.filterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
})(DescribeAccountOverviewResponse = exports.DescribeAccountOverviewResponse || (exports.DescribeAccountOverviewResponse = {}));
|
|
349
|
-
var DescribeAnomalyRequest;
|
|
350
|
-
(function (DescribeAnomalyRequest) {
|
|
351
|
-
DescribeAnomalyRequest.filterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
})(DescribeAnomalyRequest = exports.DescribeAnomalyRequest || (exports.DescribeAnomalyRequest = {}));
|
|
355
|
-
var PredictionTimeRange;
|
|
356
|
-
(function (PredictionTimeRange) {
|
|
357
|
-
PredictionTimeRange.filterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
})(PredictionTimeRange = exports.PredictionTimeRange || (exports.PredictionTimeRange = {}));
|
|
361
|
-
var CloudFormationCollection;
|
|
362
|
-
(function (CloudFormationCollection) {
|
|
363
|
-
CloudFormationCollection.filterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
})(CloudFormationCollection = exports.CloudFormationCollection || (exports.CloudFormationCollection = {}));
|
|
367
|
-
var TagCollection;
|
|
368
|
-
(function (TagCollection) {
|
|
369
|
-
TagCollection.filterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
})(TagCollection = exports.TagCollection || (exports.TagCollection = {}));
|
|
373
|
-
var ResourceCollection;
|
|
374
|
-
(function (ResourceCollection) {
|
|
375
|
-
ResourceCollection.filterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
})(ResourceCollection = exports.ResourceCollection || (exports.ResourceCollection = {}));
|
|
379
|
-
var ProactiveAnomaly;
|
|
380
|
-
(function (ProactiveAnomaly) {
|
|
381
|
-
ProactiveAnomaly.filterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
})(ProactiveAnomaly = exports.ProactiveAnomaly || (exports.ProactiveAnomaly = {}));
|
|
385
|
-
var ReactiveAnomaly;
|
|
386
|
-
(function (ReactiveAnomaly) {
|
|
387
|
-
ReactiveAnomaly.filterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
})(ReactiveAnomaly = exports.ReactiveAnomaly || (exports.ReactiveAnomaly = {}));
|
|
391
|
-
var DescribeAnomalyResponse;
|
|
392
|
-
(function (DescribeAnomalyResponse) {
|
|
393
|
-
DescribeAnomalyResponse.filterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
})(DescribeAnomalyResponse = exports.DescribeAnomalyResponse || (exports.DescribeAnomalyResponse = {}));
|
|
397
|
-
var DescribeEventSourcesConfigRequest;
|
|
398
|
-
(function (DescribeEventSourcesConfigRequest) {
|
|
399
|
-
DescribeEventSourcesConfigRequest.filterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
})(DescribeEventSourcesConfigRequest = exports.DescribeEventSourcesConfigRequest || (exports.DescribeEventSourcesConfigRequest = {}));
|
|
403
|
-
var EventSourcesConfig;
|
|
404
|
-
(function (EventSourcesConfig) {
|
|
405
|
-
EventSourcesConfig.filterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
});
|
|
408
|
-
})(EventSourcesConfig = exports.EventSourcesConfig || (exports.EventSourcesConfig = {}));
|
|
409
|
-
var DescribeEventSourcesConfigResponse;
|
|
410
|
-
(function (DescribeEventSourcesConfigResponse) {
|
|
411
|
-
DescribeEventSourcesConfigResponse.filterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
})(DescribeEventSourcesConfigResponse = exports.DescribeEventSourcesConfigResponse || (exports.DescribeEventSourcesConfigResponse = {}));
|
|
415
|
-
var DescribeFeedbackRequest;
|
|
416
|
-
(function (DescribeFeedbackRequest) {
|
|
417
|
-
DescribeFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
})(DescribeFeedbackRequest = exports.DescribeFeedbackRequest || (exports.DescribeFeedbackRequest = {}));
|
|
421
174
|
var InsightFeedbackOption;
|
|
422
175
|
(function (InsightFeedbackOption) {
|
|
423
176
|
InsightFeedbackOption["ALERT_TOO_SENSITIVE"] = "ALERT_TOO_SENSITIVE";
|
|
@@ -426,30 +179,6 @@ var InsightFeedbackOption;
|
|
|
426
179
|
InsightFeedbackOption["RECOMMENDATION_USEFUL"] = "RECOMMENDATION_USEFUL";
|
|
427
180
|
InsightFeedbackOption["VALID_COLLECTION"] = "VALID_COLLECTION";
|
|
428
181
|
})(InsightFeedbackOption = exports.InsightFeedbackOption || (exports.InsightFeedbackOption = {}));
|
|
429
|
-
var InsightFeedback;
|
|
430
|
-
(function (InsightFeedback) {
|
|
431
|
-
InsightFeedback.filterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
})(InsightFeedback = exports.InsightFeedback || (exports.InsightFeedback = {}));
|
|
435
|
-
var DescribeFeedbackResponse;
|
|
436
|
-
(function (DescribeFeedbackResponse) {
|
|
437
|
-
DescribeFeedbackResponse.filterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
})(DescribeFeedbackResponse = exports.DescribeFeedbackResponse || (exports.DescribeFeedbackResponse = {}));
|
|
441
|
-
var DescribeInsightRequest;
|
|
442
|
-
(function (DescribeInsightRequest) {
|
|
443
|
-
DescribeInsightRequest.filterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
})(DescribeInsightRequest = exports.DescribeInsightRequest || (exports.DescribeInsightRequest = {}));
|
|
447
|
-
var InsightTimeRange;
|
|
448
|
-
(function (InsightTimeRange) {
|
|
449
|
-
InsightTimeRange.filterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
})(InsightTimeRange = exports.InsightTimeRange || (exports.InsightTimeRange = {}));
|
|
453
182
|
var InsightSeverity;
|
|
454
183
|
(function (InsightSeverity) {
|
|
455
184
|
InsightSeverity["HIGH"] = "HIGH";
|
|
@@ -461,48 +190,6 @@ var InsightStatus;
|
|
|
461
190
|
InsightStatus["CLOSED"] = "CLOSED";
|
|
462
191
|
InsightStatus["ONGOING"] = "ONGOING";
|
|
463
192
|
})(InsightStatus = exports.InsightStatus || (exports.InsightStatus = {}));
|
|
464
|
-
var ProactiveInsight;
|
|
465
|
-
(function (ProactiveInsight) {
|
|
466
|
-
ProactiveInsight.filterSensitiveLog = (obj) => ({
|
|
467
|
-
...obj,
|
|
468
|
-
});
|
|
469
|
-
})(ProactiveInsight = exports.ProactiveInsight || (exports.ProactiveInsight = {}));
|
|
470
|
-
var ReactiveInsight;
|
|
471
|
-
(function (ReactiveInsight) {
|
|
472
|
-
ReactiveInsight.filterSensitiveLog = (obj) => ({
|
|
473
|
-
...obj,
|
|
474
|
-
});
|
|
475
|
-
})(ReactiveInsight = exports.ReactiveInsight || (exports.ReactiveInsight = {}));
|
|
476
|
-
var DescribeInsightResponse;
|
|
477
|
-
(function (DescribeInsightResponse) {
|
|
478
|
-
DescribeInsightResponse.filterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
});
|
|
481
|
-
})(DescribeInsightResponse = exports.DescribeInsightResponse || (exports.DescribeInsightResponse = {}));
|
|
482
|
-
var DescribeOrganizationHealthRequest;
|
|
483
|
-
(function (DescribeOrganizationHealthRequest) {
|
|
484
|
-
DescribeOrganizationHealthRequest.filterSensitiveLog = (obj) => ({
|
|
485
|
-
...obj,
|
|
486
|
-
});
|
|
487
|
-
})(DescribeOrganizationHealthRequest = exports.DescribeOrganizationHealthRequest || (exports.DescribeOrganizationHealthRequest = {}));
|
|
488
|
-
var DescribeOrganizationHealthResponse;
|
|
489
|
-
(function (DescribeOrganizationHealthResponse) {
|
|
490
|
-
DescribeOrganizationHealthResponse.filterSensitiveLog = (obj) => ({
|
|
491
|
-
...obj,
|
|
492
|
-
});
|
|
493
|
-
})(DescribeOrganizationHealthResponse = exports.DescribeOrganizationHealthResponse || (exports.DescribeOrganizationHealthResponse = {}));
|
|
494
|
-
var DescribeOrganizationOverviewRequest;
|
|
495
|
-
(function (DescribeOrganizationOverviewRequest) {
|
|
496
|
-
DescribeOrganizationOverviewRequest.filterSensitiveLog = (obj) => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
})(DescribeOrganizationOverviewRequest = exports.DescribeOrganizationOverviewRequest || (exports.DescribeOrganizationOverviewRequest = {}));
|
|
500
|
-
var DescribeOrganizationOverviewResponse;
|
|
501
|
-
(function (DescribeOrganizationOverviewResponse) {
|
|
502
|
-
DescribeOrganizationOverviewResponse.filterSensitiveLog = (obj) => ({
|
|
503
|
-
...obj,
|
|
504
|
-
});
|
|
505
|
-
})(DescribeOrganizationOverviewResponse = exports.DescribeOrganizationOverviewResponse || (exports.DescribeOrganizationOverviewResponse = {}));
|
|
506
193
|
var OrganizationResourceCollectionType;
|
|
507
194
|
(function (OrganizationResourceCollectionType) {
|
|
508
195
|
OrganizationResourceCollectionType["AWS_ACCOUNT"] = "AWS_ACCOUNT";
|
|
@@ -510,30 +197,6 @@ var OrganizationResourceCollectionType;
|
|
|
510
197
|
OrganizationResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
511
198
|
OrganizationResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
512
199
|
})(OrganizationResourceCollectionType = exports.OrganizationResourceCollectionType || (exports.OrganizationResourceCollectionType = {}));
|
|
513
|
-
var DescribeOrganizationResourceCollectionHealthRequest;
|
|
514
|
-
(function (DescribeOrganizationResourceCollectionHealthRequest) {
|
|
515
|
-
DescribeOrganizationResourceCollectionHealthRequest.filterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
})(DescribeOrganizationResourceCollectionHealthRequest = exports.DescribeOrganizationResourceCollectionHealthRequest || (exports.DescribeOrganizationResourceCollectionHealthRequest = {}));
|
|
519
|
-
var InsightHealth;
|
|
520
|
-
(function (InsightHealth) {
|
|
521
|
-
InsightHealth.filterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
})(InsightHealth = exports.InsightHealth || (exports.InsightHealth = {}));
|
|
525
|
-
var CloudFormationHealth;
|
|
526
|
-
(function (CloudFormationHealth) {
|
|
527
|
-
CloudFormationHealth.filterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
})(CloudFormationHealth = exports.CloudFormationHealth || (exports.CloudFormationHealth = {}));
|
|
531
|
-
var ServiceInsightHealth;
|
|
532
|
-
(function (ServiceInsightHealth) {
|
|
533
|
-
ServiceInsightHealth.filterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
})(ServiceInsightHealth = exports.ServiceInsightHealth || (exports.ServiceInsightHealth = {}));
|
|
537
200
|
var ServiceName;
|
|
538
201
|
(function (ServiceName) {
|
|
539
202
|
ServiceName["API_GATEWAY"] = "API_GATEWAY";
|
|
@@ -562,183 +225,27 @@ var ServiceName;
|
|
|
562
225
|
ServiceName["STEP_FUNCTIONS"] = "STEP_FUNCTIONS";
|
|
563
226
|
ServiceName["SWF"] = "SWF";
|
|
564
227
|
})(ServiceName = exports.ServiceName || (exports.ServiceName = {}));
|
|
565
|
-
var ServiceHealth;
|
|
566
|
-
(function (ServiceHealth) {
|
|
567
|
-
ServiceHealth.filterSensitiveLog = (obj) => ({
|
|
568
|
-
...obj,
|
|
569
|
-
});
|
|
570
|
-
})(ServiceHealth = exports.ServiceHealth || (exports.ServiceHealth = {}));
|
|
571
|
-
var TagHealth;
|
|
572
|
-
(function (TagHealth) {
|
|
573
|
-
TagHealth.filterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
});
|
|
576
|
-
})(TagHealth = exports.TagHealth || (exports.TagHealth = {}));
|
|
577
|
-
var DescribeOrganizationResourceCollectionHealthResponse;
|
|
578
|
-
(function (DescribeOrganizationResourceCollectionHealthResponse) {
|
|
579
|
-
DescribeOrganizationResourceCollectionHealthResponse.filterSensitiveLog = (obj) => ({
|
|
580
|
-
...obj,
|
|
581
|
-
});
|
|
582
|
-
})(DescribeOrganizationResourceCollectionHealthResponse = exports.DescribeOrganizationResourceCollectionHealthResponse || (exports.DescribeOrganizationResourceCollectionHealthResponse = {}));
|
|
583
228
|
var ResourceCollectionType;
|
|
584
229
|
(function (ResourceCollectionType) {
|
|
585
230
|
ResourceCollectionType["AWS_CLOUD_FORMATION"] = "AWS_CLOUD_FORMATION";
|
|
586
231
|
ResourceCollectionType["AWS_SERVICE"] = "AWS_SERVICE";
|
|
587
232
|
ResourceCollectionType["AWS_TAGS"] = "AWS_TAGS";
|
|
588
233
|
})(ResourceCollectionType = exports.ResourceCollectionType || (exports.ResourceCollectionType = {}));
|
|
589
|
-
var DescribeResourceCollectionHealthRequest;
|
|
590
|
-
(function (DescribeResourceCollectionHealthRequest) {
|
|
591
|
-
DescribeResourceCollectionHealthRequest.filterSensitiveLog = (obj) => ({
|
|
592
|
-
...obj,
|
|
593
|
-
});
|
|
594
|
-
})(DescribeResourceCollectionHealthRequest = exports.DescribeResourceCollectionHealthRequest || (exports.DescribeResourceCollectionHealthRequest = {}));
|
|
595
|
-
var DescribeResourceCollectionHealthResponse;
|
|
596
|
-
(function (DescribeResourceCollectionHealthResponse) {
|
|
597
|
-
DescribeResourceCollectionHealthResponse.filterSensitiveLog = (obj) => ({
|
|
598
|
-
...obj,
|
|
599
|
-
});
|
|
600
|
-
})(DescribeResourceCollectionHealthResponse = exports.DescribeResourceCollectionHealthResponse || (exports.DescribeResourceCollectionHealthResponse = {}));
|
|
601
|
-
var DescribeServiceIntegrationRequest;
|
|
602
|
-
(function (DescribeServiceIntegrationRequest) {
|
|
603
|
-
DescribeServiceIntegrationRequest.filterSensitiveLog = (obj) => ({
|
|
604
|
-
...obj,
|
|
605
|
-
});
|
|
606
|
-
})(DescribeServiceIntegrationRequest = exports.DescribeServiceIntegrationRequest || (exports.DescribeServiceIntegrationRequest = {}));
|
|
607
234
|
var OptInStatus;
|
|
608
235
|
(function (OptInStatus) {
|
|
609
236
|
OptInStatus["DISABLED"] = "DISABLED";
|
|
610
237
|
OptInStatus["ENABLED"] = "ENABLED";
|
|
611
238
|
})(OptInStatus = exports.OptInStatus || (exports.OptInStatus = {}));
|
|
612
|
-
var OpsCenterIntegration;
|
|
613
|
-
(function (OpsCenterIntegration) {
|
|
614
|
-
OpsCenterIntegration.filterSensitiveLog = (obj) => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
})(OpsCenterIntegration = exports.OpsCenterIntegration || (exports.OpsCenterIntegration = {}));
|
|
618
|
-
var ServiceIntegrationConfig;
|
|
619
|
-
(function (ServiceIntegrationConfig) {
|
|
620
|
-
ServiceIntegrationConfig.filterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
|
-
})(ServiceIntegrationConfig = exports.ServiceIntegrationConfig || (exports.ServiceIntegrationConfig = {}));
|
|
624
|
-
var DescribeServiceIntegrationResponse;
|
|
625
|
-
(function (DescribeServiceIntegrationResponse) {
|
|
626
|
-
DescribeServiceIntegrationResponse.filterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
})(DescribeServiceIntegrationResponse = exports.DescribeServiceIntegrationResponse || (exports.DescribeServiceIntegrationResponse = {}));
|
|
630
|
-
var GetCostEstimationRequest;
|
|
631
|
-
(function (GetCostEstimationRequest) {
|
|
632
|
-
GetCostEstimationRequest.filterSensitiveLog = (obj) => ({
|
|
633
|
-
...obj,
|
|
634
|
-
});
|
|
635
|
-
})(GetCostEstimationRequest = exports.GetCostEstimationRequest || (exports.GetCostEstimationRequest = {}));
|
|
636
239
|
var CostEstimationServiceResourceState;
|
|
637
240
|
(function (CostEstimationServiceResourceState) {
|
|
638
241
|
CostEstimationServiceResourceState["ACTIVE"] = "ACTIVE";
|
|
639
242
|
CostEstimationServiceResourceState["INACTIVE"] = "INACTIVE";
|
|
640
243
|
})(CostEstimationServiceResourceState = exports.CostEstimationServiceResourceState || (exports.CostEstimationServiceResourceState = {}));
|
|
641
|
-
var ServiceResourceCost;
|
|
642
|
-
(function (ServiceResourceCost) {
|
|
643
|
-
ServiceResourceCost.filterSensitiveLog = (obj) => ({
|
|
644
|
-
...obj,
|
|
645
|
-
});
|
|
646
|
-
})(ServiceResourceCost = exports.ServiceResourceCost || (exports.ServiceResourceCost = {}));
|
|
647
|
-
var CloudFormationCostEstimationResourceCollectionFilter;
|
|
648
|
-
(function (CloudFormationCostEstimationResourceCollectionFilter) {
|
|
649
|
-
CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
650
|
-
...obj,
|
|
651
|
-
});
|
|
652
|
-
})(CloudFormationCostEstimationResourceCollectionFilter = exports.CloudFormationCostEstimationResourceCollectionFilter || (exports.CloudFormationCostEstimationResourceCollectionFilter = {}));
|
|
653
|
-
var TagCostEstimationResourceCollectionFilter;
|
|
654
|
-
(function (TagCostEstimationResourceCollectionFilter) {
|
|
655
|
-
TagCostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
});
|
|
658
|
-
})(TagCostEstimationResourceCollectionFilter = exports.TagCostEstimationResourceCollectionFilter || (exports.TagCostEstimationResourceCollectionFilter = {}));
|
|
659
|
-
var CostEstimationResourceCollectionFilter;
|
|
660
|
-
(function (CostEstimationResourceCollectionFilter) {
|
|
661
|
-
CostEstimationResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
662
|
-
...obj,
|
|
663
|
-
});
|
|
664
|
-
})(CostEstimationResourceCollectionFilter = exports.CostEstimationResourceCollectionFilter || (exports.CostEstimationResourceCollectionFilter = {}));
|
|
665
244
|
var CostEstimationStatus;
|
|
666
245
|
(function (CostEstimationStatus) {
|
|
667
246
|
CostEstimationStatus["COMPLETED"] = "COMPLETED";
|
|
668
247
|
CostEstimationStatus["ONGOING"] = "ONGOING";
|
|
669
248
|
})(CostEstimationStatus = exports.CostEstimationStatus || (exports.CostEstimationStatus = {}));
|
|
670
|
-
var CostEstimationTimeRange;
|
|
671
|
-
(function (CostEstimationTimeRange) {
|
|
672
|
-
CostEstimationTimeRange.filterSensitiveLog = (obj) => ({
|
|
673
|
-
...obj,
|
|
674
|
-
});
|
|
675
|
-
})(CostEstimationTimeRange = exports.CostEstimationTimeRange || (exports.CostEstimationTimeRange = {}));
|
|
676
|
-
var GetCostEstimationResponse;
|
|
677
|
-
(function (GetCostEstimationResponse) {
|
|
678
|
-
GetCostEstimationResponse.filterSensitiveLog = (obj) => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
})(GetCostEstimationResponse = exports.GetCostEstimationResponse || (exports.GetCostEstimationResponse = {}));
|
|
682
|
-
var GetResourceCollectionRequest;
|
|
683
|
-
(function (GetResourceCollectionRequest) {
|
|
684
|
-
GetResourceCollectionRequest.filterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
})(GetResourceCollectionRequest = exports.GetResourceCollectionRequest || (exports.GetResourceCollectionRequest = {}));
|
|
688
|
-
var CloudFormationCollectionFilter;
|
|
689
|
-
(function (CloudFormationCollectionFilter) {
|
|
690
|
-
CloudFormationCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
});
|
|
693
|
-
})(CloudFormationCollectionFilter = exports.CloudFormationCollectionFilter || (exports.CloudFormationCollectionFilter = {}));
|
|
694
|
-
var TagCollectionFilter;
|
|
695
|
-
(function (TagCollectionFilter) {
|
|
696
|
-
TagCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
})(TagCollectionFilter = exports.TagCollectionFilter || (exports.TagCollectionFilter = {}));
|
|
700
|
-
var ResourceCollectionFilter;
|
|
701
|
-
(function (ResourceCollectionFilter) {
|
|
702
|
-
ResourceCollectionFilter.filterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
})(ResourceCollectionFilter = exports.ResourceCollectionFilter || (exports.ResourceCollectionFilter = {}));
|
|
706
|
-
var GetResourceCollectionResponse;
|
|
707
|
-
(function (GetResourceCollectionResponse) {
|
|
708
|
-
GetResourceCollectionResponse.filterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
})(GetResourceCollectionResponse = exports.GetResourceCollectionResponse || (exports.GetResourceCollectionResponse = {}));
|
|
712
|
-
var StartTimeRange;
|
|
713
|
-
(function (StartTimeRange) {
|
|
714
|
-
StartTimeRange.filterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
})(StartTimeRange = exports.StartTimeRange || (exports.StartTimeRange = {}));
|
|
718
|
-
var ListAnomaliesForInsightRequest;
|
|
719
|
-
(function (ListAnomaliesForInsightRequest) {
|
|
720
|
-
ListAnomaliesForInsightRequest.filterSensitiveLog = (obj) => ({
|
|
721
|
-
...obj,
|
|
722
|
-
});
|
|
723
|
-
})(ListAnomaliesForInsightRequest = exports.ListAnomaliesForInsightRequest || (exports.ListAnomaliesForInsightRequest = {}));
|
|
724
|
-
var ProactiveAnomalySummary;
|
|
725
|
-
(function (ProactiveAnomalySummary) {
|
|
726
|
-
ProactiveAnomalySummary.filterSensitiveLog = (obj) => ({
|
|
727
|
-
...obj,
|
|
728
|
-
});
|
|
729
|
-
})(ProactiveAnomalySummary = exports.ProactiveAnomalySummary || (exports.ProactiveAnomalySummary = {}));
|
|
730
|
-
var ReactiveAnomalySummary;
|
|
731
|
-
(function (ReactiveAnomalySummary) {
|
|
732
|
-
ReactiveAnomalySummary.filterSensitiveLog = (obj) => ({
|
|
733
|
-
...obj,
|
|
734
|
-
});
|
|
735
|
-
})(ReactiveAnomalySummary = exports.ReactiveAnomalySummary || (exports.ReactiveAnomalySummary = {}));
|
|
736
|
-
var ListAnomaliesForInsightResponse;
|
|
737
|
-
(function (ListAnomaliesForInsightResponse) {
|
|
738
|
-
ListAnomaliesForInsightResponse.filterSensitiveLog = (obj) => ({
|
|
739
|
-
...obj,
|
|
740
|
-
});
|
|
741
|
-
})(ListAnomaliesForInsightResponse = exports.ListAnomaliesForInsightResponse || (exports.ListAnomaliesForInsightResponse = {}));
|
|
742
249
|
var EventDataSource;
|
|
743
250
|
(function (EventDataSource) {
|
|
744
251
|
EventDataSource["AWS_CLOUD_TRAIL"] = "AWS_CLOUD_TRAIL";
|
|
@@ -752,149 +259,20 @@ var EventClass;
|
|
|
752
259
|
EventClass["SCHEMA_CHANGE"] = "SCHEMA_CHANGE";
|
|
753
260
|
EventClass["SECURITY_CHANGE"] = "SECURITY_CHANGE";
|
|
754
261
|
})(EventClass = exports.EventClass || (exports.EventClass = {}));
|
|
755
|
-
var EventTimeRange;
|
|
756
|
-
(function (EventTimeRange) {
|
|
757
|
-
EventTimeRange.filterSensitiveLog = (obj) => ({
|
|
758
|
-
...obj,
|
|
759
|
-
});
|
|
760
|
-
})(EventTimeRange = exports.EventTimeRange || (exports.EventTimeRange = {}));
|
|
761
|
-
var ListEventsFilters;
|
|
762
|
-
(function (ListEventsFilters) {
|
|
763
|
-
ListEventsFilters.filterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
});
|
|
766
|
-
})(ListEventsFilters = exports.ListEventsFilters || (exports.ListEventsFilters = {}));
|
|
767
|
-
var ListEventsRequest;
|
|
768
|
-
(function (ListEventsRequest) {
|
|
769
|
-
ListEventsRequest.filterSensitiveLog = (obj) => ({
|
|
770
|
-
...obj,
|
|
771
|
-
});
|
|
772
|
-
})(ListEventsRequest = exports.ListEventsRequest || (exports.ListEventsRequest = {}));
|
|
773
|
-
var EventResource;
|
|
774
|
-
(function (EventResource) {
|
|
775
|
-
EventResource.filterSensitiveLog = (obj) => ({
|
|
776
|
-
...obj,
|
|
777
|
-
});
|
|
778
|
-
})(EventResource = exports.EventResource || (exports.EventResource = {}));
|
|
779
|
-
var Event;
|
|
780
|
-
(function (Event) {
|
|
781
|
-
Event.filterSensitiveLog = (obj) => ({
|
|
782
|
-
...obj,
|
|
783
|
-
});
|
|
784
|
-
})(Event = exports.Event || (exports.Event = {}));
|
|
785
|
-
var ListEventsResponse;
|
|
786
|
-
(function (ListEventsResponse) {
|
|
787
|
-
ListEventsResponse.filterSensitiveLog = (obj) => ({
|
|
788
|
-
...obj,
|
|
789
|
-
});
|
|
790
|
-
})(ListEventsResponse = exports.ListEventsResponse || (exports.ListEventsResponse = {}));
|
|
791
262
|
var InsightType;
|
|
792
263
|
(function (InsightType) {
|
|
793
264
|
InsightType["PROACTIVE"] = "PROACTIVE";
|
|
794
265
|
InsightType["REACTIVE"] = "REACTIVE";
|
|
795
266
|
})(InsightType = exports.InsightType || (exports.InsightType = {}));
|
|
796
|
-
var
|
|
797
|
-
(function (
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
...obj,
|
|
806
|
-
});
|
|
807
|
-
})(EndTimeRange = exports.EndTimeRange || (exports.EndTimeRange = {}));
|
|
808
|
-
var ListInsightsClosedStatusFilter;
|
|
809
|
-
(function (ListInsightsClosedStatusFilter) {
|
|
810
|
-
ListInsightsClosedStatusFilter.filterSensitiveLog = (obj) => ({
|
|
811
|
-
...obj,
|
|
812
|
-
});
|
|
813
|
-
})(ListInsightsClosedStatusFilter = exports.ListInsightsClosedStatusFilter || (exports.ListInsightsClosedStatusFilter = {}));
|
|
814
|
-
var ListInsightsOngoingStatusFilter;
|
|
815
|
-
(function (ListInsightsOngoingStatusFilter) {
|
|
816
|
-
ListInsightsOngoingStatusFilter.filterSensitiveLog = (obj) => ({
|
|
817
|
-
...obj,
|
|
818
|
-
});
|
|
819
|
-
})(ListInsightsOngoingStatusFilter = exports.ListInsightsOngoingStatusFilter || (exports.ListInsightsOngoingStatusFilter = {}));
|
|
820
|
-
var ListInsightsStatusFilter;
|
|
821
|
-
(function (ListInsightsStatusFilter) {
|
|
822
|
-
ListInsightsStatusFilter.filterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
})(ListInsightsStatusFilter = exports.ListInsightsStatusFilter || (exports.ListInsightsStatusFilter = {}));
|
|
826
|
-
var ListInsightsRequest;
|
|
827
|
-
(function (ListInsightsRequest) {
|
|
828
|
-
ListInsightsRequest.filterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
})(ListInsightsRequest = exports.ListInsightsRequest || (exports.ListInsightsRequest = {}));
|
|
832
|
-
var ServiceCollection;
|
|
833
|
-
(function (ServiceCollection) {
|
|
834
|
-
ServiceCollection.filterSensitiveLog = (obj) => ({
|
|
835
|
-
...obj,
|
|
836
|
-
});
|
|
837
|
-
})(ServiceCollection = exports.ServiceCollection || (exports.ServiceCollection = {}));
|
|
838
|
-
var ProactiveInsightSummary;
|
|
839
|
-
(function (ProactiveInsightSummary) {
|
|
840
|
-
ProactiveInsightSummary.filterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
})(ProactiveInsightSummary = exports.ProactiveInsightSummary || (exports.ProactiveInsightSummary = {}));
|
|
844
|
-
var ReactiveInsightSummary;
|
|
845
|
-
(function (ReactiveInsightSummary) {
|
|
846
|
-
ReactiveInsightSummary.filterSensitiveLog = (obj) => ({
|
|
847
|
-
...obj,
|
|
848
|
-
});
|
|
849
|
-
})(ReactiveInsightSummary = exports.ReactiveInsightSummary || (exports.ReactiveInsightSummary = {}));
|
|
850
|
-
var ListInsightsResponse;
|
|
851
|
-
(function (ListInsightsResponse) {
|
|
852
|
-
ListInsightsResponse.filterSensitiveLog = (obj) => ({
|
|
853
|
-
...obj,
|
|
854
|
-
});
|
|
855
|
-
})(ListInsightsResponse = exports.ListInsightsResponse || (exports.ListInsightsResponse = {}));
|
|
856
|
-
var ListNotificationChannelsRequest;
|
|
857
|
-
(function (ListNotificationChannelsRequest) {
|
|
858
|
-
ListNotificationChannelsRequest.filterSensitiveLog = (obj) => ({
|
|
859
|
-
...obj,
|
|
860
|
-
});
|
|
861
|
-
})(ListNotificationChannelsRequest = exports.ListNotificationChannelsRequest || (exports.ListNotificationChannelsRequest = {}));
|
|
862
|
-
var NotificationChannel;
|
|
863
|
-
(function (NotificationChannel) {
|
|
864
|
-
NotificationChannel.filterSensitiveLog = (obj) => ({
|
|
865
|
-
...obj,
|
|
866
|
-
});
|
|
867
|
-
})(NotificationChannel = exports.NotificationChannel || (exports.NotificationChannel = {}));
|
|
868
|
-
var ListNotificationChannelsResponse;
|
|
869
|
-
(function (ListNotificationChannelsResponse) {
|
|
870
|
-
ListNotificationChannelsResponse.filterSensitiveLog = (obj) => ({
|
|
871
|
-
...obj,
|
|
872
|
-
});
|
|
873
|
-
})(ListNotificationChannelsResponse = exports.ListNotificationChannelsResponse || (exports.ListNotificationChannelsResponse = {}));
|
|
874
|
-
var ListOrganizationInsightsRequest;
|
|
875
|
-
(function (ListOrganizationInsightsRequest) {
|
|
876
|
-
ListOrganizationInsightsRequest.filterSensitiveLog = (obj) => ({
|
|
877
|
-
...obj,
|
|
878
|
-
});
|
|
879
|
-
})(ListOrganizationInsightsRequest = exports.ListOrganizationInsightsRequest || (exports.ListOrganizationInsightsRequest = {}));
|
|
880
|
-
var ProactiveOrganizationInsightSummary;
|
|
881
|
-
(function (ProactiveOrganizationInsightSummary) {
|
|
882
|
-
ProactiveOrganizationInsightSummary.filterSensitiveLog = (obj) => ({
|
|
883
|
-
...obj,
|
|
884
|
-
});
|
|
885
|
-
})(ProactiveOrganizationInsightSummary = exports.ProactiveOrganizationInsightSummary || (exports.ProactiveOrganizationInsightSummary = {}));
|
|
886
|
-
var ReactiveOrganizationInsightSummary;
|
|
887
|
-
(function (ReactiveOrganizationInsightSummary) {
|
|
888
|
-
ReactiveOrganizationInsightSummary.filterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
})(ReactiveOrganizationInsightSummary = exports.ReactiveOrganizationInsightSummary || (exports.ReactiveOrganizationInsightSummary = {}));
|
|
892
|
-
var ListOrganizationInsightsResponse;
|
|
893
|
-
(function (ListOrganizationInsightsResponse) {
|
|
894
|
-
ListOrganizationInsightsResponse.filterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
})(ListOrganizationInsightsResponse = exports.ListOrganizationInsightsResponse || (exports.ListOrganizationInsightsResponse = {}));
|
|
267
|
+
var ResourcePermission;
|
|
268
|
+
(function (ResourcePermission) {
|
|
269
|
+
ResourcePermission["FULL_PERMISSION"] = "FULL_PERMISSION";
|
|
270
|
+
ResourcePermission["MISSING_PERMISSION"] = "MISSING_PERMISSION";
|
|
271
|
+
})(ResourcePermission = exports.ResourcePermission || (exports.ResourcePermission = {}));
|
|
272
|
+
var ResourceTypeFilter;
|
|
273
|
+
(function (ResourceTypeFilter) {
|
|
274
|
+
ResourceTypeFilter["LOG_GROUPS"] = "LOG_GROUPS";
|
|
275
|
+
})(ResourceTypeFilter = exports.ResourceTypeFilter || (exports.ResourceTypeFilter = {}));
|
|
898
276
|
var Locale;
|
|
899
277
|
(function (Locale) {
|
|
900
278
|
Locale["DE_DE"] = "DE_DE";
|
|
@@ -909,200 +287,608 @@ var Locale;
|
|
|
909
287
|
Locale["ZH_CN"] = "ZH_CN";
|
|
910
288
|
Locale["ZH_TW"] = "ZH_TW";
|
|
911
289
|
})(Locale = exports.Locale || (exports.Locale = {}));
|
|
912
|
-
var ListRecommendationsRequest;
|
|
913
|
-
(function (ListRecommendationsRequest) {
|
|
914
|
-
ListRecommendationsRequest.filterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
});
|
|
917
|
-
})(ListRecommendationsRequest = exports.ListRecommendationsRequest || (exports.ListRecommendationsRequest = {}));
|
|
918
|
-
var RecommendationRelatedAnomalyResource;
|
|
919
|
-
(function (RecommendationRelatedAnomalyResource) {
|
|
920
|
-
RecommendationRelatedAnomalyResource.filterSensitiveLog = (obj) => ({
|
|
921
|
-
...obj,
|
|
922
|
-
});
|
|
923
|
-
})(RecommendationRelatedAnomalyResource = exports.RecommendationRelatedAnomalyResource || (exports.RecommendationRelatedAnomalyResource = {}));
|
|
924
|
-
var RecommendationRelatedCloudWatchMetricsSourceDetail;
|
|
925
|
-
(function (RecommendationRelatedCloudWatchMetricsSourceDetail) {
|
|
926
|
-
RecommendationRelatedCloudWatchMetricsSourceDetail.filterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
});
|
|
929
|
-
})(RecommendationRelatedCloudWatchMetricsSourceDetail = exports.RecommendationRelatedCloudWatchMetricsSourceDetail || (exports.RecommendationRelatedCloudWatchMetricsSourceDetail = {}));
|
|
930
|
-
var RecommendationRelatedAnomalySourceDetail;
|
|
931
|
-
(function (RecommendationRelatedAnomalySourceDetail) {
|
|
932
|
-
RecommendationRelatedAnomalySourceDetail.filterSensitiveLog = (obj) => ({
|
|
933
|
-
...obj,
|
|
934
|
-
});
|
|
935
|
-
})(RecommendationRelatedAnomalySourceDetail = exports.RecommendationRelatedAnomalySourceDetail || (exports.RecommendationRelatedAnomalySourceDetail = {}));
|
|
936
|
-
var RecommendationRelatedAnomaly;
|
|
937
|
-
(function (RecommendationRelatedAnomaly) {
|
|
938
|
-
RecommendationRelatedAnomaly.filterSensitiveLog = (obj) => ({
|
|
939
|
-
...obj,
|
|
940
|
-
});
|
|
941
|
-
})(RecommendationRelatedAnomaly = exports.RecommendationRelatedAnomaly || (exports.RecommendationRelatedAnomaly = {}));
|
|
942
|
-
var RecommendationRelatedEventResource;
|
|
943
|
-
(function (RecommendationRelatedEventResource) {
|
|
944
|
-
RecommendationRelatedEventResource.filterSensitiveLog = (obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
});
|
|
947
|
-
})(RecommendationRelatedEventResource = exports.RecommendationRelatedEventResource || (exports.RecommendationRelatedEventResource = {}));
|
|
948
|
-
var RecommendationRelatedEvent;
|
|
949
|
-
(function (RecommendationRelatedEvent) {
|
|
950
|
-
RecommendationRelatedEvent.filterSensitiveLog = (obj) => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
})(RecommendationRelatedEvent = exports.RecommendationRelatedEvent || (exports.RecommendationRelatedEvent = {}));
|
|
954
|
-
var Recommendation;
|
|
955
|
-
(function (Recommendation) {
|
|
956
|
-
Recommendation.filterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
})(Recommendation = exports.Recommendation || (exports.Recommendation = {}));
|
|
960
|
-
var ListRecommendationsResponse;
|
|
961
|
-
(function (ListRecommendationsResponse) {
|
|
962
|
-
ListRecommendationsResponse.filterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
});
|
|
965
|
-
})(ListRecommendationsResponse = exports.ListRecommendationsResponse || (exports.ListRecommendationsResponse = {}));
|
|
966
|
-
var PutFeedbackRequest;
|
|
967
|
-
(function (PutFeedbackRequest) {
|
|
968
|
-
PutFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
969
|
-
...obj,
|
|
970
|
-
});
|
|
971
|
-
})(PutFeedbackRequest = exports.PutFeedbackRequest || (exports.PutFeedbackRequest = {}));
|
|
972
|
-
var PutFeedbackResponse;
|
|
973
|
-
(function (PutFeedbackResponse) {
|
|
974
|
-
PutFeedbackResponse.filterSensitiveLog = (obj) => ({
|
|
975
|
-
...obj,
|
|
976
|
-
});
|
|
977
|
-
})(PutFeedbackResponse = exports.PutFeedbackResponse || (exports.PutFeedbackResponse = {}));
|
|
978
|
-
var RemoveNotificationChannelRequest;
|
|
979
|
-
(function (RemoveNotificationChannelRequest) {
|
|
980
|
-
RemoveNotificationChannelRequest.filterSensitiveLog = (obj) => ({
|
|
981
|
-
...obj,
|
|
982
|
-
});
|
|
983
|
-
})(RemoveNotificationChannelRequest = exports.RemoveNotificationChannelRequest || (exports.RemoveNotificationChannelRequest = {}));
|
|
984
|
-
var RemoveNotificationChannelResponse;
|
|
985
|
-
(function (RemoveNotificationChannelResponse) {
|
|
986
|
-
RemoveNotificationChannelResponse.filterSensitiveLog = (obj) => ({
|
|
987
|
-
...obj,
|
|
988
|
-
});
|
|
989
|
-
})(RemoveNotificationChannelResponse = exports.RemoveNotificationChannelResponse || (exports.RemoveNotificationChannelResponse = {}));
|
|
990
|
-
var SearchInsightsFilters;
|
|
991
|
-
(function (SearchInsightsFilters) {
|
|
992
|
-
SearchInsightsFilters.filterSensitiveLog = (obj) => ({
|
|
993
|
-
...obj,
|
|
994
|
-
});
|
|
995
|
-
})(SearchInsightsFilters = exports.SearchInsightsFilters || (exports.SearchInsightsFilters = {}));
|
|
996
|
-
var SearchInsightsRequest;
|
|
997
|
-
(function (SearchInsightsRequest) {
|
|
998
|
-
SearchInsightsRequest.filterSensitiveLog = (obj) => ({
|
|
999
|
-
...obj,
|
|
1000
|
-
});
|
|
1001
|
-
})(SearchInsightsRequest = exports.SearchInsightsRequest || (exports.SearchInsightsRequest = {}));
|
|
1002
|
-
var SearchInsightsResponse;
|
|
1003
|
-
(function (SearchInsightsResponse) {
|
|
1004
|
-
SearchInsightsResponse.filterSensitiveLog = (obj) => ({
|
|
1005
|
-
...obj,
|
|
1006
|
-
});
|
|
1007
|
-
})(SearchInsightsResponse = exports.SearchInsightsResponse || (exports.SearchInsightsResponse = {}));
|
|
1008
|
-
var SearchOrganizationInsightsFilters;
|
|
1009
|
-
(function (SearchOrganizationInsightsFilters) {
|
|
1010
|
-
SearchOrganizationInsightsFilters.filterSensitiveLog = (obj) => ({
|
|
1011
|
-
...obj,
|
|
1012
|
-
});
|
|
1013
|
-
})(SearchOrganizationInsightsFilters = exports.SearchOrganizationInsightsFilters || (exports.SearchOrganizationInsightsFilters = {}));
|
|
1014
|
-
var SearchOrganizationInsightsRequest;
|
|
1015
|
-
(function (SearchOrganizationInsightsRequest) {
|
|
1016
|
-
SearchOrganizationInsightsRequest.filterSensitiveLog = (obj) => ({
|
|
1017
|
-
...obj,
|
|
1018
|
-
});
|
|
1019
|
-
})(SearchOrganizationInsightsRequest = exports.SearchOrganizationInsightsRequest || (exports.SearchOrganizationInsightsRequest = {}));
|
|
1020
|
-
var SearchOrganizationInsightsResponse;
|
|
1021
|
-
(function (SearchOrganizationInsightsResponse) {
|
|
1022
|
-
SearchOrganizationInsightsResponse.filterSensitiveLog = (obj) => ({
|
|
1023
|
-
...obj,
|
|
1024
|
-
});
|
|
1025
|
-
})(SearchOrganizationInsightsResponse = exports.SearchOrganizationInsightsResponse || (exports.SearchOrganizationInsightsResponse = {}));
|
|
1026
|
-
var StartCostEstimationRequest;
|
|
1027
|
-
(function (StartCostEstimationRequest) {
|
|
1028
|
-
StartCostEstimationRequest.filterSensitiveLog = (obj) => ({
|
|
1029
|
-
...obj,
|
|
1030
|
-
});
|
|
1031
|
-
})(StartCostEstimationRequest = exports.StartCostEstimationRequest || (exports.StartCostEstimationRequest = {}));
|
|
1032
|
-
var StartCostEstimationResponse;
|
|
1033
|
-
(function (StartCostEstimationResponse) {
|
|
1034
|
-
StartCostEstimationResponse.filterSensitiveLog = (obj) => ({
|
|
1035
|
-
...obj,
|
|
1036
|
-
});
|
|
1037
|
-
})(StartCostEstimationResponse = exports.StartCostEstimationResponse || (exports.StartCostEstimationResponse = {}));
|
|
1038
|
-
var UpdateEventSourcesConfigRequest;
|
|
1039
|
-
(function (UpdateEventSourcesConfigRequest) {
|
|
1040
|
-
UpdateEventSourcesConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1041
|
-
...obj,
|
|
1042
|
-
});
|
|
1043
|
-
})(UpdateEventSourcesConfigRequest = exports.UpdateEventSourcesConfigRequest || (exports.UpdateEventSourcesConfigRequest = {}));
|
|
1044
|
-
var UpdateEventSourcesConfigResponse;
|
|
1045
|
-
(function (UpdateEventSourcesConfigResponse) {
|
|
1046
|
-
UpdateEventSourcesConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1047
|
-
...obj,
|
|
1048
|
-
});
|
|
1049
|
-
})(UpdateEventSourcesConfigResponse = exports.UpdateEventSourcesConfigResponse || (exports.UpdateEventSourcesConfigResponse = {}));
|
|
1050
290
|
var UpdateResourceCollectionAction;
|
|
1051
291
|
(function (UpdateResourceCollectionAction) {
|
|
1052
292
|
UpdateResourceCollectionAction["ADD"] = "ADD";
|
|
1053
293
|
UpdateResourceCollectionAction["REMOVE"] = "REMOVE";
|
|
1054
294
|
})(UpdateResourceCollectionAction = exports.UpdateResourceCollectionAction || (exports.UpdateResourceCollectionAction = {}));
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
295
|
+
const AccountInsightHealthFilterSensitiveLog = (obj) => ({
|
|
296
|
+
...obj,
|
|
297
|
+
});
|
|
298
|
+
exports.AccountInsightHealthFilterSensitiveLog = AccountInsightHealthFilterSensitiveLog;
|
|
299
|
+
const AccountHealthFilterSensitiveLog = (obj) => ({
|
|
300
|
+
...obj,
|
|
301
|
+
});
|
|
302
|
+
exports.AccountHealthFilterSensitiveLog = AccountHealthFilterSensitiveLog;
|
|
303
|
+
const SnsChannelConfigFilterSensitiveLog = (obj) => ({
|
|
304
|
+
...obj,
|
|
305
|
+
});
|
|
306
|
+
exports.SnsChannelConfigFilterSensitiveLog = SnsChannelConfigFilterSensitiveLog;
|
|
307
|
+
const NotificationChannelConfigFilterSensitiveLog = (obj) => ({
|
|
308
|
+
...obj,
|
|
309
|
+
});
|
|
310
|
+
exports.NotificationChannelConfigFilterSensitiveLog = NotificationChannelConfigFilterSensitiveLog;
|
|
311
|
+
const AddNotificationChannelRequestFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
});
|
|
314
|
+
exports.AddNotificationChannelRequestFilterSensitiveLog = AddNotificationChannelRequestFilterSensitiveLog;
|
|
315
|
+
const AddNotificationChannelResponseFilterSensitiveLog = (obj) => ({
|
|
316
|
+
...obj,
|
|
317
|
+
});
|
|
318
|
+
exports.AddNotificationChannelResponseFilterSensitiveLog = AddNotificationChannelResponseFilterSensitiveLog;
|
|
319
|
+
const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
320
|
+
...obj,
|
|
321
|
+
});
|
|
322
|
+
exports.ValidationExceptionFieldFilterSensitiveLog = ValidationExceptionFieldFilterSensitiveLog;
|
|
323
|
+
const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog = (obj) => ({
|
|
324
|
+
...obj,
|
|
325
|
+
});
|
|
326
|
+
exports.AmazonCodeGuruProfilerIntegrationFilterSensitiveLog = AmazonCodeGuruProfilerIntegrationFilterSensitiveLog;
|
|
327
|
+
const LogAnomalyClassFilterSensitiveLog = (obj) => ({
|
|
328
|
+
...obj,
|
|
329
|
+
});
|
|
330
|
+
exports.LogAnomalyClassFilterSensitiveLog = LogAnomalyClassFilterSensitiveLog;
|
|
331
|
+
const LogAnomalyShowcaseFilterSensitiveLog = (obj) => ({
|
|
332
|
+
...obj,
|
|
333
|
+
});
|
|
334
|
+
exports.LogAnomalyShowcaseFilterSensitiveLog = LogAnomalyShowcaseFilterSensitiveLog;
|
|
335
|
+
const AnomalousLogGroupFilterSensitiveLog = (obj) => ({
|
|
336
|
+
...obj,
|
|
337
|
+
});
|
|
338
|
+
exports.AnomalousLogGroupFilterSensitiveLog = AnomalousLogGroupFilterSensitiveLog;
|
|
339
|
+
const AnomalyReportedTimeRangeFilterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
});
|
|
342
|
+
exports.AnomalyReportedTimeRangeFilterSensitiveLog = AnomalyReportedTimeRangeFilterSensitiveLog;
|
|
343
|
+
const AnomalyResourceFilterSensitiveLog = (obj) => ({
|
|
344
|
+
...obj,
|
|
345
|
+
});
|
|
346
|
+
exports.AnomalyResourceFilterSensitiveLog = AnomalyResourceFilterSensitiveLog;
|
|
347
|
+
const CloudWatchMetricsDimensionFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
});
|
|
350
|
+
exports.CloudWatchMetricsDimensionFilterSensitiveLog = CloudWatchMetricsDimensionFilterSensitiveLog;
|
|
351
|
+
const TimestampMetricValuePairFilterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
});
|
|
354
|
+
exports.TimestampMetricValuePairFilterSensitiveLog = TimestampMetricValuePairFilterSensitiveLog;
|
|
355
|
+
const CloudWatchMetricsDataSummaryFilterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
});
|
|
358
|
+
exports.CloudWatchMetricsDataSummaryFilterSensitiveLog = CloudWatchMetricsDataSummaryFilterSensitiveLog;
|
|
359
|
+
const CloudWatchMetricsDetailFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
exports.CloudWatchMetricsDetailFilterSensitiveLog = CloudWatchMetricsDetailFilterSensitiveLog;
|
|
363
|
+
const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog = (obj) => ({
|
|
364
|
+
...obj,
|
|
365
|
+
});
|
|
366
|
+
exports.PerformanceInsightsMetricDimensionGroupFilterSensitiveLog = PerformanceInsightsMetricDimensionGroupFilterSensitiveLog;
|
|
367
|
+
const PerformanceInsightsMetricQueryFilterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
});
|
|
370
|
+
exports.PerformanceInsightsMetricQueryFilterSensitiveLog = PerformanceInsightsMetricQueryFilterSensitiveLog;
|
|
371
|
+
const PerformanceInsightsReferenceMetricFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
exports.PerformanceInsightsReferenceMetricFilterSensitiveLog = PerformanceInsightsReferenceMetricFilterSensitiveLog;
|
|
375
|
+
const PerformanceInsightsReferenceScalarFilterSensitiveLog = (obj) => ({
|
|
376
|
+
...obj,
|
|
377
|
+
});
|
|
378
|
+
exports.PerformanceInsightsReferenceScalarFilterSensitiveLog = PerformanceInsightsReferenceScalarFilterSensitiveLog;
|
|
379
|
+
const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog = (obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
});
|
|
382
|
+
exports.PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog = PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog;
|
|
383
|
+
const PerformanceInsightsReferenceDataFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
});
|
|
386
|
+
exports.PerformanceInsightsReferenceDataFilterSensitiveLog = PerformanceInsightsReferenceDataFilterSensitiveLog;
|
|
387
|
+
const PerformanceInsightsStatFilterSensitiveLog = (obj) => ({
|
|
388
|
+
...obj,
|
|
389
|
+
});
|
|
390
|
+
exports.PerformanceInsightsStatFilterSensitiveLog = PerformanceInsightsStatFilterSensitiveLog;
|
|
391
|
+
const PerformanceInsightsMetricsDetailFilterSensitiveLog = (obj) => ({
|
|
392
|
+
...obj,
|
|
393
|
+
});
|
|
394
|
+
exports.PerformanceInsightsMetricsDetailFilterSensitiveLog = PerformanceInsightsMetricsDetailFilterSensitiveLog;
|
|
395
|
+
const AnomalySourceDetailsFilterSensitiveLog = (obj) => ({
|
|
396
|
+
...obj,
|
|
397
|
+
});
|
|
398
|
+
exports.AnomalySourceDetailsFilterSensitiveLog = AnomalySourceDetailsFilterSensitiveLog;
|
|
399
|
+
const AnomalySourceMetadataFilterSensitiveLog = (obj) => ({
|
|
400
|
+
...obj,
|
|
401
|
+
});
|
|
402
|
+
exports.AnomalySourceMetadataFilterSensitiveLog = AnomalySourceMetadataFilterSensitiveLog;
|
|
403
|
+
const AnomalyTimeRangeFilterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
exports.AnomalyTimeRangeFilterSensitiveLog = AnomalyTimeRangeFilterSensitiveLog;
|
|
407
|
+
const DeleteInsightRequestFilterSensitiveLog = (obj) => ({
|
|
408
|
+
...obj,
|
|
409
|
+
});
|
|
410
|
+
exports.DeleteInsightRequestFilterSensitiveLog = DeleteInsightRequestFilterSensitiveLog;
|
|
411
|
+
const DeleteInsightResponseFilterSensitiveLog = (obj) => ({
|
|
412
|
+
...obj,
|
|
413
|
+
});
|
|
414
|
+
exports.DeleteInsightResponseFilterSensitiveLog = DeleteInsightResponseFilterSensitiveLog;
|
|
415
|
+
const DescribeAccountHealthRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
exports.DescribeAccountHealthRequestFilterSensitiveLog = DescribeAccountHealthRequestFilterSensitiveLog;
|
|
419
|
+
const DescribeAccountHealthResponseFilterSensitiveLog = (obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
});
|
|
422
|
+
exports.DescribeAccountHealthResponseFilterSensitiveLog = DescribeAccountHealthResponseFilterSensitiveLog;
|
|
423
|
+
const DescribeAccountOverviewRequestFilterSensitiveLog = (obj) => ({
|
|
424
|
+
...obj,
|
|
425
|
+
});
|
|
426
|
+
exports.DescribeAccountOverviewRequestFilterSensitiveLog = DescribeAccountOverviewRequestFilterSensitiveLog;
|
|
427
|
+
const DescribeAccountOverviewResponseFilterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
exports.DescribeAccountOverviewResponseFilterSensitiveLog = DescribeAccountOverviewResponseFilterSensitiveLog;
|
|
431
|
+
const DescribeAnomalyRequestFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
});
|
|
434
|
+
exports.DescribeAnomalyRequestFilterSensitiveLog = DescribeAnomalyRequestFilterSensitiveLog;
|
|
435
|
+
const PredictionTimeRangeFilterSensitiveLog = (obj) => ({
|
|
436
|
+
...obj,
|
|
437
|
+
});
|
|
438
|
+
exports.PredictionTimeRangeFilterSensitiveLog = PredictionTimeRangeFilterSensitiveLog;
|
|
439
|
+
const CloudFormationCollectionFilterSensitiveLog = (obj) => ({
|
|
440
|
+
...obj,
|
|
441
|
+
});
|
|
442
|
+
exports.CloudFormationCollectionFilterSensitiveLog = CloudFormationCollectionFilterSensitiveLog;
|
|
443
|
+
const TagCollectionFilterSensitiveLog = (obj) => ({
|
|
444
|
+
...obj,
|
|
445
|
+
});
|
|
446
|
+
exports.TagCollectionFilterSensitiveLog = TagCollectionFilterSensitiveLog;
|
|
447
|
+
const ResourceCollectionFilterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
});
|
|
450
|
+
exports.ResourceCollectionFilterSensitiveLog = ResourceCollectionFilterSensitiveLog;
|
|
451
|
+
const ProactiveAnomalyFilterSensitiveLog = (obj) => ({
|
|
452
|
+
...obj,
|
|
453
|
+
});
|
|
454
|
+
exports.ProactiveAnomalyFilterSensitiveLog = ProactiveAnomalyFilterSensitiveLog;
|
|
455
|
+
const ReactiveAnomalyFilterSensitiveLog = (obj) => ({
|
|
456
|
+
...obj,
|
|
457
|
+
});
|
|
458
|
+
exports.ReactiveAnomalyFilterSensitiveLog = ReactiveAnomalyFilterSensitiveLog;
|
|
459
|
+
const DescribeAnomalyResponseFilterSensitiveLog = (obj) => ({
|
|
460
|
+
...obj,
|
|
461
|
+
});
|
|
462
|
+
exports.DescribeAnomalyResponseFilterSensitiveLog = DescribeAnomalyResponseFilterSensitiveLog;
|
|
463
|
+
const DescribeEventSourcesConfigRequestFilterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
exports.DescribeEventSourcesConfigRequestFilterSensitiveLog = DescribeEventSourcesConfigRequestFilterSensitiveLog;
|
|
467
|
+
const EventSourcesConfigFilterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
exports.EventSourcesConfigFilterSensitiveLog = EventSourcesConfigFilterSensitiveLog;
|
|
471
|
+
const DescribeEventSourcesConfigResponseFilterSensitiveLog = (obj) => ({
|
|
472
|
+
...obj,
|
|
473
|
+
});
|
|
474
|
+
exports.DescribeEventSourcesConfigResponseFilterSensitiveLog = DescribeEventSourcesConfigResponseFilterSensitiveLog;
|
|
475
|
+
const DescribeFeedbackRequestFilterSensitiveLog = (obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
});
|
|
478
|
+
exports.DescribeFeedbackRequestFilterSensitiveLog = DescribeFeedbackRequestFilterSensitiveLog;
|
|
479
|
+
const InsightFeedbackFilterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
exports.InsightFeedbackFilterSensitiveLog = InsightFeedbackFilterSensitiveLog;
|
|
483
|
+
const DescribeFeedbackResponseFilterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
});
|
|
486
|
+
exports.DescribeFeedbackResponseFilterSensitiveLog = DescribeFeedbackResponseFilterSensitiveLog;
|
|
487
|
+
const DescribeInsightRequestFilterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
});
|
|
490
|
+
exports.DescribeInsightRequestFilterSensitiveLog = DescribeInsightRequestFilterSensitiveLog;
|
|
491
|
+
const InsightTimeRangeFilterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
exports.InsightTimeRangeFilterSensitiveLog = InsightTimeRangeFilterSensitiveLog;
|
|
495
|
+
const ProactiveInsightFilterSensitiveLog = (obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
});
|
|
498
|
+
exports.ProactiveInsightFilterSensitiveLog = ProactiveInsightFilterSensitiveLog;
|
|
499
|
+
const ReactiveInsightFilterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
});
|
|
502
|
+
exports.ReactiveInsightFilterSensitiveLog = ReactiveInsightFilterSensitiveLog;
|
|
503
|
+
const DescribeInsightResponseFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
exports.DescribeInsightResponseFilterSensitiveLog = DescribeInsightResponseFilterSensitiveLog;
|
|
507
|
+
const DescribeOrganizationHealthRequestFilterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
exports.DescribeOrganizationHealthRequestFilterSensitiveLog = DescribeOrganizationHealthRequestFilterSensitiveLog;
|
|
511
|
+
const DescribeOrganizationHealthResponseFilterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
exports.DescribeOrganizationHealthResponseFilterSensitiveLog = DescribeOrganizationHealthResponseFilterSensitiveLog;
|
|
515
|
+
const DescribeOrganizationOverviewRequestFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
exports.DescribeOrganizationOverviewRequestFilterSensitiveLog = DescribeOrganizationOverviewRequestFilterSensitiveLog;
|
|
519
|
+
const DescribeOrganizationOverviewResponseFilterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
});
|
|
522
|
+
exports.DescribeOrganizationOverviewResponseFilterSensitiveLog = DescribeOrganizationOverviewResponseFilterSensitiveLog;
|
|
523
|
+
const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog = (obj) => ({
|
|
524
|
+
...obj,
|
|
525
|
+
});
|
|
526
|
+
exports.DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog = DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog;
|
|
527
|
+
const InsightHealthFilterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
exports.InsightHealthFilterSensitiveLog = InsightHealthFilterSensitiveLog;
|
|
531
|
+
const CloudFormationHealthFilterSensitiveLog = (obj) => ({
|
|
532
|
+
...obj,
|
|
533
|
+
});
|
|
534
|
+
exports.CloudFormationHealthFilterSensitiveLog = CloudFormationHealthFilterSensitiveLog;
|
|
535
|
+
const ServiceInsightHealthFilterSensitiveLog = (obj) => ({
|
|
536
|
+
...obj,
|
|
537
|
+
});
|
|
538
|
+
exports.ServiceInsightHealthFilterSensitiveLog = ServiceInsightHealthFilterSensitiveLog;
|
|
539
|
+
const ServiceHealthFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
exports.ServiceHealthFilterSensitiveLog = ServiceHealthFilterSensitiveLog;
|
|
543
|
+
const TagHealthFilterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
});
|
|
546
|
+
exports.TagHealthFilterSensitiveLog = TagHealthFilterSensitiveLog;
|
|
547
|
+
const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
});
|
|
550
|
+
exports.DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog = DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog;
|
|
551
|
+
const DescribeResourceCollectionHealthRequestFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
});
|
|
554
|
+
exports.DescribeResourceCollectionHealthRequestFilterSensitiveLog = DescribeResourceCollectionHealthRequestFilterSensitiveLog;
|
|
555
|
+
const DescribeResourceCollectionHealthResponseFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
exports.DescribeResourceCollectionHealthResponseFilterSensitiveLog = DescribeResourceCollectionHealthResponseFilterSensitiveLog;
|
|
559
|
+
const DescribeServiceIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
560
|
+
...obj,
|
|
561
|
+
});
|
|
562
|
+
exports.DescribeServiceIntegrationRequestFilterSensitiveLog = DescribeServiceIntegrationRequestFilterSensitiveLog;
|
|
563
|
+
const LogsAnomalyDetectionIntegrationFilterSensitiveLog = (obj) => ({
|
|
564
|
+
...obj,
|
|
565
|
+
});
|
|
566
|
+
exports.LogsAnomalyDetectionIntegrationFilterSensitiveLog = LogsAnomalyDetectionIntegrationFilterSensitiveLog;
|
|
567
|
+
const OpsCenterIntegrationFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|
|
570
|
+
exports.OpsCenterIntegrationFilterSensitiveLog = OpsCenterIntegrationFilterSensitiveLog;
|
|
571
|
+
const ServiceIntegrationConfigFilterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
});
|
|
574
|
+
exports.ServiceIntegrationConfigFilterSensitiveLog = ServiceIntegrationConfigFilterSensitiveLog;
|
|
575
|
+
const DescribeServiceIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
});
|
|
578
|
+
exports.DescribeServiceIntegrationResponseFilterSensitiveLog = DescribeServiceIntegrationResponseFilterSensitiveLog;
|
|
579
|
+
const GetCostEstimationRequestFilterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
exports.GetCostEstimationRequestFilterSensitiveLog = GetCostEstimationRequestFilterSensitiveLog;
|
|
583
|
+
const ServiceResourceCostFilterSensitiveLog = (obj) => ({
|
|
584
|
+
...obj,
|
|
585
|
+
});
|
|
586
|
+
exports.ServiceResourceCostFilterSensitiveLog = ServiceResourceCostFilterSensitiveLog;
|
|
587
|
+
const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
});
|
|
590
|
+
exports.CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog = CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog;
|
|
591
|
+
const TagCostEstimationResourceCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
592
|
+
...obj,
|
|
593
|
+
});
|
|
594
|
+
exports.TagCostEstimationResourceCollectionFilterFilterSensitiveLog = TagCostEstimationResourceCollectionFilterFilterSensitiveLog;
|
|
595
|
+
const CostEstimationResourceCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
596
|
+
...obj,
|
|
597
|
+
});
|
|
598
|
+
exports.CostEstimationResourceCollectionFilterFilterSensitiveLog = CostEstimationResourceCollectionFilterFilterSensitiveLog;
|
|
599
|
+
const CostEstimationTimeRangeFilterSensitiveLog = (obj) => ({
|
|
600
|
+
...obj,
|
|
601
|
+
});
|
|
602
|
+
exports.CostEstimationTimeRangeFilterSensitiveLog = CostEstimationTimeRangeFilterSensitiveLog;
|
|
603
|
+
const GetCostEstimationResponseFilterSensitiveLog = (obj) => ({
|
|
604
|
+
...obj,
|
|
605
|
+
});
|
|
606
|
+
exports.GetCostEstimationResponseFilterSensitiveLog = GetCostEstimationResponseFilterSensitiveLog;
|
|
607
|
+
const GetResourceCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
608
|
+
...obj,
|
|
609
|
+
});
|
|
610
|
+
exports.GetResourceCollectionRequestFilterSensitiveLog = GetResourceCollectionRequestFilterSensitiveLog;
|
|
611
|
+
const CloudFormationCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
612
|
+
...obj,
|
|
613
|
+
});
|
|
614
|
+
exports.CloudFormationCollectionFilterFilterSensitiveLog = CloudFormationCollectionFilterFilterSensitiveLog;
|
|
615
|
+
const TagCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
616
|
+
...obj,
|
|
617
|
+
});
|
|
618
|
+
exports.TagCollectionFilterFilterSensitiveLog = TagCollectionFilterFilterSensitiveLog;
|
|
619
|
+
const ResourceCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
620
|
+
...obj,
|
|
621
|
+
});
|
|
622
|
+
exports.ResourceCollectionFilterFilterSensitiveLog = ResourceCollectionFilterFilterSensitiveLog;
|
|
623
|
+
const GetResourceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
624
|
+
...obj,
|
|
625
|
+
});
|
|
626
|
+
exports.GetResourceCollectionResponseFilterSensitiveLog = GetResourceCollectionResponseFilterSensitiveLog;
|
|
627
|
+
const StartTimeRangeFilterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
});
|
|
630
|
+
exports.StartTimeRangeFilterSensitiveLog = StartTimeRangeFilterSensitiveLog;
|
|
631
|
+
const ListAnomaliesForInsightRequestFilterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
});
|
|
634
|
+
exports.ListAnomaliesForInsightRequestFilterSensitiveLog = ListAnomaliesForInsightRequestFilterSensitiveLog;
|
|
635
|
+
const ProactiveAnomalySummaryFilterSensitiveLog = (obj) => ({
|
|
636
|
+
...obj,
|
|
637
|
+
});
|
|
638
|
+
exports.ProactiveAnomalySummaryFilterSensitiveLog = ProactiveAnomalySummaryFilterSensitiveLog;
|
|
639
|
+
const ReactiveAnomalySummaryFilterSensitiveLog = (obj) => ({
|
|
640
|
+
...obj,
|
|
641
|
+
});
|
|
642
|
+
exports.ReactiveAnomalySummaryFilterSensitiveLog = ReactiveAnomalySummaryFilterSensitiveLog;
|
|
643
|
+
const ListAnomaliesForInsightResponseFilterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
});
|
|
646
|
+
exports.ListAnomaliesForInsightResponseFilterSensitiveLog = ListAnomaliesForInsightResponseFilterSensitiveLog;
|
|
647
|
+
const ListAnomalousLogGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
648
|
+
...obj,
|
|
649
|
+
});
|
|
650
|
+
exports.ListAnomalousLogGroupsRequestFilterSensitiveLog = ListAnomalousLogGroupsRequestFilterSensitiveLog;
|
|
651
|
+
const ListAnomalousLogGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
exports.ListAnomalousLogGroupsResponseFilterSensitiveLog = ListAnomalousLogGroupsResponseFilterSensitiveLog;
|
|
655
|
+
const EventTimeRangeFilterSensitiveLog = (obj) => ({
|
|
656
|
+
...obj,
|
|
657
|
+
});
|
|
658
|
+
exports.EventTimeRangeFilterSensitiveLog = EventTimeRangeFilterSensitiveLog;
|
|
659
|
+
const ListEventsFiltersFilterSensitiveLog = (obj) => ({
|
|
660
|
+
...obj,
|
|
661
|
+
});
|
|
662
|
+
exports.ListEventsFiltersFilterSensitiveLog = ListEventsFiltersFilterSensitiveLog;
|
|
663
|
+
const ListEventsRequestFilterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
exports.ListEventsRequestFilterSensitiveLog = ListEventsRequestFilterSensitiveLog;
|
|
667
|
+
const EventResourceFilterSensitiveLog = (obj) => ({
|
|
668
|
+
...obj,
|
|
669
|
+
});
|
|
670
|
+
exports.EventResourceFilterSensitiveLog = EventResourceFilterSensitiveLog;
|
|
671
|
+
const EventFilterSensitiveLog = (obj) => ({
|
|
672
|
+
...obj,
|
|
673
|
+
});
|
|
674
|
+
exports.EventFilterSensitiveLog = EventFilterSensitiveLog;
|
|
675
|
+
const ListEventsResponseFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
exports.ListEventsResponseFilterSensitiveLog = ListEventsResponseFilterSensitiveLog;
|
|
679
|
+
const ListInsightsAnyStatusFilterFilterSensitiveLog = (obj) => ({
|
|
680
|
+
...obj,
|
|
681
|
+
});
|
|
682
|
+
exports.ListInsightsAnyStatusFilterFilterSensitiveLog = ListInsightsAnyStatusFilterFilterSensitiveLog;
|
|
683
|
+
const EndTimeRangeFilterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
exports.EndTimeRangeFilterSensitiveLog = EndTimeRangeFilterSensitiveLog;
|
|
687
|
+
const ListInsightsClosedStatusFilterFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
exports.ListInsightsClosedStatusFilterFilterSensitiveLog = ListInsightsClosedStatusFilterFilterSensitiveLog;
|
|
691
|
+
const ListInsightsOngoingStatusFilterFilterSensitiveLog = (obj) => ({
|
|
692
|
+
...obj,
|
|
693
|
+
});
|
|
694
|
+
exports.ListInsightsOngoingStatusFilterFilterSensitiveLog = ListInsightsOngoingStatusFilterFilterSensitiveLog;
|
|
695
|
+
const ListInsightsStatusFilterFilterSensitiveLog = (obj) => ({
|
|
696
|
+
...obj,
|
|
697
|
+
});
|
|
698
|
+
exports.ListInsightsStatusFilterFilterSensitiveLog = ListInsightsStatusFilterFilterSensitiveLog;
|
|
699
|
+
const ListInsightsRequestFilterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
});
|
|
702
|
+
exports.ListInsightsRequestFilterSensitiveLog = ListInsightsRequestFilterSensitiveLog;
|
|
703
|
+
const ServiceCollectionFilterSensitiveLog = (obj) => ({
|
|
704
|
+
...obj,
|
|
705
|
+
});
|
|
706
|
+
exports.ServiceCollectionFilterSensitiveLog = ServiceCollectionFilterSensitiveLog;
|
|
707
|
+
const ProactiveInsightSummaryFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
exports.ProactiveInsightSummaryFilterSensitiveLog = ProactiveInsightSummaryFilterSensitiveLog;
|
|
711
|
+
const ReactiveInsightSummaryFilterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
});
|
|
714
|
+
exports.ReactiveInsightSummaryFilterSensitiveLog = ReactiveInsightSummaryFilterSensitiveLog;
|
|
715
|
+
const ListInsightsResponseFilterSensitiveLog = (obj) => ({
|
|
716
|
+
...obj,
|
|
717
|
+
});
|
|
718
|
+
exports.ListInsightsResponseFilterSensitiveLog = ListInsightsResponseFilterSensitiveLog;
|
|
719
|
+
const ListMonitoredResourcesFiltersFilterSensitiveLog = (obj) => ({
|
|
720
|
+
...obj,
|
|
721
|
+
});
|
|
722
|
+
exports.ListMonitoredResourcesFiltersFilterSensitiveLog = ListMonitoredResourcesFiltersFilterSensitiveLog;
|
|
723
|
+
const ListMonitoredResourcesRequestFilterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
});
|
|
726
|
+
exports.ListMonitoredResourcesRequestFilterSensitiveLog = ListMonitoredResourcesRequestFilterSensitiveLog;
|
|
727
|
+
const MonitoredResourceIdentifierFilterSensitiveLog = (obj) => ({
|
|
728
|
+
...obj,
|
|
729
|
+
});
|
|
730
|
+
exports.MonitoredResourceIdentifierFilterSensitiveLog = MonitoredResourceIdentifierFilterSensitiveLog;
|
|
731
|
+
const ListMonitoredResourcesResponseFilterSensitiveLog = (obj) => ({
|
|
732
|
+
...obj,
|
|
733
|
+
});
|
|
734
|
+
exports.ListMonitoredResourcesResponseFilterSensitiveLog = ListMonitoredResourcesResponseFilterSensitiveLog;
|
|
735
|
+
const ListNotificationChannelsRequestFilterSensitiveLog = (obj) => ({
|
|
736
|
+
...obj,
|
|
737
|
+
});
|
|
738
|
+
exports.ListNotificationChannelsRequestFilterSensitiveLog = ListNotificationChannelsRequestFilterSensitiveLog;
|
|
739
|
+
const NotificationChannelFilterSensitiveLog = (obj) => ({
|
|
740
|
+
...obj,
|
|
741
|
+
});
|
|
742
|
+
exports.NotificationChannelFilterSensitiveLog = NotificationChannelFilterSensitiveLog;
|
|
743
|
+
const ListNotificationChannelsResponseFilterSensitiveLog = (obj) => ({
|
|
744
|
+
...obj,
|
|
745
|
+
});
|
|
746
|
+
exports.ListNotificationChannelsResponseFilterSensitiveLog = ListNotificationChannelsResponseFilterSensitiveLog;
|
|
747
|
+
const ListOrganizationInsightsRequestFilterSensitiveLog = (obj) => ({
|
|
748
|
+
...obj,
|
|
749
|
+
});
|
|
750
|
+
exports.ListOrganizationInsightsRequestFilterSensitiveLog = ListOrganizationInsightsRequestFilterSensitiveLog;
|
|
751
|
+
const ProactiveOrganizationInsightSummaryFilterSensitiveLog = (obj) => ({
|
|
752
|
+
...obj,
|
|
753
|
+
});
|
|
754
|
+
exports.ProactiveOrganizationInsightSummaryFilterSensitiveLog = ProactiveOrganizationInsightSummaryFilterSensitiveLog;
|
|
755
|
+
const ReactiveOrganizationInsightSummaryFilterSensitiveLog = (obj) => ({
|
|
756
|
+
...obj,
|
|
757
|
+
});
|
|
758
|
+
exports.ReactiveOrganizationInsightSummaryFilterSensitiveLog = ReactiveOrganizationInsightSummaryFilterSensitiveLog;
|
|
759
|
+
const ListOrganizationInsightsResponseFilterSensitiveLog = (obj) => ({
|
|
760
|
+
...obj,
|
|
761
|
+
});
|
|
762
|
+
exports.ListOrganizationInsightsResponseFilterSensitiveLog = ListOrganizationInsightsResponseFilterSensitiveLog;
|
|
763
|
+
const ListRecommendationsRequestFilterSensitiveLog = (obj) => ({
|
|
764
|
+
...obj,
|
|
765
|
+
});
|
|
766
|
+
exports.ListRecommendationsRequestFilterSensitiveLog = ListRecommendationsRequestFilterSensitiveLog;
|
|
767
|
+
const RecommendationRelatedAnomalyResourceFilterSensitiveLog = (obj) => ({
|
|
768
|
+
...obj,
|
|
769
|
+
});
|
|
770
|
+
exports.RecommendationRelatedAnomalyResourceFilterSensitiveLog = RecommendationRelatedAnomalyResourceFilterSensitiveLog;
|
|
771
|
+
const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog = (obj) => ({
|
|
772
|
+
...obj,
|
|
773
|
+
});
|
|
774
|
+
exports.RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog = RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog;
|
|
775
|
+
const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog = (obj) => ({
|
|
776
|
+
...obj,
|
|
777
|
+
});
|
|
778
|
+
exports.RecommendationRelatedAnomalySourceDetailFilterSensitiveLog = RecommendationRelatedAnomalySourceDetailFilterSensitiveLog;
|
|
779
|
+
const RecommendationRelatedAnomalyFilterSensitiveLog = (obj) => ({
|
|
780
|
+
...obj,
|
|
781
|
+
});
|
|
782
|
+
exports.RecommendationRelatedAnomalyFilterSensitiveLog = RecommendationRelatedAnomalyFilterSensitiveLog;
|
|
783
|
+
const RecommendationRelatedEventResourceFilterSensitiveLog = (obj) => ({
|
|
784
|
+
...obj,
|
|
785
|
+
});
|
|
786
|
+
exports.RecommendationRelatedEventResourceFilterSensitiveLog = RecommendationRelatedEventResourceFilterSensitiveLog;
|
|
787
|
+
const RecommendationRelatedEventFilterSensitiveLog = (obj) => ({
|
|
788
|
+
...obj,
|
|
789
|
+
});
|
|
790
|
+
exports.RecommendationRelatedEventFilterSensitiveLog = RecommendationRelatedEventFilterSensitiveLog;
|
|
791
|
+
const RecommendationFilterSensitiveLog = (obj) => ({
|
|
792
|
+
...obj,
|
|
793
|
+
});
|
|
794
|
+
exports.RecommendationFilterSensitiveLog = RecommendationFilterSensitiveLog;
|
|
795
|
+
const ListRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
exports.ListRecommendationsResponseFilterSensitiveLog = ListRecommendationsResponseFilterSensitiveLog;
|
|
799
|
+
const PutFeedbackRequestFilterSensitiveLog = (obj) => ({
|
|
800
|
+
...obj,
|
|
801
|
+
});
|
|
802
|
+
exports.PutFeedbackRequestFilterSensitiveLog = PutFeedbackRequestFilterSensitiveLog;
|
|
803
|
+
const PutFeedbackResponseFilterSensitiveLog = (obj) => ({
|
|
804
|
+
...obj,
|
|
805
|
+
});
|
|
806
|
+
exports.PutFeedbackResponseFilterSensitiveLog = PutFeedbackResponseFilterSensitiveLog;
|
|
807
|
+
const RemoveNotificationChannelRequestFilterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
exports.RemoveNotificationChannelRequestFilterSensitiveLog = RemoveNotificationChannelRequestFilterSensitiveLog;
|
|
811
|
+
const RemoveNotificationChannelResponseFilterSensitiveLog = (obj) => ({
|
|
812
|
+
...obj,
|
|
813
|
+
});
|
|
814
|
+
exports.RemoveNotificationChannelResponseFilterSensitiveLog = RemoveNotificationChannelResponseFilterSensitiveLog;
|
|
815
|
+
const SearchInsightsFiltersFilterSensitiveLog = (obj) => ({
|
|
816
|
+
...obj,
|
|
817
|
+
});
|
|
818
|
+
exports.SearchInsightsFiltersFilterSensitiveLog = SearchInsightsFiltersFilterSensitiveLog;
|
|
819
|
+
const SearchInsightsRequestFilterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
exports.SearchInsightsRequestFilterSensitiveLog = SearchInsightsRequestFilterSensitiveLog;
|
|
823
|
+
const SearchInsightsResponseFilterSensitiveLog = (obj) => ({
|
|
824
|
+
...obj,
|
|
825
|
+
});
|
|
826
|
+
exports.SearchInsightsResponseFilterSensitiveLog = SearchInsightsResponseFilterSensitiveLog;
|
|
827
|
+
const SearchOrganizationInsightsFiltersFilterSensitiveLog = (obj) => ({
|
|
828
|
+
...obj,
|
|
829
|
+
});
|
|
830
|
+
exports.SearchOrganizationInsightsFiltersFilterSensitiveLog = SearchOrganizationInsightsFiltersFilterSensitiveLog;
|
|
831
|
+
const SearchOrganizationInsightsRequestFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
exports.SearchOrganizationInsightsRequestFilterSensitiveLog = SearchOrganizationInsightsRequestFilterSensitiveLog;
|
|
835
|
+
const SearchOrganizationInsightsResponseFilterSensitiveLog = (obj) => ({
|
|
836
|
+
...obj,
|
|
837
|
+
});
|
|
838
|
+
exports.SearchOrganizationInsightsResponseFilterSensitiveLog = SearchOrganizationInsightsResponseFilterSensitiveLog;
|
|
839
|
+
const StartCostEstimationRequestFilterSensitiveLog = (obj) => ({
|
|
840
|
+
...obj,
|
|
841
|
+
});
|
|
842
|
+
exports.StartCostEstimationRequestFilterSensitiveLog = StartCostEstimationRequestFilterSensitiveLog;
|
|
843
|
+
const StartCostEstimationResponseFilterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
exports.StartCostEstimationResponseFilterSensitiveLog = StartCostEstimationResponseFilterSensitiveLog;
|
|
847
|
+
const UpdateEventSourcesConfigRequestFilterSensitiveLog = (obj) => ({
|
|
848
|
+
...obj,
|
|
849
|
+
});
|
|
850
|
+
exports.UpdateEventSourcesConfigRequestFilterSensitiveLog = UpdateEventSourcesConfigRequestFilterSensitiveLog;
|
|
851
|
+
const UpdateEventSourcesConfigResponseFilterSensitiveLog = (obj) => ({
|
|
852
|
+
...obj,
|
|
853
|
+
});
|
|
854
|
+
exports.UpdateEventSourcesConfigResponseFilterSensitiveLog = UpdateEventSourcesConfigResponseFilterSensitiveLog;
|
|
855
|
+
const UpdateCloudFormationCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
exports.UpdateCloudFormationCollectionFilterFilterSensitiveLog = UpdateCloudFormationCollectionFilterFilterSensitiveLog;
|
|
859
|
+
const UpdateTagCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
860
|
+
...obj,
|
|
861
|
+
});
|
|
862
|
+
exports.UpdateTagCollectionFilterFilterSensitiveLog = UpdateTagCollectionFilterFilterSensitiveLog;
|
|
863
|
+
const UpdateResourceCollectionFilterFilterSensitiveLog = (obj) => ({
|
|
864
|
+
...obj,
|
|
865
|
+
});
|
|
866
|
+
exports.UpdateResourceCollectionFilterFilterSensitiveLog = UpdateResourceCollectionFilterFilterSensitiveLog;
|
|
867
|
+
const UpdateResourceCollectionRequestFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
exports.UpdateResourceCollectionRequestFilterSensitiveLog = UpdateResourceCollectionRequestFilterSensitiveLog;
|
|
871
|
+
const UpdateResourceCollectionResponseFilterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
});
|
|
874
|
+
exports.UpdateResourceCollectionResponseFilterSensitiveLog = UpdateResourceCollectionResponseFilterSensitiveLog;
|
|
875
|
+
const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog = (obj) => ({
|
|
876
|
+
...obj,
|
|
877
|
+
});
|
|
878
|
+
exports.LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog = LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog;
|
|
879
|
+
const OpsCenterIntegrationConfigFilterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
exports.OpsCenterIntegrationConfigFilterSensitiveLog = OpsCenterIntegrationConfigFilterSensitiveLog;
|
|
883
|
+
const UpdateServiceIntegrationConfigFilterSensitiveLog = (obj) => ({
|
|
884
|
+
...obj,
|
|
885
|
+
});
|
|
886
|
+
exports.UpdateServiceIntegrationConfigFilterSensitiveLog = UpdateServiceIntegrationConfigFilterSensitiveLog;
|
|
887
|
+
const UpdateServiceIntegrationRequestFilterSensitiveLog = (obj) => ({
|
|
888
|
+
...obj,
|
|
889
|
+
});
|
|
890
|
+
exports.UpdateServiceIntegrationRequestFilterSensitiveLog = UpdateServiceIntegrationRequestFilterSensitiveLog;
|
|
891
|
+
const UpdateServiceIntegrationResponseFilterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
exports.UpdateServiceIntegrationResponseFilterSensitiveLog = UpdateServiceIntegrationResponseFilterSensitiveLog;
|