@aws-sdk/client-cloudwatch 3.296.0 → 3.298.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/dist-cjs/commands/DeleteAlarmsCommand.js +2 -3
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +2 -3
- package/dist-cjs/commands/DeleteDashboardsCommand.js +2 -3
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmsCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +2 -3
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +2 -3
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +2 -3
- package/dist-cjs/commands/DisableInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +2 -3
- package/dist-cjs/commands/EnableInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/GetDashboardCommand.js +2 -3
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +2 -3
- package/dist-cjs/commands/GetMetricDataCommand.js +2 -3
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +2 -3
- package/dist-cjs/commands/GetMetricStreamCommand.js +2 -3
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +2 -3
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -3
- package/dist-cjs/commands/ListManagedInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/ListMetricStreamsCommand.js +2 -3
- package/dist-cjs/commands/ListMetricsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +2 -3
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +2 -3
- package/dist-cjs/commands/PutDashboardCommand.js +2 -3
- package/dist-cjs/commands/PutInsightRuleCommand.js +2 -3
- package/dist-cjs/commands/PutManagedInsightRulesCommand.js +2 -3
- package/dist-cjs/commands/PutMetricAlarmCommand.js +2 -3
- package/dist-cjs/commands/PutMetricDataCommand.js +2 -3
- package/dist-cjs/commands/PutMetricStreamCommand.js +2 -3
- package/dist-cjs/commands/SetAlarmStateCommand.js +2 -3
- package/dist-cjs/commands/StartMetricStreamsCommand.js +2 -3
- package/dist-cjs/commands/StopMetricStreamsCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -415
- package/dist-cjs/protocols/Aws_query.js +64 -347
- package/dist-es/commands/DeleteAlarmsCommand.js +2 -3
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -3
- package/dist-es/commands/DeleteDashboardsCommand.js +2 -3
- package/dist-es/commands/DeleteInsightRulesCommand.js +2 -3
- package/dist-es/commands/DeleteMetricStreamCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmsCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -3
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -3
- package/dist-es/commands/DescribeInsightRulesCommand.js +2 -3
- package/dist-es/commands/DisableAlarmActionsCommand.js +2 -3
- package/dist-es/commands/DisableInsightRulesCommand.js +2 -3
- package/dist-es/commands/EnableAlarmActionsCommand.js +2 -3
- package/dist-es/commands/EnableInsightRulesCommand.js +2 -3
- package/dist-es/commands/GetDashboardCommand.js +2 -3
- package/dist-es/commands/GetInsightRuleReportCommand.js +2 -3
- package/dist-es/commands/GetMetricDataCommand.js +2 -3
- package/dist-es/commands/GetMetricStatisticsCommand.js +2 -3
- package/dist-es/commands/GetMetricStreamCommand.js +2 -3
- package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -3
- package/dist-es/commands/ListDashboardsCommand.js +2 -3
- package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -3
- package/dist-es/commands/ListMetricStreamsCommand.js +2 -3
- package/dist-es/commands/ListMetricsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -3
- package/dist-es/commands/PutCompositeAlarmCommand.js +2 -3
- package/dist-es/commands/PutDashboardCommand.js +2 -3
- package/dist-es/commands/PutInsightRuleCommand.js +2 -3
- package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -3
- package/dist-es/commands/PutMetricAlarmCommand.js +2 -3
- package/dist-es/commands/PutMetricDataCommand.js +2 -3
- package/dist-es/commands/PutMetricStreamCommand.js +2 -3
- package/dist-es/commands/SetAlarmStateCommand.js +2 -3
- package/dist-es/commands/StartMetricStreamsCommand.js +2 -3
- package/dist-es/commands/StopMetricStreamsCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -309
- package/dist-es/protocols/Aws_query.js +64 -347
- package/dist-types/CloudWatch.d.ts +39 -0
- package/dist-types/CloudWatchClient.d.ts +24 -4
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +16 -0
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +16 -0
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetDashboardCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricStreamCommand.d.ts +16 -0
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +16 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +16 -0
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +16 -0
- package/dist-types/commands/PutDashboardCommand.d.ts +16 -0
- package/dist-types/commands/PutInsightRuleCommand.d.ts +16 -0
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +16 -0
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +16 -0
- package/dist-types/commands/PutMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/PutMetricStreamCommand.d.ts +16 -0
- package/dist-types/commands/SetAlarmStateCommand.d.ts +16 -0
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +16 -0
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/models/CloudWatchServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +298 -414
- package/dist-types/pagination/DescribeAlarmHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAlarmsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAnomalyDetectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInsightRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetMetricDataPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListManagedInsightRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricStreamsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -283
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutMetricDataInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryPutMetricDataCommand, serializeAws_queryPutMetricDataCommand, } from "../protocols/Aws_query";
|
|
6
5
|
export class PutMetricDataCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutMetricDataCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutMetricStreamInputFilterSensitiveLog, PutMetricStreamOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryPutMetricStreamCommand, serializeAws_queryPutMetricStreamCommand, } from "../protocols/Aws_query";
|
|
6
5
|
export class PutMetricStreamCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutMetricStreamCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SetAlarmStateInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_querySetAlarmStateCommand, serializeAws_querySetAlarmStateCommand, } from "../protocols/Aws_query";
|
|
6
5
|
export class SetAlarmStateCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class SetAlarmStateCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartMetricStreamsInputFilterSensitiveLog, StartMetricStreamsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryStartMetricStreamsCommand, serializeAws_queryStartMetricStreamsCommand, } from "../protocols/Aws_query";
|
|
6
5
|
export class StartMetricStreamsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartMetricStreamsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopMetricStreamsInputFilterSensitiveLog, StopMetricStreamsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryStopMetricStreamsCommand, serializeAws_queryStopMetricStreamsCommand, } from "../protocols/Aws_query";
|
|
6
5
|
export class StopMetricStreamsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StopMetricStreamsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceInputFilterSensitiveLog, TagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryTagResourceCommand, serializeAws_queryTagResourceCommand } from "../protocols/Aws_query";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceInputFilterSensitiveLog, UntagResourceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryUntagResourceCommand, serializeAws_queryUntagResourceCommand, } from "../protocols/Aws_query";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -269,312 +269,3 @@ export class InvalidFormatFault extends __BaseException {
|
|
|
269
269
|
Object.setPrototypeOf(this, InvalidFormatFault.prototype);
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
|
-
export const AlarmHistoryItemFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
|
-
export const RangeFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
export const AnomalyDetectorConfigurationFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
export const DimensionFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
export const MetricFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
export const MetricStatFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
export const MetricDataQueryFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
export const MetricMathAnomalyDetectorFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
export const SingleMetricAnomalyDetectorFilterSensitiveLog = (obj) => ({
|
|
297
|
-
...obj,
|
|
298
|
-
});
|
|
299
|
-
export const AnomalyDetectorFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
export const PartialFailureFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
export const CompositeAlarmFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
export const DashboardEntryFilterSensitiveLog = (obj) => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
export const DashboardValidationMessageFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
export const DatapointFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
export const DeleteAlarmsInputFilterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
export const DeleteAnomalyDetectorInputFilterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
});
|
|
323
|
-
export const DeleteAnomalyDetectorOutputFilterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
export const DeleteDashboardsInputFilterSensitiveLog = (obj) => ({
|
|
327
|
-
...obj,
|
|
328
|
-
});
|
|
329
|
-
export const DeleteDashboardsOutputFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
export const DeleteInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
export const DeleteInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
export const DeleteMetricStreamInputFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
export const DeleteMetricStreamOutputFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
export const DescribeAlarmHistoryInputFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
});
|
|
347
|
-
export const DescribeAlarmHistoryOutputFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
export const DescribeAlarmsInputFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
export const MetricAlarmFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
export const DescribeAlarmsOutputFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
export const DescribeAlarmsForMetricInputFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
export const DescribeAlarmsForMetricOutputFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
|
-
export const DescribeAnomalyDetectorsInputFilterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
export const DescribeAnomalyDetectorsOutputFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
export const DescribeInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
export const InsightRuleFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
export const DescribeInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
export const DimensionFilterFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
export const DisableAlarmActionsInputFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
export const DisableInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
export const DisableInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
export const EnableAlarmActionsInputFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
export const EnableInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
export const EnableInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const GetDashboardInputFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const GetDashboardOutputFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
export const GetInsightRuleReportInputFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
export const InsightRuleContributorDatapointFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
export const InsightRuleContributorFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
export const InsightRuleMetricDatapointFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
export const GetInsightRuleReportOutputFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
export const LabelOptionsFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
export const GetMetricDataInputFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
export const MessageDataFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
export const MetricDataResultFilterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
export const GetMetricDataOutputFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
export const GetMetricStatisticsInputFilterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
export const GetMetricStatisticsOutputFilterSensitiveLog = (obj) => ({
|
|
441
|
-
...obj,
|
|
442
|
-
});
|
|
443
|
-
export const GetMetricStreamInputFilterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
export const MetricStreamFilterFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
export const MetricStreamStatisticsMetricFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
export const MetricStreamStatisticsConfigurationFilterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
});
|
|
455
|
-
export const GetMetricStreamOutputFilterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
export const GetMetricWidgetImageInputFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
export const GetMetricWidgetImageOutputFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
export const ListDashboardsInputFilterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
export const ListDashboardsOutputFilterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
export const ListManagedInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
export const ManagedRuleStateFilterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
export const ManagedRuleDescriptionFilterSensitiveLog = (obj) => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
export const ListManagedInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
});
|
|
482
|
-
export const ListMetricsInputFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
export const ListMetricsOutputFilterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
|
-
export const ListMetricStreamsInputFilterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
});
|
|
491
|
-
export const MetricStreamEntryFilterSensitiveLog = (obj) => ({
|
|
492
|
-
...obj,
|
|
493
|
-
});
|
|
494
|
-
export const ListMetricStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
495
|
-
...obj,
|
|
496
|
-
});
|
|
497
|
-
export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
export const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
export const PutAnomalyDetectorInputFilterSensitiveLog = (obj) => ({
|
|
507
|
-
...obj,
|
|
508
|
-
});
|
|
509
|
-
export const PutAnomalyDetectorOutputFilterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
export const PutCompositeAlarmInputFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
export const PutDashboardInputFilterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
export const PutDashboardOutputFilterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
});
|
|
521
|
-
export const PutInsightRuleInputFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
export const PutInsightRuleOutputFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
export const ManagedRuleFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
export const PutManagedInsightRulesInputFilterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
});
|
|
533
|
-
export const PutManagedInsightRulesOutputFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
export const PutMetricAlarmInputFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
export const StatisticSetFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
export const MetricDatumFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
});
|
|
545
|
-
export const PutMetricDataInputFilterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
export const PutMetricStreamInputFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
export const PutMetricStreamOutputFilterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
export const SetAlarmStateInputFilterSensitiveLog = (obj) => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
export const StartMetricStreamsInputFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
export const StartMetricStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
export const StopMetricStreamsInputFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const StopMetricStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
export const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
export const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
});
|