@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
|
@@ -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 { ListMetricStreams$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMetricStreamsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "ListMetricStreams", {})
|
|
13
|
-
.n("CloudWatchClient", "ListMetricStreamsCommand")
|
|
14
|
-
.sc(ListMetricStreams$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMetricStreamsCommand extends command(_ep0, _mw0, "ListMetricStreams", ListMetricStreams$) {
|
|
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 { ListMetrics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMetricsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "ListMetrics", {})
|
|
13
|
-
.n("CloudWatchClient", "ListMetricsCommand")
|
|
14
|
-
.sc(ListMetrics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMetricsCommand extends command(_ep0, _mw0, "ListMetrics", ListMetrics$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "ListTagsForResource", {})
|
|
13
|
-
.n("CloudWatchClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { PutAlarmMuteRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAlarmMuteRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutAlarmMuteRule", {})
|
|
13
|
-
.n("CloudWatchClient", "PutAlarmMuteRuleCommand")
|
|
14
|
-
.sc(PutAlarmMuteRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAlarmMuteRuleCommand extends command(_ep0, _mw0, "PutAlarmMuteRule", PutAlarmMuteRule$) {
|
|
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 { PutAnomalyDetector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAnomalyDetectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutAnomalyDetector", {})
|
|
13
|
-
.n("CloudWatchClient", "PutAnomalyDetectorCommand")
|
|
14
|
-
.sc(PutAnomalyDetector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutAnomalyDetectorCommand extends command(_ep0, _mw0, "PutAnomalyDetector", PutAnomalyDetector$) {
|
|
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 { PutCompositeAlarm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutCompositeAlarmCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutCompositeAlarm", {})
|
|
13
|
-
.n("CloudWatchClient", "PutCompositeAlarmCommand")
|
|
14
|
-
.sc(PutCompositeAlarm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutCompositeAlarmCommand extends command(_ep0, _mw0, "PutCompositeAlarm", PutCompositeAlarm$) {
|
|
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 { PutDashboard$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutDashboardCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutDashboard", {})
|
|
13
|
-
.n("CloudWatchClient", "PutDashboardCommand")
|
|
14
|
-
.sc(PutDashboard$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutDashboardCommand extends command(_ep0, _mw0, "PutDashboard", PutDashboard$) {
|
|
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 { PutInsightRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutInsightRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutInsightRule", {})
|
|
13
|
-
.n("CloudWatchClient", "PutInsightRuleCommand")
|
|
14
|
-
.sc(PutInsightRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutInsightRuleCommand extends command(_ep0, _mw0, "PutInsightRule", PutInsightRule$) {
|
|
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 { PutLogAlarm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutLogAlarmCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutLogAlarm", {})
|
|
13
|
-
.n("CloudWatchClient", "PutLogAlarmCommand")
|
|
14
|
-
.sc(PutLogAlarm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutLogAlarmCommand extends command(_ep0, _mw0, "PutLogAlarm", PutLogAlarm$) {
|
|
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 { PutManagedInsightRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutManagedInsightRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutManagedInsightRules", {})
|
|
13
|
-
.n("CloudWatchClient", "PutManagedInsightRulesCommand")
|
|
14
|
-
.sc(PutManagedInsightRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutManagedInsightRulesCommand extends command(_ep0, _mw0, "PutManagedInsightRules", PutManagedInsightRules$) {
|
|
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 { PutMetricAlarm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutMetricAlarmCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutMetricAlarm", {})
|
|
13
|
-
.n("CloudWatchClient", "PutMetricAlarmCommand")
|
|
14
|
-
.sc(PutMetricAlarm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutMetricAlarmCommand extends command(_ep0, _mw0, "PutMetricAlarm", PutMetricAlarm$) {
|
|
16
4
|
}
|
|
@@ -1,22 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { getCompressionPlugin } from "@smithy/middleware-compression";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
5
2
|
import { PutMetricData$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class PutMetricDataCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getCompressionPlugin(config, {
|
|
14
|
-
'encodings': ['gzip'],
|
|
15
|
-
}),
|
|
16
|
-
];
|
|
17
|
-
})
|
|
18
|
-
.s("GraniteServiceVersion20100801", "PutMetricData", {})
|
|
19
|
-
.n("CloudWatchClient", "PutMetricDataCommand")
|
|
20
|
-
.sc(PutMetricData$)
|
|
21
|
-
.build() {
|
|
3
|
+
export class PutMetricDataCommand extends command(_ep0, _mw1, "PutMetricData", PutMetricData$) {
|
|
22
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 { PutMetricStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutMetricStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "PutMetricStream", {})
|
|
13
|
-
.n("CloudWatchClient", "PutMetricStreamCommand")
|
|
14
|
-
.sc(PutMetricStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutMetricStreamCommand extends command(_ep0, _mw0, "PutMetricStream", PutMetricStream$) {
|
|
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 { SetAlarmState$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetAlarmStateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "SetAlarmState", {})
|
|
13
|
-
.n("CloudWatchClient", "SetAlarmStateCommand")
|
|
14
|
-
.sc(SetAlarmState$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetAlarmStateCommand extends command(_ep0, _mw0, "SetAlarmState", SetAlarmState$) {
|
|
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 { StartMetricStreams$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartMetricStreamsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "StartMetricStreams", {})
|
|
13
|
-
.n("CloudWatchClient", "StartMetricStreamsCommand")
|
|
14
|
-
.sc(StartMetricStreams$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartMetricStreamsCommand extends command(_ep0, _mw0, "StartMetricStreams", StartMetricStreams$) {
|
|
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 { StartOTelEnrichment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartOTelEnrichmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "StartOTelEnrichment", {})
|
|
13
|
-
.n("CloudWatchClient", "StartOTelEnrichmentCommand")
|
|
14
|
-
.sc(StartOTelEnrichment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartOTelEnrichmentCommand extends command(_ep0, _mw0, "StartOTelEnrichment", StartOTelEnrichment$) {
|
|
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 { StopMetricStreams$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopMetricStreamsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "StopMetricStreams", {})
|
|
13
|
-
.n("CloudWatchClient", "StopMetricStreamsCommand")
|
|
14
|
-
.sc(StopMetricStreams$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopMetricStreamsCommand extends command(_ep0, _mw0, "StopMetricStreams", StopMetricStreams$) {
|
|
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 { StopOTelEnrichment$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopOTelEnrichmentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "StopOTelEnrichment", {})
|
|
13
|
-
.n("CloudWatchClient", "StopOTelEnrichmentCommand")
|
|
14
|
-
.sc(StopOTelEnrichment$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopOTelEnrichmentCommand extends command(_ep0, _mw0, "StopOTelEnrichment", StopOTelEnrichment$) {
|
|
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 { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "TagResource", {})
|
|
13
|
-
.n("CloudWatchClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
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 { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("GraniteServiceVersion20100801", "UntagResource", {})
|
|
13
|
-
.n("CloudWatchClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -26,7 +25,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
25
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
27
26
|
requestMinCompressionSizeBytes: config?.requestMinCompressionSizeBytes ?? DEFAULT_NODE_REQUEST_MIN_COMPRESSION_SIZE_BYTES,
|
|
28
27
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
29
|
-
sha256: config?.sha256 ?? Sha256,
|
|
30
28
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
31
29
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
32
30
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NODE_DISABLE_REQUEST_COMPRESSION_CONFIG_OPTIONS, NODE_REQUEST_MIN_COMPRESSION_SIZE_BYTES_CONFIG_OPTIONS, } from "@smithy/middleware-compression";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
@@ -38,7 +38,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
38
38
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
39
39
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
40
40
|
}, config),
|
|
41
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
42
41
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
43
42
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
44
43
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -33,6 +34,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
33
34
|
awsQueryCompatible: true,
|
|
34
35
|
},
|
|
35
36
|
serviceId: config?.serviceId ?? "CloudWatch",
|
|
37
|
+
sha256: config?.sha256 ?? Sha256,
|
|
36
38
|
urlParser: config?.urlParser ?? parseUrl,
|
|
37
39
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
38
40
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -150,6 +150,7 @@ const _ET = "EndTime";
|
|
|
150
150
|
const _ETO = "EndTimeOffset";
|
|
151
151
|
const _ETR = "ExcludedTimeRanges";
|
|
152
152
|
const _ETx = "ExceptionType";
|
|
153
|
+
const _EW = "EvaluationWindow";
|
|
153
154
|
const _En = "Entries";
|
|
154
155
|
const _Ex = "Expression";
|
|
155
156
|
const _F = "Failures";
|
|
@@ -385,6 +386,7 @@ const _STT = "StateTransitionedTimestamp";
|
|
|
385
386
|
const _SUT = "StateUpdatedTimestamp";
|
|
386
387
|
const _SV = "StateValue";
|
|
387
388
|
const _SVt = "StatisticValues";
|
|
389
|
+
const _SW = "SlidingWindow";
|
|
388
390
|
const _Sc = "Schema";
|
|
389
391
|
const _Sch = "Schedule";
|
|
390
392
|
const _Si = "Size";
|
|
@@ -415,6 +417,7 @@ const _URI = "UntagResourceInput";
|
|
|
415
417
|
const _URO = "UntagResourceOutput";
|
|
416
418
|
const _V = "Value";
|
|
417
419
|
const _Va = "Values";
|
|
420
|
+
const _WCW = "WallClockWindow";
|
|
418
421
|
const _aQE = "awsQueryError";
|
|
419
422
|
const _c = "client";
|
|
420
423
|
const _dVM = "dashboardValidationMessages";
|
|
@@ -980,8 +983,8 @@ export var Metric$ = [3, n0, _Met,
|
|
|
980
983
|
];
|
|
981
984
|
export var MetricAlarm$ = [3, n0, _MAe,
|
|
982
985
|
0,
|
|
983
|
-
[_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _TMI, _ESv, _STT, _EC, _EI],
|
|
984
|
-
[0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, 0, 0, 4, () => EvaluationCriteria$, 1]
|
|
986
|
+
[_AN, _AAl, _ADl, _ACUT, _AE, _OKA, _AA, _IDA, _SV, _SR, _SRD, _SUT, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _TMI, _ESv, _STT, _EW, _EC, _EI],
|
|
987
|
+
[0, 0, 0, 4, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, 0, 0, 4, () => EvaluationWindow$, () => EvaluationCriteria$, 1]
|
|
985
988
|
];
|
|
986
989
|
export var MetricCharacteristics$ = [3, n0, _MC,
|
|
987
990
|
0,
|
|
@@ -1100,8 +1103,8 @@ export var PutManagedInsightRulesOutput$ = [3, n0, _PMIRO,
|
|
|
1100
1103
|
];
|
|
1101
1104
|
export var PutMetricAlarmInput$ = [3, n0, _PMAI,
|
|
1102
1105
|
0,
|
|
1103
|
-
[_AN, _ADl, _AE, _OKA, _AA, _IDA, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _Ta, _TMI, _EC, _EI],
|
|
1104
|
-
[0, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, () => TagList, 0, () => EvaluationCriteria$, 1], 1
|
|
1106
|
+
[_AN, _ADl, _AE, _OKA, _AA, _IDA, _MN, _N, _Sta, _ESx, _D, _P, _U, _EP, _DTA, _Th, _CO, _TMD, _ELSCP, _Me, _Ta, _TMI, _EW, _EC, _EI],
|
|
1107
|
+
[0, 0, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Dimensions, 1, 0, 1, 1, 1, 0, 0, 0, () => MetricDataQueries, () => TagList, 0, () => EvaluationWindow$, () => EvaluationCriteria$, 1], 1
|
|
1105
1108
|
];
|
|
1106
1109
|
export var PutMetricDataInput$ = [3, n0, _PMDI,
|
|
1107
1110
|
0,
|
|
@@ -1153,6 +1156,11 @@ export var SingleMetricAnomalyDetector$ = [3, n0, _SMAD,
|
|
|
1153
1156
|
[_AI, _N, _MN, _D, _St],
|
|
1154
1157
|
[0, 0, 0, () => Dimensions, 0]
|
|
1155
1158
|
];
|
|
1159
|
+
export var SlidingWindow$ = [3, n0, _SW,
|
|
1160
|
+
0,
|
|
1161
|
+
[],
|
|
1162
|
+
[]
|
|
1163
|
+
];
|
|
1156
1164
|
export var StartMetricStreamsInput$ = [3, n0, _SMSI,
|
|
1157
1165
|
0,
|
|
1158
1166
|
[_Nam],
|
|
@@ -1223,6 +1231,11 @@ export var UntagResourceOutput$ = [3, n0, _URO,
|
|
|
1223
1231
|
[],
|
|
1224
1232
|
[]
|
|
1225
1233
|
];
|
|
1234
|
+
export var WallClockWindow$ = [3, n0, _WCW,
|
|
1235
|
+
0,
|
|
1236
|
+
[_Ti],
|
|
1237
|
+
[0]
|
|
1238
|
+
];
|
|
1226
1239
|
var __Unit = "unit";
|
|
1227
1240
|
var AlarmContributors = [1, n0, _ACl,
|
|
1228
1241
|
0, () => AlarmContributor$
|
|
@@ -1349,6 +1362,11 @@ export var EvaluationCriteria$ = [4, n0, _EC,
|
|
|
1349
1362
|
[_PQLC],
|
|
1350
1363
|
[() => AlarmPromQLCriteria$]
|
|
1351
1364
|
];
|
|
1365
|
+
export var EvaluationWindow$ = [4, n0, _EW,
|
|
1366
|
+
0,
|
|
1367
|
+
[_WCW, _SW],
|
|
1368
|
+
[() => WallClockWindow$, () => SlidingWindow$]
|
|
1369
|
+
];
|
|
1352
1370
|
export var AssociateDatasetKmsKey$ = [9, n0, _ADKK,
|
|
1353
1371
|
0, () => AssociateDatasetKmsKeyInput$, () => AssociateDatasetKmsKeyOutput$
|
|
1354
1372
|
];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CloudWatchClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
export declare const _mw1: (Command: any, cs: any, config: any, o: any) => import("@smithy/types").Pluggable<any, any>[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
2
|
import type { AssociateDatasetKmsKeyInput, AssociateDatasetKmsKeyOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateDatasetKmsKeyCommandInput extends AssociateDatasetKmsK
|
|
|
22
19
|
export interface AssociateDatasetKmsKeyCommandOutput extends AssociateDatasetKmsKeyOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateDatasetKmsKeyCommand_base: {
|
|
25
|
-
new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateDatasetKmsKeyCommandInput): import("@smithy/core/client").CommandImpl<AssociateDatasetKmsKeyCommandInput, AssociateDatasetKmsKeyCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates an Amazon Web Services Key Management Service (Amazon Web Services KMS)
|