@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,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 { GetInsightRuleReportInput, GetInsightRuleReportOutput } 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 GetInsightRuleReportCommandInput extends GetInsightRuleReportIn
|
|
|
22
19
|
export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetInsightRuleReportCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetInsightRuleReportCommandInput): import("@smithy/core/client").CommandImpl<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetInsightRuleReportCommandInput): import("@smithy/core/client").CommandImpl<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation returns the time series data collected by a Contributor Insights rule.
|
|
@@ -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 { GetMetricDataInput, GetMetricDataOutput } 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 GetMetricDataCommandInput extends GetMetricDataInput {
|
|
|
22
19
|
export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMetricDataCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetMetricDataCommandInput): import("@smithy/core/client").CommandImpl<GetMetricDataCommandInput, GetMetricDataCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMetricDataCommandInput): import("@smithy/core/client").CommandImpl<GetMetricDataCommandInput, GetMetricDataCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You can use the <code>GetMetricData</code> API to retrieve CloudWatch metric
|
|
@@ -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 { GetMetricStatisticsInput, GetMetricStatisticsOutput } 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 GetMetricStatisticsCommandInput extends GetMetricStatisticsInpu
|
|
|
22
19
|
export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMetricStatisticsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetMetricStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMetricStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets statistics for the specified metric.</p>
|
|
@@ -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 { GetMetricStreamInput, GetMetricStreamOutput } 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 GetMetricStreamCommandInput extends GetMetricStreamInput {
|
|
|
22
19
|
export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMetricStreamCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMetricStreamCommandInput): import("@smithy/core/client").CommandImpl<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the metric stream that you specify.</p>
|
|
@@ -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 { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } 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 GetMetricWidgetImageCommandInput extends GetMetricWidgetImageIn
|
|
|
22
19
|
export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMetricWidgetImageCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetMetricWidgetImageCommandInput): import("@smithy/core/client").CommandImpl<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMetricWidgetImageCommandInput): import("@smithy/core/client").CommandImpl<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You can use the <code>GetMetricWidgetImage</code> API to retrieve a snapshot graph
|
|
@@ -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 { GetOTelEnrichmentInput, GetOTelEnrichmentOutput } 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 GetOTelEnrichmentCommandInput extends GetOTelEnrichmentInput {
|
|
|
22
19
|
export interface GetOTelEnrichmentCommandOutput extends GetOTelEnrichmentOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetOTelEnrichmentCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetOTelEnrichmentCommandInput): import("@smithy/core/client").CommandImpl<GetOTelEnrichmentCommandInput, GetOTelEnrichmentCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetOTelEnrichmentCommandInput]): import("@smithy/core/client").CommandImpl<GetOTelEnrichmentCommandInput, GetOTelEnrichmentCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the current status of vended metric enrichment for the account, including
|
|
@@ -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 { ListAlarmMuteRulesInput, ListAlarmMuteRulesOutput } 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 ListAlarmMuteRulesCommandInput extends ListAlarmMuteRulesInput
|
|
|
22
19
|
export interface ListAlarmMuteRulesCommandOutput extends ListAlarmMuteRulesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAlarmMuteRulesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListAlarmMuteRulesCommandInput): import("@smithy/core/client").CommandImpl<ListAlarmMuteRulesCommandInput, ListAlarmMuteRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAlarmMuteRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListAlarmMuteRulesCommandInput, ListAlarmMuteRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists alarm mute rules in your Amazon Web Services account and region.</p>
|
|
@@ -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 { ListDashboardsInput, ListDashboardsOutput } 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 ListDashboardsCommandInput extends ListDashboardsInput {
|
|
|
22
19
|
export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDashboardsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListDashboardsCommandInput): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of the dashboards for your account. If you include
|
|
@@ -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 { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } 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 ListManagedInsightRulesCommandInput extends ListManagedInsightR
|
|
|
22
19
|
export interface ListManagedInsightRulesCommandOutput extends ListManagedInsightRulesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListManagedInsightRulesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns a list that contains the number of managed Contributor Insights rules in your
|
|
@@ -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 { ListMetricStreamsInput, ListMetricStreamsOutput } 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 ListMetricStreamsCommandInput extends ListMetricStreamsInput {
|
|
|
22
19
|
export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMetricStreamsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListMetricStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMetricStreamsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of metric streams in this account.</p>
|
|
@@ -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 { ListMetricsInput, ListMetricsOutput } 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 ListMetricsCommandInput extends ListMetricsInput {
|
|
|
22
19
|
export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMetricsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListMetricsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMetricsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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,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 { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Displays the tags associated with a CloudWatch resource. Currently, alarms,
|
|
@@ -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 { PutAlarmMuteRuleInput } 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 PutAlarmMuteRuleCommandInput extends PutAlarmMuteRuleInput {
|
|
|
22
19
|
export interface PutAlarmMuteRuleCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutAlarmMuteRuleCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<PutAlarmMuteRuleCommandInput, PutAlarmMuteRuleCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutAlarmMuteRuleCommandInput): import("@smithy/core/client").CommandImpl<PutAlarmMuteRuleCommandInput, PutAlarmMuteRuleCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates or updates an alarm mute rule.</p>
|
|
@@ -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 { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } 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 PutAnomalyDetectorCommandInput extends PutAnomalyDetectorInput
|
|
|
22
19
|
export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutAnomalyDetectorCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutAnomalyDetectorCommandInput): import("@smithy/core/client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [PutAnomalyDetectorCommandInput]): import("@smithy/core/client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an anomaly detection model for a CloudWatch metric. You can use the model to
|
|
@@ -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 { PutCompositeAlarmInput } 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 PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {
|
|
|
22
19
|
export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutCompositeAlarmCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutCompositeAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutCompositeAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates or updates a <i>composite alarm</i>. When you create a composite
|
|
@@ -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 { PutDashboardInput, PutDashboardOutput } 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 PutDashboardCommandInput extends PutDashboardInput {
|
|
|
22
19
|
export interface PutDashboardCommandOutput extends PutDashboardOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutDashboardCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutDashboardCommandInput): import("@smithy/core/client").CommandImpl<PutDashboardCommandInput, PutDashboardCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutDashboardCommandInput): import("@smithy/core/client").CommandImpl<PutDashboardCommandInput, PutDashboardCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a dashboard if it does not already exist, or updates an existing dashboard.
|
|
@@ -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 { PutInsightRuleInput, PutInsightRuleOutput } 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 PutInsightRuleCommandInput extends PutInsightRuleInput {
|
|
|
22
19
|
export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutInsightRuleCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutInsightRuleCommandInput): import("@smithy/core/client").CommandImpl<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutInsightRuleCommandInput): import("@smithy/core/client").CommandImpl<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a Contributor Insights rule. Rules evaluate log events in a CloudWatch Logs
|
|
@@ -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 { PutLogAlarmInput } 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 PutLogAlarmCommandInput extends PutLogAlarmInput {
|
|
|
22
19
|
export interface PutLogAlarmCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutLogAlarmCommand_base: {
|
|
25
|
-
new (input: PutLogAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutLogAlarmCommandInput, PutLogAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutLogAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutLogAlarmCommandInput, PutLogAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutLogAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutLogAlarmCommandInput, PutLogAlarmCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutLogAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutLogAlarmCommandInput, PutLogAlarmCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates or updates a log alarm. A log alarm evaluates the results of a CloudWatch Logs scheduled query against the configured threshold and comparison operator to determine its state.</p>
|
|
@@ -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 { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } 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 PutManagedInsightRulesCommandInput extends PutManagedInsightRul
|
|
|
22
19
|
export interface PutManagedInsightRulesCommandOutput extends PutManagedInsightRulesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutManagedInsightRulesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutManagedInsightRulesCommandInput): import("@smithy/core/client").CommandImpl<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Creates a managed Contributor Insights rule for a specified Amazon Web Services
|
|
@@ -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 { PutMetricAlarmInput } 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 PutMetricAlarmCommandInput extends PutMetricAlarmInput {
|
|
|
22
19
|
export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutMetricAlarmCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutMetricAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutMetricAlarmCommandInput): import("@smithy/core/client").CommandImpl<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, import("..").CloudWatchClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates or updates an alarm and associates it with the specified metric, metric
|
|
@@ -151,6 +146,12 @@ declare const PutMetricAlarmCommand_base: {
|
|
|
151
146
|
* },
|
|
152
147
|
* ],
|
|
153
148
|
* ThresholdMetricId: "STRING_VALUE",
|
|
149
|
+
* EvaluationWindow: { // EvaluationWindow Union: only one key present
|
|
150
|
+
* WallClockWindow: { // WallClockWindow
|
|
151
|
+
* Timezone: "STRING_VALUE",
|
|
152
|
+
* },
|
|
153
|
+
* SlidingWindow: {},
|
|
154
|
+
* },
|
|
154
155
|
* EvaluationCriteria: { // EvaluationCriteria Union: only one key present
|
|
155
156
|
* PromQLCriteria: { // AlarmPromQLCriteria
|
|
156
157
|
* Query: "STRING_VALUE", // required
|