@aws-sdk/client-cloudwatch 3.40.0 → 3.41.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 +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/DeleteAlarmsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnomalyDetectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInsightRulesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMetricStreamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInsightRulesCommand.d.ts +1 -1
- package/dist-types/commands/DisableAlarmActionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableInsightRulesCommand.d.ts +1 -1
- package/dist-types/commands/EnableAlarmActionsCommand.d.ts +1 -1
- package/dist-types/commands/EnableInsightRulesCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightRuleReportCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricStreamCommand.d.ts +1 -1
- package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricStreamsCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +1 -1
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +1 -1
- package/dist-types/commands/PutDashboardCommand.d.ts +1 -1
- package/dist-types/commands/PutInsightRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +1 -1
- package/dist-types/commands/PutMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/PutMetricStreamCommand.d.ts +1 -1
- package/dist-types/commands/SetAlarmStateCommand.d.ts +1 -1
- package/dist-types/commands/StartMetricStreamsCommand.d.ts +1 -1
- package/dist-types/commands/StopMetricStreamsCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -155,6 +155,10 @@ const partitionHash = {
|
|
|
155
155
|
hostname: "monitoring.{region}.c2s.ic.gov",
|
|
156
156
|
tags: [],
|
|
157
157
|
},
|
|
158
|
+
{
|
|
159
|
+
hostname: "monitoring-fips.{region}.c2s.ic.gov",
|
|
160
|
+
tags: ["fips"],
|
|
161
|
+
},
|
|
158
162
|
],
|
|
159
163
|
},
|
|
160
164
|
"aws-iso-b": {
|
|
@@ -165,6 +169,10 @@ const partitionHash = {
|
|
|
165
169
|
hostname: "monitoring.{region}.sc2s.sgov.gov",
|
|
166
170
|
tags: [],
|
|
167
171
|
},
|
|
172
|
+
{
|
|
173
|
+
hostname: "monitoring-fips.{region}.sc2s.sgov.gov",
|
|
174
|
+
tags: ["fips"],
|
|
175
|
+
},
|
|
168
176
|
],
|
|
169
177
|
},
|
|
170
178
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -153,6 +153,10 @@ var partitionHash = {
|
|
|
153
153
|
hostname: "monitoring.{region}.c2s.ic.gov",
|
|
154
154
|
tags: [],
|
|
155
155
|
},
|
|
156
|
+
{
|
|
157
|
+
hostname: "monitoring-fips.{region}.c2s.ic.gov",
|
|
158
|
+
tags: ["fips"],
|
|
159
|
+
},
|
|
156
160
|
],
|
|
157
161
|
},
|
|
158
162
|
"aws-iso-b": {
|
|
@@ -163,6 +167,10 @@ var partitionHash = {
|
|
|
163
167
|
hostname: "monitoring.{region}.sc2s.sgov.gov",
|
|
164
168
|
tags: [],
|
|
165
169
|
},
|
|
170
|
+
{
|
|
171
|
+
hostname: "monitoring-fips.{region}.sc2s.sgov.gov",
|
|
172
|
+
tags: ["fips"],
|
|
173
|
+
},
|
|
166
174
|
],
|
|
167
175
|
},
|
|
168
176
|
"aws-us-gov": {
|
|
@@ -35,7 +35,7 @@ export interface DeleteAlarmsCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DeleteAlarmsCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DeleteAlarmsCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DeleteAlarmsCommand extends $Command<DeleteAlarmsCommandInput, DeleteAlarmsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteAnomalyDetectorCommandOutput extends DeleteAnomalyDetecto
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteAnomalyDetectorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteAnomalyDetectorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteAnomalyDetectorCommand extends $Command<DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteDashboardsCommandOutput extends DeleteDashboardsOutput, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteDashboardsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteDashboardsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteDashboardsCommand extends $Command<DeleteDashboardsCommandInput, DeleteDashboardsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteInsightRulesCommandOutput extends DeleteInsightRulesOutpu
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteInsightRulesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteInsightRulesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteInsightRulesCommand extends $Command<DeleteInsightRulesCommandInput, DeleteInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMetricStreamCommandOutput extends DeleteMetricStreamOutpu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMetricStreamCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMetricStreamCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteMetricStreamCommand extends $Command<DeleteMetricStreamCommandInput, DeleteMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeAlarmHistoryCommandOutput extends DescribeAlarmHistoryO
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeAlarmHistoryCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeAlarmHistoryCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeAlarmHistoryCommand extends $Command<DescribeAlarmHistoryCommandInput, DescribeAlarmHistoryCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAlarmsCommandOutput extends DescribeAlarmsOutput, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAlarmsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAlarmsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAlarmsCommand extends $Command<DescribeAlarmsCommandInput, DescribeAlarmsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeAlarmsForMetricCommandOutput extends DescribeAlarmsForM
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeAlarmsForMetricCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeAlarmsForMetricCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeAlarmsForMetricCommand extends $Command<DescribeAlarmsForMetricCommandInput, DescribeAlarmsForMetricCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeAnomalyDetectorsCommandOutput extends DescribeAnomalyDe
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeAnomalyDetectorsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeAnomalyDetectorsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeAnomalyDetectorsCommand extends $Command<DescribeAnomalyDetectorsCommandInput, DescribeAnomalyDetectorsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeInsightRulesCommandOutput extends DescribeInsightRulesO
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeInsightRulesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeInsightRulesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeInsightRulesCommand extends $Command<DescribeInsightRulesCommandInput, DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableAlarmActionsCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableAlarmActionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableAlarmActionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisableAlarmActionsCommand extends $Command<DisableAlarmActionsCommandInput, DisableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DisableInsightRulesCommandOutput extends DisableInsightRulesOut
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DisableInsightRulesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DisableInsightRulesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DisableInsightRulesCommand extends $Command<DisableInsightRulesCommandInput, DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface EnableAlarmActionsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableAlarmActionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableAlarmActionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class EnableAlarmActionsCommand extends $Command<EnableAlarmActionsCommandInput, EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface EnableInsightRulesCommandOutput extends EnableInsightRulesOutpu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link EnableInsightRulesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link EnableInsightRulesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class EnableInsightRulesCommand extends $Command<EnableInsightRulesCommandInput, EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetDashboardCommandOutput extends GetDashboardOutput, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetDashboardCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetDashboardCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetDashboardCommand extends $Command<GetDashboardCommandInput, GetDashboardCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -56,7 +56,7 @@ export interface GetInsightRuleReportCommandOutput extends GetInsightRuleReportO
|
|
|
56
56
|
*
|
|
57
57
|
* @see {@link GetInsightRuleReportCommandInput} for command's `input` shape.
|
|
58
58
|
* @see {@link GetInsightRuleReportCommandOutput} for command's `response` shape.
|
|
59
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
59
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
export declare class GetInsightRuleReportCommand extends $Command<GetInsightRuleReportCommandInput, GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -55,7 +55,7 @@ export interface GetMetricDataCommandOutput extends GetMetricDataOutput, __Metad
|
|
|
55
55
|
*
|
|
56
56
|
* @see {@link GetMetricDataCommandInput} for command's `input` shape.
|
|
57
57
|
* @see {@link GetMetricDataCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
58
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
export declare class GetMetricDataCommand extends $Command<GetMetricDataCommandInput, GetMetricDataCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -71,7 +71,7 @@ export interface GetMetricStatisticsCommandOutput extends GetMetricStatisticsOut
|
|
|
71
71
|
*
|
|
72
72
|
* @see {@link GetMetricStatisticsCommandInput} for command's `input` shape.
|
|
73
73
|
* @see {@link GetMetricStatisticsCommandOutput} for command's `response` shape.
|
|
74
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
74
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
75
75
|
*
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetMetricStatisticsCommand extends $Command<GetMetricStatisticsCommandInput, GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMetricStreamCommandOutput extends GetMetricStreamOutput, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMetricStreamCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMetricStreamCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMetricStreamCommand extends $Command<GetMetricStreamCommandInput, GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface GetMetricWidgetImageCommandOutput extends GetMetricWidgetImageO
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link GetMetricWidgetImageCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link GetMetricWidgetImageCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class GetMetricWidgetImageCommand extends $Command<GetMetricWidgetImageCommandInput, GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface ListDashboardsCommandOutput extends ListDashboardsOutput, __Met
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link ListDashboardsCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link ListDashboardsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMetricStreamsCommandOutput extends ListMetricStreamsOutput,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMetricStreamsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMetricStreamsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMetricStreamsCommand extends $Command<ListMetricStreamsCommandInput, ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface ListMetricsCommandOutput extends ListMetricsOutput, __MetadataB
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link ListMetricsCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link ListMetricsCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class ListMetricsCommand extends $Command<ListMetricsCommandInput, ListMetricsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface PutAnomalyDetectorCommandOutput extends PutAnomalyDetectorOutpu
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link PutAnomalyDetectorCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link PutAnomalyDetectorCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class PutAnomalyDetectorCommand extends $Command<PutAnomalyDetectorCommandInput, PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -55,7 +55,7 @@ export interface PutCompositeAlarmCommandOutput extends __MetadataBearer {
|
|
|
55
55
|
*
|
|
56
56
|
* @see {@link PutCompositeAlarmCommandInput} for command's `input` shape.
|
|
57
57
|
* @see {@link PutCompositeAlarmCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
58
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
export declare class PutCompositeAlarmCommand extends $Command<PutCompositeAlarmCommandInput, PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface PutDashboardCommandOutput extends PutDashboardOutput, __Metadat
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link PutDashboardCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link PutDashboardCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class PutDashboardCommand extends $Command<PutDashboardCommandInput, PutDashboardCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface PutInsightRuleCommandOutput extends PutInsightRuleOutput, __Met
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link PutInsightRuleCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link PutInsightRuleCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class PutInsightRuleCommand extends $Command<PutInsightRuleCommandInput, PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -83,7 +83,7 @@ export interface PutMetricAlarmCommandOutput extends __MetadataBearer {
|
|
|
83
83
|
*
|
|
84
84
|
* @see {@link PutMetricAlarmCommandInput} for command's `input` shape.
|
|
85
85
|
* @see {@link PutMetricAlarmCommandOutput} for command's `response` shape.
|
|
86
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
86
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class PutMetricAlarmCommand extends $Command<PutMetricAlarmCommandInput, PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface PutMetricDataCommandOutput extends __MetadataBearer {
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link PutMetricDataCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link PutMetricDataCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class PutMetricDataCommand extends $Command<PutMetricDataCommandInput, PutMetricDataCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface PutMetricStreamCommandOutput extends PutMetricStreamOutput, __M
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link PutMetricStreamCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link PutMetricStreamCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class PutMetricStreamCommand extends $Command<PutMetricStreamCommandInput, PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface SetAlarmStateCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link SetAlarmStateCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link SetAlarmStateCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class SetAlarmStateCommand extends $Command<SetAlarmStateCommandInput, SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartMetricStreamsCommandOutput extends StartMetricStreamsOutpu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartMetricStreamsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartMetricStreamsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartMetricStreamsCommand extends $Command<StartMetricStreamsCommandInput, StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopMetricStreamsCommandOutput extends StopMetricStreamsOutput,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopMetricStreamsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopMetricStreamsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopMetricStreamsCommand extends $Command<StopMetricStreamsCommandInput, StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CloudWatchClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CloudWatchClientResolvedConfig | config} for CloudWatchClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|