@aws-sdk/client-cloudwatch 3.1009.0 → 3.1011.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,10 +106,10 @@ const client = new CloudWatchClient({
106
106
 
107
107
  This protocol uses CBOR payloads.
108
108
  ```js
109
- import { AwsJson1_0Protocol } from "@aws-sdk/config/protocol";
109
+ import { AwsSmithyRpcV2CborProtocol } from "@aws-sdk/config/protocol";
110
110
 
111
111
  const client = new CloudWatchClient({
112
- protocol: AwsJson1_0Protocol
112
+ protocol: AwsSmithyRpcV2CborProtocol
113
113
  });
114
114
  ```
115
115
 
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.1009.0",
4
+ "version": "3.1011.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",