@aws-sdk/client-cloudwatch 3.1011.0 → 3.1012.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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -102,6 +102,17 @@ const client = new CloudWatchClient({
102
102
  });
103
103
  ```
104
104
 
105
+ ##### AWS Query
106
+
107
+ This protocol uses query format requests and XML responses.
108
+ ```js
109
+ import { AwsQueryProtocol } from "@aws-sdk/config/protocol";
110
+
111
+ const client = new CloudWatchClient({
112
+ protocol: AwsQueryProtocol
113
+ });
114
+ ```
115
+
105
116
  ##### Smithy RPC v2 CBOR
106
117
 
107
118
  This protocol uses CBOR payloads.
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.1011.0",
4
+ "version": "3.1012.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",
@@ -27,39 +27,39 @@
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.20",
31
- "@aws-sdk/credential-provider-node": "^3.972.21",
30
+ "@aws-sdk/core": "^3.973.21",
31
+ "@aws-sdk/credential-provider-node": "^3.972.22",
32
32
  "@aws-sdk/middleware-host-header": "^3.972.8",
33
33
  "@aws-sdk/middleware-logger": "^3.972.8",
34
34
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
35
- "@aws-sdk/middleware-user-agent": "^3.972.21",
35
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
36
36
  "@aws-sdk/region-config-resolver": "^3.972.8",
37
37
  "@aws-sdk/types": "^3.973.6",
38
38
  "@aws-sdk/util-endpoints": "^3.996.5",
39
39
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
40
- "@aws-sdk/util-user-agent-node": "^3.973.7",
40
+ "@aws-sdk/util-user-agent-node": "^3.973.8",
41
41
  "@smithy/config-resolver": "^4.4.11",
42
- "@smithy/core": "^3.23.11",
42
+ "@smithy/core": "^3.23.12",
43
43
  "@smithy/fetch-http-handler": "^5.3.15",
44
44
  "@smithy/hash-node": "^4.2.12",
45
45
  "@smithy/invalid-dependency": "^4.2.12",
46
- "@smithy/middleware-compression": "^4.3.40",
46
+ "@smithy/middleware-compression": "^4.3.41",
47
47
  "@smithy/middleware-content-length": "^4.2.12",
48
- "@smithy/middleware-endpoint": "^4.4.25",
49
- "@smithy/middleware-retry": "^4.4.42",
50
- "@smithy/middleware-serde": "^4.2.14",
48
+ "@smithy/middleware-endpoint": "^4.4.26",
49
+ "@smithy/middleware-retry": "^4.4.43",
50
+ "@smithy/middleware-serde": "^4.2.15",
51
51
  "@smithy/middleware-stack": "^4.2.12",
52
52
  "@smithy/node-config-provider": "^4.3.12",
53
- "@smithy/node-http-handler": "^4.4.16",
53
+ "@smithy/node-http-handler": "^4.5.0",
54
54
  "@smithy/protocol-http": "^5.3.12",
55
- "@smithy/smithy-client": "^4.12.5",
55
+ "@smithy/smithy-client": "^4.12.6",
56
56
  "@smithy/types": "^4.13.1",
57
57
  "@smithy/url-parser": "^4.2.12",
58
58
  "@smithy/util-base64": "^4.3.2",
59
59
  "@smithy/util-body-length-browser": "^4.2.2",
60
60
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.41",
62
- "@smithy/util-defaults-mode-node": "^4.2.44",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.42",
62
+ "@smithy/util-defaults-mode-node": "^4.2.45",
63
63
  "@smithy/util-endpoints": "^3.3.3",
64
64
  "@smithy/util-middleware": "^4.2.12",
65
65
  "@smithy/util-retry": "^4.2.12",
@@ -68,7 +68,7 @@
68
68
  "tslib": "^2.6.2"
69
69
  },
70
70
  "devDependencies": {
71
- "@smithy/snapshot-testing": "^2.0.2",
71
+ "@smithy/snapshot-testing": "^2.0.3",
72
72
  "@tsconfig/node20": "20.1.8",
73
73
  "@types/node": "^20.14.8",
74
74
  "concurrently": "7.0.0",