@aws-sdk/client-cloudwatch 3.1076.0 → 3.1078.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/index.js +189 -612
- package/dist-es/commandBuilder.js +12 -0
- package/dist-es/commands/AssociateDatasetKmsKeyCommand.js +2 -14
- package/dist-es/commands/DeleteAlarmMuteRuleCommand.js +2 -14
- package/dist-es/commands/DeleteAlarmsCommand.js +2 -14
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/DeleteDashboardsCommand.js +2 -14
- package/dist-es/commands/DeleteInsightRulesCommand.js +2 -14
- package/dist-es/commands/DeleteMetricStreamCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmContributorsCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmsCommand.js +2 -14
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -14
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -14
- package/dist-es/commands/DescribeInsightRulesCommand.js +2 -14
- package/dist-es/commands/DisableAlarmActionsCommand.js +2 -14
- package/dist-es/commands/DisableInsightRulesCommand.js +2 -14
- package/dist-es/commands/DisassociateDatasetKmsKeyCommand.js +2 -14
- package/dist-es/commands/EnableAlarmActionsCommand.js +2 -14
- package/dist-es/commands/EnableInsightRulesCommand.js +2 -14
- package/dist-es/commands/GetAlarmMuteRuleCommand.js +2 -14
- package/dist-es/commands/GetDashboardCommand.js +2 -14
- package/dist-es/commands/GetDatasetCommand.js +2 -14
- package/dist-es/commands/GetInsightRuleReportCommand.js +2 -14
- package/dist-es/commands/GetMetricDataCommand.js +2 -14
- package/dist-es/commands/GetMetricStatisticsCommand.js +2 -14
- package/dist-es/commands/GetMetricStreamCommand.js +2 -14
- package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -14
- package/dist-es/commands/GetOTelEnrichmentCommand.js +2 -14
- package/dist-es/commands/ListAlarmMuteRulesCommand.js +2 -14
- package/dist-es/commands/ListDashboardsCommand.js +2 -14
- package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -14
- package/dist-es/commands/ListMetricStreamsCommand.js +2 -14
- package/dist-es/commands/ListMetricsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutAlarmMuteRuleCommand.js +2 -14
- package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -14
- package/dist-es/commands/PutCompositeAlarmCommand.js +2 -14
- package/dist-es/commands/PutDashboardCommand.js +2 -14
- package/dist-es/commands/PutInsightRuleCommand.js +2 -14
- package/dist-es/commands/PutLogAlarmCommand.js +2 -14
- package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -14
- package/dist-es/commands/PutMetricAlarmCommand.js +2 -14
- package/dist-es/commands/PutMetricDataCommand.js +2 -20
- package/dist-es/commands/PutMetricStreamCommand.js +2 -14
- package/dist-es/commands/SetAlarmStateCommand.js +2 -14
- package/dist-es/commands/StartMetricStreamsCommand.js +2 -14
- package/dist-es/commands/StartOTelEnrichmentCommand.js +2 -14
- package/dist-es/commands/StopMetricStreamsCommand.js +2 -14
- package/dist-es/commands/StopOTelEnrichmentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +22 -4
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/AssociateDatasetKmsKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAlarmMuteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +9 -8
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +9 -8
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +3 -8
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateDatasetKmsKeyCommand.d.ts +3 -8
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +3 -8
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetAlarmMuteRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
- package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricDataCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricStreamCommand.d.ts +3 -8
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +3 -8
- package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/ListAlarmMuteRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +3 -8
- package/dist-types/commands/ListMetricsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +3 -8
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +3 -8
- package/dist-types/commands/PutDashboardCommand.d.ts +3 -8
- package/dist-types/commands/PutInsightRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutLogAlarmCommand.d.ts +3 -8
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +3 -8
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +9 -8
- package/dist-types/commands/PutMetricDataCommand.d.ts +3 -8
- package/dist-types/commands/PutMetricStreamCommand.d.ts +3 -8
- package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -8
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +3 -8
- package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +3 -8
- package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +116 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/AssociateDatasetKmsKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateDatasetKmsKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLogAlarmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +10 -12
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { getCompressionPlugin } from "@smithy/middleware-compression";
|
|
4
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
5
|
+
export const command = makeBuilder(commonParams, "GraniteServiceVersion20100801", "CloudWatchClient", getEndpointPlugin);
|
|
6
|
+
export const _ep0 = {};
|
|
7
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
8
|
+
export const _mw1 = (Command, cs, config, o) => [
|
|
9
|
+
getCompressionPlugin(config, {
|
|
10
|
+
encodings: ["gzip"],
|
|
11
|
+
}),
|
|
12
|
+
];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateDatasetKmsKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateDatasetKmsKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "AssociateDatasetKmsKey", {})
|
|
13
|
-
.n("CloudWatchClient", "AssociateDatasetKmsKeyCommand")
|
|
14
|
-
.sc(AssociateDatasetKmsKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateDatasetKmsKeyCommand extends command(_ep0, _mw0, "AssociateDatasetKmsKey", AssociateDatasetKmsKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAlarmMuteRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAlarmMuteRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DeleteAlarmMuteRule", {})
|
|
13
|
-
.n("CloudWatchClient", "DeleteAlarmMuteRuleCommand")
|
|
14
|
-
.sc(DeleteAlarmMuteRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAlarmMuteRuleCommand extends command(_ep0, _mw0, "DeleteAlarmMuteRule", DeleteAlarmMuteRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAlarms$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAlarmsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DeleteAlarms", {})
|
|
13
|
-
.n("CloudWatchClient", "DeleteAlarmsCommand")
|
|
14
|
-
.sc(DeleteAlarms$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAlarmsCommand extends command(_ep0, _mw0, "DeleteAlarms", DeleteAlarms$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAnomalyDetector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAnomalyDetectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DeleteAnomalyDetector", {})
|
|
13
|
-
.n("CloudWatchClient", "DeleteAnomalyDetectorCommand")
|
|
14
|
-
.sc(DeleteAnomalyDetector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAnomalyDetectorCommand extends command(_ep0, _mw0, "DeleteAnomalyDetector", DeleteAnomalyDetector$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDashboards$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDashboardsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DeleteDashboards", {})
|
|
13
|
-
.n("CloudWatchClient", "DeleteDashboardsCommand")
|
|
14
|
-
.sc(DeleteDashboards$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDashboardsCommand extends command(_ep0, _mw0, "DeleteDashboards", DeleteDashboards$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteInsightRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteInsightRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DeleteInsightRules", {})
|
|
13
|
-
.n("CloudWatchClient", "DeleteInsightRulesCommand")
|
|
14
|
-
.sc(DeleteInsightRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteInsightRulesCommand extends command(_ep0, _mw0, "DeleteInsightRules", DeleteInsightRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMetricStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMetricStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DeleteMetricStream", {})
|
|
13
|
-
.n("CloudWatchClient", "DeleteMetricStreamCommand")
|
|
14
|
-
.sc(DeleteMetricStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMetricStreamCommand extends command(_ep0, _mw0, "DeleteMetricStream", DeleteMetricStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAlarmContributors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAlarmContributorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DescribeAlarmContributors", {})
|
|
13
|
-
.n("CloudWatchClient", "DescribeAlarmContributorsCommand")
|
|
14
|
-
.sc(DescribeAlarmContributors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAlarmContributorsCommand extends command(_ep0, _mw0, "DescribeAlarmContributors", DescribeAlarmContributors$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAlarmHistory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAlarmHistoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DescribeAlarmHistory", {})
|
|
13
|
-
.n("CloudWatchClient", "DescribeAlarmHistoryCommand")
|
|
14
|
-
.sc(DescribeAlarmHistory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAlarmHistoryCommand extends command(_ep0, _mw0, "DescribeAlarmHistory", DescribeAlarmHistory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAlarms$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAlarmsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DescribeAlarms", {})
|
|
13
|
-
.n("CloudWatchClient", "DescribeAlarmsCommand")
|
|
14
|
-
.sc(DescribeAlarms$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAlarmsCommand extends command(_ep0, _mw0, "DescribeAlarms", DescribeAlarms$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAlarmsForMetric$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAlarmsForMetricCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DescribeAlarmsForMetric", {})
|
|
13
|
-
.n("CloudWatchClient", "DescribeAlarmsForMetricCommand")
|
|
14
|
-
.sc(DescribeAlarmsForMetric$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAlarmsForMetricCommand extends command(_ep0, _mw0, "DescribeAlarmsForMetric", DescribeAlarmsForMetric$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAnomalyDetectors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAnomalyDetectorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DescribeAnomalyDetectors", {})
|
|
13
|
-
.n("CloudWatchClient", "DescribeAnomalyDetectorsCommand")
|
|
14
|
-
.sc(DescribeAnomalyDetectors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAnomalyDetectorsCommand extends command(_ep0, _mw0, "DescribeAnomalyDetectors", DescribeAnomalyDetectors$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeInsightRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeInsightRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DescribeInsightRules", {})
|
|
13
|
-
.n("CloudWatchClient", "DescribeInsightRulesCommand")
|
|
14
|
-
.sc(DescribeInsightRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeInsightRulesCommand extends command(_ep0, _mw0, "DescribeInsightRules", DescribeInsightRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisableAlarmActions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableAlarmActionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DisableAlarmActions", {})
|
|
13
|
-
.n("CloudWatchClient", "DisableAlarmActionsCommand")
|
|
14
|
-
.sc(DisableAlarmActions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableAlarmActionsCommand extends command(_ep0, _mw0, "DisableAlarmActions", DisableAlarmActions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisableInsightRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableInsightRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DisableInsightRules", {})
|
|
13
|
-
.n("CloudWatchClient", "DisableInsightRulesCommand")
|
|
14
|
-
.sc(DisableInsightRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableInsightRulesCommand extends command(_ep0, _mw0, "DisableInsightRules", DisableInsightRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateDatasetKmsKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateDatasetKmsKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "DisassociateDatasetKmsKey", {})
|
|
13
|
-
.n("CloudWatchClient", "DisassociateDatasetKmsKeyCommand")
|
|
14
|
-
.sc(DisassociateDatasetKmsKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateDatasetKmsKeyCommand extends command(_ep0, _mw0, "DisassociateDatasetKmsKey", DisassociateDatasetKmsKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableAlarmActions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableAlarmActionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "EnableAlarmActions", {})
|
|
13
|
-
.n("CloudWatchClient", "EnableAlarmActionsCommand")
|
|
14
|
-
.sc(EnableAlarmActions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableAlarmActionsCommand extends command(_ep0, _mw0, "EnableAlarmActions", EnableAlarmActions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableInsightRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableInsightRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "EnableInsightRules", {})
|
|
13
|
-
.n("CloudWatchClient", "EnableInsightRulesCommand")
|
|
14
|
-
.sc(EnableInsightRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableInsightRulesCommand extends command(_ep0, _mw0, "EnableInsightRules", EnableInsightRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAlarmMuteRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAlarmMuteRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetAlarmMuteRule", {})
|
|
13
|
-
.n("CloudWatchClient", "GetAlarmMuteRuleCommand")
|
|
14
|
-
.sc(GetAlarmMuteRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAlarmMuteRuleCommand extends command(_ep0, _mw0, "GetAlarmMuteRule", GetAlarmMuteRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDashboard$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDashboardCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetDashboard", {})
|
|
13
|
-
.n("CloudWatchClient", "GetDashboardCommand")
|
|
14
|
-
.sc(GetDashboard$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDashboardCommand extends command(_ep0, _mw0, "GetDashboard", GetDashboard$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetDataset", {})
|
|
13
|
-
.n("CloudWatchClient", "GetDatasetCommand")
|
|
14
|
-
.sc(GetDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDatasetCommand extends command(_ep0, _mw0, "GetDataset", GetDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetInsightRuleReport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInsightRuleReportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetInsightRuleReport", {})
|
|
13
|
-
.n("CloudWatchClient", "GetInsightRuleReportCommand")
|
|
14
|
-
.sc(GetInsightRuleReport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInsightRuleReportCommand extends command(_ep0, _mw0, "GetInsightRuleReport", GetInsightRuleReport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMetricData$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMetricDataCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetMetricData", {})
|
|
13
|
-
.n("CloudWatchClient", "GetMetricDataCommand")
|
|
14
|
-
.sc(GetMetricData$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMetricDataCommand extends command(_ep0, _mw0, "GetMetricData", GetMetricData$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMetricStatistics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMetricStatisticsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetMetricStatistics", {})
|
|
13
|
-
.n("CloudWatchClient", "GetMetricStatisticsCommand")
|
|
14
|
-
.sc(GetMetricStatistics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMetricStatisticsCommand extends command(_ep0, _mw0, "GetMetricStatistics", GetMetricStatistics$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMetricStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMetricStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetMetricStream", {})
|
|
13
|
-
.n("CloudWatchClient", "GetMetricStreamCommand")
|
|
14
|
-
.sc(GetMetricStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMetricStreamCommand extends command(_ep0, _mw0, "GetMetricStream", GetMetricStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMetricWidgetImage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMetricWidgetImageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetMetricWidgetImage", {})
|
|
13
|
-
.n("CloudWatchClient", "GetMetricWidgetImageCommand")
|
|
14
|
-
.sc(GetMetricWidgetImage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMetricWidgetImageCommand extends command(_ep0, _mw0, "GetMetricWidgetImage", GetMetricWidgetImage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOTelEnrichment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOTelEnrichmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "GetOTelEnrichment", {})
|
|
13
|
-
.n("CloudWatchClient", "GetOTelEnrichmentCommand")
|
|
14
|
-
.sc(GetOTelEnrichment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOTelEnrichmentCommand extends command(_ep0, _mw0, "GetOTelEnrichment", GetOTelEnrichment$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAlarmMuteRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAlarmMuteRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "ListAlarmMuteRules", {})
|
|
13
|
-
.n("CloudWatchClient", "ListAlarmMuteRulesCommand")
|
|
14
|
-
.sc(ListAlarmMuteRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAlarmMuteRulesCommand extends command(_ep0, _mw0, "ListAlarmMuteRules", ListAlarmMuteRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDashboards$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDashboardsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "ListDashboards", {})
|
|
13
|
-
.n("CloudWatchClient", "ListDashboardsCommand")
|
|
14
|
-
.sc(ListDashboards$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDashboardsCommand extends command(_ep0, _mw0, "ListDashboards", ListDashboards$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListManagedInsightRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListManagedInsightRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "ListManagedInsightRules", {})
|
|
13
|
-
.n("CloudWatchClient", "ListManagedInsightRulesCommand")
|
|
14
|
-
.sc(ListManagedInsightRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListManagedInsightRulesCommand extends command(_ep0, _mw0, "ListManagedInsightRules", ListManagedInsightRules$) {
|
|
16
4
|
}
|