@aws-sdk/client-cloudwatch-logs 3.1002.0 → 3.1003.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.
|
@@ -33,7 +33,7 @@ declare const ListTagsLogGroupCommand_base: {
|
|
|
33
33
|
* </important>
|
|
34
34
|
* <p>Lists the tags for the specified log group.</p>
|
|
35
35
|
*
|
|
36
|
-
* @deprecated Please use the generic tagging API ListTagsForResource
|
|
36
|
+
* @deprecated Please use the generic tagging API ListTagsForResource.
|
|
37
37
|
* @example
|
|
38
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
39
|
* ```javascript
|
|
@@ -42,7 +42,7 @@ declare const TagLogGroupCommand_base: {
|
|
|
42
42
|
* <code>aws:TagKeys</code> condition keys. For more information about using tags to control
|
|
43
43
|
* access, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html">Controlling access to Amazon Web Services resources using tags</a>.</p>
|
|
44
44
|
*
|
|
45
|
-
* @deprecated Please use the generic tagging API TagResource
|
|
45
|
+
* @deprecated Please use the generic tagging API TagResource.
|
|
46
46
|
* @example
|
|
47
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
48
48
|
* ```javascript
|
|
@@ -37,7 +37,7 @@ declare const UntagLogGroupCommand_base: {
|
|
|
37
37
|
* condition keys <code>aws:Resource/key-name</code> and <code>aws:TagKeys</code> cannot be used
|
|
38
38
|
* to restrict which tags users can assign. </p>
|
|
39
39
|
*
|
|
40
|
-
* @deprecated Please use the generic tagging API UntagResource
|
|
40
|
+
* @deprecated Please use the generic tagging API UntagResource.
|
|
41
41
|
* @example
|
|
42
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
43
|
* ```javascript
|
|
@@ -6082,6 +6082,7 @@ export interface ListTagsForResourceResponse {
|
|
|
6082
6082
|
tags?: Record<string, string> | undefined;
|
|
6083
6083
|
}
|
|
6084
6084
|
/**
|
|
6085
|
+
* @deprecated Please use the generic tagging API model ListTagsForResourceRequest and ListTagsForResourceResponse.
|
|
6085
6086
|
* @public
|
|
6086
6087
|
*/
|
|
6087
6088
|
export interface ListTagsLogGroupRequest {
|
|
@@ -6092,6 +6093,7 @@ export interface ListTagsLogGroupRequest {
|
|
|
6092
6093
|
logGroupName: string | undefined;
|
|
6093
6094
|
}
|
|
6094
6095
|
/**
|
|
6096
|
+
* @deprecated Please use the generic tagging API model ListTagsForResourceRequest and ListTagsForResourceResponse.
|
|
6095
6097
|
* @public
|
|
6096
6098
|
*/
|
|
6097
6099
|
export interface ListTagsLogGroupResponse {
|
|
@@ -7673,6 +7675,7 @@ export interface StopQueryResponse {
|
|
|
7673
7675
|
success?: boolean | undefined;
|
|
7674
7676
|
}
|
|
7675
7677
|
/**
|
|
7678
|
+
* @deprecated Please use the generic tagging API model TagResourceRequest.
|
|
7676
7679
|
* @public
|
|
7677
7680
|
*/
|
|
7678
7681
|
export interface TagLogGroupRequest {
|
|
@@ -7811,6 +7814,7 @@ export interface TestTransformerResponse {
|
|
|
7811
7814
|
transformedLogs?: TransformedLogRecord[] | undefined;
|
|
7812
7815
|
}
|
|
7813
7816
|
/**
|
|
7817
|
+
* @deprecated Please use the generic tagging API model UntagResourceRequest.
|
|
7814
7818
|
* @public
|
|
7815
7819
|
*/
|
|
7816
7820
|
export interface UntagLogGroupRequest {
|
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.1003.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",
|
|
@@ -27,49 +27,49 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
36
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
37
|
-
"@aws-sdk/types": "^3.973.
|
|
38
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
39
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
41
|
-
"@smithy/config-resolver": "^4.4.
|
|
42
|
-
"@smithy/core": "^3.23.
|
|
43
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
44
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
45
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
46
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
47
|
-
"@smithy/hash-node": "^4.2.
|
|
48
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
49
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
50
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
51
|
-
"@smithy/middleware-retry": "^4.4.
|
|
52
|
-
"@smithy/middleware-serde": "^4.2.
|
|
53
|
-
"@smithy/middleware-stack": "^4.2.
|
|
54
|
-
"@smithy/node-config-provider": "^4.3.
|
|
55
|
-
"@smithy/node-http-handler": "^4.4.
|
|
56
|
-
"@smithy/protocol-http": "^5.3.
|
|
57
|
-
"@smithy/smithy-client": "^4.12.
|
|
30
|
+
"@aws-sdk/core": "^3.973.18",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
33
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
36
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
37
|
+
"@aws-sdk/types": "^3.973.5",
|
|
38
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
39
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
41
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
42
|
+
"@smithy/core": "^3.23.8",
|
|
43
|
+
"@smithy/eventstream-serde-browser": "^4.2.11",
|
|
44
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.11",
|
|
45
|
+
"@smithy/eventstream-serde-node": "^4.2.11",
|
|
46
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
47
|
+
"@smithy/hash-node": "^4.2.11",
|
|
48
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
49
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
50
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
51
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
52
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
53
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
54
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
55
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
56
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
57
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
58
58
|
"@smithy/types": "^4.13.0",
|
|
59
|
-
"@smithy/url-parser": "^4.2.
|
|
60
|
-
"@smithy/util-base64": "^4.3.
|
|
61
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
62
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
63
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
64
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
65
|
-
"@smithy/util-endpoints": "^3.3.
|
|
66
|
-
"@smithy/util-middleware": "^4.2.
|
|
67
|
-
"@smithy/util-retry": "^4.2.
|
|
68
|
-
"@smithy/util-utf8": "^4.2.
|
|
59
|
+
"@smithy/url-parser": "^4.2.11",
|
|
60
|
+
"@smithy/util-base64": "^4.3.2",
|
|
61
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
62
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
63
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
64
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
65
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
66
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
67
|
+
"@smithy/util-retry": "^4.2.11",
|
|
68
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
69
69
|
"tslib": "^2.6.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@smithy/snapshot-testing": "^1.0.
|
|
72
|
+
"@smithy/snapshot-testing": "^1.0.9",
|
|
73
73
|
"@tsconfig/node20": "20.1.8",
|
|
74
74
|
"@types/node": "^20.14.8",
|
|
75
75
|
"concurrently": "7.0.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"node": ">=20.0.0"
|
|
83
83
|
},
|
|
84
84
|
"typesVersions": {
|
|
85
|
-
"<4.
|
|
85
|
+
"<4.5": {
|
|
86
86
|
"dist-types/*": [
|
|
87
87
|
"dist-types/ts3.4/*"
|
|
88
88
|
]
|