@aws-sdk/client-cloudwatch-logs 3.848.0 → 3.855.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/README.md +8 -0
- package/dist-cjs/index.js +140 -0
- package/dist-es/CloudWatchLogs.js +2 -0
- package/dist-es/commands/GetLogObjectCommand.js +27 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +35 -0
- package/dist-es/protocols/Aws_json1_1.js +67 -1
- package/dist-types/CloudWatchLogs.d.ts +7 -0
- package/dist-types/CloudWatchLogsClient.d.ts +3 -2
- package/dist-types/commands/DeleteAccountPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/GetLogObjectCommand.d.ts +98 -0
- package/dist-types/commands/PutAccountPolicyCommand.d.ts +61 -4
- package/dist-types/commands/UntagLogGroupCommand.d.ts +3 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +115 -10
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/CloudWatchLogs.d.ts +17 -0
- package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +51 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +5 -5
|
@@ -214,6 +214,10 @@ import {
|
|
|
214
214
|
GetLogGroupFieldsCommandInput,
|
|
215
215
|
GetLogGroupFieldsCommandOutput,
|
|
216
216
|
} from "../commands/GetLogGroupFieldsCommand";
|
|
217
|
+
import {
|
|
218
|
+
GetLogObjectCommandInput,
|
|
219
|
+
GetLogObjectCommandOutput,
|
|
220
|
+
} from "../commands/GetLogObjectCommand";
|
|
217
221
|
import {
|
|
218
222
|
GetLogRecordCommandInput,
|
|
219
223
|
GetLogRecordCommandOutput,
|
|
@@ -574,6 +578,10 @@ export declare const se_GetLogGroupFieldsCommand: (
|
|
|
574
578
|
input: GetLogGroupFieldsCommandInput,
|
|
575
579
|
context: __SerdeContext
|
|
576
580
|
) => Promise<__HttpRequest>;
|
|
581
|
+
export declare const se_GetLogObjectCommand: (
|
|
582
|
+
input: GetLogObjectCommandInput,
|
|
583
|
+
context: __SerdeContext
|
|
584
|
+
) => Promise<__HttpRequest>;
|
|
577
585
|
export declare const se_GetLogRecordCommand: (
|
|
578
586
|
input: GetLogRecordCommandInput,
|
|
579
587
|
context: __SerdeContext
|
|
@@ -934,6 +942,10 @@ export declare const de_GetLogGroupFieldsCommand: (
|
|
|
934
942
|
output: __HttpResponse,
|
|
935
943
|
context: __SerdeContext
|
|
936
944
|
) => Promise<GetLogGroupFieldsCommandOutput>;
|
|
945
|
+
export declare const de_GetLogObjectCommand: (
|
|
946
|
+
output: __HttpResponse,
|
|
947
|
+
context: __SerdeContext & __EventStreamSerdeContext
|
|
948
|
+
) => Promise<GetLogObjectCommandOutput>;
|
|
937
949
|
export declare const de_GetLogRecordCommand: (
|
|
938
950
|
output: __HttpResponse,
|
|
939
951
|
context: __SerdeContext
|
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.855.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,17 +20,17 @@
|
|
|
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.855.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.855.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.855.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
30
|
"@aws-sdk/types": "3.840.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.855.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.7.0",
|
|
36
36
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|