@aws-sdk/client-cloudwatch 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +26 -26
- package/dist-types/ts3.4/CloudWatch.d.ts +0 -185
- package/dist-types/ts3.4/CloudWatchClient.d.ts +0 -109
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -36
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1392
- package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -8
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +0 -7
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput } from "../commands/DescribeAlarmHistoryCommand";
|
|
3
|
-
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateDescribeAlarmHistory(config: CloudWatchPaginationConfiguration, input: DescribeAlarmHistoryCommandInput, ...additionalArguments: any): Paginator<DescribeAlarmHistoryCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput } from "../commands/DescribeAlarmsCommand";
|
|
3
|
-
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateDescribeAlarms(config: CloudWatchPaginationConfiguration, input: DescribeAlarmsCommandInput, ...additionalArguments: any): Paginator<DescribeAlarmsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput } from "../commands/DescribeInsightRulesCommand";
|
|
3
|
-
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateDescribeInsightRules(config: CloudWatchPaginationConfiguration, input: DescribeInsightRulesCommandInput, ...additionalArguments: any): Paginator<DescribeInsightRulesCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
|
|
3
|
-
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateGetMetricData(config: CloudWatchPaginationConfiguration, input: GetMetricDataCommandInput, ...additionalArguments: any): Paginator<GetMetricDataCommandOutput>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { CloudWatch } from "../CloudWatch";
|
|
3
|
-
import { CloudWatchClient } from "../CloudWatchClient";
|
|
4
|
-
export interface CloudWatchPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: CloudWatch | CloudWatchClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
|
|
3
|
-
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListDashboards(config: CloudWatchPaginationConfiguration, input: ListDashboardsCommandInput, ...additionalArguments: any): Paginator<ListDashboardsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput } from "../commands/ListMetricStreamsCommand";
|
|
3
|
-
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListMetricStreams(config: CloudWatchPaginationConfiguration, input: ListMetricStreamsCommandInput, ...additionalArguments: any): Paginator<ListMetricStreamsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListMetricsCommandInput, ListMetricsCommandOutput } from "../commands/ListMetricsCommand";
|
|
3
|
-
import { CloudWatchPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListMetrics(config: CloudWatchPaginationConfiguration, input: ListMetricsCommandInput, ...additionalArguments: any): Paginator<ListMetricsCommandOutput>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./DescribeAlarmHistoryPaginator";
|
|
2
|
-
export * from "./DescribeAlarmsPaginator";
|
|
3
|
-
export * from "./DescribeInsightRulesPaginator";
|
|
4
|
-
export * from "./GetMetricDataPaginator";
|
|
5
|
-
export * from "./Interfaces";
|
|
6
|
-
export * from "./ListDashboardsPaginator";
|
|
7
|
-
export * from "./ListMetricStreamsPaginator";
|
|
8
|
-
export * from "./ListMetricsPaginator";
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput } from "../commands/DeleteAlarmsCommand";
|
|
4
|
-
import { DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput } from "../commands/DeleteAnomalyDetectorCommand";
|
|
5
|
-
import { DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput } from "../commands/DeleteDashboardsCommand";
|
|
6
|
-
import { DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput } from "../commands/DeleteInsightRulesCommand";
|
|
7
|
-
import { DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput } from "../commands/DeleteMetricStreamCommand";
|
|
8
|
-
import { DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput } from "../commands/DescribeAlarmHistoryCommand";
|
|
9
|
-
import { DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput } from "../commands/DescribeAlarmsCommand";
|
|
10
|
-
import { DescribeAlarmsForMetricCommandInput, DescribeAlarmsForMetricCommandOutput } from "../commands/DescribeAlarmsForMetricCommand";
|
|
11
|
-
import { DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput } from "../commands/DescribeAnomalyDetectorsCommand";
|
|
12
|
-
import { DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput } from "../commands/DescribeInsightRulesCommand";
|
|
13
|
-
import { DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput } from "../commands/DisableAlarmActionsCommand";
|
|
14
|
-
import { DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput } from "../commands/DisableInsightRulesCommand";
|
|
15
|
-
import { EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput } from "../commands/EnableAlarmActionsCommand";
|
|
16
|
-
import { EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput } from "../commands/EnableInsightRulesCommand";
|
|
17
|
-
import { GetDashboardCommandInput, GetDashboardCommandOutput } from "../commands/GetDashboardCommand";
|
|
18
|
-
import { GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput } from "../commands/GetInsightRuleReportCommand";
|
|
19
|
-
import { GetMetricDataCommandInput, GetMetricDataCommandOutput } from "../commands/GetMetricDataCommand";
|
|
20
|
-
import { GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput } from "../commands/GetMetricStatisticsCommand";
|
|
21
|
-
import { GetMetricStreamCommandInput, GetMetricStreamCommandOutput } from "../commands/GetMetricStreamCommand";
|
|
22
|
-
import { GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput } from "../commands/GetMetricWidgetImageCommand";
|
|
23
|
-
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
|
|
24
|
-
import { ListMetricsCommandInput, ListMetricsCommandOutput } from "../commands/ListMetricsCommand";
|
|
25
|
-
import { ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput } from "../commands/ListMetricStreamsCommand";
|
|
26
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
27
|
-
import { PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput } from "../commands/PutAnomalyDetectorCommand";
|
|
28
|
-
import { PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput } from "../commands/PutCompositeAlarmCommand";
|
|
29
|
-
import { PutDashboardCommandInput, PutDashboardCommandOutput } from "../commands/PutDashboardCommand";
|
|
30
|
-
import { PutInsightRuleCommandInput, PutInsightRuleCommandOutput } from "../commands/PutInsightRuleCommand";
|
|
31
|
-
import { PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput } from "../commands/PutMetricAlarmCommand";
|
|
32
|
-
import { PutMetricDataCommandInput, PutMetricDataCommandOutput } from "../commands/PutMetricDataCommand";
|
|
33
|
-
import { PutMetricStreamCommandInput, PutMetricStreamCommandOutput } from "../commands/PutMetricStreamCommand";
|
|
34
|
-
import { SetAlarmStateCommandInput, SetAlarmStateCommandOutput } from "../commands/SetAlarmStateCommand";
|
|
35
|
-
import { StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput } from "../commands/StartMetricStreamsCommand";
|
|
36
|
-
import { StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput } from "../commands/StopMetricStreamsCommand";
|
|
37
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
38
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
39
|
-
export declare const serializeAws_queryDeleteAlarmsCommand: (input: DeleteAlarmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_queryDeleteAnomalyDetectorCommand: (input: DeleteAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_queryDeleteDashboardsCommand: (input: DeleteDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_queryDeleteInsightRulesCommand: (input: DeleteInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_queryDeleteMetricStreamCommand: (input: DeleteMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_queryDescribeAlarmHistoryCommand: (input: DescribeAlarmHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_queryDescribeAlarmsCommand: (input: DescribeAlarmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_queryDescribeAlarmsForMetricCommand: (input: DescribeAlarmsForMetricCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_queryDescribeAnomalyDetectorsCommand: (input: DescribeAnomalyDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_queryDescribeInsightRulesCommand: (input: DescribeInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_queryDisableAlarmActionsCommand: (input: DisableAlarmActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_queryDisableInsightRulesCommand: (input: DisableInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_queryEnableAlarmActionsCommand: (input: EnableAlarmActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_queryEnableInsightRulesCommand: (input: EnableInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_queryGetDashboardCommand: (input: GetDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_queryGetInsightRuleReportCommand: (input: GetInsightRuleReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_queryGetMetricDataCommand: (input: GetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_queryGetMetricStatisticsCommand: (input: GetMetricStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const serializeAws_queryGetMetricStreamCommand: (input: GetMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const serializeAws_queryGetMetricWidgetImageCommand: (input: GetMetricWidgetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
export declare const serializeAws_queryListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
export declare const serializeAws_queryListMetricsCommand: (input: ListMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
export declare const serializeAws_queryListMetricStreamsCommand: (input: ListMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const serializeAws_queryPutAnomalyDetectorCommand: (input: PutAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
export declare const serializeAws_queryPutCompositeAlarmCommand: (input: PutCompositeAlarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
export declare const serializeAws_queryPutDashboardCommand: (input: PutDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const serializeAws_queryPutInsightRuleCommand: (input: PutInsightRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
export declare const serializeAws_queryPutMetricAlarmCommand: (input: PutMetricAlarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
export declare const serializeAws_queryPutMetricDataCommand: (input: PutMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
export declare const serializeAws_queryPutMetricStreamCommand: (input: PutMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const serializeAws_querySetAlarmStateCommand: (input: SetAlarmStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
export declare const serializeAws_queryStartMetricStreamsCommand: (input: StartMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
export declare const serializeAws_queryStopMetricStreamsCommand: (input: StopMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
export declare const serializeAws_queryTagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const serializeAws_queryUntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
export declare const deserializeAws_queryDeleteAlarmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAlarmsCommandOutput>;
|
|
76
|
-
export declare const deserializeAws_queryDeleteAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnomalyDetectorCommandOutput>;
|
|
77
|
-
export declare const deserializeAws_queryDeleteDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardsCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_queryDeleteInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInsightRulesCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_queryDeleteMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMetricStreamCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_queryDescribeAlarmHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmHistoryCommandOutput>;
|
|
81
|
-
export declare const deserializeAws_queryDescribeAlarmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmsCommandOutput>;
|
|
82
|
-
export declare const deserializeAws_queryDescribeAlarmsForMetricCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmsForMetricCommandOutput>;
|
|
83
|
-
export declare const deserializeAws_queryDescribeAnomalyDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyDetectorsCommandOutput>;
|
|
84
|
-
export declare const deserializeAws_queryDescribeInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightRulesCommandOutput>;
|
|
85
|
-
export declare const deserializeAws_queryDisableAlarmActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAlarmActionsCommandOutput>;
|
|
86
|
-
export declare const deserializeAws_queryDisableInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableInsightRulesCommandOutput>;
|
|
87
|
-
export declare const deserializeAws_queryEnableAlarmActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAlarmActionsCommandOutput>;
|
|
88
|
-
export declare const deserializeAws_queryEnableInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableInsightRulesCommandOutput>;
|
|
89
|
-
export declare const deserializeAws_queryGetDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardCommandOutput>;
|
|
90
|
-
export declare const deserializeAws_queryGetInsightRuleReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightRuleReportCommandOutput>;
|
|
91
|
-
export declare const deserializeAws_queryGetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricDataCommandOutput>;
|
|
92
|
-
export declare const deserializeAws_queryGetMetricStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricStatisticsCommandOutput>;
|
|
93
|
-
export declare const deserializeAws_queryGetMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricStreamCommandOutput>;
|
|
94
|
-
export declare const deserializeAws_queryGetMetricWidgetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricWidgetImageCommandOutput>;
|
|
95
|
-
export declare const deserializeAws_queryListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
|
|
96
|
-
export declare const deserializeAws_queryListMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricsCommandOutput>;
|
|
97
|
-
export declare const deserializeAws_queryListMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricStreamsCommandOutput>;
|
|
98
|
-
export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
99
|
-
export declare const deserializeAws_queryPutAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAnomalyDetectorCommandOutput>;
|
|
100
|
-
export declare const deserializeAws_queryPutCompositeAlarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCompositeAlarmCommandOutput>;
|
|
101
|
-
export declare const deserializeAws_queryPutDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDashboardCommandOutput>;
|
|
102
|
-
export declare const deserializeAws_queryPutInsightRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInsightRuleCommandOutput>;
|
|
103
|
-
export declare const deserializeAws_queryPutMetricAlarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricAlarmCommandOutput>;
|
|
104
|
-
export declare const deserializeAws_queryPutMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricDataCommandOutput>;
|
|
105
|
-
export declare const deserializeAws_queryPutMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricStreamCommandOutput>;
|
|
106
|
-
export declare const deserializeAws_querySetAlarmStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetAlarmStateCommandOutput>;
|
|
107
|
-
export declare const deserializeAws_queryStartMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetricStreamsCommandOutput>;
|
|
108
|
-
export declare const deserializeAws_queryStopMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMetricStreamsCommandOutput>;
|
|
109
|
-
export declare const deserializeAws_queryTagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
110
|
-
export declare const deserializeAws_queryUntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { CloudWatchClientConfig } from "./CloudWatchClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { CloudWatchClientConfig } from "./CloudWatchClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { CloudWatchClientConfig } from "./CloudWatchClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { CloudWatchClientConfig } from "./CloudWatchClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: CloudWatchClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { CloudWatchClient } from "../CloudWatchClient";
|
|
3
|
-
import { DescribeAlarmsCommandInput } from "../commands/DescribeAlarmsCommand";
|
|
4
|
-
|
|
5
|
-
export declare const waitForAlarmExists: (params: WaiterConfiguration<CloudWatchClient>, input: DescribeAlarmsCommandInput) => Promise<WaiterResult>;
|
|
6
|
-
|
|
7
|
-
export declare const waitUntilAlarmExists: (params: WaiterConfiguration<CloudWatchClient>, input: DescribeAlarmsCommandInput) => Promise<WaiterResult>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
-
import { CloudWatchClient } from "../CloudWatchClient";
|
|
3
|
-
import { DescribeAlarmsCommandInput } from "../commands/DescribeAlarmsCommand";
|
|
4
|
-
|
|
5
|
-
export declare const waitForCompositeAlarmExists: (params: WaiterConfiguration<CloudWatchClient>, input: DescribeAlarmsCommandInput) => Promise<WaiterResult>;
|
|
6
|
-
|
|
7
|
-
export declare const waitUntilCompositeAlarmExists: (params: WaiterConfiguration<CloudWatchClient>, input: DescribeAlarmsCommandInput) => Promise<WaiterResult>;
|