tencentcloud-sdk-nodejs-redis 4.1.46 → 4.1.52

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-redis",
3
- "version": "4.1.46",
3
+ "version": "4.1.52",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -418,10 +418,10 @@ export interface CreateInstancesRequest {
418
418
  */
419
419
  DryRun?: boolean;
420
420
  /**
421
- * 指定实例的产品版本。
422
- - local:本地盘版。
423
- - cloud:云盘版,
424
- - cdc:独享集群版。如果不传默认发货为本地盘版本。
421
+ * 指实例部署模式。
422
+ - local:传统架构,默认为 local。
423
+ - cdc:独享集群。
424
+ - cloud:云原生,当前已暂停售卖。
425
425
  */
426
426
  ProductVersion?: string;
427
427
  /**