tencentcloud-sdk-nodejs-redis 4.0.1050 → 4.0.1053

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-redis",
3
- "version": "4.0.1050",
4
- "description": "腾讯云 API NODEJS SDK",
3
+ "version": "4.0.1053",
4
+ "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
7
7
  "test": "mocha -t 10000",
@@ -22,7 +22,7 @@
22
22
  "author": "tencentcloudapi",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "tencentcloud-sdk-nodejs-common": "*",
25
+ "tencentcloud-sdk-nodejs-common": "^4.0.488",
26
26
  "tslib": "1.13.0"
27
27
  },
28
28
  "directories": {
@@ -35,19 +35,14 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/form-data": "^2.5.0",
38
- "@types/json-bigint": "^1.0.1",
39
38
  "@types/node": "^14.0.26",
40
39
  "@types/node-fetch": "^2.5.7",
41
- "@types/uuid": "^9.0.8",
42
40
  "@typescript-eslint/eslint-plugin": "^2.34.0",
43
41
  "@typescript-eslint/parser": "^2.34.0",
44
- "babel-eslint": "^10.0.2",
45
42
  "chai": "^4.2.0",
46
43
  "eslint": "^6.8.0",
47
- "eslint-plugin-react": "^7.17.0",
48
44
  "mocha": "^8.1.1",
49
- "prettier": "^2.3.0",
50
45
  "ts-node": "^8.10.2",
51
46
  "typescript": "^3.9.7"
52
47
  }
53
- }
48
+ }
@@ -2358,19 +2358,19 @@ export interface ModifyInstanceLogDeliveryRequest {
2358
2358
  */
2359
2359
  Enabled: boolean
2360
2360
  /**
2361
- * 投递的日志集ID。通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **LogsetId** 获取。
2361
+ * 投递的日志集ID。通过接口[DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)获取到日志集ID。
2362
2362
  */
2363
2363
  LogsetId?: string
2364
2364
  /**
2365
- * 投递的日志主题ID。请通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **TopicId** 获取。
2365
+ * 投递的日志主题ID。通过接口[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)获取到日志主题ID。
2366
2366
  */
2367
2367
  TopicId?: string
2368
2368
  /**
2369
- * 日志集名称。若**LogsetId**未指定具体的日志集ID,请配置该参数,设置日志集名称,系统会以设置的日志集名称自动创建新的日志集。
2369
+ * 日志集名称。**LogsetId**为空时必传,系统会以LogsetName为名称来创建新的日志集并投递日志。
2370
2370
  */
2371
2371
  LogsetName?: string
2372
2372
  /**
2373
- * 日志主题名称,TopicId为空时必传,会自动创建新的日志主题。
2373
+ * 日志主题名称。**TopicId**为空时必传,系统会以TopicName为名称来创建新的日志主题并投递日志。
2374
2374
  */
2375
2375
  TopicName?: string
2376
2376
  /**
@@ -2246,19 +2246,19 @@ export interface ModifyInstanceLogDeliveryRequest {
2246
2246
  */
2247
2247
  Enabled: boolean;
2248
2248
  /**
2249
- * 投递的日志集ID。通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **LogsetId** 获取。
2249
+ * 投递的日志集ID。通过接口[DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)获取到日志集ID。
2250
2250
  */
2251
2251
  LogsetId?: string;
2252
2252
  /**
2253
- * 投递的日志主题ID。请通过接口[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/product/239/110878)的返回参数 **SlowLog** 的子参数 **TopicId** 获取。
2253
+ * 投递的日志主题ID。通过接口[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)获取到日志主题ID。
2254
2254
  */
2255
2255
  TopicId?: string;
2256
2256
  /**
2257
- * 日志集名称。若**LogsetId**未指定具体的日志集ID,请配置该参数,设置日志集名称,系统会以设置的日志集名称自动创建新的日志集。
2257
+ * 日志集名称。**LogsetId**为空时必传,系统会以LogsetName为名称来创建新的日志集并投递日志。
2258
2258
  */
2259
2259
  LogsetName?: string;
2260
2260
  /**
2261
- * 日志主题名称,TopicId为空时必传,会自动创建新的日志主题。
2261
+ * 日志主题名称。**TopicId**为空时必传,系统会以TopicName为名称来创建新的日志主题并投递日志。
2262
2262
  */
2263
2263
  TopicName?: string;
2264
2264
  /**