@aws-sdk/client-cloudwatch 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/CloudWatch.js +0 -17
- package/dist-cjs/CloudWatchClient.js +0 -22
- package/dist-cjs/commands/DeleteAlarmsCommand.js +0 -39
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +0 -24
- package/dist-cjs/commands/DeleteDashboardsCommand.js +0 -26
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +0 -27
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +0 -24
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +0 -26
- package/dist-cjs/commands/DescribeAlarmsCommand.js +0 -25
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +0 -28
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +0 -26
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +0 -27
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +0 -25
- package/dist-cjs/commands/DisableInsightRulesCommand.js +0 -25
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +0 -24
- package/dist-cjs/commands/EnableInsightRulesCommand.js +0 -24
- package/dist-cjs/commands/GetDashboardCommand.js +0 -27
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +0 -60
- package/dist-cjs/commands/GetMetricDataCommand.js +0 -59
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +0 -75
- package/dist-cjs/commands/GetMetricStreamCommand.js +0 -24
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +0 -41
- package/dist-cjs/commands/ListDashboardsCommand.js +0 -32
- package/dist-cjs/commands/ListMetricStreamsCommand.js +0 -24
- package/dist-cjs/commands/ListMetricsCommand.js +0 -37
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +0 -26
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +0 -59
- package/dist-cjs/commands/PutDashboardCommand.js +0 -37
- package/dist-cjs/commands/PutInsightRuleCommand.js +0 -28
- package/dist-cjs/commands/PutMetricAlarmCommand.js +0 -87
- package/dist-cjs/commands/PutMetricDataCommand.js +0 -68
- package/dist-cjs/commands/PutMetricStreamCommand.js +0 -51
- package/dist-cjs/commands/SetAlarmStateCommand.js +0 -39
- package/dist-cjs/commands/StartMetricStreamsCommand.js +0 -24
- package/dist-cjs/commands/StopMetricStreamsCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -34
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/index.js +39 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -48
- package/dist-cjs/models/models_0.js +0 -315
- package/dist-cjs/pagination/DescribeAlarmHistoryPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeAlarmsPaginator.js +0 -10
- package/dist-cjs/pagination/DescribeInsightRulesPaginator.js +0 -10
- package/dist-cjs/pagination/GetMetricDataPaginator.js +0 -10
- package/dist-cjs/pagination/ListDashboardsPaginator.js +0 -10
- package/dist-cjs/pagination/ListMetricStreamsPaginator.js +0 -10
- package/dist-cjs/pagination/ListMetricsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_query.js +0 -2
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +5 -0
- package/dist-cjs/waiters/waitForAlarmExists.js +0 -9
- package/dist-cjs/waiters/waitForCompositeAlarmExists.js +0 -9
- package/dist-es/commands/index.js +36 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -48
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/waiters/index.js +2 -0
- package/dist-types/commands/index.d.ts +36 -0
- package/dist-types/index.d.ts +5 -48
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/CloudWatch.d.ts +37 -536
- package/dist-types/ts3.4/CloudWatchClient.d.ts +24 -103
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +2 -56
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +2 -55
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +2 -71
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +2 -55
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +2 -83
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +2 -64
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +36 -0
- package/dist-types/ts3.4/index.d.ts +5 -48
- package/dist-types/ts3.4/models/models_0.d.ts +481 -2223
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +2 -0
- package/package.json +33 -33
|
@@ -5,243 +5,162 @@ exports.InvalidFormatFault = exports.PutMetricStreamOutput = exports.PutMetricSt
|
|
|
5
5
|
exports.UntagResourceOutput = exports.UntagResourceInput = exports.TagResourceOutput = exports.TagResourceInput = exports.StopMetricStreamsOutput = exports.StopMetricStreamsInput = exports.StartMetricStreamsOutput = exports.StartMetricStreamsInput = exports.SetAlarmStateInput = void 0;
|
|
6
6
|
var AlarmHistoryItem;
|
|
7
7
|
(function (AlarmHistoryItem) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
AlarmHistoryItem.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
14
11
|
})(AlarmHistoryItem = exports.AlarmHistoryItem || (exports.AlarmHistoryItem = {}));
|
|
15
12
|
var Range;
|
|
16
13
|
(function (Range) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
14
|
Range.filterSensitiveLog = (obj) => ({
|
|
21
15
|
...obj,
|
|
22
16
|
});
|
|
23
17
|
})(Range = exports.Range || (exports.Range = {}));
|
|
24
18
|
var AnomalyDetectorConfiguration;
|
|
25
19
|
(function (AnomalyDetectorConfiguration) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
20
|
AnomalyDetectorConfiguration.filterSensitiveLog = (obj) => ({
|
|
30
21
|
...obj,
|
|
31
22
|
});
|
|
32
23
|
})(AnomalyDetectorConfiguration = exports.AnomalyDetectorConfiguration || (exports.AnomalyDetectorConfiguration = {}));
|
|
33
24
|
var Dimension;
|
|
34
25
|
(function (Dimension) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
26
|
Dimension.filterSensitiveLog = (obj) => ({
|
|
39
27
|
...obj,
|
|
40
28
|
});
|
|
41
29
|
})(Dimension = exports.Dimension || (exports.Dimension = {}));
|
|
42
30
|
var AnomalyDetector;
|
|
43
31
|
(function (AnomalyDetector) {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
32
|
AnomalyDetector.filterSensitiveLog = (obj) => ({
|
|
48
33
|
...obj,
|
|
49
34
|
});
|
|
50
35
|
})(AnomalyDetector = exports.AnomalyDetector || (exports.AnomalyDetector = {}));
|
|
51
36
|
var PartialFailure;
|
|
52
37
|
(function (PartialFailure) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
38
|
PartialFailure.filterSensitiveLog = (obj) => ({
|
|
57
39
|
...obj,
|
|
58
40
|
});
|
|
59
41
|
})(PartialFailure = exports.PartialFailure || (exports.PartialFailure = {}));
|
|
60
42
|
var CompositeAlarm;
|
|
61
43
|
(function (CompositeAlarm) {
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
44
|
CompositeAlarm.filterSensitiveLog = (obj) => ({
|
|
66
45
|
...obj,
|
|
67
46
|
});
|
|
68
47
|
})(CompositeAlarm = exports.CompositeAlarm || (exports.CompositeAlarm = {}));
|
|
69
48
|
var ConcurrentModificationException;
|
|
70
49
|
(function (ConcurrentModificationException) {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
50
|
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
75
51
|
...obj,
|
|
76
52
|
});
|
|
77
53
|
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
78
54
|
var DashboardEntry;
|
|
79
55
|
(function (DashboardEntry) {
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
56
|
DashboardEntry.filterSensitiveLog = (obj) => ({
|
|
84
57
|
...obj,
|
|
85
58
|
});
|
|
86
59
|
})(DashboardEntry = exports.DashboardEntry || (exports.DashboardEntry = {}));
|
|
87
60
|
var DashboardValidationMessage;
|
|
88
61
|
(function (DashboardValidationMessage) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
62
|
DashboardValidationMessage.filterSensitiveLog = (obj) => ({
|
|
93
63
|
...obj,
|
|
94
64
|
});
|
|
95
65
|
})(DashboardValidationMessage = exports.DashboardValidationMessage || (exports.DashboardValidationMessage = {}));
|
|
96
66
|
var DashboardInvalidInputError;
|
|
97
67
|
(function (DashboardInvalidInputError) {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
68
|
DashboardInvalidInputError.filterSensitiveLog = (obj) => ({
|
|
102
69
|
...obj,
|
|
103
70
|
});
|
|
104
71
|
})(DashboardInvalidInputError = exports.DashboardInvalidInputError || (exports.DashboardInvalidInputError = {}));
|
|
105
72
|
var DashboardNotFoundError;
|
|
106
73
|
(function (DashboardNotFoundError) {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
74
|
DashboardNotFoundError.filterSensitiveLog = (obj) => ({
|
|
111
75
|
...obj,
|
|
112
76
|
});
|
|
113
77
|
})(DashboardNotFoundError = exports.DashboardNotFoundError || (exports.DashboardNotFoundError = {}));
|
|
114
78
|
var Datapoint;
|
|
115
79
|
(function (Datapoint) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
80
|
Datapoint.filterSensitiveLog = (obj) => ({
|
|
120
81
|
...obj,
|
|
121
82
|
});
|
|
122
83
|
})(Datapoint = exports.Datapoint || (exports.Datapoint = {}));
|
|
123
84
|
var DeleteAlarmsInput;
|
|
124
85
|
(function (DeleteAlarmsInput) {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
86
|
DeleteAlarmsInput.filterSensitiveLog = (obj) => ({
|
|
129
87
|
...obj,
|
|
130
88
|
});
|
|
131
89
|
})(DeleteAlarmsInput = exports.DeleteAlarmsInput || (exports.DeleteAlarmsInput = {}));
|
|
132
90
|
var ResourceNotFound;
|
|
133
91
|
(function (ResourceNotFound) {
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
92
|
ResourceNotFound.filterSensitiveLog = (obj) => ({
|
|
138
93
|
...obj,
|
|
139
94
|
});
|
|
140
95
|
})(ResourceNotFound = exports.ResourceNotFound || (exports.ResourceNotFound = {}));
|
|
141
96
|
var DeleteAnomalyDetectorInput;
|
|
142
97
|
(function (DeleteAnomalyDetectorInput) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
98
|
DeleteAnomalyDetectorInput.filterSensitiveLog = (obj) => ({
|
|
147
99
|
...obj,
|
|
148
100
|
});
|
|
149
101
|
})(DeleteAnomalyDetectorInput = exports.DeleteAnomalyDetectorInput || (exports.DeleteAnomalyDetectorInput = {}));
|
|
150
102
|
var DeleteAnomalyDetectorOutput;
|
|
151
103
|
(function (DeleteAnomalyDetectorOutput) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
104
|
DeleteAnomalyDetectorOutput.filterSensitiveLog = (obj) => ({
|
|
156
105
|
...obj,
|
|
157
106
|
});
|
|
158
107
|
})(DeleteAnomalyDetectorOutput = exports.DeleteAnomalyDetectorOutput || (exports.DeleteAnomalyDetectorOutput = {}));
|
|
159
108
|
var InternalServiceFault;
|
|
160
109
|
(function (InternalServiceFault) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
110
|
InternalServiceFault.filterSensitiveLog = (obj) => ({
|
|
165
111
|
...obj,
|
|
166
112
|
});
|
|
167
113
|
})(InternalServiceFault = exports.InternalServiceFault || (exports.InternalServiceFault = {}));
|
|
168
114
|
var InvalidParameterValueException;
|
|
169
115
|
(function (InvalidParameterValueException) {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
116
|
InvalidParameterValueException.filterSensitiveLog = (obj) => ({
|
|
174
117
|
...obj,
|
|
175
118
|
});
|
|
176
119
|
})(InvalidParameterValueException = exports.InvalidParameterValueException || (exports.InvalidParameterValueException = {}));
|
|
177
120
|
var MissingRequiredParameterException;
|
|
178
121
|
(function (MissingRequiredParameterException) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
122
|
MissingRequiredParameterException.filterSensitiveLog = (obj) => ({
|
|
183
123
|
...obj,
|
|
184
124
|
});
|
|
185
125
|
})(MissingRequiredParameterException = exports.MissingRequiredParameterException || (exports.MissingRequiredParameterException = {}));
|
|
186
126
|
var ResourceNotFoundException;
|
|
187
127
|
(function (ResourceNotFoundException) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
128
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
192
129
|
...obj,
|
|
193
130
|
});
|
|
194
131
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
195
132
|
var DeleteDashboardsInput;
|
|
196
133
|
(function (DeleteDashboardsInput) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
134
|
DeleteDashboardsInput.filterSensitiveLog = (obj) => ({
|
|
201
135
|
...obj,
|
|
202
136
|
});
|
|
203
137
|
})(DeleteDashboardsInput = exports.DeleteDashboardsInput || (exports.DeleteDashboardsInput = {}));
|
|
204
138
|
var DeleteDashboardsOutput;
|
|
205
139
|
(function (DeleteDashboardsOutput) {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
140
|
DeleteDashboardsOutput.filterSensitiveLog = (obj) => ({
|
|
210
141
|
...obj,
|
|
211
142
|
});
|
|
212
143
|
})(DeleteDashboardsOutput = exports.DeleteDashboardsOutput || (exports.DeleteDashboardsOutput = {}));
|
|
213
144
|
var DeleteInsightRulesInput;
|
|
214
145
|
(function (DeleteInsightRulesInput) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
146
|
DeleteInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
219
147
|
...obj,
|
|
220
148
|
});
|
|
221
149
|
})(DeleteInsightRulesInput = exports.DeleteInsightRulesInput || (exports.DeleteInsightRulesInput = {}));
|
|
222
150
|
var DeleteInsightRulesOutput;
|
|
223
151
|
(function (DeleteInsightRulesOutput) {
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
152
|
DeleteInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
228
153
|
...obj,
|
|
229
154
|
});
|
|
230
155
|
})(DeleteInsightRulesOutput = exports.DeleteInsightRulesOutput || (exports.DeleteInsightRulesOutput = {}));
|
|
231
156
|
var DeleteMetricStreamInput;
|
|
232
157
|
(function (DeleteMetricStreamInput) {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
158
|
DeleteMetricStreamInput.filterSensitiveLog = (obj) => ({
|
|
237
159
|
...obj,
|
|
238
160
|
});
|
|
239
161
|
})(DeleteMetricStreamInput = exports.DeleteMetricStreamInput || (exports.DeleteMetricStreamInput = {}));
|
|
240
162
|
var DeleteMetricStreamOutput;
|
|
241
163
|
(function (DeleteMetricStreamOutput) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
164
|
DeleteMetricStreamOutput.filterSensitiveLog = (obj) => ({
|
|
246
165
|
...obj,
|
|
247
166
|
});
|
|
@@ -253,306 +172,204 @@ var ScanBy;
|
|
|
253
172
|
})(ScanBy = exports.ScanBy || (exports.ScanBy = {}));
|
|
254
173
|
var DescribeAlarmHistoryInput;
|
|
255
174
|
(function (DescribeAlarmHistoryInput) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
175
|
DescribeAlarmHistoryInput.filterSensitiveLog = (obj) => ({
|
|
260
176
|
...obj,
|
|
261
177
|
});
|
|
262
178
|
})(DescribeAlarmHistoryInput = exports.DescribeAlarmHistoryInput || (exports.DescribeAlarmHistoryInput = {}));
|
|
263
179
|
var DescribeAlarmHistoryOutput;
|
|
264
180
|
(function (DescribeAlarmHistoryOutput) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
181
|
DescribeAlarmHistoryOutput.filterSensitiveLog = (obj) => ({
|
|
269
182
|
...obj,
|
|
270
183
|
});
|
|
271
184
|
})(DescribeAlarmHistoryOutput = exports.DescribeAlarmHistoryOutput || (exports.DescribeAlarmHistoryOutput = {}));
|
|
272
185
|
var InvalidNextToken;
|
|
273
186
|
(function (InvalidNextToken) {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
187
|
InvalidNextToken.filterSensitiveLog = (obj) => ({
|
|
278
188
|
...obj,
|
|
279
189
|
});
|
|
280
190
|
})(InvalidNextToken = exports.InvalidNextToken || (exports.InvalidNextToken = {}));
|
|
281
191
|
var DescribeAlarmsInput;
|
|
282
192
|
(function (DescribeAlarmsInput) {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
193
|
DescribeAlarmsInput.filterSensitiveLog = (obj) => ({
|
|
287
194
|
...obj,
|
|
288
195
|
});
|
|
289
196
|
})(DescribeAlarmsInput = exports.DescribeAlarmsInput || (exports.DescribeAlarmsInput = {}));
|
|
290
197
|
var Metric;
|
|
291
198
|
(function (Metric) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
199
|
Metric.filterSensitiveLog = (obj) => ({
|
|
296
200
|
...obj,
|
|
297
201
|
});
|
|
298
202
|
})(Metric = exports.Metric || (exports.Metric = {}));
|
|
299
203
|
var MetricStat;
|
|
300
204
|
(function (MetricStat) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
205
|
MetricStat.filterSensitiveLog = (obj) => ({
|
|
305
206
|
...obj,
|
|
306
207
|
});
|
|
307
208
|
})(MetricStat = exports.MetricStat || (exports.MetricStat = {}));
|
|
308
209
|
var MetricDataQuery;
|
|
309
210
|
(function (MetricDataQuery) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
211
|
MetricDataQuery.filterSensitiveLog = (obj) => ({
|
|
314
212
|
...obj,
|
|
315
213
|
});
|
|
316
214
|
})(MetricDataQuery = exports.MetricDataQuery || (exports.MetricDataQuery = {}));
|
|
317
215
|
var MetricAlarm;
|
|
318
216
|
(function (MetricAlarm) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
217
|
MetricAlarm.filterSensitiveLog = (obj) => ({
|
|
323
218
|
...obj,
|
|
324
219
|
});
|
|
325
220
|
})(MetricAlarm = exports.MetricAlarm || (exports.MetricAlarm = {}));
|
|
326
221
|
var DescribeAlarmsOutput;
|
|
327
222
|
(function (DescribeAlarmsOutput) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
223
|
DescribeAlarmsOutput.filterSensitiveLog = (obj) => ({
|
|
332
224
|
...obj,
|
|
333
225
|
});
|
|
334
226
|
})(DescribeAlarmsOutput = exports.DescribeAlarmsOutput || (exports.DescribeAlarmsOutput = {}));
|
|
335
227
|
var DescribeAlarmsForMetricInput;
|
|
336
228
|
(function (DescribeAlarmsForMetricInput) {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
229
|
DescribeAlarmsForMetricInput.filterSensitiveLog = (obj) => ({
|
|
341
230
|
...obj,
|
|
342
231
|
});
|
|
343
232
|
})(DescribeAlarmsForMetricInput = exports.DescribeAlarmsForMetricInput || (exports.DescribeAlarmsForMetricInput = {}));
|
|
344
233
|
var DescribeAlarmsForMetricOutput;
|
|
345
234
|
(function (DescribeAlarmsForMetricOutput) {
|
|
346
|
-
/**
|
|
347
|
-
* @internal
|
|
348
|
-
*/
|
|
349
235
|
DescribeAlarmsForMetricOutput.filterSensitiveLog = (obj) => ({
|
|
350
236
|
...obj,
|
|
351
237
|
});
|
|
352
238
|
})(DescribeAlarmsForMetricOutput = exports.DescribeAlarmsForMetricOutput || (exports.DescribeAlarmsForMetricOutput = {}));
|
|
353
239
|
var DescribeAnomalyDetectorsInput;
|
|
354
240
|
(function (DescribeAnomalyDetectorsInput) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
241
|
DescribeAnomalyDetectorsInput.filterSensitiveLog = (obj) => ({
|
|
359
242
|
...obj,
|
|
360
243
|
});
|
|
361
244
|
})(DescribeAnomalyDetectorsInput = exports.DescribeAnomalyDetectorsInput || (exports.DescribeAnomalyDetectorsInput = {}));
|
|
362
245
|
var DescribeAnomalyDetectorsOutput;
|
|
363
246
|
(function (DescribeAnomalyDetectorsOutput) {
|
|
364
|
-
/**
|
|
365
|
-
* @internal
|
|
366
|
-
*/
|
|
367
247
|
DescribeAnomalyDetectorsOutput.filterSensitiveLog = (obj) => ({
|
|
368
248
|
...obj,
|
|
369
249
|
});
|
|
370
250
|
})(DescribeAnomalyDetectorsOutput = exports.DescribeAnomalyDetectorsOutput || (exports.DescribeAnomalyDetectorsOutput = {}));
|
|
371
251
|
var DescribeInsightRulesInput;
|
|
372
252
|
(function (DescribeInsightRulesInput) {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
253
|
DescribeInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
377
254
|
...obj,
|
|
378
255
|
});
|
|
379
256
|
})(DescribeInsightRulesInput = exports.DescribeInsightRulesInput || (exports.DescribeInsightRulesInput = {}));
|
|
380
257
|
var InsightRule;
|
|
381
258
|
(function (InsightRule) {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
259
|
InsightRule.filterSensitiveLog = (obj) => ({
|
|
386
260
|
...obj,
|
|
387
261
|
});
|
|
388
262
|
})(InsightRule = exports.InsightRule || (exports.InsightRule = {}));
|
|
389
263
|
var DescribeInsightRulesOutput;
|
|
390
264
|
(function (DescribeInsightRulesOutput) {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
265
|
DescribeInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
395
266
|
...obj,
|
|
396
267
|
});
|
|
397
268
|
})(DescribeInsightRulesOutput = exports.DescribeInsightRulesOutput || (exports.DescribeInsightRulesOutput = {}));
|
|
398
269
|
var DimensionFilter;
|
|
399
270
|
(function (DimensionFilter) {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
271
|
DimensionFilter.filterSensitiveLog = (obj) => ({
|
|
404
272
|
...obj,
|
|
405
273
|
});
|
|
406
274
|
})(DimensionFilter = exports.DimensionFilter || (exports.DimensionFilter = {}));
|
|
407
275
|
var DisableAlarmActionsInput;
|
|
408
276
|
(function (DisableAlarmActionsInput) {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
277
|
DisableAlarmActionsInput.filterSensitiveLog = (obj) => ({
|
|
413
278
|
...obj,
|
|
414
279
|
});
|
|
415
280
|
})(DisableAlarmActionsInput = exports.DisableAlarmActionsInput || (exports.DisableAlarmActionsInput = {}));
|
|
416
281
|
var DisableInsightRulesInput;
|
|
417
282
|
(function (DisableInsightRulesInput) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
283
|
DisableInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
422
284
|
...obj,
|
|
423
285
|
});
|
|
424
286
|
})(DisableInsightRulesInput = exports.DisableInsightRulesInput || (exports.DisableInsightRulesInput = {}));
|
|
425
287
|
var DisableInsightRulesOutput;
|
|
426
288
|
(function (DisableInsightRulesOutput) {
|
|
427
|
-
/**
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
289
|
DisableInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
431
290
|
...obj,
|
|
432
291
|
});
|
|
433
292
|
})(DisableInsightRulesOutput = exports.DisableInsightRulesOutput || (exports.DisableInsightRulesOutput = {}));
|
|
434
293
|
var EnableAlarmActionsInput;
|
|
435
294
|
(function (EnableAlarmActionsInput) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
295
|
EnableAlarmActionsInput.filterSensitiveLog = (obj) => ({
|
|
440
296
|
...obj,
|
|
441
297
|
});
|
|
442
298
|
})(EnableAlarmActionsInput = exports.EnableAlarmActionsInput || (exports.EnableAlarmActionsInput = {}));
|
|
443
299
|
var EnableInsightRulesInput;
|
|
444
300
|
(function (EnableInsightRulesInput) {
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
*/
|
|
448
301
|
EnableInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
449
302
|
...obj,
|
|
450
303
|
});
|
|
451
304
|
})(EnableInsightRulesInput = exports.EnableInsightRulesInput || (exports.EnableInsightRulesInput = {}));
|
|
452
305
|
var EnableInsightRulesOutput;
|
|
453
306
|
(function (EnableInsightRulesOutput) {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
307
|
EnableInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
458
308
|
...obj,
|
|
459
309
|
});
|
|
460
310
|
})(EnableInsightRulesOutput = exports.EnableInsightRulesOutput || (exports.EnableInsightRulesOutput = {}));
|
|
461
311
|
var LimitExceededException;
|
|
462
312
|
(function (LimitExceededException) {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
313
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
467
314
|
...obj,
|
|
468
315
|
});
|
|
469
316
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
470
317
|
var GetDashboardInput;
|
|
471
318
|
(function (GetDashboardInput) {
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
319
|
GetDashboardInput.filterSensitiveLog = (obj) => ({
|
|
476
320
|
...obj,
|
|
477
321
|
});
|
|
478
322
|
})(GetDashboardInput = exports.GetDashboardInput || (exports.GetDashboardInput = {}));
|
|
479
323
|
var GetDashboardOutput;
|
|
480
324
|
(function (GetDashboardOutput) {
|
|
481
|
-
/**
|
|
482
|
-
* @internal
|
|
483
|
-
*/
|
|
484
325
|
GetDashboardOutput.filterSensitiveLog = (obj) => ({
|
|
485
326
|
...obj,
|
|
486
327
|
});
|
|
487
328
|
})(GetDashboardOutput = exports.GetDashboardOutput || (exports.GetDashboardOutput = {}));
|
|
488
329
|
var GetInsightRuleReportInput;
|
|
489
330
|
(function (GetInsightRuleReportInput) {
|
|
490
|
-
/**
|
|
491
|
-
* @internal
|
|
492
|
-
*/
|
|
493
331
|
GetInsightRuleReportInput.filterSensitiveLog = (obj) => ({
|
|
494
332
|
...obj,
|
|
495
333
|
});
|
|
496
334
|
})(GetInsightRuleReportInput = exports.GetInsightRuleReportInput || (exports.GetInsightRuleReportInput = {}));
|
|
497
335
|
var InsightRuleContributorDatapoint;
|
|
498
336
|
(function (InsightRuleContributorDatapoint) {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
337
|
InsightRuleContributorDatapoint.filterSensitiveLog = (obj) => ({
|
|
503
338
|
...obj,
|
|
504
339
|
});
|
|
505
340
|
})(InsightRuleContributorDatapoint = exports.InsightRuleContributorDatapoint || (exports.InsightRuleContributorDatapoint = {}));
|
|
506
341
|
var InsightRuleContributor;
|
|
507
342
|
(function (InsightRuleContributor) {
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
343
|
InsightRuleContributor.filterSensitiveLog = (obj) => ({
|
|
512
344
|
...obj,
|
|
513
345
|
});
|
|
514
346
|
})(InsightRuleContributor = exports.InsightRuleContributor || (exports.InsightRuleContributor = {}));
|
|
515
347
|
var InsightRuleMetricDatapoint;
|
|
516
348
|
(function (InsightRuleMetricDatapoint) {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
349
|
InsightRuleMetricDatapoint.filterSensitiveLog = (obj) => ({
|
|
521
350
|
...obj,
|
|
522
351
|
});
|
|
523
352
|
})(InsightRuleMetricDatapoint = exports.InsightRuleMetricDatapoint || (exports.InsightRuleMetricDatapoint = {}));
|
|
524
353
|
var GetInsightRuleReportOutput;
|
|
525
354
|
(function (GetInsightRuleReportOutput) {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
355
|
GetInsightRuleReportOutput.filterSensitiveLog = (obj) => ({
|
|
530
356
|
...obj,
|
|
531
357
|
});
|
|
532
358
|
})(GetInsightRuleReportOutput = exports.GetInsightRuleReportOutput || (exports.GetInsightRuleReportOutput = {}));
|
|
533
359
|
var LabelOptions;
|
|
534
360
|
(function (LabelOptions) {
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
361
|
LabelOptions.filterSensitiveLog = (obj) => ({
|
|
539
362
|
...obj,
|
|
540
363
|
});
|
|
541
364
|
})(LabelOptions = exports.LabelOptions || (exports.LabelOptions = {}));
|
|
542
365
|
var GetMetricDataInput;
|
|
543
366
|
(function (GetMetricDataInput) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
367
|
GetMetricDataInput.filterSensitiveLog = (obj) => ({
|
|
548
368
|
...obj,
|
|
549
369
|
});
|
|
550
370
|
})(GetMetricDataInput = exports.GetMetricDataInput || (exports.GetMetricDataInput = {}));
|
|
551
371
|
var MessageData;
|
|
552
372
|
(function (MessageData) {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
373
|
MessageData.filterSensitiveLog = (obj) => ({
|
|
557
374
|
...obj,
|
|
558
375
|
});
|
|
@@ -565,63 +382,42 @@ var StatusCode;
|
|
|
565
382
|
})(StatusCode = exports.StatusCode || (exports.StatusCode = {}));
|
|
566
383
|
var MetricDataResult;
|
|
567
384
|
(function (MetricDataResult) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
385
|
MetricDataResult.filterSensitiveLog = (obj) => ({
|
|
572
386
|
...obj,
|
|
573
387
|
});
|
|
574
388
|
})(MetricDataResult = exports.MetricDataResult || (exports.MetricDataResult = {}));
|
|
575
389
|
var GetMetricDataOutput;
|
|
576
390
|
(function (GetMetricDataOutput) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
391
|
GetMetricDataOutput.filterSensitiveLog = (obj) => ({
|
|
581
392
|
...obj,
|
|
582
393
|
});
|
|
583
394
|
})(GetMetricDataOutput = exports.GetMetricDataOutput || (exports.GetMetricDataOutput = {}));
|
|
584
395
|
var GetMetricStatisticsInput;
|
|
585
396
|
(function (GetMetricStatisticsInput) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
397
|
GetMetricStatisticsInput.filterSensitiveLog = (obj) => ({
|
|
590
398
|
...obj,
|
|
591
399
|
});
|
|
592
400
|
})(GetMetricStatisticsInput = exports.GetMetricStatisticsInput || (exports.GetMetricStatisticsInput = {}));
|
|
593
401
|
var GetMetricStatisticsOutput;
|
|
594
402
|
(function (GetMetricStatisticsOutput) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
403
|
GetMetricStatisticsOutput.filterSensitiveLog = (obj) => ({
|
|
599
404
|
...obj,
|
|
600
405
|
});
|
|
601
406
|
})(GetMetricStatisticsOutput = exports.GetMetricStatisticsOutput || (exports.GetMetricStatisticsOutput = {}));
|
|
602
407
|
var InvalidParameterCombinationException;
|
|
603
408
|
(function (InvalidParameterCombinationException) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
409
|
InvalidParameterCombinationException.filterSensitiveLog = (obj) => ({
|
|
608
410
|
...obj,
|
|
609
411
|
});
|
|
610
412
|
})(InvalidParameterCombinationException = exports.InvalidParameterCombinationException || (exports.InvalidParameterCombinationException = {}));
|
|
611
413
|
var GetMetricStreamInput;
|
|
612
414
|
(function (GetMetricStreamInput) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
415
|
GetMetricStreamInput.filterSensitiveLog = (obj) => ({
|
|
617
416
|
...obj,
|
|
618
417
|
});
|
|
619
418
|
})(GetMetricStreamInput = exports.GetMetricStreamInput || (exports.GetMetricStreamInput = {}));
|
|
620
419
|
var MetricStreamFilter;
|
|
621
420
|
(function (MetricStreamFilter) {
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
625
421
|
MetricStreamFilter.filterSensitiveLog = (obj) => ({
|
|
626
422
|
...obj,
|
|
627
423
|
});
|
|
@@ -633,45 +429,30 @@ var MetricStreamOutputFormat;
|
|
|
633
429
|
})(MetricStreamOutputFormat = exports.MetricStreamOutputFormat || (exports.MetricStreamOutputFormat = {}));
|
|
634
430
|
var GetMetricStreamOutput;
|
|
635
431
|
(function (GetMetricStreamOutput) {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
432
|
GetMetricStreamOutput.filterSensitiveLog = (obj) => ({
|
|
640
433
|
...obj,
|
|
641
434
|
});
|
|
642
435
|
})(GetMetricStreamOutput = exports.GetMetricStreamOutput || (exports.GetMetricStreamOutput = {}));
|
|
643
436
|
var GetMetricWidgetImageInput;
|
|
644
437
|
(function (GetMetricWidgetImageInput) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
438
|
GetMetricWidgetImageInput.filterSensitiveLog = (obj) => ({
|
|
649
439
|
...obj,
|
|
650
440
|
});
|
|
651
441
|
})(GetMetricWidgetImageInput = exports.GetMetricWidgetImageInput || (exports.GetMetricWidgetImageInput = {}));
|
|
652
442
|
var GetMetricWidgetImageOutput;
|
|
653
443
|
(function (GetMetricWidgetImageOutput) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
444
|
GetMetricWidgetImageOutput.filterSensitiveLog = (obj) => ({
|
|
658
445
|
...obj,
|
|
659
446
|
});
|
|
660
447
|
})(GetMetricWidgetImageOutput = exports.GetMetricWidgetImageOutput || (exports.GetMetricWidgetImageOutput = {}));
|
|
661
448
|
var ListDashboardsInput;
|
|
662
449
|
(function (ListDashboardsInput) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
450
|
ListDashboardsInput.filterSensitiveLog = (obj) => ({
|
|
667
451
|
...obj,
|
|
668
452
|
});
|
|
669
453
|
})(ListDashboardsInput = exports.ListDashboardsInput || (exports.ListDashboardsInput = {}));
|
|
670
454
|
var ListDashboardsOutput;
|
|
671
455
|
(function (ListDashboardsOutput) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
456
|
ListDashboardsOutput.filterSensitiveLog = (obj) => ({
|
|
676
457
|
...obj,
|
|
677
458
|
});
|
|
@@ -682,288 +463,192 @@ var RecentlyActive;
|
|
|
682
463
|
})(RecentlyActive = exports.RecentlyActive || (exports.RecentlyActive = {}));
|
|
683
464
|
var ListMetricsInput;
|
|
684
465
|
(function (ListMetricsInput) {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
466
|
ListMetricsInput.filterSensitiveLog = (obj) => ({
|
|
689
467
|
...obj,
|
|
690
468
|
});
|
|
691
469
|
})(ListMetricsInput = exports.ListMetricsInput || (exports.ListMetricsInput = {}));
|
|
692
470
|
var ListMetricsOutput;
|
|
693
471
|
(function (ListMetricsOutput) {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
472
|
ListMetricsOutput.filterSensitiveLog = (obj) => ({
|
|
698
473
|
...obj,
|
|
699
474
|
});
|
|
700
475
|
})(ListMetricsOutput = exports.ListMetricsOutput || (exports.ListMetricsOutput = {}));
|
|
701
476
|
var ListMetricStreamsInput;
|
|
702
477
|
(function (ListMetricStreamsInput) {
|
|
703
|
-
/**
|
|
704
|
-
* @internal
|
|
705
|
-
*/
|
|
706
478
|
ListMetricStreamsInput.filterSensitiveLog = (obj) => ({
|
|
707
479
|
...obj,
|
|
708
480
|
});
|
|
709
481
|
})(ListMetricStreamsInput = exports.ListMetricStreamsInput || (exports.ListMetricStreamsInput = {}));
|
|
710
482
|
var MetricStreamEntry;
|
|
711
483
|
(function (MetricStreamEntry) {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
484
|
MetricStreamEntry.filterSensitiveLog = (obj) => ({
|
|
716
485
|
...obj,
|
|
717
486
|
});
|
|
718
487
|
})(MetricStreamEntry = exports.MetricStreamEntry || (exports.MetricStreamEntry = {}));
|
|
719
488
|
var ListMetricStreamsOutput;
|
|
720
489
|
(function (ListMetricStreamsOutput) {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
490
|
ListMetricStreamsOutput.filterSensitiveLog = (obj) => ({
|
|
725
491
|
...obj,
|
|
726
492
|
});
|
|
727
493
|
})(ListMetricStreamsOutput = exports.ListMetricStreamsOutput || (exports.ListMetricStreamsOutput = {}));
|
|
728
494
|
var ListTagsForResourceInput;
|
|
729
495
|
(function (ListTagsForResourceInput) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
496
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
734
497
|
...obj,
|
|
735
498
|
});
|
|
736
499
|
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
737
500
|
var Tag;
|
|
738
501
|
(function (Tag) {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
502
|
Tag.filterSensitiveLog = (obj) => ({
|
|
743
503
|
...obj,
|
|
744
504
|
});
|
|
745
505
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
746
506
|
var ListTagsForResourceOutput;
|
|
747
507
|
(function (ListTagsForResourceOutput) {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
508
|
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
752
509
|
...obj,
|
|
753
510
|
});
|
|
754
511
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
755
512
|
var PutAnomalyDetectorInput;
|
|
756
513
|
(function (PutAnomalyDetectorInput) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
514
|
PutAnomalyDetectorInput.filterSensitiveLog = (obj) => ({
|
|
761
515
|
...obj,
|
|
762
516
|
});
|
|
763
517
|
})(PutAnomalyDetectorInput = exports.PutAnomalyDetectorInput || (exports.PutAnomalyDetectorInput = {}));
|
|
764
518
|
var PutAnomalyDetectorOutput;
|
|
765
519
|
(function (PutAnomalyDetectorOutput) {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
520
|
PutAnomalyDetectorOutput.filterSensitiveLog = (obj) => ({
|
|
770
521
|
...obj,
|
|
771
522
|
});
|
|
772
523
|
})(PutAnomalyDetectorOutput = exports.PutAnomalyDetectorOutput || (exports.PutAnomalyDetectorOutput = {}));
|
|
773
524
|
var LimitExceededFault;
|
|
774
525
|
(function (LimitExceededFault) {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
526
|
LimitExceededFault.filterSensitiveLog = (obj) => ({
|
|
779
527
|
...obj,
|
|
780
528
|
});
|
|
781
529
|
})(LimitExceededFault = exports.LimitExceededFault || (exports.LimitExceededFault = {}));
|
|
782
530
|
var PutCompositeAlarmInput;
|
|
783
531
|
(function (PutCompositeAlarmInput) {
|
|
784
|
-
/**
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
787
532
|
PutCompositeAlarmInput.filterSensitiveLog = (obj) => ({
|
|
788
533
|
...obj,
|
|
789
534
|
});
|
|
790
535
|
})(PutCompositeAlarmInput = exports.PutCompositeAlarmInput || (exports.PutCompositeAlarmInput = {}));
|
|
791
536
|
var PutDashboardInput;
|
|
792
537
|
(function (PutDashboardInput) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
538
|
PutDashboardInput.filterSensitiveLog = (obj) => ({
|
|
797
539
|
...obj,
|
|
798
540
|
});
|
|
799
541
|
})(PutDashboardInput = exports.PutDashboardInput || (exports.PutDashboardInput = {}));
|
|
800
542
|
var PutDashboardOutput;
|
|
801
543
|
(function (PutDashboardOutput) {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
544
|
PutDashboardOutput.filterSensitiveLog = (obj) => ({
|
|
806
545
|
...obj,
|
|
807
546
|
});
|
|
808
547
|
})(PutDashboardOutput = exports.PutDashboardOutput || (exports.PutDashboardOutput = {}));
|
|
809
548
|
var PutInsightRuleInput;
|
|
810
549
|
(function (PutInsightRuleInput) {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
550
|
PutInsightRuleInput.filterSensitiveLog = (obj) => ({
|
|
815
551
|
...obj,
|
|
816
552
|
});
|
|
817
553
|
})(PutInsightRuleInput = exports.PutInsightRuleInput || (exports.PutInsightRuleInput = {}));
|
|
818
554
|
var PutInsightRuleOutput;
|
|
819
555
|
(function (PutInsightRuleOutput) {
|
|
820
|
-
/**
|
|
821
|
-
* @internal
|
|
822
|
-
*/
|
|
823
556
|
PutInsightRuleOutput.filterSensitiveLog = (obj) => ({
|
|
824
557
|
...obj,
|
|
825
558
|
});
|
|
826
559
|
})(PutInsightRuleOutput = exports.PutInsightRuleOutput || (exports.PutInsightRuleOutput = {}));
|
|
827
560
|
var PutMetricAlarmInput;
|
|
828
561
|
(function (PutMetricAlarmInput) {
|
|
829
|
-
/**
|
|
830
|
-
* @internal
|
|
831
|
-
*/
|
|
832
562
|
PutMetricAlarmInput.filterSensitiveLog = (obj) => ({
|
|
833
563
|
...obj,
|
|
834
564
|
});
|
|
835
565
|
})(PutMetricAlarmInput = exports.PutMetricAlarmInput || (exports.PutMetricAlarmInput = {}));
|
|
836
566
|
var StatisticSet;
|
|
837
567
|
(function (StatisticSet) {
|
|
838
|
-
/**
|
|
839
|
-
* @internal
|
|
840
|
-
*/
|
|
841
568
|
StatisticSet.filterSensitiveLog = (obj) => ({
|
|
842
569
|
...obj,
|
|
843
570
|
});
|
|
844
571
|
})(StatisticSet = exports.StatisticSet || (exports.StatisticSet = {}));
|
|
845
572
|
var MetricDatum;
|
|
846
573
|
(function (MetricDatum) {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
574
|
MetricDatum.filterSensitiveLog = (obj) => ({
|
|
851
575
|
...obj,
|
|
852
576
|
});
|
|
853
577
|
})(MetricDatum = exports.MetricDatum || (exports.MetricDatum = {}));
|
|
854
578
|
var PutMetricDataInput;
|
|
855
579
|
(function (PutMetricDataInput) {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
580
|
PutMetricDataInput.filterSensitiveLog = (obj) => ({
|
|
860
581
|
...obj,
|
|
861
582
|
});
|
|
862
583
|
})(PutMetricDataInput = exports.PutMetricDataInput || (exports.PutMetricDataInput = {}));
|
|
863
584
|
var PutMetricStreamInput;
|
|
864
585
|
(function (PutMetricStreamInput) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
586
|
PutMetricStreamInput.filterSensitiveLog = (obj) => ({
|
|
869
587
|
...obj,
|
|
870
588
|
});
|
|
871
589
|
})(PutMetricStreamInput = exports.PutMetricStreamInput || (exports.PutMetricStreamInput = {}));
|
|
872
590
|
var PutMetricStreamOutput;
|
|
873
591
|
(function (PutMetricStreamOutput) {
|
|
874
|
-
/**
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
877
592
|
PutMetricStreamOutput.filterSensitiveLog = (obj) => ({
|
|
878
593
|
...obj,
|
|
879
594
|
});
|
|
880
595
|
})(PutMetricStreamOutput = exports.PutMetricStreamOutput || (exports.PutMetricStreamOutput = {}));
|
|
881
596
|
var InvalidFormatFault;
|
|
882
597
|
(function (InvalidFormatFault) {
|
|
883
|
-
/**
|
|
884
|
-
* @internal
|
|
885
|
-
*/
|
|
886
598
|
InvalidFormatFault.filterSensitiveLog = (obj) => ({
|
|
887
599
|
...obj,
|
|
888
600
|
});
|
|
889
601
|
})(InvalidFormatFault = exports.InvalidFormatFault || (exports.InvalidFormatFault = {}));
|
|
890
602
|
var SetAlarmStateInput;
|
|
891
603
|
(function (SetAlarmStateInput) {
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
604
|
SetAlarmStateInput.filterSensitiveLog = (obj) => ({
|
|
896
605
|
...obj,
|
|
897
606
|
});
|
|
898
607
|
})(SetAlarmStateInput = exports.SetAlarmStateInput || (exports.SetAlarmStateInput = {}));
|
|
899
608
|
var StartMetricStreamsInput;
|
|
900
609
|
(function (StartMetricStreamsInput) {
|
|
901
|
-
/**
|
|
902
|
-
* @internal
|
|
903
|
-
*/
|
|
904
610
|
StartMetricStreamsInput.filterSensitiveLog = (obj) => ({
|
|
905
611
|
...obj,
|
|
906
612
|
});
|
|
907
613
|
})(StartMetricStreamsInput = exports.StartMetricStreamsInput || (exports.StartMetricStreamsInput = {}));
|
|
908
614
|
var StartMetricStreamsOutput;
|
|
909
615
|
(function (StartMetricStreamsOutput) {
|
|
910
|
-
/**
|
|
911
|
-
* @internal
|
|
912
|
-
*/
|
|
913
616
|
StartMetricStreamsOutput.filterSensitiveLog = (obj) => ({
|
|
914
617
|
...obj,
|
|
915
618
|
});
|
|
916
619
|
})(StartMetricStreamsOutput = exports.StartMetricStreamsOutput || (exports.StartMetricStreamsOutput = {}));
|
|
917
620
|
var StopMetricStreamsInput;
|
|
918
621
|
(function (StopMetricStreamsInput) {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
622
|
StopMetricStreamsInput.filterSensitiveLog = (obj) => ({
|
|
923
623
|
...obj,
|
|
924
624
|
});
|
|
925
625
|
})(StopMetricStreamsInput = exports.StopMetricStreamsInput || (exports.StopMetricStreamsInput = {}));
|
|
926
626
|
var StopMetricStreamsOutput;
|
|
927
627
|
(function (StopMetricStreamsOutput) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
628
|
StopMetricStreamsOutput.filterSensitiveLog = (obj) => ({
|
|
932
629
|
...obj,
|
|
933
630
|
});
|
|
934
631
|
})(StopMetricStreamsOutput = exports.StopMetricStreamsOutput || (exports.StopMetricStreamsOutput = {}));
|
|
935
632
|
var TagResourceInput;
|
|
936
633
|
(function (TagResourceInput) {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
634
|
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
941
635
|
...obj,
|
|
942
636
|
});
|
|
943
637
|
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
944
638
|
var TagResourceOutput;
|
|
945
639
|
(function (TagResourceOutput) {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
640
|
TagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
950
641
|
...obj,
|
|
951
642
|
});
|
|
952
643
|
})(TagResourceOutput = exports.TagResourceOutput || (exports.TagResourceOutput = {}));
|
|
953
644
|
var UntagResourceInput;
|
|
954
645
|
(function (UntagResourceInput) {
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
646
|
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
959
647
|
...obj,
|
|
960
648
|
});
|
|
961
649
|
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
962
650
|
var UntagResourceOutput;
|
|
963
651
|
(function (UntagResourceOutput) {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
652
|
UntagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
968
653
|
...obj,
|
|
969
654
|
});
|