@aws-sdk/client-cloudwatch 3.478.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/DeleteAlarmsCommand.js +18 -41
- package/dist-cjs/commands/DeleteAnomalyDetectorCommand.js +18 -41
- package/dist-cjs/commands/DeleteDashboardsCommand.js +18 -41
- package/dist-cjs/commands/DeleteInsightRulesCommand.js +18 -41
- package/dist-cjs/commands/DeleteMetricStreamCommand.js +18 -41
- package/dist-cjs/commands/DescribeAlarmHistoryCommand.js +18 -41
- package/dist-cjs/commands/DescribeAlarmsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAlarmsForMetricCommand.js +18 -41
- package/dist-cjs/commands/DescribeAnomalyDetectorsCommand.js +18 -41
- package/dist-cjs/commands/DescribeInsightRulesCommand.js +18 -41
- package/dist-cjs/commands/DisableAlarmActionsCommand.js +18 -41
- package/dist-cjs/commands/DisableInsightRulesCommand.js +18 -41
- package/dist-cjs/commands/EnableAlarmActionsCommand.js +18 -41
- package/dist-cjs/commands/EnableInsightRulesCommand.js +18 -41
- package/dist-cjs/commands/GetDashboardCommand.js +18 -41
- package/dist-cjs/commands/GetInsightRuleReportCommand.js +18 -41
- package/dist-cjs/commands/GetMetricDataCommand.js +18 -41
- package/dist-cjs/commands/GetMetricStatisticsCommand.js +18 -41
- package/dist-cjs/commands/GetMetricStreamCommand.js +18 -41
- package/dist-cjs/commands/GetMetricWidgetImageCommand.js +18 -41
- package/dist-cjs/commands/ListDashboardsCommand.js +18 -41
- package/dist-cjs/commands/ListManagedInsightRulesCommand.js +18 -41
- package/dist-cjs/commands/ListMetricStreamsCommand.js +18 -41
- package/dist-cjs/commands/ListMetricsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutAnomalyDetectorCommand.js +18 -41
- package/dist-cjs/commands/PutCompositeAlarmCommand.js +18 -41
- package/dist-cjs/commands/PutDashboardCommand.js +18 -41
- package/dist-cjs/commands/PutInsightRuleCommand.js +18 -41
- package/dist-cjs/commands/PutManagedInsightRulesCommand.js +18 -41
- package/dist-cjs/commands/PutMetricAlarmCommand.js +18 -41
- package/dist-cjs/commands/PutMetricDataCommand.js +18 -41
- package/dist-cjs/commands/PutMetricStreamCommand.js +18 -41
- package/dist-cjs/commands/SetAlarmStateCommand.js +18 -41
- package/dist-cjs/commands/StartMetricStreamsCommand.js +18 -41
- package/dist-cjs/commands/StopMetricStreamsCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/DeleteAlarmsCommand.js +18 -41
- package/dist-es/commands/DeleteAnomalyDetectorCommand.js +18 -41
- package/dist-es/commands/DeleteDashboardsCommand.js +18 -41
- package/dist-es/commands/DeleteInsightRulesCommand.js +18 -41
- package/dist-es/commands/DeleteMetricStreamCommand.js +18 -41
- package/dist-es/commands/DescribeAlarmHistoryCommand.js +18 -41
- package/dist-es/commands/DescribeAlarmsCommand.js +18 -41
- package/dist-es/commands/DescribeAlarmsForMetricCommand.js +18 -41
- package/dist-es/commands/DescribeAnomalyDetectorsCommand.js +18 -41
- package/dist-es/commands/DescribeInsightRulesCommand.js +18 -41
- package/dist-es/commands/DisableAlarmActionsCommand.js +18 -41
- package/dist-es/commands/DisableInsightRulesCommand.js +18 -41
- package/dist-es/commands/EnableAlarmActionsCommand.js +18 -41
- package/dist-es/commands/EnableInsightRulesCommand.js +18 -41
- package/dist-es/commands/GetDashboardCommand.js +18 -41
- package/dist-es/commands/GetInsightRuleReportCommand.js +18 -41
- package/dist-es/commands/GetMetricDataCommand.js +18 -41
- package/dist-es/commands/GetMetricStatisticsCommand.js +18 -41
- package/dist-es/commands/GetMetricStreamCommand.js +18 -41
- package/dist-es/commands/GetMetricWidgetImageCommand.js +18 -41
- package/dist-es/commands/ListDashboardsCommand.js +18 -41
- package/dist-es/commands/ListManagedInsightRulesCommand.js +18 -41
- package/dist-es/commands/ListMetricStreamsCommand.js +18 -41
- package/dist-es/commands/ListMetricsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutAnomalyDetectorCommand.js +18 -41
- package/dist-es/commands/PutCompositeAlarmCommand.js +18 -41
- package/dist-es/commands/PutDashboardCommand.js +18 -41
- package/dist-es/commands/PutInsightRuleCommand.js +18 -41
- package/dist-es/commands/PutManagedInsightRulesCommand.js +18 -41
- package/dist-es/commands/PutMetricAlarmCommand.js +18 -41
- package/dist-es/commands/PutMetricDataCommand.js +18 -41
- package/dist-es/commands/PutMetricStreamCommand.js +18 -41
- package/dist-es/commands/SetAlarmStateCommand.js +18 -41
- package/dist-es/commands/StartMetricStreamsCommand.js +18 -41
- package/dist-es/commands/StopMetricStreamsCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +6 -21
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +6 -21
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +6 -21
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +6 -21
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +6 -21
- package/dist-types/commands/GetDashboardCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +6 -21
- package/dist-types/commands/GetMetricDataCommand.d.ts +6 -21
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +6 -21
- package/dist-types/commands/GetMetricStreamCommand.d.ts +6 -21
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +6 -21
- package/dist-types/commands/ListDashboardsCommand.d.ts +6 -21
- package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +6 -21
- package/dist-types/commands/ListMetricsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +6 -21
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +6 -21
- package/dist-types/commands/PutDashboardCommand.d.ts +6 -21
- package/dist-types/commands/PutInsightRuleCommand.d.ts +6 -21
- package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +6 -21
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +6 -21
- package/dist-types/commands/PutMetricDataCommand.d.ts +6 -21
- package/dist-types/commands/PutMetricStreamCommand.d.ts +6 -21
- package/dist-types/commands/SetAlarmStateCommand.d.ts +6 -21
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +6 -21
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMetricStreamsCommandInput extends ListMetricStreamsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMetricStreamsCommand_base: {
|
|
24
|
+
new (input: ListMetricStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of metric streams in this account.</p>
|
|
@@ -75,23 +78,5 @@ export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput,
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class ListMetricStreamsCommand extends
|
|
79
|
-
readonly input: ListMetricStreamsCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: ListMetricStreamsCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class ListMetricStreamsCommand extends ListMetricStreamsCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { ListMetricsInput, ListMetricsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMetricsCommandInput extends ListMetricsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMetricsCommand_base: {
|
|
24
|
+
new (input: ListMetricsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -95,23 +98,5 @@ export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataB
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class ListMetricsCommand extends
|
|
99
|
-
readonly input: ListMetricsCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: ListMetricsCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMetricsCommandInput, ListMetricsCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class ListMetricsCommand extends ListMetricsCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays the tags associated with a CloudWatch resource. Currently, alarms
|
|
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class ListTagsForResourceCommand extends
|
|
70
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutAnomalyDetectorCommandInput extends PutAnomalyDetectorInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutAnomalyDetectorCommand_base: {
|
|
24
|
+
new (input: PutAnomalyDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an anomaly detection model for a CloudWatch metric. You can use the model
|
|
@@ -116,23 +119,5 @@ export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutpu
|
|
|
116
119
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
117
120
|
*
|
|
118
121
|
*/
|
|
119
|
-
export declare class PutAnomalyDetectorCommand extends
|
|
120
|
-
readonly input: PutAnomalyDetectorCommandInput;
|
|
121
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
122
|
-
/**
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
constructor(input: PutAnomalyDetectorCommandInput);
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private serialize;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private deserialize;
|
|
122
|
+
export declare class PutAnomalyDetectorCommand extends PutAnomalyDetectorCommand_base {
|
|
138
123
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutCompositeAlarmInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutCompositeAlarmCommandInput extends PutCompositeAlarmInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutCompositeAlarmCommand_base: {
|
|
24
|
+
new (input: PutCompositeAlarmCommandInput): import("@smithy/smithy-client").CommandImpl<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates or updates a <i>composite alarm</i>. When you create a composite
|
|
@@ -111,23 +114,5 @@ export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
|
|
|
111
114
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
112
115
|
*
|
|
113
116
|
*/
|
|
114
|
-
export declare class PutCompositeAlarmCommand extends
|
|
115
|
-
readonly input: PutCompositeAlarmCommandInput;
|
|
116
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
117
|
-
/**
|
|
118
|
-
* @public
|
|
119
|
-
*/
|
|
120
|
-
constructor(input: PutCompositeAlarmCommandInput);
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput>;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private serialize;
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
private deserialize;
|
|
117
|
+
export declare class PutCompositeAlarmCommand extends PutCompositeAlarmCommand_base {
|
|
133
118
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutDashboardInput, PutDashboardOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutDashboardCommandInput extends PutDashboardInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutDashboardCommandOutput extends PutDashboardOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutDashboardCommand_base: {
|
|
24
|
+
new (input: PutDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a dashboard if it does not already exist, or updates an existing dashboard. If you update a dashboard,
|
|
@@ -76,23 +79,5 @@ export interface PutDashboardCommandOutput extends PutDashboardOutput, __Metadat
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class PutDashboardCommand extends
|
|
80
|
-
readonly input: PutDashboardCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: PutDashboardCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDashboardCommandInput, PutDashboardCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class PutDashboardCommand extends PutDashboardCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutInsightRuleCommandInput extends PutInsightRuleInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutInsightRuleCommand_base: {
|
|
24
|
+
new (input: PutInsightRuleCommandInput): import("@smithy/smithy-client").CommandImpl<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a Contributor Insights rule. Rules evaluate log events in a
|
|
@@ -70,23 +73,5 @@ export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __Met
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class PutInsightRuleCommand extends
|
|
74
|
-
readonly input: PutInsightRuleCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: PutInsightRuleCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutInsightRuleCommandInput, PutInsightRuleCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class PutInsightRuleCommand extends PutInsightRuleCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutManagedInsightRulesCommandInput extends PutManagedInsightRul
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutManagedInsightRulesCommandOutput extends PutManagedInsightRulesOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutManagedInsightRulesCommand_base: {
|
|
24
|
+
new (input: PutManagedInsightRulesCommandInput): import("@smithy/smithy-client").CommandImpl<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -91,23 +94,5 @@ export interface PutManagedInsightRulesCommandOutput extends PutManagedInsightRu
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class PutManagedInsightRulesCommand extends
|
|
95
|
-
readonly input: PutManagedInsightRulesCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: PutManagedInsightRulesCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class PutManagedInsightRulesCommand extends PutManagedInsightRulesCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutMetricAlarmInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutMetricAlarmCommandInput extends PutMetricAlarmInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutMetricAlarmCommand_base: {
|
|
24
|
+
new (input: PutMetricAlarmCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates or updates an alarm and associates it with the specified metric, metric math expression,
|
|
@@ -165,23 +168,5 @@ export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
|
|
|
165
168
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
166
169
|
*
|
|
167
170
|
*/
|
|
168
|
-
export declare class PutMetricAlarmCommand extends
|
|
169
|
-
readonly input: PutMetricAlarmCommandInput;
|
|
170
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
171
|
-
/**
|
|
172
|
-
* @public
|
|
173
|
-
*/
|
|
174
|
-
constructor(input: PutMetricAlarmCommandInput);
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
private serialize;
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
private deserialize;
|
|
171
|
+
export declare class PutMetricAlarmCommand extends PutMetricAlarmCommand_base {
|
|
187
172
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutMetricDataInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutMetricDataCommandInput extends PutMetricDataInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutMetricDataCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutMetricDataCommand_base: {
|
|
24
|
+
new (input: PutMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Publishes metric data points to Amazon CloudWatch. CloudWatch associates
|
|
@@ -130,23 +133,5 @@ export interface PutMetricDataCommandOutput extends __MetadataBearer {
|
|
|
130
133
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
131
134
|
*
|
|
132
135
|
*/
|
|
133
|
-
export declare class PutMetricDataCommand extends
|
|
134
|
-
readonly input: PutMetricDataCommandInput;
|
|
135
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
|
-
/**
|
|
137
|
-
* @public
|
|
138
|
-
*/
|
|
139
|
-
constructor(input: PutMetricDataCommandInput);
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricDataCommandInput, PutMetricDataCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
|
-
private serialize;
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
private deserialize;
|
|
136
|
+
export declare class PutMetricDataCommand extends PutMetricDataCommand_base {
|
|
152
137
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutMetricStreamCommandInput extends PutMetricStreamInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutMetricStreamCommand_base: {
|
|
24
|
+
new (input: PutMetricStreamCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates or updates a metric stream. Metric streams can automatically stream CloudWatch
|
|
@@ -138,23 +141,5 @@ export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __M
|
|
|
138
141
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
139
142
|
*
|
|
140
143
|
*/
|
|
141
|
-
export declare class PutMetricStreamCommand extends
|
|
142
|
-
readonly input: PutMetricStreamCommandInput;
|
|
143
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
144
|
-
/**
|
|
145
|
-
* @public
|
|
146
|
-
*/
|
|
147
|
-
constructor(input: PutMetricStreamCommandInput);
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricStreamCommandInput, PutMetricStreamCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
private serialize;
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
private deserialize;
|
|
144
|
+
export declare class PutMetricStreamCommand extends PutMetricStreamCommand_base {
|
|
160
145
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { SetAlarmStateInput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SetAlarmStateCommandInput extends SetAlarmStateInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SetAlarmStateCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SetAlarmStateCommand_base: {
|
|
24
|
+
new (input: SetAlarmStateCommandInput): import("@smithy/smithy-client").CommandImpl<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Temporarily sets the state of an alarm for testing purposes. When the updated
|
|
@@ -73,23 +76,5 @@ export interface SetAlarmStateCommandOutput extends __MetadataBearer {
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class SetAlarmStateCommand extends
|
|
77
|
-
readonly input: SetAlarmStateCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: SetAlarmStateCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetAlarmStateCommandInput, SetAlarmStateCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class SetAlarmStateCommand extends SetAlarmStateCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartMetricStreamsCommandInput extends StartMetricStreamsInput
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartMetricStreamsCommand_base: {
|
|
24
|
+
new (input: StartMetricStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts the streaming of metrics for one or more of your metric streams.</p>
|
|
@@ -60,23 +63,5 @@ export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutpu
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class StartMetricStreamsCommand extends
|
|
64
|
-
readonly input: StartMetricStreamsCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: StartMetricStreamsCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class StartMetricStreamsCommand extends StartMetricStreamsCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchClient";
|
|
5
4
|
import { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopMetricStreamsCommandInput extends StopMetricStreamsInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopMetricStreamsCommand_base: {
|
|
24
|
+
new (input: StopMetricStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops the streaming of metrics for one or more of your metric streams.</p>
|
|
@@ -60,23 +63,5 @@ export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput,
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from CloudWatch service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class StopMetricStreamsCommand extends
|
|
64
|
-
readonly input: StopMetricStreamsCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: StopMetricStreamsCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class StopMetricStreamsCommand extends StopMetricStreamsCommand_base {
|
|
82
67
|
}
|