@aws-sdk/client-cloudwatch 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +130 -132
- package/dist-cjs/models/CloudWatchServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CloudWatch.js +1 -1
- package/dist-es/CloudWatchClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/DeleteAlarmMuteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteAlarmsCommand.js +2 -2
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +2 -2
- package/dist-es/commands/DeleteDashboardsCommand.js +2 -2
- package/dist-es/commands/DeleteInsightRulesCommand.js +2 -2
- package/dist-es/commands/DeleteMetricStreamCommand.js +2 -2
- package/dist-es/commands/DescribeAlarmContributorsCommand.js +2 -2
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +2 -2
- package/dist-es/commands/DescribeAlarmsCommand.js +2 -2
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +2 -2
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +2 -2
- package/dist-es/commands/DescribeInsightRulesCommand.js +2 -2
- package/dist-es/commands/DisableAlarmActionsCommand.js +2 -2
- package/dist-es/commands/DisableInsightRulesCommand.js +2 -2
- package/dist-es/commands/EnableAlarmActionsCommand.js +2 -2
- package/dist-es/commands/EnableInsightRulesCommand.js +2 -2
- package/dist-es/commands/GetAlarmMuteRuleCommand.js +2 -2
- package/dist-es/commands/GetDashboardCommand.js +2 -2
- package/dist-es/commands/GetInsightRuleReportCommand.js +2 -2
- package/dist-es/commands/GetMetricDataCommand.js +2 -2
- package/dist-es/commands/GetMetricStatisticsCommand.js +2 -2
- package/dist-es/commands/GetMetricStreamCommand.js +2 -2
- package/dist-es/commands/GetMetricWidgetImageCommand.js +2 -2
- package/dist-es/commands/GetOTelEnrichmentCommand.js +2 -2
- package/dist-es/commands/ListAlarmMuteRulesCommand.js +2 -2
- package/dist-es/commands/ListDashboardsCommand.js +2 -2
- package/dist-es/commands/ListManagedInsightRulesCommand.js +2 -2
- package/dist-es/commands/ListMetricStreamsCommand.js +2 -2
- package/dist-es/commands/ListMetricsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAlarmMuteRuleCommand.js +2 -2
- package/dist-es/commands/PutAnomalyDetectorCommand.js +2 -2
- package/dist-es/commands/PutCompositeAlarmCommand.js +2 -2
- package/dist-es/commands/PutDashboardCommand.js +2 -2
- package/dist-es/commands/PutInsightRuleCommand.js +2 -2
- package/dist-es/commands/PutManagedInsightRulesCommand.js +2 -2
- package/dist-es/commands/PutMetricAlarmCommand.js +2 -2
- package/dist-es/commands/PutMetricDataCommand.js +2 -2
- package/dist-es/commands/PutMetricStreamCommand.js +2 -2
- package/dist-es/commands/SetAlarmStateCommand.js +2 -2
- package/dist-es/commands/StartMetricStreamsCommand.js +2 -2
- package/dist-es/commands/StartOTelEnrichmentCommand.js +2 -2
- package/dist-es/commands/StopMetricStreamsCommand.js +2 -2
- package/dist-es/commands/StopOTelEnrichmentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudWatchServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForAlarmExists.js +1 -1
- package/dist-es/waiters/waitForAlarmMuteRuleExists.js +1 -1
- package/dist-es/waiters/waitForCompositeAlarmExists.js +1 -1
- package/dist-types/CloudWatch.d.ts +1 -1
- package/dist-types/CloudWatchClient.d.ts +5 -5
- package/dist-types/commands/DeleteAlarmMuteRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAlarmContributorsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +6 -4
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +6 -4
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +6 -4
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +6 -4
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +6 -4
- package/dist-types/commands/GetAlarmMuteRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetDashboardCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +6 -4
- package/dist-types/commands/GetMetricDataCommand.d.ts +6 -4
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetMetricStreamCommand.d.ts +6 -4
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +6 -4
- package/dist-types/commands/GetOTelEnrichmentCommand.d.ts +6 -4
- package/dist-types/commands/ListAlarmMuteRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +6 -4
- package/dist-types/commands/ListMetricsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutAlarmMuteRuleCommand.d.ts +6 -4
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +6 -4
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +6 -4
- package/dist-types/commands/PutDashboardCommand.d.ts +6 -4
- package/dist-types/commands/PutInsightRuleCommand.d.ts +6 -4
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +6 -4
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +6 -4
- package/dist-types/commands/PutMetricDataCommand.d.ts +6 -4
- package/dist-types/commands/PutMetricStreamCommand.d.ts +6 -4
- package/dist-types/commands/SetAlarmStateCommand.d.ts +6 -4
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +6 -4
- package/dist-types/commands/StartOTelEnrichmentCommand.d.ts +6 -4
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +6 -4
- package/dist-types/commands/StopOTelEnrichmentCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudWatchServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudWatch.d.ts +1 -1
- package/dist-types/ts3.4/CloudWatchClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/DeleteAlarmMuteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAlarmContributorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAlarmMuteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOTelEnrichmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAlarmMuteRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAlarmMuteRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartOTelEnrichmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopOTelEnrichmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAlarmMuteRuleExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +1 -1
- package/dist-types/waiters/waitForAlarmExists.d.ts +1 -1
- package/dist-types/waiters/waitForAlarmMuteRuleExists.d.ts +1 -1
- package/dist-types/waiters/waitForCompositeAlarmExists.d.ts +1 -1
- package/package.json +15 -37
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { GetDashboardInput, GetDashboardOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDashboardCommandInput extends GetDashboardInput {
|
|
|
22
22
|
export interface GetDashboardCommandOutput extends GetDashboardOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDashboardCommand_base: {
|
|
25
|
-
new (input: GetDashboardCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDashboardCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Displays the details of the dashboard that you specify.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetInsightRuleReportCommandInput extends GetInsightRuleReportIn
|
|
|
22
22
|
export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetInsightRuleReportCommand_base: {
|
|
25
|
-
new (input: GetInsightRuleReportCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetInsightRuleReportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetInsightRuleReportCommandInput): import("@smithy/core/client").CommandImpl<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetInsightRuleReportCommandInput): import("@smithy/core/client").CommandImpl<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns the time series data collected by a Contributor Insights rule.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMetricDataCommandInput extends GetMetricDataInput {
|
|
|
22
22
|
export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMetricDataCommand_base: {
|
|
25
|
-
new (input: GetMetricDataCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMetricDataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMetricDataCommandInput): import("@smithy/core/client").CommandImpl<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMetricDataCommandInput): import("@smithy/core/client").CommandImpl<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>You can use the <code>GetMetricData</code> API to retrieve CloudWatch metric
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMetricStatisticsCommandInput extends GetMetricStatisticsInpu
|
|
|
22
22
|
export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMetricStatisticsCommand_base: {
|
|
25
|
-
new (input: GetMetricStatisticsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMetricStatisticsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMetricStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMetricStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets statistics for the specified metric.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMetricStreamCommandInput extends GetMetricStreamInput {
|
|
|
22
22
|
export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMetricStreamCommand_base: {
|
|
25
|
-
new (input: GetMetricStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMetricStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about the metric stream that you specify.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMetricWidgetImageCommandInput extends GetMetricWidgetImageIn
|
|
|
22
22
|
export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMetricWidgetImageCommand_base: {
|
|
25
|
-
new (input: GetMetricWidgetImageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMetricWidgetImageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMetricWidgetImageCommandInput): import("@smithy/core/client").CommandImpl<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMetricWidgetImageCommandInput): import("@smithy/core/client").CommandImpl<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>You can use the <code>GetMetricWidgetImage</code> API to retrieve a snapshot graph
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { GetOTelEnrichmentInput, GetOTelEnrichmentOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetOTelEnrichmentCommandInput extends GetOTelEnrichmentInput {
|
|
|
22
22
|
export interface GetOTelEnrichmentCommandOutput extends GetOTelEnrichmentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOTelEnrichmentCommand_base: {
|
|
25
|
-
new (input: GetOTelEnrichmentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetOTelEnrichmentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOTelEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<GetOTelEnrichmentCommandInput, GetOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetOTelEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<GetOTelEnrichmentCommandInput, GetOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the current status of vended metric enrichment for the account, including
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { ListAlarmMuteRulesInput, ListAlarmMuteRulesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAlarmMuteRulesCommandInput extends ListAlarmMuteRulesInput
|
|
|
22
22
|
export interface ListAlarmMuteRulesCommandOutput extends ListAlarmMuteRulesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAlarmMuteRulesCommand_base: {
|
|
25
|
-
new (input: ListAlarmMuteRulesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAlarmMuteRulesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAlarmMuteRulesCommandInput): import("@smithy/core/client").CommandImpl<ListAlarmMuteRulesCommandInput, ListAlarmMuteRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAlarmMuteRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListAlarmMuteRulesCommandInput, ListAlarmMuteRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists alarm mute rules in your Amazon Web Services account and region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDashboardsCommandInput extends ListDashboardsInput {
|
|
|
22
22
|
export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDashboardsCommand_base: {
|
|
25
|
-
new (input: ListDashboardsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDashboardsCommandInput): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the dashboards for your account. If you include
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListManagedInsightRulesCommandInput extends ListManagedInsightR
|
|
|
22
22
|
export interface ListManagedInsightRulesCommandOutput extends ListManagedInsightRulesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListManagedInsightRulesCommand_base: {
|
|
25
|
-
new (input: ListManagedInsightRulesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListManagedInsightRulesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Returns a list that contains the number of managed Contributor Insights rules in your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {
|
|
|
22
22
|
export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMetricStreamsCommand_base: {
|
|
25
|
-
new (input: ListMetricStreamsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListMetricStreamsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMetricStreamsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of metric streams in this account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListMetricsCommandInput extends ListMetricsInput {
|
|
|
22
22
|
export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMetricsCommand_base: {
|
|
25
|
-
new (input: ListMetricsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListMetricsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMetricsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMetricsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the specified metrics. You can use the returned metrics with <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html">GetMetricData</a> or <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricStatistics.html">GetMetricStatistics</a> to get statistical data.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Displays the tags associated with a CloudWatch resource. Currently, alarms,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutAlarmMuteRuleInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutAlarmMuteRuleCommandInput extends PutAlarmMuteRuleInput {
|
|
|
22
22
|
export interface PutAlarmMuteRuleCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAlarmMuteRuleCommand_base: {
|
|
25
|
-
new (input: PutAlarmMuteRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutAlarmMuteRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<PutAlarmMuteRuleCommandInput, PutAlarmMuteRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<PutAlarmMuteRuleCommandInput, PutAlarmMuteRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates an alarm mute rule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorInput
|
|
|
22
22
|
export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAnomalyDetectorCommand_base: {
|
|
25
|
-
new (input: PutAnomalyDetectorCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [PutAnomalyDetectorCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [PutAnomalyDetectorCommandInput]): import("@smithy/core/client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an anomaly detection model for a CloudWatch metric. You can use the model to
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutCompositeAlarmInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {
|
|
|
22
22
|
export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutCompositeAlarmCommand_base: {
|
|
25
|
-
new (input: PutCompositeAlarmCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutCompositeAlarmCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutCompositeAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutCompositeAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates a <i>composite alarm</i>. When you create a composite
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutDashboardCommandInput extends PutDashboardInput {
|
|
|
22
22
|
export interface PutDashboardCommandOutput extends PutDashboardOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutDashboardCommand_base: {
|
|
25
|
-
new (input: PutDashboardCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutDashboardCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutDashboardCommandInput): import("@smithy/core/client").CommandImpl<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutDashboardCommandInput): import("@smithy/core/client").CommandImpl<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a dashboard if it does not already exist, or updates an existing dashboard.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutInsightRuleCommandInput extends PutInsightRuleInput {
|
|
|
22
22
|
export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutInsightRuleCommand_base: {
|
|
25
|
-
new (input: PutInsightRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutInsightRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutInsightRuleCommandInput): import("@smithy/core/client").CommandImpl<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutInsightRuleCommandInput): import("@smithy/core/client").CommandImpl<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a Contributor Insights rule. Rules evaluate log events in a CloudWatch Logs
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutManagedInsightRulesCommandInput extends PutManagedInsightRul
|
|
|
22
22
|
export interface PutManagedInsightRulesCommandOutput extends PutManagedInsightRulesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutManagedInsightRulesCommand_base: {
|
|
25
|
-
new (input: PutManagedInsightRulesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutManagedInsightRulesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Creates a managed Contributor Insights rule for a specified Amazon Web Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutMetricAlarmInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {
|
|
|
22
22
|
export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutMetricAlarmCommand_base: {
|
|
25
|
-
new (input: PutMetricAlarmCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutMetricAlarmCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutMetricAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutMetricAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates an alarm and associates it with the specified metric, metric
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutMetricDataInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutMetricDataCommandInput extends PutMetricDataInput {
|
|
|
22
22
|
export interface PutMetricDataCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutMetricDataCommand_base: {
|
|
25
|
-
new (input: PutMetricDataCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutMetricDataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutMetricDataCommandInput): import("@smithy/core/client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutMetricDataCommandInput): import("@smithy/core/client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Publishes metric data to Amazon CloudWatch. CloudWatch associates the data with the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutMetricStreamCommandInput extends PutMetricStreamInput {
|
|
|
22
22
|
export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutMetricStreamCommand_base: {
|
|
25
|
-
new (input: PutMetricStreamCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutMetricStreamCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates a metric stream. Metric streams can automatically stream CloudWatch
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { SetAlarmStateInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SetAlarmStateCommandInput extends SetAlarmStateInput {
|
|
|
22
22
|
export interface SetAlarmStateCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetAlarmStateCommand_base: {
|
|
25
|
-
new (input: SetAlarmStateCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetAlarmStateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetAlarmStateCommandInput): import("@smithy/core/client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetAlarmStateCommandInput): import("@smithy/core/client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Temporarily sets the state of an alarm for testing purposes. When the updated state
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartMetricStreamsCommandInput extends StartMetricStreamsInput
|
|
|
22
22
|
export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartMetricStreamsCommand_base: {
|
|
25
|
-
new (input: StartMetricStreamsCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartMetricStreamsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts the streaming of metrics for one or more of your metric streams.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { StartOTelEnrichmentInput, StartOTelEnrichmentOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartOTelEnrichmentCommandInput extends StartOTelEnrichmentInpu
|
|
|
22
22
|
export interface StartOTelEnrichmentCommandOutput extends StartOTelEnrichmentOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartOTelEnrichmentCommand_base: {
|
|
25
|
-
new (input: StartOTelEnrichmentCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartOTelEnrichmentCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartOTelEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<StartOTelEnrichmentCommandInput, StartOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartOTelEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<StartOTelEnrichmentCommandInput, StartOTelEnrichmentCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables enrichment and PromQL access for CloudWatch vended metrics for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
4
4
|
import type { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {
|
|
|
22
22
|
export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopMetricStreamsCommand_base: {
|
|
25
|
-
new (input: StopMetricStreamsCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopMetricStreamsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops the streaming of metrics for one or more of your metric streams.</p>
|