tencentcloud-sdk-nodejs-redis 4.0.330 → 4.0.331
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/CHANGELOG.md +349 -0
- package/SERVICE_CHANGELOG.md +597 -23
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/services/redis/v20180412/redis_client.ts +37 -13
- package/src/services/redis/v20180412/redis_models.ts +113 -53
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +13 -5
- package/tencentcloud/services/redis/v20180412/redis_client.js +18 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +97 -45
|
@@ -128,54 +128,13 @@ export interface RestoreInstanceRequest {
|
|
|
128
128
|
Password?: string;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
131
|
+
* AllocateWanAddress请求参数结构体
|
|
132
132
|
*/
|
|
133
|
-
export interface
|
|
134
|
-
/**
|
|
135
|
-
* 任务Id
|
|
136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
137
|
-
*/
|
|
138
|
-
TaskId: number;
|
|
139
|
-
/**
|
|
140
|
-
* 开始时间
|
|
141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
142
|
-
*/
|
|
143
|
-
StartTime: string;
|
|
144
|
-
/**
|
|
145
|
-
* 任务类型
|
|
146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
147
|
-
*/
|
|
148
|
-
TaskType: string;
|
|
133
|
+
export interface AllocateWanAddressRequest {
|
|
149
134
|
/**
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
*/
|
|
153
|
-
InstanceName: string;
|
|
154
|
-
/**
|
|
155
|
-
* 实例Id
|
|
156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
157
|
-
*/
|
|
135
|
+
* 实例ID
|
|
136
|
+
*/
|
|
158
137
|
InstanceId: string;
|
|
159
|
-
/**
|
|
160
|
-
* 项目Id
|
|
161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
162
|
-
*/
|
|
163
|
-
ProjectId: number;
|
|
164
|
-
/**
|
|
165
|
-
* 任务进度
|
|
166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
167
|
-
*/
|
|
168
|
-
Progress: number;
|
|
169
|
-
/**
|
|
170
|
-
* 结束时间
|
|
171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
172
|
-
*/
|
|
173
|
-
EndTime: string;
|
|
174
|
-
/**
|
|
175
|
-
* 任务状态
|
|
176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
177
|
-
*/
|
|
178
|
-
Result: number;
|
|
179
138
|
}
|
|
180
139
|
/**
|
|
181
140
|
* ApplyParamsTemplate请求参数结构体
|
|
@@ -1100,6 +1059,56 @@ export interface ManualBackupInstanceResponse {
|
|
|
1100
1059
|
*/
|
|
1101
1060
|
RequestId?: string;
|
|
1102
1061
|
}
|
|
1062
|
+
/**
|
|
1063
|
+
* 任务信息详情
|
|
1064
|
+
*/
|
|
1065
|
+
export interface TaskInfoDetail {
|
|
1066
|
+
/**
|
|
1067
|
+
* 任务Id
|
|
1068
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1069
|
+
*/
|
|
1070
|
+
TaskId: number;
|
|
1071
|
+
/**
|
|
1072
|
+
* 开始时间
|
|
1073
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1074
|
+
*/
|
|
1075
|
+
StartTime: string;
|
|
1076
|
+
/**
|
|
1077
|
+
* 任务类型
|
|
1078
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1079
|
+
*/
|
|
1080
|
+
TaskType: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* 实例名称
|
|
1083
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1084
|
+
*/
|
|
1085
|
+
InstanceName: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* 实例Id
|
|
1088
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1089
|
+
*/
|
|
1090
|
+
InstanceId: string;
|
|
1091
|
+
/**
|
|
1092
|
+
* 项目Id
|
|
1093
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1094
|
+
*/
|
|
1095
|
+
ProjectId: number;
|
|
1096
|
+
/**
|
|
1097
|
+
* 任务进度
|
|
1098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1099
|
+
*/
|
|
1100
|
+
Progress: number;
|
|
1101
|
+
/**
|
|
1102
|
+
* 结束时间
|
|
1103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1104
|
+
*/
|
|
1105
|
+
EndTime: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* 任务状态
|
|
1108
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1109
|
+
*/
|
|
1110
|
+
Result: number;
|
|
1111
|
+
}
|
|
1103
1112
|
/**
|
|
1104
1113
|
* DisableReplicaReadonly返回参数结构体
|
|
1105
1114
|
*/
|
|
@@ -1735,6 +1744,23 @@ export interface UpgradeVersionToMultiAvailabilityZonesRequest {
|
|
|
1735
1744
|
*/
|
|
1736
1745
|
UpgradeProxyAndRedisServer?: boolean;
|
|
1737
1746
|
}
|
|
1747
|
+
/**
|
|
1748
|
+
* AllocateWanAddress返回参数结构体
|
|
1749
|
+
*/
|
|
1750
|
+
export interface AllocateWanAddressResponse {
|
|
1751
|
+
/**
|
|
1752
|
+
* 异步流程ID
|
|
1753
|
+
*/
|
|
1754
|
+
FlowId: number;
|
|
1755
|
+
/**
|
|
1756
|
+
* 开通外网的状态
|
|
1757
|
+
*/
|
|
1758
|
+
WanStatus: string;
|
|
1759
|
+
/**
|
|
1760
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1761
|
+
*/
|
|
1762
|
+
RequestId?: string;
|
|
1763
|
+
}
|
|
1738
1764
|
/**
|
|
1739
1765
|
* DescribeInstanceMonitorTookDist请求参数结构体
|
|
1740
1766
|
*/
|
|
@@ -2441,6 +2467,23 @@ export interface DescribeInstanceSecurityGroupResponse {
|
|
|
2441
2467
|
*/
|
|
2442
2468
|
RequestId?: string;
|
|
2443
2469
|
}
|
|
2470
|
+
/**
|
|
2471
|
+
* ReleaseWanAddress返回参数结构体
|
|
2472
|
+
*/
|
|
2473
|
+
export interface ReleaseWanAddressResponse {
|
|
2474
|
+
/**
|
|
2475
|
+
* 异步流程ID
|
|
2476
|
+
*/
|
|
2477
|
+
FlowId: number;
|
|
2478
|
+
/**
|
|
2479
|
+
* 关闭外网的状态
|
|
2480
|
+
*/
|
|
2481
|
+
WanStatus: string;
|
|
2482
|
+
/**
|
|
2483
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2484
|
+
*/
|
|
2485
|
+
RequestId?: string;
|
|
2486
|
+
}
|
|
2444
2487
|
/**
|
|
2445
2488
|
* 产品信息
|
|
2446
2489
|
*/
|
|
@@ -3329,6 +3372,15 @@ export interface InstanceSet {
|
|
|
3329
3372
|
*/
|
|
3330
3373
|
Region: string;
|
|
3331
3374
|
}
|
|
3375
|
+
/**
|
|
3376
|
+
* ReleaseWanAddress请求参数结构体
|
|
3377
|
+
*/
|
|
3378
|
+
export interface ReleaseWanAddressRequest {
|
|
3379
|
+
/**
|
|
3380
|
+
* 实例ID
|
|
3381
|
+
*/
|
|
3382
|
+
InstanceId: string;
|
|
3383
|
+
}
|
|
3332
3384
|
/**
|
|
3333
3385
|
* InquiryPriceRenewInstance请求参数结构体
|
|
3334
3386
|
*/
|