tencentcloud-sdk-nodejs-redis 4.0.312 → 4.0.313
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 +225 -0
- package/SERVICE_CHANGELOG.md +418 -0
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/services/redis/v20180412/redis_client.ts +16 -2
- package/src/services/redis/v20180412/redis_models.ts +217 -7
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +7 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +8 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +180 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,228 @@
|
|
|
1
|
+
# Release 4.0.313
|
|
2
|
+
|
|
3
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
4
|
+
|
|
5
|
+
### 第 6 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-23 08:07:34
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DeleteIotDeviceBatch](https://cloud.tencent.com/document/api/1118/71553)
|
|
16
|
+
* [DescribeDracoEdgeNodeInstaller](https://cloud.tencent.com/document/api/1118/71552)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 云直播(live) 版本:2018-08-01
|
|
21
|
+
|
|
22
|
+
### 第 75 次发布
|
|
23
|
+
|
|
24
|
+
发布时间:2022-03-23 08:08:55
|
|
25
|
+
|
|
26
|
+
本次发布包含了以下内容:
|
|
27
|
+
|
|
28
|
+
改善已有的文档。
|
|
29
|
+
|
|
30
|
+
修改接口:
|
|
31
|
+
|
|
32
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
33
|
+
|
|
34
|
+
* 新增入参:RemoveWatermark
|
|
35
|
+
|
|
36
|
+
* [ModifyLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32608)
|
|
37
|
+
|
|
38
|
+
* 新增入参:RemoveWatermark
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
修改数据结构:
|
|
42
|
+
|
|
43
|
+
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
44
|
+
|
|
45
|
+
* 新增成员:RemoveWatermark
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
51
|
+
|
|
52
|
+
### 第 41 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2022-03-23 08:10:37
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
新增接口:
|
|
61
|
+
|
|
62
|
+
* [DescribeReplicationGroup](https://cloud.tencent.com/document/api/239/71554)
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [ModifyAutoBackupConfig](https://cloud.tencent.com/document/api/239/20016)
|
|
67
|
+
|
|
68
|
+
* 新增出参:BackupStorageDays
|
|
69
|
+
|
|
70
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/239/34436)
|
|
71
|
+
|
|
72
|
+
* 新增入参:Recycle
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
新增数据结构:
|
|
76
|
+
|
|
77
|
+
* [Groups](https://cloud.tencent.com/document/api/239/20022#Groups)
|
|
78
|
+
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
83
|
+
|
|
84
|
+
### 第 11 次发布
|
|
85
|
+
|
|
86
|
+
发布时间:2022-03-23 08:11:08
|
|
87
|
+
|
|
88
|
+
本次发布包含了以下内容:
|
|
89
|
+
|
|
90
|
+
改善已有的文档。
|
|
91
|
+
|
|
92
|
+
修改接口:
|
|
93
|
+
|
|
94
|
+
* [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
|
|
95
|
+
|
|
96
|
+
* 新增入参:ADLocation
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
102
|
+
|
|
103
|
+
### 第 12 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2022-03-23 08:12:32
|
|
106
|
+
|
|
107
|
+
本次发布包含了以下内容:
|
|
108
|
+
|
|
109
|
+
改善已有的文档。
|
|
110
|
+
|
|
111
|
+
修改接口:
|
|
112
|
+
|
|
113
|
+
* [DescribeAbnormalProcessDetail](https://cloud.tencent.com/document/api/1285/65552)
|
|
114
|
+
|
|
115
|
+
* 新增出参:AncestorProcessInfo
|
|
116
|
+
|
|
117
|
+
* [DescribeAbnormalProcessRuleDetail](https://cloud.tencent.com/document/api/1285/65549)
|
|
118
|
+
|
|
119
|
+
* 新增入参:Limit, Offset
|
|
120
|
+
|
|
121
|
+
* [DescribeAccessControlDetail](https://cloud.tencent.com/document/api/1285/65546)
|
|
122
|
+
|
|
123
|
+
* 新增出参:ParentProcessInfo, AncestorProcessInfo
|
|
124
|
+
|
|
125
|
+
* [DescribeAccessControlRuleDetail](https://cloud.tencent.com/document/api/1285/65543)
|
|
126
|
+
|
|
127
|
+
* 新增入参:Limit, Offset
|
|
128
|
+
|
|
129
|
+
* [DescribeEscapeEventDetail](https://cloud.tencent.com/document/api/1285/65538)
|
|
130
|
+
|
|
131
|
+
* 新增出参:ParentProcessInfo, AncestorProcessInfo
|
|
132
|
+
|
|
133
|
+
* [DescribeReverseShellDetail](https://cloud.tencent.com/document/api/1285/65533)
|
|
134
|
+
|
|
135
|
+
* 新增出参:AncestorProcessInfo
|
|
136
|
+
|
|
137
|
+
* [DescribeRiskSyscallDetail](https://cloud.tencent.com/document/api/1285/65528)
|
|
138
|
+
|
|
139
|
+
* 新增出参:AncestorProcessInfo
|
|
140
|
+
|
|
141
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
142
|
+
|
|
143
|
+
* 新增出参:PProcessStartUser, PProcessUserGroup, PProcessPath, PProcessParam, AncestorProcessStartUser, AncestorProcessUserGroup, AncestorProcessPath, AncestorProcessParam, OperationTime
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
新增数据结构:
|
|
147
|
+
|
|
148
|
+
* [ProcessBaseInfo](https://cloud.tencent.com/document/api/1285/65614#ProcessBaseInfo)
|
|
149
|
+
|
|
150
|
+
修改数据结构:
|
|
151
|
+
|
|
152
|
+
* [AbnormalProcessEventDescription](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventDescription)
|
|
153
|
+
|
|
154
|
+
* 新增成员:OperationTime
|
|
155
|
+
|
|
156
|
+
* [AbnormalProcessRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessRuleInfo)
|
|
157
|
+
|
|
158
|
+
* 新增成员:IsDefault
|
|
159
|
+
|
|
160
|
+
* [AccessControlEventDescription](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventDescription)
|
|
161
|
+
|
|
162
|
+
* 新增成员:OperationTime
|
|
163
|
+
|
|
164
|
+
* [AccessControlRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlRuleInfo)
|
|
165
|
+
|
|
166
|
+
* 新增成员:IsDefault
|
|
167
|
+
|
|
168
|
+
* [EscapeEventDescription](https://cloud.tencent.com/document/api/1285/65614#EscapeEventDescription)
|
|
169
|
+
|
|
170
|
+
* 新增成员:OperationTime
|
|
171
|
+
|
|
172
|
+
* [ReverseShellEventDescription](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventDescription)
|
|
173
|
+
|
|
174
|
+
* 新增成员:OperationTime
|
|
175
|
+
|
|
176
|
+
* [RiskSyscallEventDescription](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventDescription)
|
|
177
|
+
|
|
178
|
+
* 新增成员:OperationTime
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## 云点播(vod) 版本:2018-07-17
|
|
184
|
+
|
|
185
|
+
### 第 98 次发布
|
|
186
|
+
|
|
187
|
+
发布时间:2022-03-23 08:14:23
|
|
188
|
+
|
|
189
|
+
本次发布包含了以下内容:
|
|
190
|
+
|
|
191
|
+
改善已有的文档。
|
|
192
|
+
|
|
193
|
+
新增接口:
|
|
194
|
+
|
|
195
|
+
* [DescribeMediaPlayStatDetails](https://cloud.tencent.com/document/api/266/71555)
|
|
196
|
+
|
|
197
|
+
新增数据结构:
|
|
198
|
+
|
|
199
|
+
* [PlayStatInfo](https://cloud.tencent.com/document/api/266/31773#PlayStatInfo)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
204
|
+
|
|
205
|
+
### 第 109 次发布
|
|
206
|
+
|
|
207
|
+
发布时间:2022-03-23 08:14:50
|
|
208
|
+
|
|
209
|
+
本次发布包含了以下内容:
|
|
210
|
+
|
|
211
|
+
改善已有的文档。
|
|
212
|
+
|
|
213
|
+
修改接口:
|
|
214
|
+
|
|
215
|
+
* [AssociateNatGatewayAddress](https://cloud.tencent.com/document/api/215/36722)
|
|
216
|
+
|
|
217
|
+
* 新增入参:StockPublicIpAddressesBandwidthOut, PublicIpAddressesBandwidthOut
|
|
218
|
+
|
|
219
|
+
* [CreateNatGateway](https://cloud.tencent.com/document/api/215/36721)
|
|
220
|
+
|
|
221
|
+
* 新增入参:StockPublicIpAddressesBandwidthOut, PublicIpAddressesBandwidthOut
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
1
226
|
# Release 4.0.312
|
|
2
227
|
|
|
3
228
|
# Release 4.0.311
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,5 +1,228 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
4
|
+
|
|
5
|
+
### 第 6 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-03-23 08:07:34
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DeleteIotDeviceBatch](https://cloud.tencent.com/document/api/1118/71553)
|
|
16
|
+
* [DescribeDracoEdgeNodeInstaller](https://cloud.tencent.com/document/api/1118/71552)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 云直播(live) 版本:2018-08-01
|
|
21
|
+
|
|
22
|
+
### 第 75 次发布
|
|
23
|
+
|
|
24
|
+
发布时间:2022-03-23 08:08:55
|
|
25
|
+
|
|
26
|
+
本次发布包含了以下内容:
|
|
27
|
+
|
|
28
|
+
改善已有的文档。
|
|
29
|
+
|
|
30
|
+
修改接口:
|
|
31
|
+
|
|
32
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
33
|
+
|
|
34
|
+
* 新增入参:RemoveWatermark
|
|
35
|
+
|
|
36
|
+
* [ModifyLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32608)
|
|
37
|
+
|
|
38
|
+
* 新增入参:RemoveWatermark
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
修改数据结构:
|
|
42
|
+
|
|
43
|
+
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
44
|
+
|
|
45
|
+
* 新增成员:RemoveWatermark
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
51
|
+
|
|
52
|
+
### 第 41 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2022-03-23 08:10:37
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
新增接口:
|
|
61
|
+
|
|
62
|
+
* [DescribeReplicationGroup](https://cloud.tencent.com/document/api/239/71554)
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [ModifyAutoBackupConfig](https://cloud.tencent.com/document/api/239/20016)
|
|
67
|
+
|
|
68
|
+
* 新增出参:BackupStorageDays
|
|
69
|
+
|
|
70
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/239/34436)
|
|
71
|
+
|
|
72
|
+
* 新增入参:Recycle
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
新增数据结构:
|
|
76
|
+
|
|
77
|
+
* [Groups](https://cloud.tencent.com/document/api/239/20022#Groups)
|
|
78
|
+
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
83
|
+
|
|
84
|
+
### 第 11 次发布
|
|
85
|
+
|
|
86
|
+
发布时间:2022-03-23 08:11:08
|
|
87
|
+
|
|
88
|
+
本次发布包含了以下内容:
|
|
89
|
+
|
|
90
|
+
改善已有的文档。
|
|
91
|
+
|
|
92
|
+
修改接口:
|
|
93
|
+
|
|
94
|
+
* [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
|
|
95
|
+
|
|
96
|
+
* 新增入参:ADLocation
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
102
|
+
|
|
103
|
+
### 第 12 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2022-03-23 08:12:32
|
|
106
|
+
|
|
107
|
+
本次发布包含了以下内容:
|
|
108
|
+
|
|
109
|
+
改善已有的文档。
|
|
110
|
+
|
|
111
|
+
修改接口:
|
|
112
|
+
|
|
113
|
+
* [DescribeAbnormalProcessDetail](https://cloud.tencent.com/document/api/1285/65552)
|
|
114
|
+
|
|
115
|
+
* 新增出参:AncestorProcessInfo
|
|
116
|
+
|
|
117
|
+
* [DescribeAbnormalProcessRuleDetail](https://cloud.tencent.com/document/api/1285/65549)
|
|
118
|
+
|
|
119
|
+
* 新增入参:Limit, Offset
|
|
120
|
+
|
|
121
|
+
* [DescribeAccessControlDetail](https://cloud.tencent.com/document/api/1285/65546)
|
|
122
|
+
|
|
123
|
+
* 新增出参:ParentProcessInfo, AncestorProcessInfo
|
|
124
|
+
|
|
125
|
+
* [DescribeAccessControlRuleDetail](https://cloud.tencent.com/document/api/1285/65543)
|
|
126
|
+
|
|
127
|
+
* 新增入参:Limit, Offset
|
|
128
|
+
|
|
129
|
+
* [DescribeEscapeEventDetail](https://cloud.tencent.com/document/api/1285/65538)
|
|
130
|
+
|
|
131
|
+
* 新增出参:ParentProcessInfo, AncestorProcessInfo
|
|
132
|
+
|
|
133
|
+
* [DescribeReverseShellDetail](https://cloud.tencent.com/document/api/1285/65533)
|
|
134
|
+
|
|
135
|
+
* 新增出参:AncestorProcessInfo
|
|
136
|
+
|
|
137
|
+
* [DescribeRiskSyscallDetail](https://cloud.tencent.com/document/api/1285/65528)
|
|
138
|
+
|
|
139
|
+
* 新增出参:AncestorProcessInfo
|
|
140
|
+
|
|
141
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
142
|
+
|
|
143
|
+
* 新增出参:PProcessStartUser, PProcessUserGroup, PProcessPath, PProcessParam, AncestorProcessStartUser, AncestorProcessUserGroup, AncestorProcessPath, AncestorProcessParam, OperationTime
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
新增数据结构:
|
|
147
|
+
|
|
148
|
+
* [ProcessBaseInfo](https://cloud.tencent.com/document/api/1285/65614#ProcessBaseInfo)
|
|
149
|
+
|
|
150
|
+
修改数据结构:
|
|
151
|
+
|
|
152
|
+
* [AbnormalProcessEventDescription](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventDescription)
|
|
153
|
+
|
|
154
|
+
* 新增成员:OperationTime
|
|
155
|
+
|
|
156
|
+
* [AbnormalProcessRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessRuleInfo)
|
|
157
|
+
|
|
158
|
+
* 新增成员:IsDefault
|
|
159
|
+
|
|
160
|
+
* [AccessControlEventDescription](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventDescription)
|
|
161
|
+
|
|
162
|
+
* 新增成员:OperationTime
|
|
163
|
+
|
|
164
|
+
* [AccessControlRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlRuleInfo)
|
|
165
|
+
|
|
166
|
+
* 新增成员:IsDefault
|
|
167
|
+
|
|
168
|
+
* [EscapeEventDescription](https://cloud.tencent.com/document/api/1285/65614#EscapeEventDescription)
|
|
169
|
+
|
|
170
|
+
* 新增成员:OperationTime
|
|
171
|
+
|
|
172
|
+
* [ReverseShellEventDescription](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventDescription)
|
|
173
|
+
|
|
174
|
+
* 新增成员:OperationTime
|
|
175
|
+
|
|
176
|
+
* [RiskSyscallEventDescription](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventDescription)
|
|
177
|
+
|
|
178
|
+
* 新增成员:OperationTime
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## 云点播(vod) 版本:2018-07-17
|
|
184
|
+
|
|
185
|
+
### 第 98 次发布
|
|
186
|
+
|
|
187
|
+
发布时间:2022-03-23 08:14:23
|
|
188
|
+
|
|
189
|
+
本次发布包含了以下内容:
|
|
190
|
+
|
|
191
|
+
改善已有的文档。
|
|
192
|
+
|
|
193
|
+
新增接口:
|
|
194
|
+
|
|
195
|
+
* [DescribeMediaPlayStatDetails](https://cloud.tencent.com/document/api/266/71555)
|
|
196
|
+
|
|
197
|
+
新增数据结构:
|
|
198
|
+
|
|
199
|
+
* [PlayStatInfo](https://cloud.tencent.com/document/api/266/31773#PlayStatInfo)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
204
|
+
|
|
205
|
+
### 第 109 次发布
|
|
206
|
+
|
|
207
|
+
发布时间:2022-03-23 08:14:50
|
|
208
|
+
|
|
209
|
+
本次发布包含了以下内容:
|
|
210
|
+
|
|
211
|
+
改善已有的文档。
|
|
212
|
+
|
|
213
|
+
修改接口:
|
|
214
|
+
|
|
215
|
+
* [AssociateNatGatewayAddress](https://cloud.tencent.com/document/api/215/36722)
|
|
216
|
+
|
|
217
|
+
* 新增入参:StockPublicIpAddressesBandwidthOut, PublicIpAddressesBandwidthOut
|
|
218
|
+
|
|
219
|
+
* [CreateNatGateway](https://cloud.tencent.com/document/api/215/36721)
|
|
220
|
+
|
|
221
|
+
* 新增入参:StockPublicIpAddressesBandwidthOut, PublicIpAddressesBandwidthOut
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
3
226
|
# 历次版本更新如下:
|
|
4
227
|
|
|
5
228
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -35859,6 +36082,19 @@
|
|
|
35859
36082
|
|
|
35860
36083
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
35861
36084
|
|
|
36085
|
+
### 第 6 次发布
|
|
36086
|
+
|
|
36087
|
+
发布时间:2022-03-23 08:07:34
|
|
36088
|
+
|
|
36089
|
+
本次发布包含了以下内容:
|
|
36090
|
+
|
|
36091
|
+
改善已有的文档。
|
|
36092
|
+
|
|
36093
|
+
新增接口:
|
|
36094
|
+
|
|
36095
|
+
* [[DeleteIotDeviceBatch](https://cloud.tencent.com/document/api/1118/71553)](https://cloud.tencent.com/document/api/#/#)
|
|
36096
|
+
* [[DescribeDracoEdgeNodeInstaller](https://cloud.tencent.com/document/api/1118/71552)](https://cloud.tencent.com/document/api/#/#)
|
|
36097
|
+
|
|
35862
36098
|
### 第 5 次发布
|
|
35863
36099
|
|
|
35864
36100
|
发布时间:2022-03-17 08:08:16
|
|
@@ -40511,6 +40747,32 @@
|
|
|
40511
40747
|
|
|
40512
40748
|
## 云直播(live) 版本:2018-08-01
|
|
40513
40749
|
|
|
40750
|
+
### 第 75 次发布
|
|
40751
|
+
|
|
40752
|
+
发布时间:2022-03-23 08:08:55
|
|
40753
|
+
|
|
40754
|
+
本次发布包含了以下内容:
|
|
40755
|
+
|
|
40756
|
+
改善已有的文档。
|
|
40757
|
+
|
|
40758
|
+
修改接口:
|
|
40759
|
+
|
|
40760
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
40761
|
+
|
|
40762
|
+
* 新增入参:RemoveWatermark
|
|
40763
|
+
|
|
40764
|
+
* [ModifyLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32608)
|
|
40765
|
+
|
|
40766
|
+
* 新增入参:RemoveWatermark
|
|
40767
|
+
|
|
40768
|
+
|
|
40769
|
+
修改数据结构:
|
|
40770
|
+
|
|
40771
|
+
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
40772
|
+
|
|
40773
|
+
* 新增成员:RemoveWatermark
|
|
40774
|
+
|
|
40775
|
+
|
|
40514
40776
|
### 第 74 次发布
|
|
40515
40777
|
|
|
40516
40778
|
发布时间:2022-03-22 08:11:37
|
|
@@ -49642,6 +49904,34 @@
|
|
|
49642
49904
|
|
|
49643
49905
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
49644
49906
|
|
|
49907
|
+
### 第 41 次发布
|
|
49908
|
+
|
|
49909
|
+
发布时间:2022-03-23 08:10:37
|
|
49910
|
+
|
|
49911
|
+
本次发布包含了以下内容:
|
|
49912
|
+
|
|
49913
|
+
改善已有的文档。
|
|
49914
|
+
|
|
49915
|
+
新增接口:
|
|
49916
|
+
|
|
49917
|
+
* [[DescribeReplicationGroup](https://cloud.tencent.com/document/api/239/71554)](https://cloud.tencent.com/document/api/#/#)
|
|
49918
|
+
|
|
49919
|
+
修改接口:
|
|
49920
|
+
|
|
49921
|
+
* [ModifyAutoBackupConfig](https://cloud.tencent.com/document/api/239/20016)
|
|
49922
|
+
|
|
49923
|
+
* 新增出参:BackupStorageDays
|
|
49924
|
+
|
|
49925
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/239/34436)
|
|
49926
|
+
|
|
49927
|
+
* 新增入参:Recycle
|
|
49928
|
+
|
|
49929
|
+
|
|
49930
|
+
新增数据结构:
|
|
49931
|
+
|
|
49932
|
+
* [[Groups](https://cloud.tencent.com/document/api/239/20022#Groups)](https://cloud.tencent.com/document/api/239/20022#[Groups](https://cloud.tencent.com/document/api/239/20022#Groups))
|
|
49933
|
+
* [[Instances](https://cloud.tencent.com/document/api/239/20022#Instances)](https://cloud.tencent.com/document/api/239/20022#[Instances](https://cloud.tencent.com/document/api/239/20022#Instances))
|
|
49934
|
+
|
|
49645
49935
|
### 第 40 次发布
|
|
49646
49936
|
|
|
49647
49937
|
发布时间:2022-01-19 08:13:55
|
|
@@ -51775,6 +52065,21 @@
|
|
|
51775
52065
|
|
|
51776
52066
|
## 邮件推送(ses) 版本:2020-10-02
|
|
51777
52067
|
|
|
52068
|
+
### 第 11 次发布
|
|
52069
|
+
|
|
52070
|
+
发布时间:2022-03-23 08:11:08
|
|
52071
|
+
|
|
52072
|
+
本次发布包含了以下内容:
|
|
52073
|
+
|
|
52074
|
+
改善已有的文档。
|
|
52075
|
+
|
|
52076
|
+
修改接口:
|
|
52077
|
+
|
|
52078
|
+
* [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
|
|
52079
|
+
|
|
52080
|
+
* 新增入参:ADLocation
|
|
52081
|
+
|
|
52082
|
+
|
|
51778
52083
|
### 第 10 次发布
|
|
51779
52084
|
|
|
51780
52085
|
发布时间:2022-03-16 08:13:30
|
|
@@ -58482,6 +58787,84 @@
|
|
|
58482
58787
|
|
|
58483
58788
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
58484
58789
|
|
|
58790
|
+
### 第 12 次发布
|
|
58791
|
+
|
|
58792
|
+
发布时间:2022-03-23 08:12:32
|
|
58793
|
+
|
|
58794
|
+
本次发布包含了以下内容:
|
|
58795
|
+
|
|
58796
|
+
改善已有的文档。
|
|
58797
|
+
|
|
58798
|
+
修改接口:
|
|
58799
|
+
|
|
58800
|
+
* [DescribeAbnormalProcessDetail](https://cloud.tencent.com/document/api/1285/65552)
|
|
58801
|
+
|
|
58802
|
+
* 新增出参:AncestorProcessInfo
|
|
58803
|
+
|
|
58804
|
+
* [DescribeAbnormalProcessRuleDetail](https://cloud.tencent.com/document/api/1285/65549)
|
|
58805
|
+
|
|
58806
|
+
* 新增入参:Limit, Offset
|
|
58807
|
+
|
|
58808
|
+
* [DescribeAccessControlDetail](https://cloud.tencent.com/document/api/1285/65546)
|
|
58809
|
+
|
|
58810
|
+
* 新增出参:ParentProcessInfo, AncestorProcessInfo
|
|
58811
|
+
|
|
58812
|
+
* [DescribeAccessControlRuleDetail](https://cloud.tencent.com/document/api/1285/65543)
|
|
58813
|
+
|
|
58814
|
+
* 新增入参:Limit, Offset
|
|
58815
|
+
|
|
58816
|
+
* [DescribeEscapeEventDetail](https://cloud.tencent.com/document/api/1285/65538)
|
|
58817
|
+
|
|
58818
|
+
* 新增出参:ParentProcessInfo, AncestorProcessInfo
|
|
58819
|
+
|
|
58820
|
+
* [DescribeReverseShellDetail](https://cloud.tencent.com/document/api/1285/65533)
|
|
58821
|
+
|
|
58822
|
+
* 新增出参:AncestorProcessInfo
|
|
58823
|
+
|
|
58824
|
+
* [DescribeRiskSyscallDetail](https://cloud.tencent.com/document/api/1285/65528)
|
|
58825
|
+
|
|
58826
|
+
* 新增出参:AncestorProcessInfo
|
|
58827
|
+
|
|
58828
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
58829
|
+
|
|
58830
|
+
* 新增出参:PProcessStartUser, PProcessUserGroup, PProcessPath, PProcessParam, AncestorProcessStartUser, AncestorProcessUserGroup, AncestorProcessPath, AncestorProcessParam, OperationTime
|
|
58831
|
+
|
|
58832
|
+
|
|
58833
|
+
新增数据结构:
|
|
58834
|
+
|
|
58835
|
+
* [[ProcessBaseInfo](https://cloud.tencent.com/document/api/1285/65614#ProcessBaseInfo)](https://cloud.tencent.com/document/api/1285/65614#[ProcessBaseInfo](https://cloud.tencent.com/document/api/1285/65614#ProcessBaseInfo))
|
|
58836
|
+
|
|
58837
|
+
修改数据结构:
|
|
58838
|
+
|
|
58839
|
+
* [AbnormalProcessEventDescription](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventDescription)
|
|
58840
|
+
|
|
58841
|
+
* 新增成员:OperationTime
|
|
58842
|
+
|
|
58843
|
+
* [AbnormalProcessRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessRuleInfo)
|
|
58844
|
+
|
|
58845
|
+
* 新增成员:IsDefault
|
|
58846
|
+
|
|
58847
|
+
* [AccessControlEventDescription](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventDescription)
|
|
58848
|
+
|
|
58849
|
+
* 新增成员:OperationTime
|
|
58850
|
+
|
|
58851
|
+
* [AccessControlRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlRuleInfo)
|
|
58852
|
+
|
|
58853
|
+
* 新增成员:IsDefault
|
|
58854
|
+
|
|
58855
|
+
* [EscapeEventDescription](https://cloud.tencent.com/document/api/1285/65614#EscapeEventDescription)
|
|
58856
|
+
|
|
58857
|
+
* 新增成员:OperationTime
|
|
58858
|
+
|
|
58859
|
+
* [ReverseShellEventDescription](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventDescription)
|
|
58860
|
+
|
|
58861
|
+
* 新增成员:OperationTime
|
|
58862
|
+
|
|
58863
|
+
* [RiskSyscallEventDescription](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventDescription)
|
|
58864
|
+
|
|
58865
|
+
* 新增成员:OperationTime
|
|
58866
|
+
|
|
58867
|
+
|
|
58485
58868
|
### 第 11 次发布
|
|
58486
58869
|
|
|
58487
58870
|
发布时间:2022-03-08 08:18:39
|
|
@@ -67382,6 +67765,22 @@
|
|
|
67382
67765
|
|
|
67383
67766
|
## 云点播(vod) 版本:2018-07-17
|
|
67384
67767
|
|
|
67768
|
+
### 第 98 次发布
|
|
67769
|
+
|
|
67770
|
+
发布时间:2022-03-23 08:14:23
|
|
67771
|
+
|
|
67772
|
+
本次发布包含了以下内容:
|
|
67773
|
+
|
|
67774
|
+
改善已有的文档。
|
|
67775
|
+
|
|
67776
|
+
新增接口:
|
|
67777
|
+
|
|
67778
|
+
* [[DescribeMediaPlayStatDetails](https://cloud.tencent.com/document/api/266/71555)](https://cloud.tencent.com/document/api/#/#)
|
|
67779
|
+
|
|
67780
|
+
新增数据结构:
|
|
67781
|
+
|
|
67782
|
+
* [[PlayStatInfo](https://cloud.tencent.com/document/api/266/31773#PlayStatInfo)](https://cloud.tencent.com/document/api/266/31773#[PlayStatInfo](https://cloud.tencent.com/document/api/266/31773#PlayStatInfo))
|
|
67783
|
+
|
|
67385
67784
|
### 第 97 次发布
|
|
67386
67785
|
|
|
67387
67786
|
发布时间:2022-03-21 08:18:21
|
|
@@ -70144,6 +70543,25 @@
|
|
|
70144
70543
|
|
|
70145
70544
|
## 私有网络(vpc) 版本:2017-03-12
|
|
70146
70545
|
|
|
70546
|
+
### 第 109 次发布
|
|
70547
|
+
|
|
70548
|
+
发布时间:2022-03-23 08:14:50
|
|
70549
|
+
|
|
70550
|
+
本次发布包含了以下内容:
|
|
70551
|
+
|
|
70552
|
+
改善已有的文档。
|
|
70553
|
+
|
|
70554
|
+
修改接口:
|
|
70555
|
+
|
|
70556
|
+
* [AssociateNatGatewayAddress](https://cloud.tencent.com/document/api/215/36722)
|
|
70557
|
+
|
|
70558
|
+
* 新增入参:StockPublicIpAddressesBandwidthOut, PublicIpAddressesBandwidthOut
|
|
70559
|
+
|
|
70560
|
+
* [CreateNatGateway](https://cloud.tencent.com/document/api/215/36721)
|
|
70561
|
+
|
|
70562
|
+
* 新增入参:StockPublicIpAddressesBandwidthOut, PublicIpAddressesBandwidthOut
|
|
70563
|
+
|
|
70564
|
+
|
|
70147
70565
|
### 第 108 次发布
|
|
70148
70566
|
|
|
70149
70567
|
发布时间:2022-03-17 08:15:03
|