tencentcloud-sdk-nodejs-redis 4.1.115 → 4.1.118

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.115",
3
+ "version": "4.1.118",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -97,7 +97,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
97
97
  */
98
98
  DescribeBackupUrl(req: DescribeBackupUrlRequest, cb?: (error: string, rep: DescribeBackupUrlResponse) => void): Promise<DescribeBackupUrlResponse>;
99
99
  /**
100
- * 查询实例秒级备份信息
100
+ * 本接口(DescribeSecondLevelBackupInfo)用于查询实例秒级备份信息。
101
101
  */
102
102
  DescribeSecondLevelBackupInfo(req: DescribeSecondLevelBackupInfoRequest, cb?: (error: string, rep: DescribeSecondLevelBackupInfoResponse) => void): Promise<DescribeSecondLevelBackupInfoResponse>;
103
103
  /**
@@ -163,7 +163,7 @@ class Client extends TencentCloudCommon.AbstractClient {
163
163
  return this.request("DescribeBackupUrl", req, cb);
164
164
  }
165
165
  /**
166
- * 查询实例秒级备份信息
166
+ * 本接口(DescribeSecondLevelBackupInfo)用于查询实例秒级备份信息。
167
167
  */
168
168
  async DescribeSecondLevelBackupInfo(req, cb) {
169
169
  return this.request("DescribeSecondLevelBackupInfo", req, cb);
@@ -266,7 +266,9 @@ export interface ApplyParamsTemplateRequest {
266
266
  */
267
267
  InstanceIds: Array<string>;
268
268
  /**
269
- * 应用的参数模板ID,请通过接口[DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/239/58748)的返回参数 **TemplateId** 获取参数模板 ID
269
+ * 应用的参数模板ID。
270
+ - 请通过接口 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/239/58748) 的返回参数 **TemplateId** 获取参数模板 ID。
271
+ - 仅当参数模板版本与目标实例的架构版本一致时,操作才能成功执行。版本不匹配将触发执行错误。
270
272
  */
271
273
  TemplateId: string;
272
274
  }
@@ -632,20 +634,20 @@ export interface ModifyInstancePasswordResponse {
632
634
  */
633
635
  export interface DescribeSecondLevelBackupInfoResponse {
634
636
  /**
635
- * 备份记录ID
637
+ * 备份记录ID
636
638
  */
637
639
  BackupId?: string;
638
640
  /**
639
- * 备份时间戳
641
+ * 备份时间戳。
640
642
  */
641
643
  BackupTimestamp?: number;
642
644
  /**
643
- * 备份不存在的时间戳范围
645
+ * 备份不存在的时间戳范围。
644
646
  注意:此字段可能返回 null,表示取不到有效值。
645
647
  */
646
648
  MissingTimestamps?: Array<SecondLevelBackupMissingTimestamps>;
647
649
  /**
648
- * 实例开启秒级备份的时间戳
650
+ * 实例开启秒级备份的时间戳。
649
651
  */
650
652
  StartTimestamp?: number;
651
653
  /**
@@ -1818,11 +1820,15 @@ export interface DescribeInstanceEventsRequest {
1818
1820
  */
1819
1821
  InstanceId?: string;
1820
1822
  /**
1821
- * 输出每页显示事件的数量,默认:10,最大100。
1823
+ * 输出每页显示事件的数量。
1824
+ - 默认值:10。
1825
+ - 取值范围:[1,100]。
1822
1826
  */
1823
1827
  PageSize?: number;
1824
1828
  /**
1825
- * 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。默认:1。
1829
+ * 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。
1830
+ - 默认值:1。
1831
+ - 取值范围:大于0 的正整数。
1826
1832
  */
1827
1833
  PageNo?: number;
1828
1834
  /**
@@ -5378,7 +5384,7 @@ export interface ModifyInstanceParamsRequest {
5378
5384
  */
5379
5385
  export interface DescribeSSLStatusRequest {
5380
5386
  /**
5381
- * 实例 ID。
5387
+ * 实例 ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID
5382
5388
  */
5383
5389
  InstanceId: string;
5384
5390
  }
@@ -6021,11 +6027,13 @@ export interface RemoveReplicationInstanceResponse {
6021
6027
  */
6022
6028
  export interface DescribeSecondLevelBackupInfoRequest {
6023
6029
  /**
6024
- * 指定实例 ID。例如:crs-xjhsdj****。请登录Redis控制台在实例列表复制实例 ID。
6030
+ * 指定实例 ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。
6025
6031
  */
6026
6032
  InstanceId?: string;
6027
6033
  /**
6028
- * 秒级备份时间戳,7天内
6034
+ * 秒级备份时间戳。
6035
+ - 设置范围:支持7天内任意秒级时间点。
6036
+ - 时间戳格式:Unix 时间戳。
6029
6037
  */
6030
6038
  BackupTimestamp?: number;
6031
6039
  }