@aws-sdk/client-cloudwatch-logs 3.955.0 → 3.956.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
CHANGED
|
@@ -2494,17 +2494,17 @@ var TransformedLogs = [1, n0, _TL, 0, () => TransformedLogRecord$];
|
|
|
2494
2494
|
var TriggerHistoryRecordList = [1, n0, _THRL, 0, () => TriggerHistoryRecord$];
|
|
2495
2495
|
var TypeConverterEntries = [1, n0, _TCEy, 0, () => TypeConverterEntry$];
|
|
2496
2496
|
var GetLogObjectResponseStream$ = [
|
|
2497
|
-
|
|
2497
|
+
4,
|
|
2498
2498
|
n0,
|
|
2499
2499
|
_GLORS,
|
|
2500
2500
|
{ [_str]: 1 },
|
|
2501
2501
|
[_fi, _ISEn],
|
|
2502
2502
|
[() => FieldsData$, [() => InternalStreamingException$, 0]],
|
|
2503
2503
|
];
|
|
2504
|
-
var IntegrationDetails$ = [
|
|
2505
|
-
var ResourceConfig$ = [
|
|
2504
|
+
var IntegrationDetails$ = [4, n0, _ID, 0, [_oSID], [() => OpenSearchIntegrationDetails$]];
|
|
2505
|
+
var ResourceConfig$ = [4, n0, _RC, 0, [_oSRC], [() => OpenSearchResourceConfig$]];
|
|
2506
2506
|
var StartLiveTailResponseStream$ = [
|
|
2507
|
-
|
|
2507
|
+
4,
|
|
2508
2508
|
n0,
|
|
2509
2509
|
_SLTRS,
|
|
2510
2510
|
{ [_str]: 1 },
|
|
@@ -2155,17 +2155,17 @@ var Histogram = 128 | 1;
|
|
|
2155
2155
|
var LogRecord = 128 | 0;
|
|
2156
2156
|
var Tags = 128 | 0;
|
|
2157
2157
|
export var GetLogObjectResponseStream$ = [
|
|
2158
|
-
|
|
2158
|
+
4,
|
|
2159
2159
|
n0,
|
|
2160
2160
|
_GLORS,
|
|
2161
2161
|
{ [_str]: 1 },
|
|
2162
2162
|
[_fi, _ISEn],
|
|
2163
2163
|
[() => FieldsData$, [() => InternalStreamingException$, 0]],
|
|
2164
2164
|
];
|
|
2165
|
-
export var IntegrationDetails$ = [
|
|
2166
|
-
export var ResourceConfig$ = [
|
|
2165
|
+
export var IntegrationDetails$ = [4, n0, _ID, 0, [_oSID], [() => OpenSearchIntegrationDetails$]];
|
|
2166
|
+
export var ResourceConfig$ = [4, n0, _RC, 0, [_oSRC], [() => OpenSearchResourceConfig$]];
|
|
2167
2167
|
export var StartLiveTailResponseStream$ = [
|
|
2168
|
-
|
|
2168
|
+
4,
|
|
2169
2169
|
n0,
|
|
2170
2170
|
_SLTRS,
|
|
2171
2171
|
{ [_str]: 1 },
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
2
2
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
3
|
export declare var AccountPolicy$: StaticStructureSchema;
|
|
4
4
|
export declare var AddKeyEntry$: StaticStructureSchema;
|
|
@@ -311,10 +311,10 @@ export declare var UpdateScheduledQueryResponse$: StaticStructureSchema;
|
|
|
311
311
|
export declare var UpperCaseString$: StaticStructureSchema;
|
|
312
312
|
export declare var ValidationException$: StaticErrorSchema;
|
|
313
313
|
export declare var CloudWatchLogsServiceException$: StaticErrorSchema;
|
|
314
|
-
export declare var GetLogObjectResponseStream$:
|
|
315
|
-
export declare var IntegrationDetails$:
|
|
316
|
-
export declare var ResourceConfig$:
|
|
317
|
-
export declare var StartLiveTailResponseStream$:
|
|
314
|
+
export declare var GetLogObjectResponseStream$: StaticUnionSchema;
|
|
315
|
+
export declare var IntegrationDetails$: StaticUnionSchema;
|
|
316
|
+
export declare var ResourceConfig$: StaticUnionSchema;
|
|
317
|
+
export declare var StartLiveTailResponseStream$: StaticUnionSchema;
|
|
318
318
|
export declare var AssociateKmsKey$: StaticOperationSchema;
|
|
319
319
|
export declare var AssociateSourceToS3TableIntegration$: StaticOperationSchema;
|
|
320
320
|
export declare var CancelExportTask$: StaticOperationSchema;
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
StaticErrorSchema,
|
|
3
3
|
StaticOperationSchema,
|
|
4
4
|
StaticStructureSchema,
|
|
5
|
+
StaticUnionSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
7
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
8
|
export declare var AccountPolicy$: StaticStructureSchema;
|
|
@@ -315,10 +316,10 @@ export declare var UpdateScheduledQueryResponse$: StaticStructureSchema;
|
|
|
315
316
|
export declare var UpperCaseString$: StaticStructureSchema;
|
|
316
317
|
export declare var ValidationException$: StaticErrorSchema;
|
|
317
318
|
export declare var CloudWatchLogsServiceException$: StaticErrorSchema;
|
|
318
|
-
export declare var GetLogObjectResponseStream$:
|
|
319
|
-
export declare var IntegrationDetails$:
|
|
320
|
-
export declare var ResourceConfig$:
|
|
321
|
-
export declare var StartLiveTailResponseStream$:
|
|
319
|
+
export declare var GetLogObjectResponseStream$: StaticUnionSchema;
|
|
320
|
+
export declare var IntegrationDetails$: StaticUnionSchema;
|
|
321
|
+
export declare var ResourceConfig$: StaticUnionSchema;
|
|
322
|
+
export declare var StartLiveTailResponseStream$: StaticUnionSchema;
|
|
322
323
|
export declare var AssociateKmsKey$: StaticOperationSchema;
|
|
323
324
|
export declare var AssociateSourceToS3TableIntegration$: StaticOperationSchema;
|
|
324
325
|
export declare var CancelExportTask$: StaticOperationSchema;
|
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.956.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
|
|
@@ -23,44 +23,44 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^4.4.
|
|
38
|
-
"@smithy/core": "^3.
|
|
39
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
40
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
41
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
42
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
43
|
-
"@smithy/hash-node": "^4.2.
|
|
44
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
45
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
48
|
-
"@smithy/middleware-serde": "^4.2.
|
|
49
|
-
"@smithy/middleware-stack": "^4.2.
|
|
50
|
-
"@smithy/node-config-provider": "^4.3.
|
|
51
|
-
"@smithy/node-http-handler": "^4.4.
|
|
52
|
-
"@smithy/protocol-http": "^5.3.
|
|
53
|
-
"@smithy/smithy-client": "^4.10.
|
|
54
|
-
"@smithy/types": "^4.
|
|
55
|
-
"@smithy/url-parser": "^4.2.
|
|
26
|
+
"@aws-sdk/core": "3.956.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.956.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.956.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.956.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.956.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.956.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.956.0",
|
|
33
|
+
"@aws-sdk/types": "3.956.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.956.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.956.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.956.0",
|
|
37
|
+
"@smithy/config-resolver": "^4.4.5",
|
|
38
|
+
"@smithy/core": "^3.20.0",
|
|
39
|
+
"@smithy/eventstream-serde-browser": "^4.2.7",
|
|
40
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.7",
|
|
41
|
+
"@smithy/eventstream-serde-node": "^4.2.7",
|
|
42
|
+
"@smithy/fetch-http-handler": "^5.3.8",
|
|
43
|
+
"@smithy/hash-node": "^4.2.7",
|
|
44
|
+
"@smithy/invalid-dependency": "^4.2.7",
|
|
45
|
+
"@smithy/middleware-content-length": "^4.2.7",
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.1",
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.17",
|
|
48
|
+
"@smithy/middleware-serde": "^4.2.8",
|
|
49
|
+
"@smithy/middleware-stack": "^4.2.7",
|
|
50
|
+
"@smithy/node-config-provider": "^4.3.7",
|
|
51
|
+
"@smithy/node-http-handler": "^4.4.7",
|
|
52
|
+
"@smithy/protocol-http": "^5.3.7",
|
|
53
|
+
"@smithy/smithy-client": "^4.10.2",
|
|
54
|
+
"@smithy/types": "^4.11.0",
|
|
55
|
+
"@smithy/url-parser": "^4.2.7",
|
|
56
56
|
"@smithy/util-base64": "^4.3.0",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
61
|
-
"@smithy/util-endpoints": "^3.2.
|
|
62
|
-
"@smithy/util-middleware": "^4.2.
|
|
63
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.16",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.19",
|
|
61
|
+
"@smithy/util-endpoints": "^3.2.7",
|
|
62
|
+
"@smithy/util-middleware": "^4.2.7",
|
|
63
|
+
"@smithy/util-retry": "^4.2.7",
|
|
64
64
|
"@smithy/util-utf8": "^4.2.0",
|
|
65
65
|
"tslib": "^2.6.2"
|
|
66
66
|
},
|