@aws-sdk/client-cloudwatch-logs 3.743.0 → 3.744.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-types/models/models_0.d.ts +4 -4
- package/package.json +12 -12
|
@@ -2486,13 +2486,13 @@ export interface LogStream {
|
|
|
2486
2486
|
*/
|
|
2487
2487
|
arn?: string | undefined;
|
|
2488
2488
|
/**
|
|
2489
|
-
* @deprecated
|
|
2490
|
-
*
|
|
2491
2489
|
* <p>The number of bytes stored.</p>
|
|
2492
2490
|
* <p>
|
|
2493
2491
|
* <b>Important:</b> As of June 17, 2019, this parameter is no
|
|
2494
2492
|
* longer supported for log streams, and is always reported as zero. This change applies only to
|
|
2495
2493
|
* log streams. The <code>storedBytes</code> parameter for log groups is not affected.</p>
|
|
2494
|
+
*
|
|
2495
|
+
* @deprecated
|
|
2496
2496
|
* @public
|
|
2497
2497
|
*/
|
|
2498
2498
|
storedBytes?: number | undefined;
|
|
@@ -3244,8 +3244,6 @@ export interface FilterLogEventsRequest {
|
|
|
3244
3244
|
*/
|
|
3245
3245
|
limit?: number | undefined;
|
|
3246
3246
|
/**
|
|
3247
|
-
* @deprecated
|
|
3248
|
-
*
|
|
3249
3247
|
* <p>If the value is true, the operation attempts to provide responses that contain events
|
|
3250
3248
|
* from multiple log streams within the log group, interleaved in a single response. If the value
|
|
3251
3249
|
* is false, all the matched log events in the first log stream are searched first, then those in
|
|
@@ -3254,6 +3252,8 @@ export interface FilterLogEventsRequest {
|
|
|
3254
3252
|
* <b>Important</b> As of June 17, 2019, this parameter is
|
|
3255
3253
|
* ignored and the value is assumed to be true. The response from this operation always
|
|
3256
3254
|
* interleaves events from multiple log streams within a log group.</p>
|
|
3255
|
+
*
|
|
3256
|
+
* @deprecated
|
|
3257
3257
|
* @public
|
|
3258
3258
|
*/
|
|
3259
3259
|
interleaved?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch-logs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.744.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-logs",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.744.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.744.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.744.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.744.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.2",
|
|
36
36
|
"@smithy/eventstream-serde-browser": "^4.0.1",
|
|
37
37
|
"@smithy/eventstream-serde-config-resolver": "^4.0.1",
|
|
38
38
|
"@smithy/eventstream-serde-node": "^4.0.1",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"@smithy/hash-node": "^4.0.1",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
44
|
-
"@smithy/middleware-retry": "^4.0.
|
|
45
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.0.3",
|
|
44
|
+
"@smithy/middleware-retry": "^4.0.4",
|
|
45
|
+
"@smithy/middleware-serde": "^4.0.2",
|
|
46
46
|
"@smithy/middleware-stack": "^4.0.1",
|
|
47
47
|
"@smithy/node-config-provider": "^4.0.1",
|
|
48
48
|
"@smithy/node-http-handler": "^4.0.2",
|
|
49
49
|
"@smithy/protocol-http": "^5.0.1",
|
|
50
|
-
"@smithy/smithy-client": "^4.1.
|
|
50
|
+
"@smithy/smithy-client": "^4.1.3",
|
|
51
51
|
"@smithy/types": "^4.1.0",
|
|
52
52
|
"@smithy/url-parser": "^4.0.1",
|
|
53
53
|
"@smithy/util-base64": "^4.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.0.4",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.0.4",
|
|
58
58
|
"@smithy/util-endpoints": "^3.0.1",
|
|
59
59
|
"@smithy/util-middleware": "^4.0.1",
|
|
60
60
|
"@smithy/util-retry": "^4.0.1",
|