@aws-sdk/client-cloudwatch 3.131.0 → 3.141.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/README.md +1 -1
- package/dist-cjs/commands/DeleteAlarmsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -2
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -2
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +1 -1
- package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +1 -1
- package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -2
- package/dist-cjs/commands/GetDashboardCommand.js +2 -2
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -2
- package/dist-cjs/commands/GetMetricDataCommand.js +2 -2
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetMetricStreamCommand.js +2 -2
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListMetricsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -2
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +1 -1
- package/dist-cjs/commands/PutDashboardCommand.js +2 -2
- package/dist-cjs/commands/PutInsightRuleCommand.js +2 -2
- package/dist-cjs/commands/PutMetricAlarmCommand.js +1 -1
- package/dist-cjs/commands/PutMetricDataCommand.js +1 -1
- package/dist-cjs/commands/PutMetricStreamCommand.js +2 -2
- package/dist-cjs/commands/SetAlarmStateCommand.js +1 -1
- package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -2
- package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +393 -579
- package/dist-cjs/protocols/Aws_query.js +33 -0
- package/dist-es/commands/DeleteAlarmsCommand.js +2 -2
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardsCommand.js +3 -3
- package/dist-es/commands/DeleteInsightRulesCommand.js +3 -3
- package/dist-es/commands/DeleteMetricStreamCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmsCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +3 -3
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +3 -3
- package/dist-es/commands/DescribeInsightRulesCommand.js +3 -3
- package/dist-es/commands/DisableAlarmActionsCommand.js +2 -2
- package/dist-es/commands/DisableInsightRulesCommand.js +3 -3
- package/dist-es/commands/EnableAlarmActionsCommand.js +2 -2
- package/dist-es/commands/EnableInsightRulesCommand.js +3 -3
- package/dist-es/commands/GetDashboardCommand.js +3 -3
- package/dist-es/commands/GetInsightRuleReportCommand.js +3 -3
- package/dist-es/commands/GetMetricDataCommand.js +3 -3
- package/dist-es/commands/GetMetricStatisticsCommand.js +3 -3
- package/dist-es/commands/GetMetricStreamCommand.js +3 -3
- package/dist-es/commands/GetMetricWidgetImageCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListMetricStreamsCommand.js +3 -3
- package/dist-es/commands/ListMetricsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutAnomalyDetectorCommand.js +3 -3
- package/dist-es/commands/PutCompositeAlarmCommand.js +2 -2
- package/dist-es/commands/PutDashboardCommand.js +3 -3
- package/dist-es/commands/PutInsightRuleCommand.js +3 -3
- package/dist-es/commands/PutMetricAlarmCommand.js +2 -2
- package/dist-es/commands/PutMetricDataCommand.js +2 -2
- package/dist-es/commands/PutMetricStreamCommand.js +3 -3
- package/dist-es/commands/SetAlarmStateCommand.js +2 -2
- package/dist-es/commands/StartMetricStreamsCommand.js +3 -3
- package/dist-es/commands/StopMetricStreamsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/models/models_0.js +102 -384
- package/dist-es/protocols/Aws_query.js +33 -0
- package/dist-types/models/models_0.d.ts +530 -573
- package/dist-types/ts3.4/models/models_0.d.ts +213 -382
- package/package.json +6 -6
|
@@ -1,86 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.DescribeAlarmsForMetricOutputFilterSensitiveLog = exports.DescribeAlarmsForMetricInputFilterSensitiveLog = exports.DescribeAlarmsOutputFilterSensitiveLog = exports.MetricAlarmFilterSensitiveLog = exports.DescribeAlarmsInputFilterSensitiveLog = exports.DescribeAlarmHistoryOutputFilterSensitiveLog = exports.DescribeAlarmHistoryInputFilterSensitiveLog = exports.DeleteMetricStreamOutputFilterSensitiveLog = exports.DeleteMetricStreamInputFilterSensitiveLog = exports.DeleteInsightRulesOutputFilterSensitiveLog = exports.DeleteInsightRulesInputFilterSensitiveLog = exports.DeleteDashboardsOutputFilterSensitiveLog = exports.DeleteDashboardsInputFilterSensitiveLog = exports.DeleteAnomalyDetectorOutputFilterSensitiveLog = exports.DeleteAnomalyDetectorInputFilterSensitiveLog = exports.DeleteAlarmsInputFilterSensitiveLog = exports.DatapointFilterSensitiveLog = exports.DashboardValidationMessageFilterSensitiveLog = exports.DashboardEntryFilterSensitiveLog = exports.CompositeAlarmFilterSensitiveLog = exports.PartialFailureFilterSensitiveLog = exports.AnomalyDetectorFilterSensitiveLog = exports.SingleMetricAnomalyDetectorFilterSensitiveLog = exports.MetricMathAnomalyDetectorFilterSensitiveLog = exports.MetricDataQueryFilterSensitiveLog = exports.MetricStatFilterSensitiveLog = exports.MetricFilterSensitiveLog = exports.DimensionFilterSensitiveLog = exports.AnomalyDetectorConfigurationFilterSensitiveLog = exports.RangeFilterSensitiveLog = exports.AlarmHistoryItemFilterSensitiveLog = exports.InvalidFormatFault = exports.LimitExceededFault = exports.RecentlyActive = exports.MetricStreamOutputFormat = exports.StatusCode = exports.LimitExceededException = exports.InvalidNextToken = exports.ScanBy = exports.ResourceNotFoundException = exports.MissingRequiredParameterException = exports.InvalidParameterValueException = exports.InvalidParameterCombinationException = exports.InternalServiceFault = exports.ResourceNotFound = exports.DashboardNotFoundError = exports.DashboardInvalidInputError = exports.ConcurrentModificationException = exports.AnomalyDetectorType = exports.ActionsSuppressedBy = void 0;
|
|
4
|
+
exports.PutInsightRuleOutputFilterSensitiveLog = exports.PutInsightRuleInputFilterSensitiveLog = exports.PutDashboardOutputFilterSensitiveLog = exports.PutDashboardInputFilterSensitiveLog = exports.PutCompositeAlarmInputFilterSensitiveLog = exports.PutAnomalyDetectorOutputFilterSensitiveLog = exports.PutAnomalyDetectorInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListMetricStreamsOutputFilterSensitiveLog = exports.MetricStreamEntryFilterSensitiveLog = exports.ListMetricStreamsInputFilterSensitiveLog = exports.ListMetricsOutputFilterSensitiveLog = exports.ListMetricsInputFilterSensitiveLog = exports.ListDashboardsOutputFilterSensitiveLog = exports.ListDashboardsInputFilterSensitiveLog = exports.GetMetricWidgetImageOutputFilterSensitiveLog = exports.GetMetricWidgetImageInputFilterSensitiveLog = exports.GetMetricStreamOutputFilterSensitiveLog = exports.MetricStreamStatisticsConfigurationFilterSensitiveLog = exports.MetricStreamStatisticsMetricFilterSensitiveLog = exports.MetricStreamFilterFilterSensitiveLog = exports.GetMetricStreamInputFilterSensitiveLog = exports.GetMetricStatisticsOutputFilterSensitiveLog = exports.GetMetricStatisticsInputFilterSensitiveLog = exports.GetMetricDataOutputFilterSensitiveLog = exports.MetricDataResultFilterSensitiveLog = exports.MessageDataFilterSensitiveLog = exports.GetMetricDataInputFilterSensitiveLog = exports.LabelOptionsFilterSensitiveLog = exports.GetInsightRuleReportOutputFilterSensitiveLog = exports.InsightRuleMetricDatapointFilterSensitiveLog = exports.InsightRuleContributorFilterSensitiveLog = exports.InsightRuleContributorDatapointFilterSensitiveLog = exports.GetInsightRuleReportInputFilterSensitiveLog = exports.GetDashboardOutputFilterSensitiveLog = exports.GetDashboardInputFilterSensitiveLog = exports.EnableInsightRulesOutputFilterSensitiveLog = exports.EnableInsightRulesInputFilterSensitiveLog = exports.EnableAlarmActionsInputFilterSensitiveLog = exports.DisableInsightRulesOutputFilterSensitiveLog = exports.DisableInsightRulesInputFilterSensitiveLog = exports.DisableAlarmActionsInputFilterSensitiveLog = exports.DimensionFilterFilterSensitiveLog = exports.DescribeInsightRulesOutputFilterSensitiveLog = exports.InsightRuleFilterSensitiveLog = exports.DescribeInsightRulesInputFilterSensitiveLog = exports.DescribeAnomalyDetectorsOutputFilterSensitiveLog = exports.DescribeAnomalyDetectorsInputFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.StopMetricStreamsOutputFilterSensitiveLog = exports.StopMetricStreamsInputFilterSensitiveLog = exports.StartMetricStreamsOutputFilterSensitiveLog = exports.StartMetricStreamsInputFilterSensitiveLog = exports.SetAlarmStateInputFilterSensitiveLog = exports.PutMetricStreamOutputFilterSensitiveLog = exports.PutMetricStreamInputFilterSensitiveLog = exports.PutMetricDataInputFilterSensitiveLog = exports.MetricDatumFilterSensitiveLog = exports.StatisticSetFilterSensitiveLog = exports.PutMetricAlarmInputFilterSensitiveLog = void 0;
|
|
6
6
|
const CloudWatchServiceException_1 = require("./CloudWatchServiceException");
|
|
7
|
-
var
|
|
8
|
-
(function (
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
})(
|
|
13
|
-
var Range;
|
|
14
|
-
(function (Range) {
|
|
15
|
-
Range.filterSensitiveLog = (obj) => ({
|
|
16
|
-
...obj,
|
|
17
|
-
});
|
|
18
|
-
})(Range = exports.Range || (exports.Range = {}));
|
|
19
|
-
var AnomalyDetectorConfiguration;
|
|
20
|
-
(function (AnomalyDetectorConfiguration) {
|
|
21
|
-
AnomalyDetectorConfiguration.filterSensitiveLog = (obj) => ({
|
|
22
|
-
...obj,
|
|
23
|
-
});
|
|
24
|
-
})(AnomalyDetectorConfiguration = exports.AnomalyDetectorConfiguration || (exports.AnomalyDetectorConfiguration = {}));
|
|
25
|
-
var Dimension;
|
|
26
|
-
(function (Dimension) {
|
|
27
|
-
Dimension.filterSensitiveLog = (obj) => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
})(Dimension = exports.Dimension || (exports.Dimension = {}));
|
|
31
|
-
var Metric;
|
|
32
|
-
(function (Metric) {
|
|
33
|
-
Metric.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(Metric = exports.Metric || (exports.Metric = {}));
|
|
37
|
-
var MetricStat;
|
|
38
|
-
(function (MetricStat) {
|
|
39
|
-
MetricStat.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(MetricStat = exports.MetricStat || (exports.MetricStat = {}));
|
|
43
|
-
var MetricDataQuery;
|
|
44
|
-
(function (MetricDataQuery) {
|
|
45
|
-
MetricDataQuery.filterSensitiveLog = (obj) => ({
|
|
46
|
-
...obj,
|
|
47
|
-
});
|
|
48
|
-
})(MetricDataQuery = exports.MetricDataQuery || (exports.MetricDataQuery = {}));
|
|
49
|
-
var MetricMathAnomalyDetector;
|
|
50
|
-
(function (MetricMathAnomalyDetector) {
|
|
51
|
-
MetricMathAnomalyDetector.filterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
54
|
-
})(MetricMathAnomalyDetector = exports.MetricMathAnomalyDetector || (exports.MetricMathAnomalyDetector = {}));
|
|
55
|
-
var SingleMetricAnomalyDetector;
|
|
56
|
-
(function (SingleMetricAnomalyDetector) {
|
|
57
|
-
SingleMetricAnomalyDetector.filterSensitiveLog = (obj) => ({
|
|
58
|
-
...obj,
|
|
59
|
-
});
|
|
60
|
-
})(SingleMetricAnomalyDetector = exports.SingleMetricAnomalyDetector || (exports.SingleMetricAnomalyDetector = {}));
|
|
61
|
-
var AnomalyDetector;
|
|
62
|
-
(function (AnomalyDetector) {
|
|
63
|
-
AnomalyDetector.filterSensitiveLog = (obj) => ({
|
|
64
|
-
...obj,
|
|
65
|
-
});
|
|
66
|
-
})(AnomalyDetector = exports.AnomalyDetector || (exports.AnomalyDetector = {}));
|
|
7
|
+
var ActionsSuppressedBy;
|
|
8
|
+
(function (ActionsSuppressedBy) {
|
|
9
|
+
ActionsSuppressedBy["Alarm"] = "Alarm";
|
|
10
|
+
ActionsSuppressedBy["ExtensionPeriod"] = "ExtensionPeriod";
|
|
11
|
+
ActionsSuppressedBy["WaitPeriod"] = "WaitPeriod";
|
|
12
|
+
})(ActionsSuppressedBy = exports.ActionsSuppressedBy || (exports.ActionsSuppressedBy = {}));
|
|
67
13
|
var AnomalyDetectorType;
|
|
68
14
|
(function (AnomalyDetectorType) {
|
|
69
15
|
AnomalyDetectorType["METRIC_MATH"] = "METRIC_MATH";
|
|
70
16
|
AnomalyDetectorType["SINGLE_METRIC"] = "SINGLE_METRIC";
|
|
71
17
|
})(AnomalyDetectorType = exports.AnomalyDetectorType || (exports.AnomalyDetectorType = {}));
|
|
72
|
-
var PartialFailure;
|
|
73
|
-
(function (PartialFailure) {
|
|
74
|
-
PartialFailure.filterSensitiveLog = (obj) => ({
|
|
75
|
-
...obj,
|
|
76
|
-
});
|
|
77
|
-
})(PartialFailure = exports.PartialFailure || (exports.PartialFailure = {}));
|
|
78
|
-
var CompositeAlarm;
|
|
79
|
-
(function (CompositeAlarm) {
|
|
80
|
-
CompositeAlarm.filterSensitiveLog = (obj) => ({
|
|
81
|
-
...obj,
|
|
82
|
-
});
|
|
83
|
-
})(CompositeAlarm = exports.CompositeAlarm || (exports.CompositeAlarm = {}));
|
|
84
18
|
class ConcurrentModificationException extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
85
19
|
constructor(opts) {
|
|
86
20
|
super({
|
|
@@ -95,18 +29,6 @@ class ConcurrentModificationException extends CloudWatchServiceException_1.Cloud
|
|
|
95
29
|
}
|
|
96
30
|
}
|
|
97
31
|
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
98
|
-
var DashboardEntry;
|
|
99
|
-
(function (DashboardEntry) {
|
|
100
|
-
DashboardEntry.filterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
})(DashboardEntry = exports.DashboardEntry || (exports.DashboardEntry = {}));
|
|
104
|
-
var DashboardValidationMessage;
|
|
105
|
-
(function (DashboardValidationMessage) {
|
|
106
|
-
DashboardValidationMessage.filterSensitiveLog = (obj) => ({
|
|
107
|
-
...obj,
|
|
108
|
-
});
|
|
109
|
-
})(DashboardValidationMessage = exports.DashboardValidationMessage || (exports.DashboardValidationMessage = {}));
|
|
110
32
|
class DashboardInvalidInputError extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
111
33
|
constructor(opts) {
|
|
112
34
|
super({
|
|
@@ -134,18 +56,6 @@ class DashboardNotFoundError extends CloudWatchServiceException_1.CloudWatchServ
|
|
|
134
56
|
}
|
|
135
57
|
}
|
|
136
58
|
exports.DashboardNotFoundError = DashboardNotFoundError;
|
|
137
|
-
var Datapoint;
|
|
138
|
-
(function (Datapoint) {
|
|
139
|
-
Datapoint.filterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
})(Datapoint = exports.Datapoint || (exports.Datapoint = {}));
|
|
143
|
-
var DeleteAlarmsInput;
|
|
144
|
-
(function (DeleteAlarmsInput) {
|
|
145
|
-
DeleteAlarmsInput.filterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
})(DeleteAlarmsInput = exports.DeleteAlarmsInput || (exports.DeleteAlarmsInput = {}));
|
|
149
59
|
class ResourceNotFound extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
150
60
|
constructor(opts) {
|
|
151
61
|
super({
|
|
@@ -159,18 +69,6 @@ class ResourceNotFound extends CloudWatchServiceException_1.CloudWatchServiceExc
|
|
|
159
69
|
}
|
|
160
70
|
}
|
|
161
71
|
exports.ResourceNotFound = ResourceNotFound;
|
|
162
|
-
var DeleteAnomalyDetectorInput;
|
|
163
|
-
(function (DeleteAnomalyDetectorInput) {
|
|
164
|
-
DeleteAnomalyDetectorInput.filterSensitiveLog = (obj) => ({
|
|
165
|
-
...obj,
|
|
166
|
-
});
|
|
167
|
-
})(DeleteAnomalyDetectorInput = exports.DeleteAnomalyDetectorInput || (exports.DeleteAnomalyDetectorInput = {}));
|
|
168
|
-
var DeleteAnomalyDetectorOutput;
|
|
169
|
-
(function (DeleteAnomalyDetectorOutput) {
|
|
170
|
-
DeleteAnomalyDetectorOutput.filterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
})(DeleteAnomalyDetectorOutput = exports.DeleteAnomalyDetectorOutput || (exports.DeleteAnomalyDetectorOutput = {}));
|
|
174
72
|
class InternalServiceFault extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
175
73
|
constructor(opts) {
|
|
176
74
|
super({
|
|
@@ -240,59 +138,11 @@ class ResourceNotFoundException extends CloudWatchServiceException_1.CloudWatchS
|
|
|
240
138
|
}
|
|
241
139
|
}
|
|
242
140
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
243
|
-
var DeleteDashboardsInput;
|
|
244
|
-
(function (DeleteDashboardsInput) {
|
|
245
|
-
DeleteDashboardsInput.filterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
})(DeleteDashboardsInput = exports.DeleteDashboardsInput || (exports.DeleteDashboardsInput = {}));
|
|
249
|
-
var DeleteDashboardsOutput;
|
|
250
|
-
(function (DeleteDashboardsOutput) {
|
|
251
|
-
DeleteDashboardsOutput.filterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
})(DeleteDashboardsOutput = exports.DeleteDashboardsOutput || (exports.DeleteDashboardsOutput = {}));
|
|
255
|
-
var DeleteInsightRulesInput;
|
|
256
|
-
(function (DeleteInsightRulesInput) {
|
|
257
|
-
DeleteInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
})(DeleteInsightRulesInput = exports.DeleteInsightRulesInput || (exports.DeleteInsightRulesInput = {}));
|
|
261
|
-
var DeleteInsightRulesOutput;
|
|
262
|
-
(function (DeleteInsightRulesOutput) {
|
|
263
|
-
DeleteInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
})(DeleteInsightRulesOutput = exports.DeleteInsightRulesOutput || (exports.DeleteInsightRulesOutput = {}));
|
|
267
|
-
var DeleteMetricStreamInput;
|
|
268
|
-
(function (DeleteMetricStreamInput) {
|
|
269
|
-
DeleteMetricStreamInput.filterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
})(DeleteMetricStreamInput = exports.DeleteMetricStreamInput || (exports.DeleteMetricStreamInput = {}));
|
|
273
|
-
var DeleteMetricStreamOutput;
|
|
274
|
-
(function (DeleteMetricStreamOutput) {
|
|
275
|
-
DeleteMetricStreamOutput.filterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
})(DeleteMetricStreamOutput = exports.DeleteMetricStreamOutput || (exports.DeleteMetricStreamOutput = {}));
|
|
279
141
|
var ScanBy;
|
|
280
142
|
(function (ScanBy) {
|
|
281
143
|
ScanBy["TIMESTAMP_ASCENDING"] = "TimestampAscending";
|
|
282
144
|
ScanBy["TIMESTAMP_DESCENDING"] = "TimestampDescending";
|
|
283
145
|
})(ScanBy = exports.ScanBy || (exports.ScanBy = {}));
|
|
284
|
-
var DescribeAlarmHistoryInput;
|
|
285
|
-
(function (DescribeAlarmHistoryInput) {
|
|
286
|
-
DescribeAlarmHistoryInput.filterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
})(DescribeAlarmHistoryInput = exports.DescribeAlarmHistoryInput || (exports.DescribeAlarmHistoryInput = {}));
|
|
290
|
-
var DescribeAlarmHistoryOutput;
|
|
291
|
-
(function (DescribeAlarmHistoryOutput) {
|
|
292
|
-
DescribeAlarmHistoryOutput.filterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
});
|
|
295
|
-
})(DescribeAlarmHistoryOutput = exports.DescribeAlarmHistoryOutput || (exports.DescribeAlarmHistoryOutput = {}));
|
|
296
146
|
class InvalidNextToken extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
297
147
|
constructor(opts) {
|
|
298
148
|
super({
|
|
@@ -306,108 +156,6 @@ class InvalidNextToken extends CloudWatchServiceException_1.CloudWatchServiceExc
|
|
|
306
156
|
}
|
|
307
157
|
}
|
|
308
158
|
exports.InvalidNextToken = InvalidNextToken;
|
|
309
|
-
var DescribeAlarmsInput;
|
|
310
|
-
(function (DescribeAlarmsInput) {
|
|
311
|
-
DescribeAlarmsInput.filterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
})(DescribeAlarmsInput = exports.DescribeAlarmsInput || (exports.DescribeAlarmsInput = {}));
|
|
315
|
-
var MetricAlarm;
|
|
316
|
-
(function (MetricAlarm) {
|
|
317
|
-
MetricAlarm.filterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
})(MetricAlarm = exports.MetricAlarm || (exports.MetricAlarm = {}));
|
|
321
|
-
var DescribeAlarmsOutput;
|
|
322
|
-
(function (DescribeAlarmsOutput) {
|
|
323
|
-
DescribeAlarmsOutput.filterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
})(DescribeAlarmsOutput = exports.DescribeAlarmsOutput || (exports.DescribeAlarmsOutput = {}));
|
|
327
|
-
var DescribeAlarmsForMetricInput;
|
|
328
|
-
(function (DescribeAlarmsForMetricInput) {
|
|
329
|
-
DescribeAlarmsForMetricInput.filterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
})(DescribeAlarmsForMetricInput = exports.DescribeAlarmsForMetricInput || (exports.DescribeAlarmsForMetricInput = {}));
|
|
333
|
-
var DescribeAlarmsForMetricOutput;
|
|
334
|
-
(function (DescribeAlarmsForMetricOutput) {
|
|
335
|
-
DescribeAlarmsForMetricOutput.filterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
})(DescribeAlarmsForMetricOutput = exports.DescribeAlarmsForMetricOutput || (exports.DescribeAlarmsForMetricOutput = {}));
|
|
339
|
-
var DescribeAnomalyDetectorsInput;
|
|
340
|
-
(function (DescribeAnomalyDetectorsInput) {
|
|
341
|
-
DescribeAnomalyDetectorsInput.filterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
})(DescribeAnomalyDetectorsInput = exports.DescribeAnomalyDetectorsInput || (exports.DescribeAnomalyDetectorsInput = {}));
|
|
345
|
-
var DescribeAnomalyDetectorsOutput;
|
|
346
|
-
(function (DescribeAnomalyDetectorsOutput) {
|
|
347
|
-
DescribeAnomalyDetectorsOutput.filterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
})(DescribeAnomalyDetectorsOutput = exports.DescribeAnomalyDetectorsOutput || (exports.DescribeAnomalyDetectorsOutput = {}));
|
|
351
|
-
var DescribeInsightRulesInput;
|
|
352
|
-
(function (DescribeInsightRulesInput) {
|
|
353
|
-
DescribeInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
})(DescribeInsightRulesInput = exports.DescribeInsightRulesInput || (exports.DescribeInsightRulesInput = {}));
|
|
357
|
-
var InsightRule;
|
|
358
|
-
(function (InsightRule) {
|
|
359
|
-
InsightRule.filterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
})(InsightRule = exports.InsightRule || (exports.InsightRule = {}));
|
|
363
|
-
var DescribeInsightRulesOutput;
|
|
364
|
-
(function (DescribeInsightRulesOutput) {
|
|
365
|
-
DescribeInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
})(DescribeInsightRulesOutput = exports.DescribeInsightRulesOutput || (exports.DescribeInsightRulesOutput = {}));
|
|
369
|
-
var DimensionFilter;
|
|
370
|
-
(function (DimensionFilter) {
|
|
371
|
-
DimensionFilter.filterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
})(DimensionFilter = exports.DimensionFilter || (exports.DimensionFilter = {}));
|
|
375
|
-
var DisableAlarmActionsInput;
|
|
376
|
-
(function (DisableAlarmActionsInput) {
|
|
377
|
-
DisableAlarmActionsInput.filterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
})(DisableAlarmActionsInput = exports.DisableAlarmActionsInput || (exports.DisableAlarmActionsInput = {}));
|
|
381
|
-
var DisableInsightRulesInput;
|
|
382
|
-
(function (DisableInsightRulesInput) {
|
|
383
|
-
DisableInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
})(DisableInsightRulesInput = exports.DisableInsightRulesInput || (exports.DisableInsightRulesInput = {}));
|
|
387
|
-
var DisableInsightRulesOutput;
|
|
388
|
-
(function (DisableInsightRulesOutput) {
|
|
389
|
-
DisableInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
})(DisableInsightRulesOutput = exports.DisableInsightRulesOutput || (exports.DisableInsightRulesOutput = {}));
|
|
393
|
-
var EnableAlarmActionsInput;
|
|
394
|
-
(function (EnableAlarmActionsInput) {
|
|
395
|
-
EnableAlarmActionsInput.filterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
})(EnableAlarmActionsInput = exports.EnableAlarmActionsInput || (exports.EnableAlarmActionsInput = {}));
|
|
399
|
-
var EnableInsightRulesInput;
|
|
400
|
-
(function (EnableInsightRulesInput) {
|
|
401
|
-
EnableInsightRulesInput.filterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
})(EnableInsightRulesInput = exports.EnableInsightRulesInput || (exports.EnableInsightRulesInput = {}));
|
|
405
|
-
var EnableInsightRulesOutput;
|
|
406
|
-
(function (EnableInsightRulesOutput) {
|
|
407
|
-
EnableInsightRulesOutput.filterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
})(EnableInsightRulesOutput = exports.EnableInsightRulesOutput || (exports.EnableInsightRulesOutput = {}));
|
|
411
159
|
class LimitExceededException extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
412
160
|
constructor(opts) {
|
|
413
161
|
super({
|
|
@@ -422,219 +170,21 @@ class LimitExceededException extends CloudWatchServiceException_1.CloudWatchServ
|
|
|
422
170
|
}
|
|
423
171
|
}
|
|
424
172
|
exports.LimitExceededException = LimitExceededException;
|
|
425
|
-
var GetDashboardInput;
|
|
426
|
-
(function (GetDashboardInput) {
|
|
427
|
-
GetDashboardInput.filterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
})(GetDashboardInput = exports.GetDashboardInput || (exports.GetDashboardInput = {}));
|
|
431
|
-
var GetDashboardOutput;
|
|
432
|
-
(function (GetDashboardOutput) {
|
|
433
|
-
GetDashboardOutput.filterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
})(GetDashboardOutput = exports.GetDashboardOutput || (exports.GetDashboardOutput = {}));
|
|
437
|
-
var GetInsightRuleReportInput;
|
|
438
|
-
(function (GetInsightRuleReportInput) {
|
|
439
|
-
GetInsightRuleReportInput.filterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
})(GetInsightRuleReportInput = exports.GetInsightRuleReportInput || (exports.GetInsightRuleReportInput = {}));
|
|
443
|
-
var InsightRuleContributorDatapoint;
|
|
444
|
-
(function (InsightRuleContributorDatapoint) {
|
|
445
|
-
InsightRuleContributorDatapoint.filterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
})(InsightRuleContributorDatapoint = exports.InsightRuleContributorDatapoint || (exports.InsightRuleContributorDatapoint = {}));
|
|
449
|
-
var InsightRuleContributor;
|
|
450
|
-
(function (InsightRuleContributor) {
|
|
451
|
-
InsightRuleContributor.filterSensitiveLog = (obj) => ({
|
|
452
|
-
...obj,
|
|
453
|
-
});
|
|
454
|
-
})(InsightRuleContributor = exports.InsightRuleContributor || (exports.InsightRuleContributor = {}));
|
|
455
|
-
var InsightRuleMetricDatapoint;
|
|
456
|
-
(function (InsightRuleMetricDatapoint) {
|
|
457
|
-
InsightRuleMetricDatapoint.filterSensitiveLog = (obj) => ({
|
|
458
|
-
...obj,
|
|
459
|
-
});
|
|
460
|
-
})(InsightRuleMetricDatapoint = exports.InsightRuleMetricDatapoint || (exports.InsightRuleMetricDatapoint = {}));
|
|
461
|
-
var GetInsightRuleReportOutput;
|
|
462
|
-
(function (GetInsightRuleReportOutput) {
|
|
463
|
-
GetInsightRuleReportOutput.filterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
});
|
|
466
|
-
})(GetInsightRuleReportOutput = exports.GetInsightRuleReportOutput || (exports.GetInsightRuleReportOutput = {}));
|
|
467
|
-
var LabelOptions;
|
|
468
|
-
(function (LabelOptions) {
|
|
469
|
-
LabelOptions.filterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
})(LabelOptions = exports.LabelOptions || (exports.LabelOptions = {}));
|
|
473
|
-
var GetMetricDataInput;
|
|
474
|
-
(function (GetMetricDataInput) {
|
|
475
|
-
GetMetricDataInput.filterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
})(GetMetricDataInput = exports.GetMetricDataInput || (exports.GetMetricDataInput = {}));
|
|
479
|
-
var MessageData;
|
|
480
|
-
(function (MessageData) {
|
|
481
|
-
MessageData.filterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
})(MessageData = exports.MessageData || (exports.MessageData = {}));
|
|
485
173
|
var StatusCode;
|
|
486
174
|
(function (StatusCode) {
|
|
487
175
|
StatusCode["COMPLETE"] = "Complete";
|
|
488
176
|
StatusCode["INTERNAL_ERROR"] = "InternalError";
|
|
489
177
|
StatusCode["PARTIAL_DATA"] = "PartialData";
|
|
490
178
|
})(StatusCode = exports.StatusCode || (exports.StatusCode = {}));
|
|
491
|
-
var MetricDataResult;
|
|
492
|
-
(function (MetricDataResult) {
|
|
493
|
-
MetricDataResult.filterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
})(MetricDataResult = exports.MetricDataResult || (exports.MetricDataResult = {}));
|
|
497
|
-
var GetMetricDataOutput;
|
|
498
|
-
(function (GetMetricDataOutput) {
|
|
499
|
-
GetMetricDataOutput.filterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
})(GetMetricDataOutput = exports.GetMetricDataOutput || (exports.GetMetricDataOutput = {}));
|
|
503
|
-
var GetMetricStatisticsInput;
|
|
504
|
-
(function (GetMetricStatisticsInput) {
|
|
505
|
-
GetMetricStatisticsInput.filterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
});
|
|
508
|
-
})(GetMetricStatisticsInput = exports.GetMetricStatisticsInput || (exports.GetMetricStatisticsInput = {}));
|
|
509
|
-
var GetMetricStatisticsOutput;
|
|
510
|
-
(function (GetMetricStatisticsOutput) {
|
|
511
|
-
GetMetricStatisticsOutput.filterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
});
|
|
514
|
-
})(GetMetricStatisticsOutput = exports.GetMetricStatisticsOutput || (exports.GetMetricStatisticsOutput = {}));
|
|
515
|
-
var GetMetricStreamInput;
|
|
516
|
-
(function (GetMetricStreamInput) {
|
|
517
|
-
GetMetricStreamInput.filterSensitiveLog = (obj) => ({
|
|
518
|
-
...obj,
|
|
519
|
-
});
|
|
520
|
-
})(GetMetricStreamInput = exports.GetMetricStreamInput || (exports.GetMetricStreamInput = {}));
|
|
521
|
-
var MetricStreamFilter;
|
|
522
|
-
(function (MetricStreamFilter) {
|
|
523
|
-
MetricStreamFilter.filterSensitiveLog = (obj) => ({
|
|
524
|
-
...obj,
|
|
525
|
-
});
|
|
526
|
-
})(MetricStreamFilter = exports.MetricStreamFilter || (exports.MetricStreamFilter = {}));
|
|
527
179
|
var MetricStreamOutputFormat;
|
|
528
180
|
(function (MetricStreamOutputFormat) {
|
|
529
181
|
MetricStreamOutputFormat["JSON"] = "json";
|
|
530
182
|
MetricStreamOutputFormat["OPEN_TELEMETRY_0_7"] = "opentelemetry0.7";
|
|
531
183
|
})(MetricStreamOutputFormat = exports.MetricStreamOutputFormat || (exports.MetricStreamOutputFormat = {}));
|
|
532
|
-
var MetricStreamStatisticsMetric;
|
|
533
|
-
(function (MetricStreamStatisticsMetric) {
|
|
534
|
-
MetricStreamStatisticsMetric.filterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
})(MetricStreamStatisticsMetric = exports.MetricStreamStatisticsMetric || (exports.MetricStreamStatisticsMetric = {}));
|
|
538
|
-
var MetricStreamStatisticsConfiguration;
|
|
539
|
-
(function (MetricStreamStatisticsConfiguration) {
|
|
540
|
-
MetricStreamStatisticsConfiguration.filterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
})(MetricStreamStatisticsConfiguration = exports.MetricStreamStatisticsConfiguration || (exports.MetricStreamStatisticsConfiguration = {}));
|
|
544
|
-
var GetMetricStreamOutput;
|
|
545
|
-
(function (GetMetricStreamOutput) {
|
|
546
|
-
GetMetricStreamOutput.filterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
})(GetMetricStreamOutput = exports.GetMetricStreamOutput || (exports.GetMetricStreamOutput = {}));
|
|
550
|
-
var GetMetricWidgetImageInput;
|
|
551
|
-
(function (GetMetricWidgetImageInput) {
|
|
552
|
-
GetMetricWidgetImageInput.filterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
});
|
|
555
|
-
})(GetMetricWidgetImageInput = exports.GetMetricWidgetImageInput || (exports.GetMetricWidgetImageInput = {}));
|
|
556
|
-
var GetMetricWidgetImageOutput;
|
|
557
|
-
(function (GetMetricWidgetImageOutput) {
|
|
558
|
-
GetMetricWidgetImageOutput.filterSensitiveLog = (obj) => ({
|
|
559
|
-
...obj,
|
|
560
|
-
});
|
|
561
|
-
})(GetMetricWidgetImageOutput = exports.GetMetricWidgetImageOutput || (exports.GetMetricWidgetImageOutput = {}));
|
|
562
|
-
var ListDashboardsInput;
|
|
563
|
-
(function (ListDashboardsInput) {
|
|
564
|
-
ListDashboardsInput.filterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
})(ListDashboardsInput = exports.ListDashboardsInput || (exports.ListDashboardsInput = {}));
|
|
568
|
-
var ListDashboardsOutput;
|
|
569
|
-
(function (ListDashboardsOutput) {
|
|
570
|
-
ListDashboardsOutput.filterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
})(ListDashboardsOutput = exports.ListDashboardsOutput || (exports.ListDashboardsOutput = {}));
|
|
574
184
|
var RecentlyActive;
|
|
575
185
|
(function (RecentlyActive) {
|
|
576
186
|
RecentlyActive["PT3H"] = "PT3H";
|
|
577
187
|
})(RecentlyActive = exports.RecentlyActive || (exports.RecentlyActive = {}));
|
|
578
|
-
var ListMetricsInput;
|
|
579
|
-
(function (ListMetricsInput) {
|
|
580
|
-
ListMetricsInput.filterSensitiveLog = (obj) => ({
|
|
581
|
-
...obj,
|
|
582
|
-
});
|
|
583
|
-
})(ListMetricsInput = exports.ListMetricsInput || (exports.ListMetricsInput = {}));
|
|
584
|
-
var ListMetricsOutput;
|
|
585
|
-
(function (ListMetricsOutput) {
|
|
586
|
-
ListMetricsOutput.filterSensitiveLog = (obj) => ({
|
|
587
|
-
...obj,
|
|
588
|
-
});
|
|
589
|
-
})(ListMetricsOutput = exports.ListMetricsOutput || (exports.ListMetricsOutput = {}));
|
|
590
|
-
var ListMetricStreamsInput;
|
|
591
|
-
(function (ListMetricStreamsInput) {
|
|
592
|
-
ListMetricStreamsInput.filterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
});
|
|
595
|
-
})(ListMetricStreamsInput = exports.ListMetricStreamsInput || (exports.ListMetricStreamsInput = {}));
|
|
596
|
-
var MetricStreamEntry;
|
|
597
|
-
(function (MetricStreamEntry) {
|
|
598
|
-
MetricStreamEntry.filterSensitiveLog = (obj) => ({
|
|
599
|
-
...obj,
|
|
600
|
-
});
|
|
601
|
-
})(MetricStreamEntry = exports.MetricStreamEntry || (exports.MetricStreamEntry = {}));
|
|
602
|
-
var ListMetricStreamsOutput;
|
|
603
|
-
(function (ListMetricStreamsOutput) {
|
|
604
|
-
ListMetricStreamsOutput.filterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
});
|
|
607
|
-
})(ListMetricStreamsOutput = exports.ListMetricStreamsOutput || (exports.ListMetricStreamsOutput = {}));
|
|
608
|
-
var ListTagsForResourceInput;
|
|
609
|
-
(function (ListTagsForResourceInput) {
|
|
610
|
-
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
});
|
|
613
|
-
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
614
|
-
var Tag;
|
|
615
|
-
(function (Tag) {
|
|
616
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
617
|
-
...obj,
|
|
618
|
-
});
|
|
619
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
620
|
-
var ListTagsForResourceOutput;
|
|
621
|
-
(function (ListTagsForResourceOutput) {
|
|
622
|
-
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
});
|
|
625
|
-
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
626
|
-
var PutAnomalyDetectorInput;
|
|
627
|
-
(function (PutAnomalyDetectorInput) {
|
|
628
|
-
PutAnomalyDetectorInput.filterSensitiveLog = (obj) => ({
|
|
629
|
-
...obj,
|
|
630
|
-
});
|
|
631
|
-
})(PutAnomalyDetectorInput = exports.PutAnomalyDetectorInput || (exports.PutAnomalyDetectorInput = {}));
|
|
632
|
-
var PutAnomalyDetectorOutput;
|
|
633
|
-
(function (PutAnomalyDetectorOutput) {
|
|
634
|
-
PutAnomalyDetectorOutput.filterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
})(PutAnomalyDetectorOutput = exports.PutAnomalyDetectorOutput || (exports.PutAnomalyDetectorOutput = {}));
|
|
638
188
|
class LimitExceededFault extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
639
189
|
constructor(opts) {
|
|
640
190
|
super({
|
|
@@ -648,72 +198,6 @@ class LimitExceededFault extends CloudWatchServiceException_1.CloudWatchServiceE
|
|
|
648
198
|
}
|
|
649
199
|
}
|
|
650
200
|
exports.LimitExceededFault = LimitExceededFault;
|
|
651
|
-
var PutCompositeAlarmInput;
|
|
652
|
-
(function (PutCompositeAlarmInput) {
|
|
653
|
-
PutCompositeAlarmInput.filterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
})(PutCompositeAlarmInput = exports.PutCompositeAlarmInput || (exports.PutCompositeAlarmInput = {}));
|
|
657
|
-
var PutDashboardInput;
|
|
658
|
-
(function (PutDashboardInput) {
|
|
659
|
-
PutDashboardInput.filterSensitiveLog = (obj) => ({
|
|
660
|
-
...obj,
|
|
661
|
-
});
|
|
662
|
-
})(PutDashboardInput = exports.PutDashboardInput || (exports.PutDashboardInput = {}));
|
|
663
|
-
var PutDashboardOutput;
|
|
664
|
-
(function (PutDashboardOutput) {
|
|
665
|
-
PutDashboardOutput.filterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
})(PutDashboardOutput = exports.PutDashboardOutput || (exports.PutDashboardOutput = {}));
|
|
669
|
-
var PutInsightRuleInput;
|
|
670
|
-
(function (PutInsightRuleInput) {
|
|
671
|
-
PutInsightRuleInput.filterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
})(PutInsightRuleInput = exports.PutInsightRuleInput || (exports.PutInsightRuleInput = {}));
|
|
675
|
-
var PutInsightRuleOutput;
|
|
676
|
-
(function (PutInsightRuleOutput) {
|
|
677
|
-
PutInsightRuleOutput.filterSensitiveLog = (obj) => ({
|
|
678
|
-
...obj,
|
|
679
|
-
});
|
|
680
|
-
})(PutInsightRuleOutput = exports.PutInsightRuleOutput || (exports.PutInsightRuleOutput = {}));
|
|
681
|
-
var PutMetricAlarmInput;
|
|
682
|
-
(function (PutMetricAlarmInput) {
|
|
683
|
-
PutMetricAlarmInput.filterSensitiveLog = (obj) => ({
|
|
684
|
-
...obj,
|
|
685
|
-
});
|
|
686
|
-
})(PutMetricAlarmInput = exports.PutMetricAlarmInput || (exports.PutMetricAlarmInput = {}));
|
|
687
|
-
var StatisticSet;
|
|
688
|
-
(function (StatisticSet) {
|
|
689
|
-
StatisticSet.filterSensitiveLog = (obj) => ({
|
|
690
|
-
...obj,
|
|
691
|
-
});
|
|
692
|
-
})(StatisticSet = exports.StatisticSet || (exports.StatisticSet = {}));
|
|
693
|
-
var MetricDatum;
|
|
694
|
-
(function (MetricDatum) {
|
|
695
|
-
MetricDatum.filterSensitiveLog = (obj) => ({
|
|
696
|
-
...obj,
|
|
697
|
-
});
|
|
698
|
-
})(MetricDatum = exports.MetricDatum || (exports.MetricDatum = {}));
|
|
699
|
-
var PutMetricDataInput;
|
|
700
|
-
(function (PutMetricDataInput) {
|
|
701
|
-
PutMetricDataInput.filterSensitiveLog = (obj) => ({
|
|
702
|
-
...obj,
|
|
703
|
-
});
|
|
704
|
-
})(PutMetricDataInput = exports.PutMetricDataInput || (exports.PutMetricDataInput = {}));
|
|
705
|
-
var PutMetricStreamInput;
|
|
706
|
-
(function (PutMetricStreamInput) {
|
|
707
|
-
PutMetricStreamInput.filterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
});
|
|
710
|
-
})(PutMetricStreamInput = exports.PutMetricStreamInput || (exports.PutMetricStreamInput = {}));
|
|
711
|
-
var PutMetricStreamOutput;
|
|
712
|
-
(function (PutMetricStreamOutput) {
|
|
713
|
-
PutMetricStreamOutput.filterSensitiveLog = (obj) => ({
|
|
714
|
-
...obj,
|
|
715
|
-
});
|
|
716
|
-
})(PutMetricStreamOutput = exports.PutMetricStreamOutput || (exports.PutMetricStreamOutput = {}));
|
|
717
201
|
class InvalidFormatFault extends CloudWatchServiceException_1.CloudWatchServiceException {
|
|
718
202
|
constructor(opts) {
|
|
719
203
|
super({
|
|
@@ -727,57 +211,387 @@ class InvalidFormatFault extends CloudWatchServiceException_1.CloudWatchServiceE
|
|
|
727
211
|
}
|
|
728
212
|
}
|
|
729
213
|
exports.InvalidFormatFault = InvalidFormatFault;
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
214
|
+
const AlarmHistoryItemFilterSensitiveLog = (obj) => ({
|
|
215
|
+
...obj,
|
|
216
|
+
});
|
|
217
|
+
exports.AlarmHistoryItemFilterSensitiveLog = AlarmHistoryItemFilterSensitiveLog;
|
|
218
|
+
const RangeFilterSensitiveLog = (obj) => ({
|
|
219
|
+
...obj,
|
|
220
|
+
});
|
|
221
|
+
exports.RangeFilterSensitiveLog = RangeFilterSensitiveLog;
|
|
222
|
+
const AnomalyDetectorConfigurationFilterSensitiveLog = (obj) => ({
|
|
223
|
+
...obj,
|
|
224
|
+
});
|
|
225
|
+
exports.AnomalyDetectorConfigurationFilterSensitiveLog = AnomalyDetectorConfigurationFilterSensitiveLog;
|
|
226
|
+
const DimensionFilterSensitiveLog = (obj) => ({
|
|
227
|
+
...obj,
|
|
228
|
+
});
|
|
229
|
+
exports.DimensionFilterSensitiveLog = DimensionFilterSensitiveLog;
|
|
230
|
+
const MetricFilterSensitiveLog = (obj) => ({
|
|
231
|
+
...obj,
|
|
232
|
+
});
|
|
233
|
+
exports.MetricFilterSensitiveLog = MetricFilterSensitiveLog;
|
|
234
|
+
const MetricStatFilterSensitiveLog = (obj) => ({
|
|
235
|
+
...obj,
|
|
236
|
+
});
|
|
237
|
+
exports.MetricStatFilterSensitiveLog = MetricStatFilterSensitiveLog;
|
|
238
|
+
const MetricDataQueryFilterSensitiveLog = (obj) => ({
|
|
239
|
+
...obj,
|
|
240
|
+
});
|
|
241
|
+
exports.MetricDataQueryFilterSensitiveLog = MetricDataQueryFilterSensitiveLog;
|
|
242
|
+
const MetricMathAnomalyDetectorFilterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
exports.MetricMathAnomalyDetectorFilterSensitiveLog = MetricMathAnomalyDetectorFilterSensitiveLog;
|
|
246
|
+
const SingleMetricAnomalyDetectorFilterSensitiveLog = (obj) => ({
|
|
247
|
+
...obj,
|
|
248
|
+
});
|
|
249
|
+
exports.SingleMetricAnomalyDetectorFilterSensitiveLog = SingleMetricAnomalyDetectorFilterSensitiveLog;
|
|
250
|
+
const AnomalyDetectorFilterSensitiveLog = (obj) => ({
|
|
251
|
+
...obj,
|
|
252
|
+
});
|
|
253
|
+
exports.AnomalyDetectorFilterSensitiveLog = AnomalyDetectorFilterSensitiveLog;
|
|
254
|
+
const PartialFailureFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
exports.PartialFailureFilterSensitiveLog = PartialFailureFilterSensitiveLog;
|
|
258
|
+
const CompositeAlarmFilterSensitiveLog = (obj) => ({
|
|
259
|
+
...obj,
|
|
260
|
+
});
|
|
261
|
+
exports.CompositeAlarmFilterSensitiveLog = CompositeAlarmFilterSensitiveLog;
|
|
262
|
+
const DashboardEntryFilterSensitiveLog = (obj) => ({
|
|
263
|
+
...obj,
|
|
264
|
+
});
|
|
265
|
+
exports.DashboardEntryFilterSensitiveLog = DashboardEntryFilterSensitiveLog;
|
|
266
|
+
const DashboardValidationMessageFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
exports.DashboardValidationMessageFilterSensitiveLog = DashboardValidationMessageFilterSensitiveLog;
|
|
270
|
+
const DatapointFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
exports.DatapointFilterSensitiveLog = DatapointFilterSensitiveLog;
|
|
274
|
+
const DeleteAlarmsInputFilterSensitiveLog = (obj) => ({
|
|
275
|
+
...obj,
|
|
276
|
+
});
|
|
277
|
+
exports.DeleteAlarmsInputFilterSensitiveLog = DeleteAlarmsInputFilterSensitiveLog;
|
|
278
|
+
const DeleteAnomalyDetectorInputFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
exports.DeleteAnomalyDetectorInputFilterSensitiveLog = DeleteAnomalyDetectorInputFilterSensitiveLog;
|
|
282
|
+
const DeleteAnomalyDetectorOutputFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
});
|
|
285
|
+
exports.DeleteAnomalyDetectorOutputFilterSensitiveLog = DeleteAnomalyDetectorOutputFilterSensitiveLog;
|
|
286
|
+
const DeleteDashboardsInputFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
});
|
|
289
|
+
exports.DeleteDashboardsInputFilterSensitiveLog = DeleteDashboardsInputFilterSensitiveLog;
|
|
290
|
+
const DeleteDashboardsOutputFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
exports.DeleteDashboardsOutputFilterSensitiveLog = DeleteDashboardsOutputFilterSensitiveLog;
|
|
294
|
+
const DeleteInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
295
|
+
...obj,
|
|
296
|
+
});
|
|
297
|
+
exports.DeleteInsightRulesInputFilterSensitiveLog = DeleteInsightRulesInputFilterSensitiveLog;
|
|
298
|
+
const DeleteInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
});
|
|
301
|
+
exports.DeleteInsightRulesOutputFilterSensitiveLog = DeleteInsightRulesOutputFilterSensitiveLog;
|
|
302
|
+
const DeleteMetricStreamInputFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
exports.DeleteMetricStreamInputFilterSensitiveLog = DeleteMetricStreamInputFilterSensitiveLog;
|
|
306
|
+
const DeleteMetricStreamOutputFilterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
exports.DeleteMetricStreamOutputFilterSensitiveLog = DeleteMetricStreamOutputFilterSensitiveLog;
|
|
310
|
+
const DescribeAlarmHistoryInputFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
});
|
|
313
|
+
exports.DescribeAlarmHistoryInputFilterSensitiveLog = DescribeAlarmHistoryInputFilterSensitiveLog;
|
|
314
|
+
const DescribeAlarmHistoryOutputFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.DescribeAlarmHistoryOutputFilterSensitiveLog = DescribeAlarmHistoryOutputFilterSensitiveLog;
|
|
318
|
+
const DescribeAlarmsInputFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.DescribeAlarmsInputFilterSensitiveLog = DescribeAlarmsInputFilterSensitiveLog;
|
|
322
|
+
const MetricAlarmFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.MetricAlarmFilterSensitiveLog = MetricAlarmFilterSensitiveLog;
|
|
326
|
+
const DescribeAlarmsOutputFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.DescribeAlarmsOutputFilterSensitiveLog = DescribeAlarmsOutputFilterSensitiveLog;
|
|
330
|
+
const DescribeAlarmsForMetricInputFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.DescribeAlarmsForMetricInputFilterSensitiveLog = DescribeAlarmsForMetricInputFilterSensitiveLog;
|
|
334
|
+
const DescribeAlarmsForMetricOutputFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.DescribeAlarmsForMetricOutputFilterSensitiveLog = DescribeAlarmsForMetricOutputFilterSensitiveLog;
|
|
338
|
+
const DescribeAnomalyDetectorsInputFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.DescribeAnomalyDetectorsInputFilterSensitiveLog = DescribeAnomalyDetectorsInputFilterSensitiveLog;
|
|
342
|
+
const DescribeAnomalyDetectorsOutputFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.DescribeAnomalyDetectorsOutputFilterSensitiveLog = DescribeAnomalyDetectorsOutputFilterSensitiveLog;
|
|
346
|
+
const DescribeInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
exports.DescribeInsightRulesInputFilterSensitiveLog = DescribeInsightRulesInputFilterSensitiveLog;
|
|
350
|
+
const InsightRuleFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
exports.InsightRuleFilterSensitiveLog = InsightRuleFilterSensitiveLog;
|
|
354
|
+
const DescribeInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
exports.DescribeInsightRulesOutputFilterSensitiveLog = DescribeInsightRulesOutputFilterSensitiveLog;
|
|
358
|
+
const DimensionFilterFilterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
exports.DimensionFilterFilterSensitiveLog = DimensionFilterFilterSensitiveLog;
|
|
362
|
+
const DisableAlarmActionsInputFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.DisableAlarmActionsInputFilterSensitiveLog = DisableAlarmActionsInputFilterSensitiveLog;
|
|
366
|
+
const DisableInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.DisableInsightRulesInputFilterSensitiveLog = DisableInsightRulesInputFilterSensitiveLog;
|
|
370
|
+
const DisableInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.DisableInsightRulesOutputFilterSensitiveLog = DisableInsightRulesOutputFilterSensitiveLog;
|
|
374
|
+
const EnableAlarmActionsInputFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.EnableAlarmActionsInputFilterSensitiveLog = EnableAlarmActionsInputFilterSensitiveLog;
|
|
378
|
+
const EnableInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.EnableInsightRulesInputFilterSensitiveLog = EnableInsightRulesInputFilterSensitiveLog;
|
|
382
|
+
const EnableInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.EnableInsightRulesOutputFilterSensitiveLog = EnableInsightRulesOutputFilterSensitiveLog;
|
|
386
|
+
const GetDashboardInputFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.GetDashboardInputFilterSensitiveLog = GetDashboardInputFilterSensitiveLog;
|
|
390
|
+
const GetDashboardOutputFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
exports.GetDashboardOutputFilterSensitiveLog = GetDashboardOutputFilterSensitiveLog;
|
|
394
|
+
const GetInsightRuleReportInputFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.GetInsightRuleReportInputFilterSensitiveLog = GetInsightRuleReportInputFilterSensitiveLog;
|
|
398
|
+
const InsightRuleContributorDatapointFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.InsightRuleContributorDatapointFilterSensitiveLog = InsightRuleContributorDatapointFilterSensitiveLog;
|
|
402
|
+
const InsightRuleContributorFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.InsightRuleContributorFilterSensitiveLog = InsightRuleContributorFilterSensitiveLog;
|
|
406
|
+
const InsightRuleMetricDatapointFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.InsightRuleMetricDatapointFilterSensitiveLog = InsightRuleMetricDatapointFilterSensitiveLog;
|
|
410
|
+
const GetInsightRuleReportOutputFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.GetInsightRuleReportOutputFilterSensitiveLog = GetInsightRuleReportOutputFilterSensitiveLog;
|
|
414
|
+
const LabelOptionsFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
exports.LabelOptionsFilterSensitiveLog = LabelOptionsFilterSensitiveLog;
|
|
418
|
+
const GetMetricDataInputFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
exports.GetMetricDataInputFilterSensitiveLog = GetMetricDataInputFilterSensitiveLog;
|
|
422
|
+
const MessageDataFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
exports.MessageDataFilterSensitiveLog = MessageDataFilterSensitiveLog;
|
|
426
|
+
const MetricDataResultFilterSensitiveLog = (obj) => ({
|
|
427
|
+
...obj,
|
|
428
|
+
});
|
|
429
|
+
exports.MetricDataResultFilterSensitiveLog = MetricDataResultFilterSensitiveLog;
|
|
430
|
+
const GetMetricDataOutputFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
exports.GetMetricDataOutputFilterSensitiveLog = GetMetricDataOutputFilterSensitiveLog;
|
|
434
|
+
const GetMetricStatisticsInputFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
exports.GetMetricStatisticsInputFilterSensitiveLog = GetMetricStatisticsInputFilterSensitiveLog;
|
|
438
|
+
const GetMetricStatisticsOutputFilterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
exports.GetMetricStatisticsOutputFilterSensitiveLog = GetMetricStatisticsOutputFilterSensitiveLog;
|
|
442
|
+
const GetMetricStreamInputFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
});
|
|
445
|
+
exports.GetMetricStreamInputFilterSensitiveLog = GetMetricStreamInputFilterSensitiveLog;
|
|
446
|
+
const MetricStreamFilterFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
exports.MetricStreamFilterFilterSensitiveLog = MetricStreamFilterFilterSensitiveLog;
|
|
450
|
+
const MetricStreamStatisticsMetricFilterSensitiveLog = (obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
});
|
|
453
|
+
exports.MetricStreamStatisticsMetricFilterSensitiveLog = MetricStreamStatisticsMetricFilterSensitiveLog;
|
|
454
|
+
const MetricStreamStatisticsConfigurationFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
457
|
+
exports.MetricStreamStatisticsConfigurationFilterSensitiveLog = MetricStreamStatisticsConfigurationFilterSensitiveLog;
|
|
458
|
+
const GetMetricStreamOutputFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
exports.GetMetricStreamOutputFilterSensitiveLog = GetMetricStreamOutputFilterSensitiveLog;
|
|
462
|
+
const GetMetricWidgetImageInputFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
});
|
|
465
|
+
exports.GetMetricWidgetImageInputFilterSensitiveLog = GetMetricWidgetImageInputFilterSensitiveLog;
|
|
466
|
+
const GetMetricWidgetImageOutputFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
exports.GetMetricWidgetImageOutputFilterSensitiveLog = GetMetricWidgetImageOutputFilterSensitiveLog;
|
|
470
|
+
const ListDashboardsInputFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
exports.ListDashboardsInputFilterSensitiveLog = ListDashboardsInputFilterSensitiveLog;
|
|
474
|
+
const ListDashboardsOutputFilterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
});
|
|
477
|
+
exports.ListDashboardsOutputFilterSensitiveLog = ListDashboardsOutputFilterSensitiveLog;
|
|
478
|
+
const ListMetricsInputFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
exports.ListMetricsInputFilterSensitiveLog = ListMetricsInputFilterSensitiveLog;
|
|
482
|
+
const ListMetricsOutputFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
exports.ListMetricsOutputFilterSensitiveLog = ListMetricsOutputFilterSensitiveLog;
|
|
486
|
+
const ListMetricStreamsInputFilterSensitiveLog = (obj) => ({
|
|
487
|
+
...obj,
|
|
488
|
+
});
|
|
489
|
+
exports.ListMetricStreamsInputFilterSensitiveLog = ListMetricStreamsInputFilterSensitiveLog;
|
|
490
|
+
const MetricStreamEntryFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
});
|
|
493
|
+
exports.MetricStreamEntryFilterSensitiveLog = MetricStreamEntryFilterSensitiveLog;
|
|
494
|
+
const ListMetricStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
exports.ListMetricStreamsOutputFilterSensitiveLog = ListMetricStreamsOutputFilterSensitiveLog;
|
|
498
|
+
const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
});
|
|
501
|
+
exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
|
|
502
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
506
|
+
const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
|
|
510
|
+
const PutAnomalyDetectorInputFilterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
});
|
|
513
|
+
exports.PutAnomalyDetectorInputFilterSensitiveLog = PutAnomalyDetectorInputFilterSensitiveLog;
|
|
514
|
+
const PutAnomalyDetectorOutputFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
exports.PutAnomalyDetectorOutputFilterSensitiveLog = PutAnomalyDetectorOutputFilterSensitiveLog;
|
|
518
|
+
const PutCompositeAlarmInputFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
exports.PutCompositeAlarmInputFilterSensitiveLog = PutCompositeAlarmInputFilterSensitiveLog;
|
|
522
|
+
const PutDashboardInputFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
});
|
|
525
|
+
exports.PutDashboardInputFilterSensitiveLog = PutDashboardInputFilterSensitiveLog;
|
|
526
|
+
const PutDashboardOutputFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
exports.PutDashboardOutputFilterSensitiveLog = PutDashboardOutputFilterSensitiveLog;
|
|
530
|
+
const PutInsightRuleInputFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
exports.PutInsightRuleInputFilterSensitiveLog = PutInsightRuleInputFilterSensitiveLog;
|
|
534
|
+
const PutInsightRuleOutputFilterSensitiveLog = (obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
});
|
|
537
|
+
exports.PutInsightRuleOutputFilterSensitiveLog = PutInsightRuleOutputFilterSensitiveLog;
|
|
538
|
+
const PutMetricAlarmInputFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
exports.PutMetricAlarmInputFilterSensitiveLog = PutMetricAlarmInputFilterSensitiveLog;
|
|
542
|
+
const StatisticSetFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
exports.StatisticSetFilterSensitiveLog = StatisticSetFilterSensitiveLog;
|
|
546
|
+
const MetricDatumFilterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
exports.MetricDatumFilterSensitiveLog = MetricDatumFilterSensitiveLog;
|
|
550
|
+
const PutMetricDataInputFilterSensitiveLog = (obj) => ({
|
|
551
|
+
...obj,
|
|
552
|
+
});
|
|
553
|
+
exports.PutMetricDataInputFilterSensitiveLog = PutMetricDataInputFilterSensitiveLog;
|
|
554
|
+
const PutMetricStreamInputFilterSensitiveLog = (obj) => ({
|
|
555
|
+
...obj,
|
|
556
|
+
});
|
|
557
|
+
exports.PutMetricStreamInputFilterSensitiveLog = PutMetricStreamInputFilterSensitiveLog;
|
|
558
|
+
const PutMetricStreamOutputFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
exports.PutMetricStreamOutputFilterSensitiveLog = PutMetricStreamOutputFilterSensitiveLog;
|
|
562
|
+
const SetAlarmStateInputFilterSensitiveLog = (obj) => ({
|
|
563
|
+
...obj,
|
|
564
|
+
});
|
|
565
|
+
exports.SetAlarmStateInputFilterSensitiveLog = SetAlarmStateInputFilterSensitiveLog;
|
|
566
|
+
const StartMetricStreamsInputFilterSensitiveLog = (obj) => ({
|
|
567
|
+
...obj,
|
|
568
|
+
});
|
|
569
|
+
exports.StartMetricStreamsInputFilterSensitiveLog = StartMetricStreamsInputFilterSensitiveLog;
|
|
570
|
+
const StartMetricStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
});
|
|
573
|
+
exports.StartMetricStreamsOutputFilterSensitiveLog = StartMetricStreamsOutputFilterSensitiveLog;
|
|
574
|
+
const StopMetricStreamsInputFilterSensitiveLog = (obj) => ({
|
|
575
|
+
...obj,
|
|
576
|
+
});
|
|
577
|
+
exports.StopMetricStreamsInputFilterSensitiveLog = StopMetricStreamsInputFilterSensitiveLog;
|
|
578
|
+
const StopMetricStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
579
|
+
...obj,
|
|
580
|
+
});
|
|
581
|
+
exports.StopMetricStreamsOutputFilterSensitiveLog = StopMetricStreamsOutputFilterSensitiveLog;
|
|
582
|
+
const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
583
|
+
...obj,
|
|
584
|
+
});
|
|
585
|
+
exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
|
|
586
|
+
const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
587
|
+
...obj,
|
|
588
|
+
});
|
|
589
|
+
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
590
|
+
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
591
|
+
...obj,
|
|
592
|
+
});
|
|
593
|
+
exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
|
|
594
|
+
const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
595
|
+
...obj,
|
|
596
|
+
});
|
|
597
|
+
exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;
|