@aws-sdk/client-devops-guru 3.30.0 → 3.34.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.
Files changed (150) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/cjs/DevOpsGuruClient.js +13 -13
  3. package/dist/cjs/DevOpsGuruClient.js.map +1 -1
  4. package/dist/cjs/commands/AddNotificationChannelCommand.js +3 -3
  5. package/dist/cjs/commands/AddNotificationChannelCommand.js.map +1 -1
  6. package/dist/cjs/commands/DescribeAccountHealthCommand.js +3 -3
  7. package/dist/cjs/commands/DescribeAccountHealthCommand.js.map +1 -1
  8. package/dist/cjs/commands/DescribeAccountOverviewCommand.js +3 -3
  9. package/dist/cjs/commands/DescribeAccountOverviewCommand.js.map +1 -1
  10. package/dist/cjs/commands/DescribeAnomalyCommand.js +3 -3
  11. package/dist/cjs/commands/DescribeAnomalyCommand.js.map +1 -1
  12. package/dist/cjs/commands/DescribeFeedbackCommand.js +3 -3
  13. package/dist/cjs/commands/DescribeFeedbackCommand.js.map +1 -1
  14. package/dist/cjs/commands/DescribeInsightCommand.js +3 -3
  15. package/dist/cjs/commands/DescribeInsightCommand.js.map +1 -1
  16. package/dist/cjs/commands/DescribeResourceCollectionHealthCommand.js +3 -3
  17. package/dist/cjs/commands/DescribeResourceCollectionHealthCommand.js.map +1 -1
  18. package/dist/cjs/commands/DescribeServiceIntegrationCommand.js +3 -3
  19. package/dist/cjs/commands/DescribeServiceIntegrationCommand.js.map +1 -1
  20. package/dist/cjs/commands/GetCostEstimationCommand.js +3 -3
  21. package/dist/cjs/commands/GetCostEstimationCommand.js.map +1 -1
  22. package/dist/cjs/commands/GetResourceCollectionCommand.js +3 -3
  23. package/dist/cjs/commands/GetResourceCollectionCommand.js.map +1 -1
  24. package/dist/cjs/commands/ListAnomaliesForInsightCommand.js +3 -3
  25. package/dist/cjs/commands/ListAnomaliesForInsightCommand.js.map +1 -1
  26. package/dist/cjs/commands/ListEventsCommand.js +3 -3
  27. package/dist/cjs/commands/ListEventsCommand.js.map +1 -1
  28. package/dist/cjs/commands/ListInsightsCommand.js +3 -3
  29. package/dist/cjs/commands/ListInsightsCommand.js.map +1 -1
  30. package/dist/cjs/commands/ListNotificationChannelsCommand.js +3 -3
  31. package/dist/cjs/commands/ListNotificationChannelsCommand.js.map +1 -1
  32. package/dist/cjs/commands/ListRecommendationsCommand.js +3 -3
  33. package/dist/cjs/commands/ListRecommendationsCommand.js.map +1 -1
  34. package/dist/cjs/commands/PutFeedbackCommand.js +3 -3
  35. package/dist/cjs/commands/PutFeedbackCommand.js.map +1 -1
  36. package/dist/cjs/commands/RemoveNotificationChannelCommand.js +3 -3
  37. package/dist/cjs/commands/RemoveNotificationChannelCommand.js.map +1 -1
  38. package/dist/cjs/commands/SearchInsightsCommand.js +3 -3
  39. package/dist/cjs/commands/SearchInsightsCommand.js.map +1 -1
  40. package/dist/cjs/commands/StartCostEstimationCommand.js +3 -3
  41. package/dist/cjs/commands/StartCostEstimationCommand.js.map +1 -1
  42. package/dist/cjs/commands/UpdateResourceCollectionCommand.js +3 -3
  43. package/dist/cjs/commands/UpdateResourceCollectionCommand.js.map +1 -1
  44. package/dist/cjs/commands/UpdateServiceIntegrationCommand.js +3 -3
  45. package/dist/cjs/commands/UpdateServiceIntegrationCommand.js.map +1 -1
  46. package/dist/cjs/endpoints.js +1 -1
  47. package/dist/cjs/endpoints.js.map +1 -1
  48. package/dist/cjs/index.js +34 -34
  49. package/dist/cjs/index.js.map +1 -1
  50. package/dist/cjs/models/index.js +1 -1
  51. package/dist/cjs/models/index.js.map +1 -1
  52. package/dist/cjs/package.json +39 -39
  53. package/dist/cjs/protocols/Aws_restJson1.js +165 -155
  54. package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
  55. package/dist/cjs/runtimeConfig.browser.js +4 -4
  56. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  57. package/dist/cjs/runtimeConfig.js +8 -8
  58. package/dist/cjs/runtimeConfig.js.map +1 -1
  59. package/dist/cjs/runtimeConfig.native.js +1 -1
  60. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  61. package/dist/es/DevOpsGuru.js +1 -19
  62. package/dist/es/DevOpsGuru.js.map +1 -1
  63. package/dist/es/DevOpsGuruClient.js +1 -24
  64. package/dist/es/DevOpsGuruClient.js.map +1 -1
  65. package/dist/es/commands/AddNotificationChannelCommand.js +2 -37
  66. package/dist/es/commands/AddNotificationChannelCommand.js.map +1 -1
  67. package/dist/es/commands/DescribeAccountHealthCommand.js +2 -30
  68. package/dist/es/commands/DescribeAccountHealthCommand.js.map +1 -1
  69. package/dist/es/commands/DescribeAccountOverviewCommand.js +2 -30
  70. package/dist/es/commands/DescribeAccountOverviewCommand.js.map +1 -1
  71. package/dist/es/commands/DescribeAnomalyCommand.js +2 -29
  72. package/dist/es/commands/DescribeAnomalyCommand.js.map +1 -1
  73. package/dist/es/commands/DescribeFeedbackCommand.js +2 -29
  74. package/dist/es/commands/DescribeFeedbackCommand.js.map +1 -1
  75. package/dist/es/commands/DescribeInsightCommand.js +2 -29
  76. package/dist/es/commands/DescribeInsightCommand.js.map +1 -1
  77. package/dist/es/commands/DescribeResourceCollectionHealthCommand.js +2 -31
  78. package/dist/es/commands/DescribeResourceCollectionHealthCommand.js.map +1 -1
  79. package/dist/es/commands/DescribeServiceIntegrationCommand.js +2 -31
  80. package/dist/es/commands/DescribeServiceIntegrationCommand.js.map +1 -1
  81. package/dist/es/commands/GetCostEstimationCommand.js +2 -31
  82. package/dist/es/commands/GetCostEstimationCommand.js.map +1 -1
  83. package/dist/es/commands/GetResourceCollectionCommand.js +2 -30
  84. package/dist/es/commands/GetResourceCollectionCommand.js.map +1 -1
  85. package/dist/es/commands/ListAnomaliesForInsightCommand.js +2 -29
  86. package/dist/es/commands/ListAnomaliesForInsightCommand.js.map +1 -1
  87. package/dist/es/commands/ListEventsCommand.js +2 -29
  88. package/dist/es/commands/ListEventsCommand.js.map +1 -1
  89. package/dist/es/commands/ListInsightsCommand.js +2 -30
  90. package/dist/es/commands/ListInsightsCommand.js.map +1 -1
  91. package/dist/es/commands/ListNotificationChannelsCommand.js +2 -31
  92. package/dist/es/commands/ListNotificationChannelsCommand.js.map +1 -1
  93. package/dist/es/commands/ListRecommendationsCommand.js +2 -29
  94. package/dist/es/commands/ListRecommendationsCommand.js.map +1 -1
  95. package/dist/es/commands/PutFeedbackCommand.js +2 -29
  96. package/dist/es/commands/PutFeedbackCommand.js.map +1 -1
  97. package/dist/es/commands/RemoveNotificationChannelCommand.js +2 -30
  98. package/dist/es/commands/RemoveNotificationChannelCommand.js.map +1 -1
  99. package/dist/es/commands/SearchInsightsCommand.js +2 -35
  100. package/dist/es/commands/SearchInsightsCommand.js.map +1 -1
  101. package/dist/es/commands/StartCostEstimationCommand.js +2 -27
  102. package/dist/es/commands/StartCostEstimationCommand.js.map +1 -1
  103. package/dist/es/commands/UpdateResourceCollectionCommand.js +2 -30
  104. package/dist/es/commands/UpdateResourceCollectionCommand.js.map +1 -1
  105. package/dist/es/commands/UpdateServiceIntegrationCommand.js +2 -30
  106. package/dist/es/commands/UpdateServiceIntegrationCommand.js.map +1 -1
  107. package/dist/es/endpoints.js +1 -1
  108. package/dist/es/endpoints.js.map +1 -1
  109. package/dist/es/models/models_0.js +0 -318
  110. package/dist/es/models/models_0.js.map +1 -1
  111. package/dist/es/package.json +39 -39
  112. package/dist/es/pagination/DescribeResourceCollectionHealthPaginator.js +16 -28
  113. package/dist/es/pagination/DescribeResourceCollectionHealthPaginator.js.map +1 -1
  114. package/dist/es/pagination/GetCostEstimationPaginator.js +16 -28
  115. package/dist/es/pagination/GetCostEstimationPaginator.js.map +1 -1
  116. package/dist/es/pagination/GetResourceCollectionPaginator.js +16 -28
  117. package/dist/es/pagination/GetResourceCollectionPaginator.js.map +1 -1
  118. package/dist/es/pagination/ListAnomaliesForInsightPaginator.js +16 -28
  119. package/dist/es/pagination/ListAnomaliesForInsightPaginator.js.map +1 -1
  120. package/dist/es/pagination/ListEventsPaginator.js +16 -28
  121. package/dist/es/pagination/ListEventsPaginator.js.map +1 -1
  122. package/dist/es/pagination/ListInsightsPaginator.js +16 -28
  123. package/dist/es/pagination/ListInsightsPaginator.js.map +1 -1
  124. package/dist/es/pagination/ListNotificationChannelsPaginator.js +16 -28
  125. package/dist/es/pagination/ListNotificationChannelsPaginator.js.map +1 -1
  126. package/dist/es/pagination/ListRecommendationsPaginator.js +16 -28
  127. package/dist/es/pagination/ListRecommendationsPaginator.js.map +1 -1
  128. package/dist/es/pagination/SearchInsightsPaginator.js +16 -28
  129. package/dist/es/pagination/SearchInsightsPaginator.js.map +1 -1
  130. package/dist/es/protocols/Aws_restJson1.js +632 -627
  131. package/dist/es/protocols/Aws_restJson1.js.map +1 -1
  132. package/dist/es/runtimeConfig.browser.js +0 -3
  133. package/dist/es/runtimeConfig.browser.js.map +1 -1
  134. package/dist/es/runtimeConfig.js +0 -3
  135. package/dist/es/runtimeConfig.js.map +1 -1
  136. package/dist/es/runtimeConfig.native.js +0 -3
  137. package/dist/es/runtimeConfig.native.js.map +1 -1
  138. package/dist/es/runtimeConfig.shared.js +0 -3
  139. package/dist/es/runtimeConfig.shared.js.map +1 -1
  140. package/dist/types/runtimeConfig.browser.d.ts +1 -0
  141. package/dist/types/runtimeConfig.d.ts +1 -0
  142. package/dist/types/runtimeConfig.native.d.ts +1 -0
  143. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  144. package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
  145. package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
  146. package/package.json +39 -39
  147. package/protocols/Aws_restJson1.ts +26 -13
  148. package/tsconfig.es.json +0 -2
  149. package/tsconfig.json +3 -5
  150. package/tsconfig.types.json +8 -0
@@ -1,79 +1,46 @@
1
1
  import { __assign } from "tslib";
2
2
  export var AccessDeniedException;
3
3
  (function (AccessDeniedException) {
4
- /**
5
- * @internal
6
- */
7
4
  AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(AccessDeniedException || (AccessDeniedException = {}));
9
6
  export var SnsChannelConfig;
10
7
  (function (SnsChannelConfig) {
11
- /**
12
- * @internal
13
- */
14
8
  SnsChannelConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
9
  })(SnsChannelConfig || (SnsChannelConfig = {}));
16
10
  export var NotificationChannelConfig;
17
11
  (function (NotificationChannelConfig) {
18
- /**
19
- * @internal
20
- */
21
12
  NotificationChannelConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
13
  })(NotificationChannelConfig || (NotificationChannelConfig = {}));
23
14
  export var AddNotificationChannelRequest;
24
15
  (function (AddNotificationChannelRequest) {
25
- /**
26
- * @internal
27
- */
28
16
  AddNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
17
  })(AddNotificationChannelRequest || (AddNotificationChannelRequest = {}));
30
18
  export var AddNotificationChannelResponse;
31
19
  (function (AddNotificationChannelResponse) {
32
- /**
33
- * @internal
34
- */
35
20
  AddNotificationChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
21
  })(AddNotificationChannelResponse || (AddNotificationChannelResponse = {}));
37
22
  export var ConflictException;
38
23
  (function (ConflictException) {
39
- /**
40
- * @internal
41
- */
42
24
  ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
25
  })(ConflictException || (ConflictException = {}));
44
26
  export var InternalServerException;
45
27
  (function (InternalServerException) {
46
- /**
47
- * @internal
48
- */
49
28
  InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
29
  })(InternalServerException || (InternalServerException = {}));
51
30
  export var ResourceNotFoundException;
52
31
  (function (ResourceNotFoundException) {
53
- /**
54
- * @internal
55
- */
56
32
  ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
33
  })(ResourceNotFoundException || (ResourceNotFoundException = {}));
58
34
  export var ServiceQuotaExceededException;
59
35
  (function (ServiceQuotaExceededException) {
60
- /**
61
- * @internal
62
- */
63
36
  ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
37
  })(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
65
38
  export var ThrottlingException;
66
39
  (function (ThrottlingException) {
67
- /**
68
- * @internal
69
- */
70
40
  ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
41
  })(ThrottlingException || (ThrottlingException = {}));
72
42
  export var ValidationExceptionField;
73
43
  (function (ValidationExceptionField) {
74
- /**
75
- * @internal
76
- */
77
44
  ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
45
  })(ValidationExceptionField || (ValidationExceptionField = {}));
79
46
  export var ValidationExceptionReason;
@@ -85,16 +52,10 @@ export var ValidationExceptionReason;
85
52
  })(ValidationExceptionReason || (ValidationExceptionReason = {}));
86
53
  export var ValidationException;
87
54
  (function (ValidationException) {
88
- /**
89
- * @internal
90
- */
91
55
  ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
56
  })(ValidationException || (ValidationException = {}));
93
57
  export var AnomalyReportedTimeRange;
94
58
  (function (AnomalyReportedTimeRange) {
95
- /**
96
- * @internal
97
- */
98
59
  AnomalyReportedTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
60
  })(AnomalyReportedTimeRange || (AnomalyReportedTimeRange = {}));
100
61
  export var AnomalySeverity;
@@ -105,9 +66,6 @@ export var AnomalySeverity;
105
66
  })(AnomalySeverity || (AnomalySeverity = {}));
106
67
  export var CloudWatchMetricsDimension;
107
68
  (function (CloudWatchMetricsDimension) {
108
- /**
109
- * @internal
110
- */
111
69
  CloudWatchMetricsDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
112
70
  })(CloudWatchMetricsDimension || (CloudWatchMetricsDimension = {}));
113
71
  export var CloudWatchMetricsStat;
@@ -123,16 +81,10 @@ export var CloudWatchMetricsStat;
123
81
  })(CloudWatchMetricsStat || (CloudWatchMetricsStat = {}));
124
82
  export var CloudWatchMetricsDetail;
125
83
  (function (CloudWatchMetricsDetail) {
126
- /**
127
- * @internal
128
- */
129
84
  CloudWatchMetricsDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
85
  })(CloudWatchMetricsDetail || (CloudWatchMetricsDetail = {}));
131
86
  export var AnomalySourceDetails;
132
87
  (function (AnomalySourceDetails) {
133
- /**
134
- * @internal
135
- */
136
88
  AnomalySourceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
137
89
  })(AnomalySourceDetails || (AnomalySourceDetails = {}));
138
90
  export var AnomalyStatus;
@@ -142,93 +94,54 @@ export var AnomalyStatus;
142
94
  })(AnomalyStatus || (AnomalyStatus = {}));
143
95
  export var AnomalyTimeRange;
144
96
  (function (AnomalyTimeRange) {
145
- /**
146
- * @internal
147
- */
148
97
  AnomalyTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
149
98
  })(AnomalyTimeRange || (AnomalyTimeRange = {}));
150
99
  export var DescribeAccountHealthRequest;
151
100
  (function (DescribeAccountHealthRequest) {
152
- /**
153
- * @internal
154
- */
155
101
  DescribeAccountHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
156
102
  })(DescribeAccountHealthRequest || (DescribeAccountHealthRequest = {}));
157
103
  export var DescribeAccountHealthResponse;
158
104
  (function (DescribeAccountHealthResponse) {
159
- /**
160
- * @internal
161
- */
162
105
  DescribeAccountHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
163
106
  })(DescribeAccountHealthResponse || (DescribeAccountHealthResponse = {}));
164
107
  export var DescribeAccountOverviewRequest;
165
108
  (function (DescribeAccountOverviewRequest) {
166
- /**
167
- * @internal
168
- */
169
109
  DescribeAccountOverviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
170
110
  })(DescribeAccountOverviewRequest || (DescribeAccountOverviewRequest = {}));
171
111
  export var DescribeAccountOverviewResponse;
172
112
  (function (DescribeAccountOverviewResponse) {
173
- /**
174
- * @internal
175
- */
176
113
  DescribeAccountOverviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
114
  })(DescribeAccountOverviewResponse || (DescribeAccountOverviewResponse = {}));
178
115
  export var DescribeAnomalyRequest;
179
116
  (function (DescribeAnomalyRequest) {
180
- /**
181
- * @internal
182
- */
183
117
  DescribeAnomalyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
184
118
  })(DescribeAnomalyRequest || (DescribeAnomalyRequest = {}));
185
119
  export var PredictionTimeRange;
186
120
  (function (PredictionTimeRange) {
187
- /**
188
- * @internal
189
- */
190
121
  PredictionTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
122
  })(PredictionTimeRange || (PredictionTimeRange = {}));
192
123
  export var CloudFormationCollection;
193
124
  (function (CloudFormationCollection) {
194
- /**
195
- * @internal
196
- */
197
125
  CloudFormationCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
126
  })(CloudFormationCollection || (CloudFormationCollection = {}));
199
127
  export var ResourceCollection;
200
128
  (function (ResourceCollection) {
201
- /**
202
- * @internal
203
- */
204
129
  ResourceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
205
130
  })(ResourceCollection || (ResourceCollection = {}));
206
131
  export var ProactiveAnomaly;
207
132
  (function (ProactiveAnomaly) {
208
- /**
209
- * @internal
210
- */
211
133
  ProactiveAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
212
134
  })(ProactiveAnomaly || (ProactiveAnomaly = {}));
213
135
  export var ReactiveAnomaly;
214
136
  (function (ReactiveAnomaly) {
215
- /**
216
- * @internal
217
- */
218
137
  ReactiveAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
219
138
  })(ReactiveAnomaly || (ReactiveAnomaly = {}));
220
139
  export var DescribeAnomalyResponse;
221
140
  (function (DescribeAnomalyResponse) {
222
- /**
223
- * @internal
224
- */
225
141
  DescribeAnomalyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
142
  })(DescribeAnomalyResponse || (DescribeAnomalyResponse = {}));
227
143
  export var DescribeFeedbackRequest;
228
144
  (function (DescribeFeedbackRequest) {
229
- /**
230
- * @internal
231
- */
232
145
  DescribeFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
233
146
  })(DescribeFeedbackRequest || (DescribeFeedbackRequest = {}));
234
147
  export var InsightFeedbackOption;
@@ -241,30 +154,18 @@ export var InsightFeedbackOption;
241
154
  })(InsightFeedbackOption || (InsightFeedbackOption = {}));
242
155
  export var InsightFeedback;
243
156
  (function (InsightFeedback) {
244
- /**
245
- * @internal
246
- */
247
157
  InsightFeedback.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
248
158
  })(InsightFeedback || (InsightFeedback = {}));
249
159
  export var DescribeFeedbackResponse;
250
160
  (function (DescribeFeedbackResponse) {
251
- /**
252
- * @internal
253
- */
254
161
  DescribeFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
255
162
  })(DescribeFeedbackResponse || (DescribeFeedbackResponse = {}));
256
163
  export var DescribeInsightRequest;
257
164
  (function (DescribeInsightRequest) {
258
- /**
259
- * @internal
260
- */
261
165
  DescribeInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
166
  })(DescribeInsightRequest || (DescribeInsightRequest = {}));
263
167
  export var InsightTimeRange;
264
168
  (function (InsightTimeRange) {
265
- /**
266
- * @internal
267
- */
268
169
  InsightTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
269
170
  })(InsightTimeRange || (InsightTimeRange = {}));
270
171
  export var InsightSeverity;
@@ -280,23 +181,14 @@ export var InsightStatus;
280
181
  })(InsightStatus || (InsightStatus = {}));
281
182
  export var ProactiveInsight;
282
183
  (function (ProactiveInsight) {
283
- /**
284
- * @internal
285
- */
286
184
  ProactiveInsight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
287
185
  })(ProactiveInsight || (ProactiveInsight = {}));
288
186
  export var ReactiveInsight;
289
187
  (function (ReactiveInsight) {
290
- /**
291
- * @internal
292
- */
293
188
  ReactiveInsight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
189
  })(ReactiveInsight || (ReactiveInsight = {}));
295
190
  export var DescribeInsightResponse;
296
191
  (function (DescribeInsightResponse) {
297
- /**
298
- * @internal
299
- */
300
192
  DescribeInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
301
193
  })(DescribeInsightResponse || (DescribeInsightResponse = {}));
302
194
  export var ResourceCollectionType;
@@ -306,30 +198,18 @@ export var ResourceCollectionType;
306
198
  })(ResourceCollectionType || (ResourceCollectionType = {}));
307
199
  export var DescribeResourceCollectionHealthRequest;
308
200
  (function (DescribeResourceCollectionHealthRequest) {
309
- /**
310
- * @internal
311
- */
312
201
  DescribeResourceCollectionHealthRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
313
202
  })(DescribeResourceCollectionHealthRequest || (DescribeResourceCollectionHealthRequest = {}));
314
203
  export var InsightHealth;
315
204
  (function (InsightHealth) {
316
- /**
317
- * @internal
318
- */
319
205
  InsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
320
206
  })(InsightHealth || (InsightHealth = {}));
321
207
  export var CloudFormationHealth;
322
208
  (function (CloudFormationHealth) {
323
- /**
324
- * @internal
325
- */
326
209
  CloudFormationHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
327
210
  })(CloudFormationHealth || (CloudFormationHealth = {}));
328
211
  export var ServiceInsightHealth;
329
212
  (function (ServiceInsightHealth) {
330
- /**
331
- * @internal
332
- */
333
213
  ServiceInsightHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
334
214
  })(ServiceInsightHealth || (ServiceInsightHealth = {}));
335
215
  export var ServiceName;
@@ -362,23 +242,14 @@ export var ServiceName;
362
242
  })(ServiceName || (ServiceName = {}));
363
243
  export var ServiceHealth;
364
244
  (function (ServiceHealth) {
365
- /**
366
- * @internal
367
- */
368
245
  ServiceHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
369
246
  })(ServiceHealth || (ServiceHealth = {}));
370
247
  export var DescribeResourceCollectionHealthResponse;
371
248
  (function (DescribeResourceCollectionHealthResponse) {
372
- /**
373
- * @internal
374
- */
375
249
  DescribeResourceCollectionHealthResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
250
  })(DescribeResourceCollectionHealthResponse || (DescribeResourceCollectionHealthResponse = {}));
377
251
  export var DescribeServiceIntegrationRequest;
378
252
  (function (DescribeServiceIntegrationRequest) {
379
- /**
380
- * @internal
381
- */
382
253
  DescribeServiceIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
383
254
  })(DescribeServiceIntegrationRequest || (DescribeServiceIntegrationRequest = {}));
384
255
  export var OptInStatus;
@@ -388,30 +259,18 @@ export var OptInStatus;
388
259
  })(OptInStatus || (OptInStatus = {}));
389
260
  export var OpsCenterIntegration;
390
261
  (function (OpsCenterIntegration) {
391
- /**
392
- * @internal
393
- */
394
262
  OpsCenterIntegration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
263
  })(OpsCenterIntegration || (OpsCenterIntegration = {}));
396
264
  export var ServiceIntegrationConfig;
397
265
  (function (ServiceIntegrationConfig) {
398
- /**
399
- * @internal
400
- */
401
266
  ServiceIntegrationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
267
  })(ServiceIntegrationConfig || (ServiceIntegrationConfig = {}));
403
268
  export var DescribeServiceIntegrationResponse;
404
269
  (function (DescribeServiceIntegrationResponse) {
405
- /**
406
- * @internal
407
- */
408
270
  DescribeServiceIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
409
271
  })(DescribeServiceIntegrationResponse || (DescribeServiceIntegrationResponse = {}));
410
272
  export var GetCostEstimationRequest;
411
273
  (function (GetCostEstimationRequest) {
412
- /**
413
- * @internal
414
- */
415
274
  GetCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
275
  })(GetCostEstimationRequest || (GetCostEstimationRequest = {}));
417
276
  export var CostEstimationServiceResourceState;
@@ -421,23 +280,14 @@ export var CostEstimationServiceResourceState;
421
280
  })(CostEstimationServiceResourceState || (CostEstimationServiceResourceState = {}));
422
281
  export var ServiceResourceCost;
423
282
  (function (ServiceResourceCost) {
424
- /**
425
- * @internal
426
- */
427
283
  ServiceResourceCost.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
284
  })(ServiceResourceCost || (ServiceResourceCost = {}));
429
285
  export var CloudFormationCostEstimationResourceCollectionFilter;
430
286
  (function (CloudFormationCostEstimationResourceCollectionFilter) {
431
- /**
432
- * @internal
433
- */
434
287
  CloudFormationCostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
435
288
  })(CloudFormationCostEstimationResourceCollectionFilter || (CloudFormationCostEstimationResourceCollectionFilter = {}));
436
289
  export var CostEstimationResourceCollectionFilter;
437
290
  (function (CostEstimationResourceCollectionFilter) {
438
- /**
439
- * @internal
440
- */
441
291
  CostEstimationResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
442
292
  })(CostEstimationResourceCollectionFilter || (CostEstimationResourceCollectionFilter = {}));
443
293
  export var CostEstimationStatus;
@@ -447,79 +297,46 @@ export var CostEstimationStatus;
447
297
  })(CostEstimationStatus || (CostEstimationStatus = {}));
448
298
  export var CostEstimationTimeRange;
449
299
  (function (CostEstimationTimeRange) {
450
- /**
451
- * @internal
452
- */
453
300
  CostEstimationTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
454
301
  })(CostEstimationTimeRange || (CostEstimationTimeRange = {}));
455
302
  export var GetCostEstimationResponse;
456
303
  (function (GetCostEstimationResponse) {
457
- /**
458
- * @internal
459
- */
460
304
  GetCostEstimationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
461
305
  })(GetCostEstimationResponse || (GetCostEstimationResponse = {}));
462
306
  export var GetResourceCollectionRequest;
463
307
  (function (GetResourceCollectionRequest) {
464
- /**
465
- * @internal
466
- */
467
308
  GetResourceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
468
309
  })(GetResourceCollectionRequest || (GetResourceCollectionRequest = {}));
469
310
  export var CloudFormationCollectionFilter;
470
311
  (function (CloudFormationCollectionFilter) {
471
- /**
472
- * @internal
473
- */
474
312
  CloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
475
313
  })(CloudFormationCollectionFilter || (CloudFormationCollectionFilter = {}));
476
314
  export var ResourceCollectionFilter;
477
315
  (function (ResourceCollectionFilter) {
478
- /**
479
- * @internal
480
- */
481
316
  ResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
482
317
  })(ResourceCollectionFilter || (ResourceCollectionFilter = {}));
483
318
  export var GetResourceCollectionResponse;
484
319
  (function (GetResourceCollectionResponse) {
485
- /**
486
- * @internal
487
- */
488
320
  GetResourceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
489
321
  })(GetResourceCollectionResponse || (GetResourceCollectionResponse = {}));
490
322
  export var StartTimeRange;
491
323
  (function (StartTimeRange) {
492
- /**
493
- * @internal
494
- */
495
324
  StartTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
496
325
  })(StartTimeRange || (StartTimeRange = {}));
497
326
  export var ListAnomaliesForInsightRequest;
498
327
  (function (ListAnomaliesForInsightRequest) {
499
- /**
500
- * @internal
501
- */
502
328
  ListAnomaliesForInsightRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
503
329
  })(ListAnomaliesForInsightRequest || (ListAnomaliesForInsightRequest = {}));
504
330
  export var ProactiveAnomalySummary;
505
331
  (function (ProactiveAnomalySummary) {
506
- /**
507
- * @internal
508
- */
509
332
  ProactiveAnomalySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
510
333
  })(ProactiveAnomalySummary || (ProactiveAnomalySummary = {}));
511
334
  export var ReactiveAnomalySummary;
512
335
  (function (ReactiveAnomalySummary) {
513
- /**
514
- * @internal
515
- */
516
336
  ReactiveAnomalySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
517
337
  })(ReactiveAnomalySummary || (ReactiveAnomalySummary = {}));
518
338
  export var ListAnomaliesForInsightResponse;
519
339
  (function (ListAnomaliesForInsightResponse) {
520
- /**
521
- * @internal
522
- */
523
340
  ListAnomaliesForInsightResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
524
341
  })(ListAnomaliesForInsightResponse || (ListAnomaliesForInsightResponse = {}));
525
342
  export var EventDataSource;
@@ -537,44 +354,26 @@ export var EventClass;
537
354
  })(EventClass || (EventClass = {}));
538
355
  export var EventTimeRange;
539
356
  (function (EventTimeRange) {
540
- /**
541
- * @internal
542
- */
543
357
  EventTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
544
358
  })(EventTimeRange || (EventTimeRange = {}));
545
359
  export var ListEventsFilters;
546
360
  (function (ListEventsFilters) {
547
- /**
548
- * @internal
549
- */
550
361
  ListEventsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
551
362
  })(ListEventsFilters || (ListEventsFilters = {}));
552
363
  export var ListEventsRequest;
553
364
  (function (ListEventsRequest) {
554
- /**
555
- * @internal
556
- */
557
365
  ListEventsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
558
366
  })(ListEventsRequest || (ListEventsRequest = {}));
559
367
  export var EventResource;
560
368
  (function (EventResource) {
561
- /**
562
- * @internal
563
- */
564
369
  EventResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
565
370
  })(EventResource || (EventResource = {}));
566
371
  export var Event;
567
372
  (function (Event) {
568
- /**
569
- * @internal
570
- */
571
373
  Event.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
572
374
  })(Event || (Event = {}));
573
375
  export var ListEventsResponse;
574
376
  (function (ListEventsResponse) {
575
- /**
576
- * @internal
577
- */
578
377
  ListEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
579
378
  })(ListEventsResponse || (ListEventsResponse = {}));
580
379
  export var InsightType;
@@ -584,93 +383,54 @@ export var InsightType;
584
383
  })(InsightType || (InsightType = {}));
585
384
  export var ListInsightsAnyStatusFilter;
586
385
  (function (ListInsightsAnyStatusFilter) {
587
- /**
588
- * @internal
589
- */
590
386
  ListInsightsAnyStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
591
387
  })(ListInsightsAnyStatusFilter || (ListInsightsAnyStatusFilter = {}));
592
388
  export var EndTimeRange;
593
389
  (function (EndTimeRange) {
594
- /**
595
- * @internal
596
- */
597
390
  EndTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
598
391
  })(EndTimeRange || (EndTimeRange = {}));
599
392
  export var ListInsightsClosedStatusFilter;
600
393
  (function (ListInsightsClosedStatusFilter) {
601
- /**
602
- * @internal
603
- */
604
394
  ListInsightsClosedStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
605
395
  })(ListInsightsClosedStatusFilter || (ListInsightsClosedStatusFilter = {}));
606
396
  export var ListInsightsOngoingStatusFilter;
607
397
  (function (ListInsightsOngoingStatusFilter) {
608
- /**
609
- * @internal
610
- */
611
398
  ListInsightsOngoingStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
612
399
  })(ListInsightsOngoingStatusFilter || (ListInsightsOngoingStatusFilter = {}));
613
400
  export var ListInsightsStatusFilter;
614
401
  (function (ListInsightsStatusFilter) {
615
- /**
616
- * @internal
617
- */
618
402
  ListInsightsStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
619
403
  })(ListInsightsStatusFilter || (ListInsightsStatusFilter = {}));
620
404
  export var ListInsightsRequest;
621
405
  (function (ListInsightsRequest) {
622
- /**
623
- * @internal
624
- */
625
406
  ListInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
407
  })(ListInsightsRequest || (ListInsightsRequest = {}));
627
408
  export var ServiceCollection;
628
409
  (function (ServiceCollection) {
629
- /**
630
- * @internal
631
- */
632
410
  ServiceCollection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
633
411
  })(ServiceCollection || (ServiceCollection = {}));
634
412
  export var ProactiveInsightSummary;
635
413
  (function (ProactiveInsightSummary) {
636
- /**
637
- * @internal
638
- */
639
414
  ProactiveInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
640
415
  })(ProactiveInsightSummary || (ProactiveInsightSummary = {}));
641
416
  export var ReactiveInsightSummary;
642
417
  (function (ReactiveInsightSummary) {
643
- /**
644
- * @internal
645
- */
646
418
  ReactiveInsightSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
647
419
  })(ReactiveInsightSummary || (ReactiveInsightSummary = {}));
648
420
  export var ListInsightsResponse;
649
421
  (function (ListInsightsResponse) {
650
- /**
651
- * @internal
652
- */
653
422
  ListInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
654
423
  })(ListInsightsResponse || (ListInsightsResponse = {}));
655
424
  export var ListNotificationChannelsRequest;
656
425
  (function (ListNotificationChannelsRequest) {
657
- /**
658
- * @internal
659
- */
660
426
  ListNotificationChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
661
427
  })(ListNotificationChannelsRequest || (ListNotificationChannelsRequest = {}));
662
428
  export var NotificationChannel;
663
429
  (function (NotificationChannel) {
664
- /**
665
- * @internal
666
- */
667
430
  NotificationChannel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
668
431
  })(NotificationChannel || (NotificationChannel = {}));
669
432
  export var ListNotificationChannelsResponse;
670
433
  (function (ListNotificationChannelsResponse) {
671
- /**
672
- * @internal
673
- */
674
434
  ListNotificationChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
675
435
  })(ListNotificationChannelsResponse || (ListNotificationChannelsResponse = {}));
676
436
  export var Locale;
@@ -689,128 +449,74 @@ export var Locale;
689
449
  })(Locale || (Locale = {}));
690
450
  export var ListRecommendationsRequest;
691
451
  (function (ListRecommendationsRequest) {
692
- /**
693
- * @internal
694
- */
695
452
  ListRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
696
453
  })(ListRecommendationsRequest || (ListRecommendationsRequest = {}));
697
454
  export var RecommendationRelatedAnomalyResource;
698
455
  (function (RecommendationRelatedAnomalyResource) {
699
- /**
700
- * @internal
701
- */
702
456
  RecommendationRelatedAnomalyResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
703
457
  })(RecommendationRelatedAnomalyResource || (RecommendationRelatedAnomalyResource = {}));
704
458
  export var RecommendationRelatedCloudWatchMetricsSourceDetail;
705
459
  (function (RecommendationRelatedCloudWatchMetricsSourceDetail) {
706
- /**
707
- * @internal
708
- */
709
460
  RecommendationRelatedCloudWatchMetricsSourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
710
461
  })(RecommendationRelatedCloudWatchMetricsSourceDetail || (RecommendationRelatedCloudWatchMetricsSourceDetail = {}));
711
462
  export var RecommendationRelatedAnomalySourceDetail;
712
463
  (function (RecommendationRelatedAnomalySourceDetail) {
713
- /**
714
- * @internal
715
- */
716
464
  RecommendationRelatedAnomalySourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
717
465
  })(RecommendationRelatedAnomalySourceDetail || (RecommendationRelatedAnomalySourceDetail = {}));
718
466
  export var RecommendationRelatedAnomaly;
719
467
  (function (RecommendationRelatedAnomaly) {
720
- /**
721
- * @internal
722
- */
723
468
  RecommendationRelatedAnomaly.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
724
469
  })(RecommendationRelatedAnomaly || (RecommendationRelatedAnomaly = {}));
725
470
  export var RecommendationRelatedEventResource;
726
471
  (function (RecommendationRelatedEventResource) {
727
- /**
728
- * @internal
729
- */
730
472
  RecommendationRelatedEventResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
731
473
  })(RecommendationRelatedEventResource || (RecommendationRelatedEventResource = {}));
732
474
  export var RecommendationRelatedEvent;
733
475
  (function (RecommendationRelatedEvent) {
734
- /**
735
- * @internal
736
- */
737
476
  RecommendationRelatedEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
738
477
  })(RecommendationRelatedEvent || (RecommendationRelatedEvent = {}));
739
478
  export var Recommendation;
740
479
  (function (Recommendation) {
741
- /**
742
- * @internal
743
- */
744
480
  Recommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
481
  })(Recommendation || (Recommendation = {}));
746
482
  export var ListRecommendationsResponse;
747
483
  (function (ListRecommendationsResponse) {
748
- /**
749
- * @internal
750
- */
751
484
  ListRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
752
485
  })(ListRecommendationsResponse || (ListRecommendationsResponse = {}));
753
486
  export var PutFeedbackRequest;
754
487
  (function (PutFeedbackRequest) {
755
- /**
756
- * @internal
757
- */
758
488
  PutFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
759
489
  })(PutFeedbackRequest || (PutFeedbackRequest = {}));
760
490
  export var PutFeedbackResponse;
761
491
  (function (PutFeedbackResponse) {
762
- /**
763
- * @internal
764
- */
765
492
  PutFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
766
493
  })(PutFeedbackResponse || (PutFeedbackResponse = {}));
767
494
  export var RemoveNotificationChannelRequest;
768
495
  (function (RemoveNotificationChannelRequest) {
769
- /**
770
- * @internal
771
- */
772
496
  RemoveNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
773
497
  })(RemoveNotificationChannelRequest || (RemoveNotificationChannelRequest = {}));
774
498
  export var RemoveNotificationChannelResponse;
775
499
  (function (RemoveNotificationChannelResponse) {
776
- /**
777
- * @internal
778
- */
779
500
  RemoveNotificationChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
780
501
  })(RemoveNotificationChannelResponse || (RemoveNotificationChannelResponse = {}));
781
502
  export var SearchInsightsFilters;
782
503
  (function (SearchInsightsFilters) {
783
- /**
784
- * @internal
785
- */
786
504
  SearchInsightsFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
787
505
  })(SearchInsightsFilters || (SearchInsightsFilters = {}));
788
506
  export var SearchInsightsRequest;
789
507
  (function (SearchInsightsRequest) {
790
- /**
791
- * @internal
792
- */
793
508
  SearchInsightsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
794
509
  })(SearchInsightsRequest || (SearchInsightsRequest = {}));
795
510
  export var SearchInsightsResponse;
796
511
  (function (SearchInsightsResponse) {
797
- /**
798
- * @internal
799
- */
800
512
  SearchInsightsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
801
513
  })(SearchInsightsResponse || (SearchInsightsResponse = {}));
802
514
  export var StartCostEstimationRequest;
803
515
  (function (StartCostEstimationRequest) {
804
- /**
805
- * @internal
806
- */
807
516
  StartCostEstimationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
808
517
  })(StartCostEstimationRequest || (StartCostEstimationRequest = {}));
809
518
  export var StartCostEstimationResponse;
810
519
  (function (StartCostEstimationResponse) {
811
- /**
812
- * @internal
813
- */
814
520
  StartCostEstimationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
815
521
  })(StartCostEstimationResponse || (StartCostEstimationResponse = {}));
816
522
  export var UpdateResourceCollectionAction;
@@ -820,58 +526,34 @@ export var UpdateResourceCollectionAction;
820
526
  })(UpdateResourceCollectionAction || (UpdateResourceCollectionAction = {}));
821
527
  export var UpdateCloudFormationCollectionFilter;
822
528
  (function (UpdateCloudFormationCollectionFilter) {
823
- /**
824
- * @internal
825
- */
826
529
  UpdateCloudFormationCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
827
530
  })(UpdateCloudFormationCollectionFilter || (UpdateCloudFormationCollectionFilter = {}));
828
531
  export var UpdateResourceCollectionFilter;
829
532
  (function (UpdateResourceCollectionFilter) {
830
- /**
831
- * @internal
832
- */
833
533
  UpdateResourceCollectionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
834
534
  })(UpdateResourceCollectionFilter || (UpdateResourceCollectionFilter = {}));
835
535
  export var UpdateResourceCollectionRequest;
836
536
  (function (UpdateResourceCollectionRequest) {
837
- /**
838
- * @internal
839
- */
840
537
  UpdateResourceCollectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
841
538
  })(UpdateResourceCollectionRequest || (UpdateResourceCollectionRequest = {}));
842
539
  export var UpdateResourceCollectionResponse;
843
540
  (function (UpdateResourceCollectionResponse) {
844
- /**
845
- * @internal
846
- */
847
541
  UpdateResourceCollectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
848
542
  })(UpdateResourceCollectionResponse || (UpdateResourceCollectionResponse = {}));
849
543
  export var OpsCenterIntegrationConfig;
850
544
  (function (OpsCenterIntegrationConfig) {
851
- /**
852
- * @internal
853
- */
854
545
  OpsCenterIntegrationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
855
546
  })(OpsCenterIntegrationConfig || (OpsCenterIntegrationConfig = {}));
856
547
  export var UpdateServiceIntegrationConfig;
857
548
  (function (UpdateServiceIntegrationConfig) {
858
- /**
859
- * @internal
860
- */
861
549
  UpdateServiceIntegrationConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
862
550
  })(UpdateServiceIntegrationConfig || (UpdateServiceIntegrationConfig = {}));
863
551
  export var UpdateServiceIntegrationRequest;
864
552
  (function (UpdateServiceIntegrationRequest) {
865
- /**
866
- * @internal
867
- */
868
553
  UpdateServiceIntegrationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
869
554
  })(UpdateServiceIntegrationRequest || (UpdateServiceIntegrationRequest = {}));
870
555
  export var UpdateServiceIntegrationResponse;
871
556
  (function (UpdateServiceIntegrationResponse) {
872
- /**
873
- * @internal
874
- */
875
557
  UpdateServiceIntegrationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
876
558
  })(UpdateServiceIntegrationResponse || (UpdateServiceIntegrationResponse = {}));
877
559
  //# sourceMappingURL=models_0.js.map