@aws-sdk/client-cloudwatch 3.775.0 → 3.777.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 (39) hide show
  1. package/dist-types/commands/DeleteAlarmsCommand.d.ts +1 -0
  2. package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +1 -0
  3. package/dist-types/commands/DeleteDashboardsCommand.d.ts +1 -0
  4. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteMetricStreamCommand.d.ts +1 -0
  6. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +1 -0
  7. package/dist-types/commands/DescribeAlarmsCommand.d.ts +1 -0
  8. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +1 -0
  9. package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +1 -0
  11. package/dist-types/commands/DisableAlarmActionsCommand.d.ts +1 -0
  12. package/dist-types/commands/DisableInsightRulesCommand.d.ts +1 -0
  13. package/dist-types/commands/EnableAlarmActionsCommand.d.ts +1 -0
  14. package/dist-types/commands/EnableInsightRulesCommand.d.ts +1 -0
  15. package/dist-types/commands/GetDashboardCommand.d.ts +1 -0
  16. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +1 -0
  17. package/dist-types/commands/GetMetricDataCommand.d.ts +1 -0
  18. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +1 -0
  19. package/dist-types/commands/GetMetricStreamCommand.d.ts +1 -0
  20. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +1 -0
  21. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -0
  22. package/dist-types/commands/ListManagedInsightRulesCommand.d.ts +1 -0
  23. package/dist-types/commands/ListMetricStreamsCommand.d.ts +1 -0
  24. package/dist-types/commands/ListMetricsCommand.d.ts +1 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  26. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +1 -0
  27. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +1 -0
  28. package/dist-types/commands/PutDashboardCommand.d.ts +1 -0
  29. package/dist-types/commands/PutInsightRuleCommand.d.ts +1 -0
  30. package/dist-types/commands/PutManagedInsightRulesCommand.d.ts +1 -0
  31. package/dist-types/commands/PutMetricAlarmCommand.d.ts +1 -0
  32. package/dist-types/commands/PutMetricDataCommand.d.ts +1 -0
  33. package/dist-types/commands/PutMetricStreamCommand.d.ts +1 -0
  34. package/dist-types/commands/SetAlarmStateCommand.d.ts +1 -0
  35. package/dist-types/commands/StartMetricStreamsCommand.d.ts +1 -0
  36. package/dist-types/commands/StopMetricStreamsCommand.d.ts +1 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  39. package/package.json +2 -2
@@ -76,6 +76,7 @@ declare const DeleteAlarmsCommand_base: {
76
76
  * @throws {@link CloudWatchServiceException}
77
77
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteAlarmsCommand extends DeleteAlarmsCommand_base {
@@ -112,6 +112,7 @@ declare const DeleteAnomalyDetectorCommand_base: {
112
112
  * @throws {@link CloudWatchServiceException}
113
113
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class DeleteAnomalyDetectorCommand extends DeleteAnomalyDetectorCommand_base {
@@ -65,6 +65,7 @@ declare const DeleteDashboardsCommand_base: {
65
65
  * @throws {@link CloudWatchServiceException}
66
66
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class DeleteDashboardsCommand extends DeleteDashboardsCommand_base {
@@ -71,6 +71,7 @@ declare const DeleteInsightRulesCommand_base: {
71
71
  * @throws {@link CloudWatchServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class DeleteInsightRulesCommand extends DeleteInsightRulesCommand_base {
@@ -62,6 +62,7 @@ declare const DeleteMetricStreamCommand_base: {
62
62
  * @throws {@link CloudWatchServiceException}
63
63
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
64
64
  *
65
+ *
65
66
  * @public
66
67
  */
67
68
  export declare class DeleteMetricStreamCommand extends DeleteMetricStreamCommand_base {
@@ -83,6 +83,7 @@ declare const DescribeAlarmHistoryCommand_base: {
83
83
  * @throws {@link CloudWatchServiceException}
84
84
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribeAlarmHistoryCommand extends DescribeAlarmHistoryCommand_base {
@@ -169,6 +169,7 @@ declare const DescribeAlarmsCommand_base: {
169
169
  * @throws {@link CloudWatchServiceException}
170
170
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
171
171
  *
172
+ *
172
173
  * @public
173
174
  */
174
175
  export declare class DescribeAlarmsCommand extends DescribeAlarmsCommand_base {
@@ -136,6 +136,7 @@ declare const DescribeAlarmsForMetricCommand_base: {
136
136
  * @throws {@link CloudWatchServiceException}
137
137
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
138
138
  *
139
+ *
139
140
  * @public
140
141
  */
141
142
  export declare class DescribeAlarmsForMetricCommand extends DescribeAlarmsForMetricCommand_base {
@@ -144,6 +144,7 @@ declare const DescribeAnomalyDetectorsCommand_base: {
144
144
  * @throws {@link CloudWatchServiceException}
145
145
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
146
146
  *
147
+ *
147
148
  * @public
148
149
  */
149
150
  export declare class DescribeAnomalyDetectorsCommand extends DescribeAnomalyDetectorsCommand_base {
@@ -69,6 +69,7 @@ declare const DescribeInsightRulesCommand_base: {
69
69
  * @throws {@link CloudWatchServiceException}
70
70
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class DescribeInsightRulesCommand extends DescribeInsightRulesCommand_base {
@@ -55,6 +55,7 @@ declare const DisableAlarmActionsCommand_base: {
55
55
  * @throws {@link CloudWatchServiceException}
56
56
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
57
57
  *
58
+ *
58
59
  * @public
59
60
  */
60
61
  export declare class DisableAlarmActionsCommand extends DisableAlarmActionsCommand_base {
@@ -70,6 +70,7 @@ declare const DisableInsightRulesCommand_base: {
70
70
  * @throws {@link CloudWatchServiceException}
71
71
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DisableInsightRulesCommand extends DisableInsightRulesCommand_base {
@@ -54,6 +54,7 @@ declare const EnableAlarmActionsCommand_base: {
54
54
  * @throws {@link CloudWatchServiceException}
55
55
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
56
56
  *
57
+ *
57
58
  * @public
58
59
  */
59
60
  export declare class EnableAlarmActionsCommand extends EnableAlarmActionsCommand_base {
@@ -73,6 +73,7 @@ declare const EnableInsightRulesCommand_base: {
73
73
  * @throws {@link CloudWatchServiceException}
74
74
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class EnableInsightRulesCommand extends EnableInsightRulesCommand_base {
@@ -69,6 +69,7 @@ declare const GetDashboardCommand_base: {
69
69
  * @throws {@link CloudWatchServiceException}
70
70
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class GetDashboardCommand extends GetDashboardCommand_base {
@@ -147,6 +147,7 @@ declare const GetInsightRuleReportCommand_base: {
147
147
  * @throws {@link CloudWatchServiceException}
148
148
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
149
149
  *
150
+ *
150
151
  * @public
151
152
  */
152
153
  export declare class GetInsightRuleReportCommand extends GetInsightRuleReportCommand_base {
@@ -177,6 +177,7 @@ declare const GetMetricDataCommand_base: {
177
177
  * @throws {@link CloudWatchServiceException}
178
178
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
179
179
  *
180
+ *
180
181
  * @public
181
182
  */
182
183
  export declare class GetMetricDataCommand extends GetMetricDataCommand_base {
@@ -154,6 +154,7 @@ declare const GetMetricStatisticsCommand_base: {
154
154
  * @throws {@link CloudWatchServiceException}
155
155
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
156
156
  *
157
+ *
157
158
  * @public
158
159
  */
159
160
  export declare class GetMetricStatisticsCommand extends GetMetricStatisticsCommand_base {
@@ -107,6 +107,7 @@ declare const GetMetricStreamCommand_base: {
107
107
  * @throws {@link CloudWatchServiceException}
108
108
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class GetMetricStreamCommand extends GetMetricStreamCommand_base {
@@ -71,6 +71,7 @@ declare const GetMetricWidgetImageCommand_base: {
71
71
  * @throws {@link CloudWatchServiceException}
72
72
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class GetMetricWidgetImageCommand extends GetMetricWidgetImageCommand_base {
@@ -77,6 +77,7 @@ declare const ListDashboardsCommand_base: {
77
77
  * @throws {@link CloudWatchServiceException}
78
78
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListDashboardsCommand extends ListDashboardsCommand_base {
@@ -78,6 +78,7 @@ declare const ListManagedInsightRulesCommand_base: {
78
78
  * @throws {@link CloudWatchServiceException}
79
79
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListManagedInsightRulesCommand extends ListManagedInsightRulesCommand_base {
@@ -79,6 +79,7 @@ declare const ListMetricStreamsCommand_base: {
79
79
  * @throws {@link CloudWatchServiceException}
80
80
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListMetricStreamsCommand extends ListMetricStreamsCommand_base {
@@ -97,6 +97,7 @@ declare const ListMetricsCommand_base: {
97
97
  * @throws {@link CloudWatchServiceException}
98
98
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class ListMetricsCommand extends ListMetricsCommand_base {
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @throws {@link CloudWatchServiceException}
71
71
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -128,6 +128,7 @@ declare const PutAnomalyDetectorCommand_base: {
128
128
  * @throws {@link CloudWatchServiceException}
129
129
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
130
130
  *
131
+ *
131
132
  * @public
132
133
  */
133
134
  export declare class PutAnomalyDetectorCommand extends PutAnomalyDetectorCommand_base {
@@ -129,6 +129,7 @@ declare const PutCompositeAlarmCommand_base: {
129
129
  * @throws {@link CloudWatchServiceException}
130
130
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class PutCompositeAlarmCommand extends PutCompositeAlarmCommand_base {
@@ -82,6 +82,7 @@ declare const PutDashboardCommand_base: {
82
82
  * @throws {@link CloudWatchServiceException}
83
83
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class PutDashboardCommand extends PutDashboardCommand_base {
@@ -74,6 +74,7 @@ declare const PutInsightRuleCommand_base: {
74
74
  * @throws {@link CloudWatchServiceException}
75
75
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class PutInsightRuleCommand extends PutInsightRuleCommand_base {
@@ -87,6 +87,7 @@ declare const PutManagedInsightRulesCommand_base: {
87
87
  * @throws {@link CloudWatchServiceException}
88
88
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class PutManagedInsightRulesCommand extends PutManagedInsightRulesCommand_base {
@@ -165,6 +165,7 @@ declare const PutMetricAlarmCommand_base: {
165
165
  * @throws {@link CloudWatchServiceException}
166
166
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
167
167
  *
168
+ *
168
169
  * @public
169
170
  */
170
171
  export declare class PutMetricAlarmCommand extends PutMetricAlarmCommand_base {
@@ -180,6 +180,7 @@ declare const PutMetricDataCommand_base: {
180
180
  * @throws {@link CloudWatchServiceException}
181
181
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
182
182
  *
183
+ *
183
184
  * @public
184
185
  */
185
186
  export declare class PutMetricDataCommand extends PutMetricDataCommand_base {
@@ -142,6 +142,7 @@ declare const PutMetricStreamCommand_base: {
142
142
  * @throws {@link CloudWatchServiceException}
143
143
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
144
144
  *
145
+ *
145
146
  * @public
146
147
  */
147
148
  export declare class PutMetricStreamCommand extends PutMetricStreamCommand_base {
@@ -76,6 +76,7 @@ declare const SetAlarmStateCommand_base: {
76
76
  * @throws {@link CloudWatchServiceException}
77
77
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class SetAlarmStateCommand extends SetAlarmStateCommand_base {
@@ -64,6 +64,7 @@ declare const StartMetricStreamsCommand_base: {
64
64
  * @throws {@link CloudWatchServiceException}
65
65
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class StartMetricStreamsCommand extends StartMetricStreamsCommand_base {
@@ -64,6 +64,7 @@ declare const StopMetricStreamsCommand_base: {
64
64
  * @throws {@link CloudWatchServiceException}
65
65
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class StopMetricStreamsCommand extends StopMetricStreamsCommand_base {
@@ -84,6 +84,7 @@ declare const TagResourceCommand_base: {
84
84
  * @throws {@link CloudWatchServiceException}
85
85
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -68,6 +68,7 @@ declare const UntagResourceCommand_base: {
68
68
  * @throws {@link CloudWatchServiceException}
69
69
  * <p>Base exception class for all service exceptions from CloudWatch service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",