@aws-sdk/client-cloudwatch 3.169.0 → 3.170.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
  3. package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
  4. package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
  17. package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/index.d.ts +38 -38
  43. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  44. package/dist-types/ts3.4/index.d.ts +7 -7
  45. package/dist-types/ts3.4/models/CloudWatchServiceException.d.ts +8 -6
  46. package/dist-types/ts3.4/models/index.d.ts +1 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +1470 -1321
  48. package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  59. package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
  66. package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
  67. package/package.json +35 -35
@@ -1,116 +1,461 @@
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 { ListManagedInsightRulesCommandInput, ListManagedInsightRulesCommandOutput } from "../commands/ListManagedInsightRulesCommand";
25
- import { ListMetricsCommandInput, ListMetricsCommandOutput } from "../commands/ListMetricsCommand";
26
- import { ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput } from "../commands/ListMetricStreamsCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
28
- import { PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput } from "../commands/PutAnomalyDetectorCommand";
29
- import { PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput } from "../commands/PutCompositeAlarmCommand";
30
- import { PutDashboardCommandInput, PutDashboardCommandOutput } from "../commands/PutDashboardCommand";
31
- import { PutInsightRuleCommandInput, PutInsightRuleCommandOutput } from "../commands/PutInsightRuleCommand";
32
- import { PutManagedInsightRulesCommandInput, PutManagedInsightRulesCommandOutput } from "../commands/PutManagedInsightRulesCommand";
33
- import { PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput } from "../commands/PutMetricAlarmCommand";
34
- import { PutMetricDataCommandInput, PutMetricDataCommandOutput } from "../commands/PutMetricDataCommand";
35
- import { PutMetricStreamCommandInput, PutMetricStreamCommandOutput } from "../commands/PutMetricStreamCommand";
36
- import { SetAlarmStateCommandInput, SetAlarmStateCommandOutput } from "../commands/SetAlarmStateCommand";
37
- import { StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput } from "../commands/StartMetricStreamsCommand";
38
- import { StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput } from "../commands/StopMetricStreamsCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
- export declare const serializeAws_queryDeleteAlarmsCommand: (input: DeleteAlarmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_queryDeleteAnomalyDetectorCommand: (input: DeleteAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_queryDeleteDashboardsCommand: (input: DeleteDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_queryDeleteInsightRulesCommand: (input: DeleteInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_queryDeleteMetricStreamCommand: (input: DeleteMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_queryDescribeAlarmHistoryCommand: (input: DescribeAlarmHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_queryDescribeAlarmsCommand: (input: DescribeAlarmsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_queryDescribeAlarmsForMetricCommand: (input: DescribeAlarmsForMetricCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_queryDescribeAnomalyDetectorsCommand: (input: DescribeAnomalyDetectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_queryDescribeInsightRulesCommand: (input: DescribeInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_queryDisableAlarmActionsCommand: (input: DisableAlarmActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_queryDisableInsightRulesCommand: (input: DisableInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_queryEnableAlarmActionsCommand: (input: EnableAlarmActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_queryEnableInsightRulesCommand: (input: EnableInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_queryGetDashboardCommand: (input: GetDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_queryGetInsightRuleReportCommand: (input: GetInsightRuleReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_queryGetMetricDataCommand: (input: GetMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_queryGetMetricStatisticsCommand: (input: GetMetricStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_queryGetMetricStreamCommand: (input: GetMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_queryGetMetricWidgetImageCommand: (input: GetMetricWidgetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_queryListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_queryListManagedInsightRulesCommand: (input: ListManagedInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_queryListMetricsCommand: (input: ListMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_queryListMetricStreamsCommand: (input: ListMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_queryPutAnomalyDetectorCommand: (input: PutAnomalyDetectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_queryPutCompositeAlarmCommand: (input: PutCompositeAlarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_queryPutDashboardCommand: (input: PutDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_queryPutInsightRuleCommand: (input: PutInsightRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_queryPutManagedInsightRulesCommand: (input: PutManagedInsightRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_queryPutMetricAlarmCommand: (input: PutMetricAlarmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_queryPutMetricDataCommand: (input: PutMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_queryPutMetricStreamCommand: (input: PutMetricStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_querySetAlarmStateCommand: (input: SetAlarmStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_queryStartMetricStreamsCommand: (input: StartMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_queryStopMetricStreamsCommand: (input: StopMetricStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_queryTagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_queryUntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const deserializeAws_queryDeleteAlarmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAlarmsCommandOutput>;
80
- export declare const deserializeAws_queryDeleteAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnomalyDetectorCommandOutput>;
81
- export declare const deserializeAws_queryDeleteDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardsCommandOutput>;
82
- export declare const deserializeAws_queryDeleteInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInsightRulesCommandOutput>;
83
- export declare const deserializeAws_queryDeleteMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMetricStreamCommandOutput>;
84
- export declare const deserializeAws_queryDescribeAlarmHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmHistoryCommandOutput>;
85
- export declare const deserializeAws_queryDescribeAlarmsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmsCommandOutput>;
86
- export declare const deserializeAws_queryDescribeAlarmsForMetricCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlarmsForMetricCommandOutput>;
87
- export declare const deserializeAws_queryDescribeAnomalyDetectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyDetectorsCommandOutput>;
88
- export declare const deserializeAws_queryDescribeInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightRulesCommandOutput>;
89
- export declare const deserializeAws_queryDisableAlarmActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAlarmActionsCommandOutput>;
90
- export declare const deserializeAws_queryDisableInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableInsightRulesCommandOutput>;
91
- export declare const deserializeAws_queryEnableAlarmActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAlarmActionsCommandOutput>;
92
- export declare const deserializeAws_queryEnableInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableInsightRulesCommandOutput>;
93
- export declare const deserializeAws_queryGetDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardCommandOutput>;
94
- export declare const deserializeAws_queryGetInsightRuleReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightRuleReportCommandOutput>;
95
- export declare const deserializeAws_queryGetMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricDataCommandOutput>;
96
- export declare const deserializeAws_queryGetMetricStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricStatisticsCommandOutput>;
97
- export declare const deserializeAws_queryGetMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricStreamCommandOutput>;
98
- export declare const deserializeAws_queryGetMetricWidgetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricWidgetImageCommandOutput>;
99
- export declare const deserializeAws_queryListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
100
- export declare const deserializeAws_queryListManagedInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedInsightRulesCommandOutput>;
101
- export declare const deserializeAws_queryListMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricsCommandOutput>;
102
- export declare const deserializeAws_queryListMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMetricStreamsCommandOutput>;
103
- export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
104
- export declare const deserializeAws_queryPutAnomalyDetectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAnomalyDetectorCommandOutput>;
105
- export declare const deserializeAws_queryPutCompositeAlarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCompositeAlarmCommandOutput>;
106
- export declare const deserializeAws_queryPutDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDashboardCommandOutput>;
107
- export declare const deserializeAws_queryPutInsightRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInsightRuleCommandOutput>;
108
- export declare const deserializeAws_queryPutManagedInsightRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutManagedInsightRulesCommandOutput>;
109
- export declare const deserializeAws_queryPutMetricAlarmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricAlarmCommandOutput>;
110
- export declare const deserializeAws_queryPutMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricDataCommandOutput>;
111
- export declare const deserializeAws_queryPutMetricStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricStreamCommandOutput>;
112
- export declare const deserializeAws_querySetAlarmStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetAlarmStateCommandOutput>;
113
- export declare const deserializeAws_queryStartMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMetricStreamsCommandOutput>;
114
- export declare const deserializeAws_queryStopMetricStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMetricStreamsCommandOutput>;
115
- export declare const deserializeAws_queryTagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
116
- export declare const deserializeAws_queryUntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ DeleteAlarmsCommandInput,
8
+ DeleteAlarmsCommandOutput,
9
+ } from "../commands/DeleteAlarmsCommand";
10
+ import {
11
+ DeleteAnomalyDetectorCommandInput,
12
+ DeleteAnomalyDetectorCommandOutput,
13
+ } from "../commands/DeleteAnomalyDetectorCommand";
14
+ import {
15
+ DeleteDashboardsCommandInput,
16
+ DeleteDashboardsCommandOutput,
17
+ } from "../commands/DeleteDashboardsCommand";
18
+ import {
19
+ DeleteInsightRulesCommandInput,
20
+ DeleteInsightRulesCommandOutput,
21
+ } from "../commands/DeleteInsightRulesCommand";
22
+ import {
23
+ DeleteMetricStreamCommandInput,
24
+ DeleteMetricStreamCommandOutput,
25
+ } from "../commands/DeleteMetricStreamCommand";
26
+ import {
27
+ DescribeAlarmHistoryCommandInput,
28
+ DescribeAlarmHistoryCommandOutput,
29
+ } from "../commands/DescribeAlarmHistoryCommand";
30
+ import {
31
+ DescribeAlarmsCommandInput,
32
+ DescribeAlarmsCommandOutput,
33
+ } from "../commands/DescribeAlarmsCommand";
34
+ import {
35
+ DescribeAlarmsForMetricCommandInput,
36
+ DescribeAlarmsForMetricCommandOutput,
37
+ } from "../commands/DescribeAlarmsForMetricCommand";
38
+ import {
39
+ DescribeAnomalyDetectorsCommandInput,
40
+ DescribeAnomalyDetectorsCommandOutput,
41
+ } from "../commands/DescribeAnomalyDetectorsCommand";
42
+ import {
43
+ DescribeInsightRulesCommandInput,
44
+ DescribeInsightRulesCommandOutput,
45
+ } from "../commands/DescribeInsightRulesCommand";
46
+ import {
47
+ DisableAlarmActionsCommandInput,
48
+ DisableAlarmActionsCommandOutput,
49
+ } from "../commands/DisableAlarmActionsCommand";
50
+ import {
51
+ DisableInsightRulesCommandInput,
52
+ DisableInsightRulesCommandOutput,
53
+ } from "../commands/DisableInsightRulesCommand";
54
+ import {
55
+ EnableAlarmActionsCommandInput,
56
+ EnableAlarmActionsCommandOutput,
57
+ } from "../commands/EnableAlarmActionsCommand";
58
+ import {
59
+ EnableInsightRulesCommandInput,
60
+ EnableInsightRulesCommandOutput,
61
+ } from "../commands/EnableInsightRulesCommand";
62
+ import {
63
+ GetDashboardCommandInput,
64
+ GetDashboardCommandOutput,
65
+ } from "../commands/GetDashboardCommand";
66
+ import {
67
+ GetInsightRuleReportCommandInput,
68
+ GetInsightRuleReportCommandOutput,
69
+ } from "../commands/GetInsightRuleReportCommand";
70
+ import {
71
+ GetMetricDataCommandInput,
72
+ GetMetricDataCommandOutput,
73
+ } from "../commands/GetMetricDataCommand";
74
+ import {
75
+ GetMetricStatisticsCommandInput,
76
+ GetMetricStatisticsCommandOutput,
77
+ } from "../commands/GetMetricStatisticsCommand";
78
+ import {
79
+ GetMetricStreamCommandInput,
80
+ GetMetricStreamCommandOutput,
81
+ } from "../commands/GetMetricStreamCommand";
82
+ import {
83
+ GetMetricWidgetImageCommandInput,
84
+ GetMetricWidgetImageCommandOutput,
85
+ } from "../commands/GetMetricWidgetImageCommand";
86
+ import {
87
+ ListDashboardsCommandInput,
88
+ ListDashboardsCommandOutput,
89
+ } from "../commands/ListDashboardsCommand";
90
+ import {
91
+ ListManagedInsightRulesCommandInput,
92
+ ListManagedInsightRulesCommandOutput,
93
+ } from "../commands/ListManagedInsightRulesCommand";
94
+ import {
95
+ ListMetricsCommandInput,
96
+ ListMetricsCommandOutput,
97
+ } from "../commands/ListMetricsCommand";
98
+ import {
99
+ ListMetricStreamsCommandInput,
100
+ ListMetricStreamsCommandOutput,
101
+ } from "../commands/ListMetricStreamsCommand";
102
+ import {
103
+ ListTagsForResourceCommandInput,
104
+ ListTagsForResourceCommandOutput,
105
+ } from "../commands/ListTagsForResourceCommand";
106
+ import {
107
+ PutAnomalyDetectorCommandInput,
108
+ PutAnomalyDetectorCommandOutput,
109
+ } from "../commands/PutAnomalyDetectorCommand";
110
+ import {
111
+ PutCompositeAlarmCommandInput,
112
+ PutCompositeAlarmCommandOutput,
113
+ } from "../commands/PutCompositeAlarmCommand";
114
+ import {
115
+ PutDashboardCommandInput,
116
+ PutDashboardCommandOutput,
117
+ } from "../commands/PutDashboardCommand";
118
+ import {
119
+ PutInsightRuleCommandInput,
120
+ PutInsightRuleCommandOutput,
121
+ } from "../commands/PutInsightRuleCommand";
122
+ import {
123
+ PutManagedInsightRulesCommandInput,
124
+ PutManagedInsightRulesCommandOutput,
125
+ } from "../commands/PutManagedInsightRulesCommand";
126
+ import {
127
+ PutMetricAlarmCommandInput,
128
+ PutMetricAlarmCommandOutput,
129
+ } from "../commands/PutMetricAlarmCommand";
130
+ import {
131
+ PutMetricDataCommandInput,
132
+ PutMetricDataCommandOutput,
133
+ } from "../commands/PutMetricDataCommand";
134
+ import {
135
+ PutMetricStreamCommandInput,
136
+ PutMetricStreamCommandOutput,
137
+ } from "../commands/PutMetricStreamCommand";
138
+ import {
139
+ SetAlarmStateCommandInput,
140
+ SetAlarmStateCommandOutput,
141
+ } from "../commands/SetAlarmStateCommand";
142
+ import {
143
+ StartMetricStreamsCommandInput,
144
+ StartMetricStreamsCommandOutput,
145
+ } from "../commands/StartMetricStreamsCommand";
146
+ import {
147
+ StopMetricStreamsCommandInput,
148
+ StopMetricStreamsCommandOutput,
149
+ } from "../commands/StopMetricStreamsCommand";
150
+ import {
151
+ TagResourceCommandInput,
152
+ TagResourceCommandOutput,
153
+ } from "../commands/TagResourceCommand";
154
+ import {
155
+ UntagResourceCommandInput,
156
+ UntagResourceCommandOutput,
157
+ } from "../commands/UntagResourceCommand";
158
+ export declare const serializeAws_queryDeleteAlarmsCommand: (
159
+ input: DeleteAlarmsCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_queryDeleteAnomalyDetectorCommand: (
163
+ input: DeleteAnomalyDetectorCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_queryDeleteDashboardsCommand: (
167
+ input: DeleteDashboardsCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_queryDeleteInsightRulesCommand: (
171
+ input: DeleteInsightRulesCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_queryDeleteMetricStreamCommand: (
175
+ input: DeleteMetricStreamCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_queryDescribeAlarmHistoryCommand: (
179
+ input: DescribeAlarmHistoryCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_queryDescribeAlarmsCommand: (
183
+ input: DescribeAlarmsCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_queryDescribeAlarmsForMetricCommand: (
187
+ input: DescribeAlarmsForMetricCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_queryDescribeAnomalyDetectorsCommand: (
191
+ input: DescribeAnomalyDetectorsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_queryDescribeInsightRulesCommand: (
195
+ input: DescribeInsightRulesCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_queryDisableAlarmActionsCommand: (
199
+ input: DisableAlarmActionsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_queryDisableInsightRulesCommand: (
203
+ input: DisableInsightRulesCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_queryEnableAlarmActionsCommand: (
207
+ input: EnableAlarmActionsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_queryEnableInsightRulesCommand: (
211
+ input: EnableInsightRulesCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_queryGetDashboardCommand: (
215
+ input: GetDashboardCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_queryGetInsightRuleReportCommand: (
219
+ input: GetInsightRuleReportCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_queryGetMetricDataCommand: (
223
+ input: GetMetricDataCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_queryGetMetricStatisticsCommand: (
227
+ input: GetMetricStatisticsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_queryGetMetricStreamCommand: (
231
+ input: GetMetricStreamCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_queryGetMetricWidgetImageCommand: (
235
+ input: GetMetricWidgetImageCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_queryListDashboardsCommand: (
239
+ input: ListDashboardsCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_queryListManagedInsightRulesCommand: (
243
+ input: ListManagedInsightRulesCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_queryListMetricsCommand: (
247
+ input: ListMetricsCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_queryListMetricStreamsCommand: (
251
+ input: ListMetricStreamsCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_queryListTagsForResourceCommand: (
255
+ input: ListTagsForResourceCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_queryPutAnomalyDetectorCommand: (
259
+ input: PutAnomalyDetectorCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_queryPutCompositeAlarmCommand: (
263
+ input: PutCompositeAlarmCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_queryPutDashboardCommand: (
267
+ input: PutDashboardCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_queryPutInsightRuleCommand: (
271
+ input: PutInsightRuleCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_queryPutManagedInsightRulesCommand: (
275
+ input: PutManagedInsightRulesCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_queryPutMetricAlarmCommand: (
279
+ input: PutMetricAlarmCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_queryPutMetricDataCommand: (
283
+ input: PutMetricDataCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_queryPutMetricStreamCommand: (
287
+ input: PutMetricStreamCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_querySetAlarmStateCommand: (
291
+ input: SetAlarmStateCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_queryStartMetricStreamsCommand: (
295
+ input: StartMetricStreamsCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_queryStopMetricStreamsCommand: (
299
+ input: StopMetricStreamsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_queryTagResourceCommand: (
303
+ input: TagResourceCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_queryUntagResourceCommand: (
307
+ input: UntagResourceCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const deserializeAws_queryDeleteAlarmsCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<DeleteAlarmsCommandOutput>;
314
+ export declare const deserializeAws_queryDeleteAnomalyDetectorCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<DeleteAnomalyDetectorCommandOutput>;
318
+ export declare const deserializeAws_queryDeleteDashboardsCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<DeleteDashboardsCommandOutput>;
322
+ export declare const deserializeAws_queryDeleteInsightRulesCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DeleteInsightRulesCommandOutput>;
326
+ export declare const deserializeAws_queryDeleteMetricStreamCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DeleteMetricStreamCommandOutput>;
330
+ export declare const deserializeAws_queryDescribeAlarmHistoryCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DescribeAlarmHistoryCommandOutput>;
334
+ export declare const deserializeAws_queryDescribeAlarmsCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DescribeAlarmsCommandOutput>;
338
+ export declare const deserializeAws_queryDescribeAlarmsForMetricCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DescribeAlarmsForMetricCommandOutput>;
342
+ export declare const deserializeAws_queryDescribeAnomalyDetectorsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DescribeAnomalyDetectorsCommandOutput>;
346
+ export declare const deserializeAws_queryDescribeInsightRulesCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DescribeInsightRulesCommandOutput>;
350
+ export declare const deserializeAws_queryDisableAlarmActionsCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<DisableAlarmActionsCommandOutput>;
354
+ export declare const deserializeAws_queryDisableInsightRulesCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<DisableInsightRulesCommandOutput>;
358
+ export declare const deserializeAws_queryEnableAlarmActionsCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<EnableAlarmActionsCommandOutput>;
362
+ export declare const deserializeAws_queryEnableInsightRulesCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<EnableInsightRulesCommandOutput>;
366
+ export declare const deserializeAws_queryGetDashboardCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<GetDashboardCommandOutput>;
370
+ export declare const deserializeAws_queryGetInsightRuleReportCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<GetInsightRuleReportCommandOutput>;
374
+ export declare const deserializeAws_queryGetMetricDataCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<GetMetricDataCommandOutput>;
378
+ export declare const deserializeAws_queryGetMetricStatisticsCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<GetMetricStatisticsCommandOutput>;
382
+ export declare const deserializeAws_queryGetMetricStreamCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<GetMetricStreamCommandOutput>;
386
+ export declare const deserializeAws_queryGetMetricWidgetImageCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<GetMetricWidgetImageCommandOutput>;
390
+ export declare const deserializeAws_queryListDashboardsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<ListDashboardsCommandOutput>;
394
+ export declare const deserializeAws_queryListManagedInsightRulesCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListManagedInsightRulesCommandOutput>;
398
+ export declare const deserializeAws_queryListMetricsCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListMetricsCommandOutput>;
402
+ export declare const deserializeAws_queryListMetricStreamsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListMetricStreamsCommandOutput>;
406
+ export declare const deserializeAws_queryListTagsForResourceCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListTagsForResourceCommandOutput>;
410
+ export declare const deserializeAws_queryPutAnomalyDetectorCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<PutAnomalyDetectorCommandOutput>;
414
+ export declare const deserializeAws_queryPutCompositeAlarmCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<PutCompositeAlarmCommandOutput>;
418
+ export declare const deserializeAws_queryPutDashboardCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<PutDashboardCommandOutput>;
422
+ export declare const deserializeAws_queryPutInsightRuleCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<PutInsightRuleCommandOutput>;
426
+ export declare const deserializeAws_queryPutManagedInsightRulesCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<PutManagedInsightRulesCommandOutput>;
430
+ export declare const deserializeAws_queryPutMetricAlarmCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<PutMetricAlarmCommandOutput>;
434
+ export declare const deserializeAws_queryPutMetricDataCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<PutMetricDataCommandOutput>;
438
+ export declare const deserializeAws_queryPutMetricStreamCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<PutMetricStreamCommandOutput>;
442
+ export declare const deserializeAws_querySetAlarmStateCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<SetAlarmStateCommandOutput>;
446
+ export declare const deserializeAws_queryStartMetricStreamsCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<StartMetricStreamsCommandOutput>;
450
+ export declare const deserializeAws_queryStopMetricStreamsCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<StopMetricStreamsCommandOutput>;
454
+ export declare const deserializeAws_queryTagResourceCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<TagResourceCommandOutput>;
458
+ export declare const deserializeAws_queryUntagResourceCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<UntagResourceCommandOutput>;