tencentcloud-sdk-nodejs-redis 4.1.28 → 4.1.36
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
|
@@ -672,6 +672,7 @@ export interface DescribeSlowLogResponse {
|
|
|
672
672
|
TotalCount?: number;
|
|
673
673
|
/**
|
|
674
674
|
* 已废弃,该参数存在命名不规范问题,后续用参数InstanceSlowLogDetail取代。慢查询详情。
|
|
675
|
+
* @deprecated
|
|
675
676
|
*/
|
|
676
677
|
InstanceSlowlogDetail?: Array<InstanceSlowlogDetail>;
|
|
677
678
|
/**
|
|
@@ -2189,15 +2190,18 @@ export interface DescribeParamTemplateInfoRequest {
|
|
|
2189
2190
|
export interface DescribeBackupUrlResponse {
|
|
2190
2191
|
/**
|
|
2191
2192
|
* 外网下载地址(6小时内链接有效),该字段正在逐步废弃中。
|
|
2193
|
+
* @deprecated
|
|
2192
2194
|
*/
|
|
2193
2195
|
DownloadUrl?: Array<string>;
|
|
2194
2196
|
/**
|
|
2195
2197
|
* 内网下载地址(6小时内链接有效),该字段正在逐步废弃中。
|
|
2198
|
+
* @deprecated
|
|
2196
2199
|
*/
|
|
2197
2200
|
InnerDownloadUrl?: Array<string>;
|
|
2198
2201
|
/**
|
|
2199
2202
|
* 文件名称,该字段正在逐步废弃中。
|
|
2200
2203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2204
|
+
* @deprecated
|
|
2201
2205
|
*/
|
|
2202
2206
|
Filenames?: Array<string>;
|
|
2203
2207
|
/**
|
|
@@ -2998,6 +3002,7 @@ export interface DescribeTaskListRequest {
|
|
|
2998
3002
|
Result?: Array<number | bigint>;
|
|
2999
3003
|
/**
|
|
3000
3004
|
* 该字段已废弃,使用OperateUin代替,请忽略。
|
|
3005
|
+
* @deprecated
|
|
3001
3006
|
*/
|
|
3002
3007
|
OperatorUin?: Array<number | bigint>;
|
|
3003
3008
|
/**
|
|
@@ -3704,6 +3709,7 @@ export interface RemoveReplicationInstanceRequest {
|
|
|
3704
3709
|
export interface EnableReplicaReadonlyResponse {
|
|
3705
3710
|
/**
|
|
3706
3711
|
* 错误:ERROR,正确OK(已废弃)
|
|
3712
|
+
* @deprecated
|
|
3707
3713
|
*/
|
|
3708
3714
|
Status?: string;
|
|
3709
3715
|
/**
|
|
@@ -3747,14 +3753,17 @@ export interface ModifyInstanceRequest {
|
|
|
3747
3753
|
AutoRenews?: Array<number | bigint>;
|
|
3748
3754
|
/**
|
|
3749
3755
|
* 目前在废弃中,存量用户还可以使用,建议新用户使用 InstanceIds。
|
|
3756
|
+
* @deprecated
|
|
3750
3757
|
*/
|
|
3751
3758
|
InstanceId?: string;
|
|
3752
3759
|
/**
|
|
3753
3760
|
* 已经废弃
|
|
3761
|
+
* @deprecated
|
|
3754
3762
|
*/
|
|
3755
3763
|
InstanceName?: string;
|
|
3756
3764
|
/**
|
|
3757
3765
|
* 已经废弃。
|
|
3766
|
+
* @deprecated
|
|
3758
3767
|
*/
|
|
3759
3768
|
AutoRenew?: number;
|
|
3760
3769
|
}
|
|
@@ -3878,6 +3887,7 @@ export interface ProductConf {
|
|
|
3878
3887
|
* 该参数名因存在拼写不规范的问题,建议使用**EnableReplicaReadOnly**参数取代。其含义为是否支持副本只读。
|
|
3879
3888
|
- true:支持副本只读。
|
|
3880
3889
|
- false:不支持。
|
|
3890
|
+
* @deprecated
|
|
3881
3891
|
*/
|
|
3882
3892
|
EnableRepicaReadOnly?: boolean;
|
|
3883
3893
|
/**
|
|
@@ -3960,6 +3970,7 @@ export interface SwitchProxyResponse {
|
|
|
3960
3970
|
export interface StartupInstanceResponse {
|
|
3961
3971
|
/**
|
|
3962
3972
|
* 该字段已废弃,请通过查询实例接口获取到的状态来判断实例是否已解隔离
|
|
3973
|
+
* @deprecated
|
|
3963
3974
|
*/
|
|
3964
3975
|
TaskId?: number;
|
|
3965
3976
|
/**
|
|
@@ -4809,6 +4820,7 @@ export interface InstanceSet {
|
|
|
4809
4820
|
Size?: number;
|
|
4810
4821
|
/**
|
|
4811
4822
|
* 该字段已废弃。请使用腾讯云可观测平台API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内存容量。
|
|
4823
|
+
* @deprecated
|
|
4812
4824
|
*/
|
|
4813
4825
|
SizeUsed?: number;
|
|
4814
4826
|
/**
|