tencentcloud-sdk-nodejs-keewidb 4.1.169 → 4.1.170

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-keewidb",
3
- "version": "4.1.169",
3
+ "version": "4.1.170",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -162,7 +162,7 @@ export interface CreateInstancesRequest {
162
162
  */
163
163
  ResourceTags?: Array<ResourceTag>;
164
164
  /**
165
- * <p>混合存储版,单分片持久化内存容量,单位:GB。KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为固定搭配,即2GB内存,固定分配8GB的持久内存,不可选择。具体信息,请参见<a href="https://cloud.tencent.com/document/product/1520/80808">产品规格</a>。</p>
165
+ * <p>极速版,单分片持久化内存容量。KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为固定搭配,即2GB内存,固定分配8GB的持久内存,不可选择。具体信息,请参见<a href="https://cloud.tencent.com/document/product/1520/80808">产品规格</a>。</p>单位:GB。
166
166
  */
167
167
  MemSize?: number;
168
168
  /**