@aws-sdk/client-cloudwatch 3.42.0 → 3.47.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 +51 -0
- package/dist-cjs/endpoints.js +1 -24
- package/dist-cjs/models/models_0.js +37 -99
- package/dist-cjs/protocols/Aws_query.js +146 -0
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -24
- package/dist-es/models/models_0.js +25 -64
- package/dist-es/protocols/Aws_query.js +322 -158
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/CloudWatch.d.ts +19 -5
- package/dist-types/CloudWatchClient.d.ts +5 -1
- package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAlarmsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnomalyDetectorsCommand.d.ts +7 -3
- package/dist-types/commands/PutCompositeAlarmCommand.d.ts +4 -0
- package/dist-types/commands/PutMetricAlarmCommand.d.ts +1 -1
- package/dist-types/commands/PutMetricStreamCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +423 -258
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CloudWatchClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +103 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "monitoring.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "monitoring-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "monitoring.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "monitoring-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-east-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "monitoring.us-gov-east-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "monitoring.us-gov-east-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "monitoring.us-gov-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "monitoring.us-gov-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-west-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "monitoring.us-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "monitoring-fips.us-west-1.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-west-2": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "monitoring.us-west-2.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "monitoring-fips.us-west-2.amazonaws.com",
|
|
72
48
|
tags: ["fips"],
|
|
@@ -85,6 +61,7 @@ var partitionHash = {
|
|
|
85
61
|
"ap-south-1",
|
|
86
62
|
"ap-southeast-1",
|
|
87
63
|
"ap-southeast-2",
|
|
64
|
+
"ap-southeast-3",
|
|
88
65
|
"ca-central-1",
|
|
89
66
|
"eu-central-1",
|
|
90
67
|
"eu-north-1",
|
|
@@ -15,10 +15,35 @@ export var Dimension;
|
|
|
15
15
|
(function (Dimension) {
|
|
16
16
|
Dimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
17
|
})(Dimension || (Dimension = {}));
|
|
18
|
+
export var Metric;
|
|
19
|
+
(function (Metric) {
|
|
20
|
+
Metric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
+
})(Metric || (Metric = {}));
|
|
22
|
+
export var MetricStat;
|
|
23
|
+
(function (MetricStat) {
|
|
24
|
+
MetricStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(MetricStat || (MetricStat = {}));
|
|
26
|
+
export var MetricDataQuery;
|
|
27
|
+
(function (MetricDataQuery) {
|
|
28
|
+
MetricDataQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
+
})(MetricDataQuery || (MetricDataQuery = {}));
|
|
30
|
+
export var MetricMathAnomalyDetector;
|
|
31
|
+
(function (MetricMathAnomalyDetector) {
|
|
32
|
+
MetricMathAnomalyDetector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
+
})(MetricMathAnomalyDetector || (MetricMathAnomalyDetector = {}));
|
|
34
|
+
export var SingleMetricAnomalyDetector;
|
|
35
|
+
(function (SingleMetricAnomalyDetector) {
|
|
36
|
+
SingleMetricAnomalyDetector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(SingleMetricAnomalyDetector || (SingleMetricAnomalyDetector = {}));
|
|
18
38
|
export var AnomalyDetector;
|
|
19
39
|
(function (AnomalyDetector) {
|
|
20
40
|
AnomalyDetector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
41
|
})(AnomalyDetector || (AnomalyDetector = {}));
|
|
42
|
+
export var AnomalyDetectorType;
|
|
43
|
+
(function (AnomalyDetectorType) {
|
|
44
|
+
AnomalyDetectorType["METRIC_MATH"] = "METRIC_MATH";
|
|
45
|
+
AnomalyDetectorType["SINGLE_METRIC"] = "SINGLE_METRIC";
|
|
46
|
+
})(AnomalyDetectorType || (AnomalyDetectorType = {}));
|
|
22
47
|
export var PartialFailure;
|
|
23
48
|
(function (PartialFailure) {
|
|
24
49
|
PartialFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -27,10 +52,6 @@ export var CompositeAlarm;
|
|
|
27
52
|
(function (CompositeAlarm) {
|
|
28
53
|
CompositeAlarm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
54
|
})(CompositeAlarm || (CompositeAlarm = {}));
|
|
30
|
-
export var ConcurrentModificationException;
|
|
31
|
-
(function (ConcurrentModificationException) {
|
|
32
|
-
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
34
55
|
export var DashboardEntry;
|
|
35
56
|
(function (DashboardEntry) {
|
|
36
57
|
DashboardEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -39,14 +60,6 @@ export var DashboardValidationMessage;
|
|
|
39
60
|
(function (DashboardValidationMessage) {
|
|
40
61
|
DashboardValidationMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
62
|
})(DashboardValidationMessage || (DashboardValidationMessage = {}));
|
|
42
|
-
export var DashboardInvalidInputError;
|
|
43
|
-
(function (DashboardInvalidInputError) {
|
|
44
|
-
DashboardInvalidInputError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(DashboardInvalidInputError || (DashboardInvalidInputError = {}));
|
|
46
|
-
export var DashboardNotFoundError;
|
|
47
|
-
(function (DashboardNotFoundError) {
|
|
48
|
-
DashboardNotFoundError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
-
})(DashboardNotFoundError || (DashboardNotFoundError = {}));
|
|
50
63
|
export var Datapoint;
|
|
51
64
|
(function (Datapoint) {
|
|
52
65
|
Datapoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -55,10 +68,6 @@ export var DeleteAlarmsInput;
|
|
|
55
68
|
(function (DeleteAlarmsInput) {
|
|
56
69
|
DeleteAlarmsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
70
|
})(DeleteAlarmsInput || (DeleteAlarmsInput = {}));
|
|
58
|
-
export var ResourceNotFound;
|
|
59
|
-
(function (ResourceNotFound) {
|
|
60
|
-
ResourceNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
-
})(ResourceNotFound || (ResourceNotFound = {}));
|
|
62
71
|
export var DeleteAnomalyDetectorInput;
|
|
63
72
|
(function (DeleteAnomalyDetectorInput) {
|
|
64
73
|
DeleteAnomalyDetectorInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -67,22 +76,6 @@ export var DeleteAnomalyDetectorOutput;
|
|
|
67
76
|
(function (DeleteAnomalyDetectorOutput) {
|
|
68
77
|
DeleteAnomalyDetectorOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
78
|
})(DeleteAnomalyDetectorOutput || (DeleteAnomalyDetectorOutput = {}));
|
|
70
|
-
export var InternalServiceFault;
|
|
71
|
-
(function (InternalServiceFault) {
|
|
72
|
-
InternalServiceFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
-
})(InternalServiceFault || (InternalServiceFault = {}));
|
|
74
|
-
export var InvalidParameterValueException;
|
|
75
|
-
(function (InvalidParameterValueException) {
|
|
76
|
-
InvalidParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
-
})(InvalidParameterValueException || (InvalidParameterValueException = {}));
|
|
78
|
-
export var MissingRequiredParameterException;
|
|
79
|
-
(function (MissingRequiredParameterException) {
|
|
80
|
-
MissingRequiredParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
-
})(MissingRequiredParameterException || (MissingRequiredParameterException = {}));
|
|
82
|
-
export var ResourceNotFoundException;
|
|
83
|
-
(function (ResourceNotFoundException) {
|
|
84
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
86
79
|
export var DeleteDashboardsInput;
|
|
87
80
|
(function (DeleteDashboardsInput) {
|
|
88
81
|
DeleteDashboardsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -120,26 +113,10 @@ export var DescribeAlarmHistoryOutput;
|
|
|
120
113
|
(function (DescribeAlarmHistoryOutput) {
|
|
121
114
|
DescribeAlarmHistoryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
115
|
})(DescribeAlarmHistoryOutput || (DescribeAlarmHistoryOutput = {}));
|
|
123
|
-
export var InvalidNextToken;
|
|
124
|
-
(function (InvalidNextToken) {
|
|
125
|
-
InvalidNextToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
-
})(InvalidNextToken || (InvalidNextToken = {}));
|
|
127
116
|
export var DescribeAlarmsInput;
|
|
128
117
|
(function (DescribeAlarmsInput) {
|
|
129
118
|
DescribeAlarmsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
119
|
})(DescribeAlarmsInput || (DescribeAlarmsInput = {}));
|
|
131
|
-
export var Metric;
|
|
132
|
-
(function (Metric) {
|
|
133
|
-
Metric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
-
})(Metric || (Metric = {}));
|
|
135
|
-
export var MetricStat;
|
|
136
|
-
(function (MetricStat) {
|
|
137
|
-
MetricStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(MetricStat || (MetricStat = {}));
|
|
139
|
-
export var MetricDataQuery;
|
|
140
|
-
(function (MetricDataQuery) {
|
|
141
|
-
MetricDataQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(MetricDataQuery || (MetricDataQuery = {}));
|
|
143
120
|
export var MetricAlarm;
|
|
144
121
|
(function (MetricAlarm) {
|
|
145
122
|
MetricAlarm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -204,10 +181,6 @@ export var EnableInsightRulesOutput;
|
|
|
204
181
|
(function (EnableInsightRulesOutput) {
|
|
205
182
|
EnableInsightRulesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
183
|
})(EnableInsightRulesOutput || (EnableInsightRulesOutput = {}));
|
|
207
|
-
export var LimitExceededException;
|
|
208
|
-
(function (LimitExceededException) {
|
|
209
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
211
184
|
export var GetDashboardInput;
|
|
212
185
|
(function (GetDashboardInput) {
|
|
213
186
|
GetDashboardInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -270,10 +243,6 @@ export var GetMetricStatisticsOutput;
|
|
|
270
243
|
(function (GetMetricStatisticsOutput) {
|
|
271
244
|
GetMetricStatisticsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
245
|
})(GetMetricStatisticsOutput || (GetMetricStatisticsOutput = {}));
|
|
273
|
-
export var InvalidParameterCombinationException;
|
|
274
|
-
(function (InvalidParameterCombinationException) {
|
|
275
|
-
InvalidParameterCombinationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(InvalidParameterCombinationException || (InvalidParameterCombinationException = {}));
|
|
277
246
|
export var GetMetricStreamInput;
|
|
278
247
|
(function (GetMetricStreamInput) {
|
|
279
248
|
GetMetricStreamInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -351,10 +320,6 @@ export var PutAnomalyDetectorOutput;
|
|
|
351
320
|
(function (PutAnomalyDetectorOutput) {
|
|
352
321
|
PutAnomalyDetectorOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
322
|
})(PutAnomalyDetectorOutput || (PutAnomalyDetectorOutput = {}));
|
|
354
|
-
export var LimitExceededFault;
|
|
355
|
-
(function (LimitExceededFault) {
|
|
356
|
-
LimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(LimitExceededFault || (LimitExceededFault = {}));
|
|
358
323
|
export var PutCompositeAlarmInput;
|
|
359
324
|
(function (PutCompositeAlarmInput) {
|
|
360
325
|
PutCompositeAlarmInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -399,10 +364,6 @@ export var PutMetricStreamOutput;
|
|
|
399
364
|
(function (PutMetricStreamOutput) {
|
|
400
365
|
PutMetricStreamOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
366
|
})(PutMetricStreamOutput || (PutMetricStreamOutput = {}));
|
|
402
|
-
export var InvalidFormatFault;
|
|
403
|
-
(function (InvalidFormatFault) {
|
|
404
|
-
InvalidFormatFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(InvalidFormatFault || (InvalidFormatFault = {}));
|
|
406
367
|
export var SetAlarmStateInput;
|
|
407
368
|
(function (SetAlarmStateInput) {
|
|
408
369
|
SetAlarmStateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|