@aws-sdk/client-cloudwatch 3.583.0 → 3.587.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/dist-cjs/index.js +11 -11
- package/dist-es/protocols/Aws_query.js +12 -12
- package/package.json +19 -19
package/dist-cjs/index.js
CHANGED
|
@@ -1820,10 +1820,10 @@ var se_DescribeAlarmHistoryInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
1820
1820
|
entries[_HIT] = input[_HIT];
|
|
1821
1821
|
}
|
|
1822
1822
|
if (input[_SD] != null) {
|
|
1823
|
-
entries[_SD] = input[_SD]
|
|
1823
|
+
entries[_SD] = (0, import_smithy_client.serializeDateTime)(input[_SD]);
|
|
1824
1824
|
}
|
|
1825
1825
|
if (input[_ED] != null) {
|
|
1826
|
-
entries[_ED] = input[_ED]
|
|
1826
|
+
entries[_ED] = (0, import_smithy_client.serializeDateTime)(input[_ED]);
|
|
1827
1827
|
}
|
|
1828
1828
|
if (input[_MR] != null) {
|
|
1829
1829
|
entries[_MR] = input[_MR];
|
|
@@ -2098,10 +2098,10 @@ var se_GetInsightRuleReportInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2098
2098
|
entries[_RNu] = input[_RNu];
|
|
2099
2099
|
}
|
|
2100
2100
|
if (input[_ST] != null) {
|
|
2101
|
-
entries[_ST] = input[_ST]
|
|
2101
|
+
entries[_ST] = (0, import_smithy_client.serializeDateTime)(input[_ST]);
|
|
2102
2102
|
}
|
|
2103
2103
|
if (input[_ET] != null) {
|
|
2104
|
-
entries[_ET] = input[_ET]
|
|
2104
|
+
entries[_ET] = (0, import_smithy_client.serializeDateTime)(input[_ET]);
|
|
2105
2105
|
}
|
|
2106
2106
|
if (input[_P] != null) {
|
|
2107
2107
|
entries[_P] = input[_P];
|
|
@@ -2138,10 +2138,10 @@ var se_GetMetricDataInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2138
2138
|
});
|
|
2139
2139
|
}
|
|
2140
2140
|
if (input[_ST] != null) {
|
|
2141
|
-
entries[_ST] = input[_ST]
|
|
2141
|
+
entries[_ST] = (0, import_smithy_client.serializeDateTime)(input[_ST]);
|
|
2142
2142
|
}
|
|
2143
2143
|
if (input[_ET] != null) {
|
|
2144
|
-
entries[_ET] = input[_ET]
|
|
2144
|
+
entries[_ET] = (0, import_smithy_client.serializeDateTime)(input[_ET]);
|
|
2145
2145
|
}
|
|
2146
2146
|
if (input[_NT] != null) {
|
|
2147
2147
|
entries[_NT] = input[_NT];
|
|
@@ -2181,10 +2181,10 @@ var se_GetMetricStatisticsInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2181
2181
|
});
|
|
2182
2182
|
}
|
|
2183
2183
|
if (input[_ST] != null) {
|
|
2184
|
-
entries[_ST] = input[_ST]
|
|
2184
|
+
entries[_ST] = (0, import_smithy_client.serializeDateTime)(input[_ST]);
|
|
2185
2185
|
}
|
|
2186
2186
|
if (input[_ET] != null) {
|
|
2187
|
-
entries[_ET] = input[_ET]
|
|
2187
|
+
entries[_ET] = (0, import_smithy_client.serializeDateTime)(input[_ET]);
|
|
2188
2188
|
}
|
|
2189
2189
|
if (input[_P] != null) {
|
|
2190
2190
|
entries[_P] = input[_P];
|
|
@@ -2475,7 +2475,7 @@ var se_MetricDatum = /* @__PURE__ */ __name((input, context) => {
|
|
|
2475
2475
|
});
|
|
2476
2476
|
}
|
|
2477
2477
|
if (input[_Ti] != null) {
|
|
2478
|
-
entries[_Ti] = input[_Ti]
|
|
2478
|
+
entries[_Ti] = (0, import_smithy_client.serializeDateTime)(input[_Ti]);
|
|
2479
2479
|
}
|
|
2480
2480
|
if (input[_Va] != null) {
|
|
2481
2481
|
entries[_Va] = (0, import_smithy_client.serializeFloat)(input[_Va]);
|
|
@@ -3045,10 +3045,10 @@ var se_PutMetricStreamInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
3045
3045
|
var se_Range = /* @__PURE__ */ __name((input, context) => {
|
|
3046
3046
|
const entries = {};
|
|
3047
3047
|
if (input[_ST] != null) {
|
|
3048
|
-
entries[_ST] = input[_ST]
|
|
3048
|
+
entries[_ST] = (0, import_smithy_client.serializeDateTime)(input[_ST]);
|
|
3049
3049
|
}
|
|
3050
3050
|
if (input[_ET] != null) {
|
|
3051
|
-
entries[_ET] = input[_ET]
|
|
3051
|
+
entries[_ET] = (0, import_smithy_client.serializeDateTime)(input[_ET]);
|
|
3052
3052
|
}
|
|
3053
3053
|
return entries;
|
|
3054
3054
|
}, "se_Range");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
|
-
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeFloat as __serializeFloat, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
3
|
+
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { CloudWatchServiceException as __BaseException } from "../models/CloudWatchServiceException";
|
|
5
5
|
import { ConcurrentModificationException, DashboardInvalidInputError, InternalServiceFault, InvalidFormatFault, InvalidNextToken, InvalidParameterCombinationException, InvalidParameterValueException, LimitExceededException, LimitExceededFault, MissingRequiredParameterException, ResourceNotFound, ResourceNotFoundException, } from "../models/models_0";
|
|
6
6
|
export const se_DeleteAlarmsCommand = async (input, context) => {
|
|
@@ -1213,10 +1213,10 @@ const se_DescribeAlarmHistoryInput = (input, context) => {
|
|
|
1213
1213
|
entries[_HIT] = input[_HIT];
|
|
1214
1214
|
}
|
|
1215
1215
|
if (input[_SD] != null) {
|
|
1216
|
-
entries[_SD] = input[_SD]
|
|
1216
|
+
entries[_SD] = __serializeDateTime(input[_SD]);
|
|
1217
1217
|
}
|
|
1218
1218
|
if (input[_ED] != null) {
|
|
1219
|
-
entries[_ED] = input[_ED]
|
|
1219
|
+
entries[_ED] = __serializeDateTime(input[_ED]);
|
|
1220
1220
|
}
|
|
1221
1221
|
if (input[_MR] != null) {
|
|
1222
1222
|
entries[_MR] = input[_MR];
|
|
@@ -1483,10 +1483,10 @@ const se_GetInsightRuleReportInput = (input, context) => {
|
|
|
1483
1483
|
entries[_RNu] = input[_RNu];
|
|
1484
1484
|
}
|
|
1485
1485
|
if (input[_ST] != null) {
|
|
1486
|
-
entries[_ST] = input[_ST]
|
|
1486
|
+
entries[_ST] = __serializeDateTime(input[_ST]);
|
|
1487
1487
|
}
|
|
1488
1488
|
if (input[_ET] != null) {
|
|
1489
|
-
entries[_ET] = input[_ET]
|
|
1489
|
+
entries[_ET] = __serializeDateTime(input[_ET]);
|
|
1490
1490
|
}
|
|
1491
1491
|
if (input[_P] != null) {
|
|
1492
1492
|
entries[_P] = input[_P];
|
|
@@ -1522,10 +1522,10 @@ const se_GetMetricDataInput = (input, context) => {
|
|
|
1522
1522
|
});
|
|
1523
1523
|
}
|
|
1524
1524
|
if (input[_ST] != null) {
|
|
1525
|
-
entries[_ST] = input[_ST]
|
|
1525
|
+
entries[_ST] = __serializeDateTime(input[_ST]);
|
|
1526
1526
|
}
|
|
1527
1527
|
if (input[_ET] != null) {
|
|
1528
|
-
entries[_ET] = input[_ET]
|
|
1528
|
+
entries[_ET] = __serializeDateTime(input[_ET]);
|
|
1529
1529
|
}
|
|
1530
1530
|
if (input[_NT] != null) {
|
|
1531
1531
|
entries[_NT] = input[_NT];
|
|
@@ -1564,10 +1564,10 @@ const se_GetMetricStatisticsInput = (input, context) => {
|
|
|
1564
1564
|
});
|
|
1565
1565
|
}
|
|
1566
1566
|
if (input[_ST] != null) {
|
|
1567
|
-
entries[_ST] = input[_ST]
|
|
1567
|
+
entries[_ST] = __serializeDateTime(input[_ST]);
|
|
1568
1568
|
}
|
|
1569
1569
|
if (input[_ET] != null) {
|
|
1570
|
-
entries[_ET] = input[_ET]
|
|
1570
|
+
entries[_ET] = __serializeDateTime(input[_ET]);
|
|
1571
1571
|
}
|
|
1572
1572
|
if (input[_P] != null) {
|
|
1573
1573
|
entries[_P] = input[_P];
|
|
@@ -1854,7 +1854,7 @@ const se_MetricDatum = (input, context) => {
|
|
|
1854
1854
|
});
|
|
1855
1855
|
}
|
|
1856
1856
|
if (input[_Ti] != null) {
|
|
1857
|
-
entries[_Ti] = input[_Ti]
|
|
1857
|
+
entries[_Ti] = __serializeDateTime(input[_Ti]);
|
|
1858
1858
|
}
|
|
1859
1859
|
if (input[_Va] != null) {
|
|
1860
1860
|
entries[_Va] = __serializeFloat(input[_Va]);
|
|
@@ -2414,10 +2414,10 @@ const se_PutMetricStreamInput = (input, context) => {
|
|
|
2414
2414
|
const se_Range = (input, context) => {
|
|
2415
2415
|
const entries = {};
|
|
2416
2416
|
if (input[_ST] != null) {
|
|
2417
|
-
entries[_ST] = input[_ST]
|
|
2417
|
+
entries[_ST] = __serializeDateTime(input[_ST]);
|
|
2418
2418
|
}
|
|
2419
2419
|
if (input[_ET] != null) {
|
|
2420
|
-
entries[_ET] = input[_ET]
|
|
2420
|
+
entries[_ET] = __serializeDateTime(input[_ET]);
|
|
2421
2421
|
}
|
|
2422
2422
|
return entries;
|
|
2423
2423
|
};
|
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.587.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",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.587.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.587.0",
|
|
25
|
+
"@aws-sdk/core": "3.587.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.587.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.587.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.587.0",
|
|
32
32
|
"@aws-sdk/types": "3.577.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.587.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
+
"@smithy/core": "^2.1.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|
|
41
|
-
"@smithy/middleware-compression": "^3.0.
|
|
41
|
+
"@smithy/middleware-compression": "^3.0.1",
|
|
42
42
|
"@smithy/middleware-content-length": "^3.0.0",
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.0.1",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-serde": "^3.0.0",
|
|
46
46
|
"@smithy/middleware-stack": "^3.0.0",
|
|
47
|
-
"@smithy/node-config-provider": "^3.
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.0",
|
|
48
48
|
"@smithy/node-http-handler": "^3.0.0",
|
|
49
49
|
"@smithy/protocol-http": "^4.0.0",
|
|
50
|
-
"@smithy/smithy-client": "^3.
|
|
50
|
+
"@smithy/smithy-client": "^3.1.1",
|
|
51
51
|
"@smithy/types": "^3.0.0",
|
|
52
52
|
"@smithy/url-parser": "^3.0.0",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.3",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.3",
|
|
58
|
+
"@smithy/util-endpoints": "^2.0.1",
|
|
59
59
|
"@smithy/util-middleware": "^3.0.0",
|
|
60
60
|
"@smithy/util-retry": "^3.0.0",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|