tencentcloud-sdk-nodejs-redis 4.0.455 → 4.0.457
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 +343 -0
- package/SERVICE_CHANGELOG.md +353 -56
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/services/redis/v20180412/redis_client.ts +498 -474
- package/src/services/redis/v20180412/redis_models.ts +75 -24
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +171 -163
- package/tencentcloud/services/redis/v20180412/redis_client.js +255 -243
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +69 -24
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,53 +1,80 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 103 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-
|
|
7
|
+
发布时间:2022-10-11 06:14:09
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
16
|
+
|
|
17
|
+
* 新增出参:EnableBackupArchive, BackupArchiveDays, EnableBinlogArchive, BinlogArchiveDays
|
|
18
|
+
|
|
19
|
+
* [DescribeBackupOverview](https://cloud.tencent.com/document/api/236/41229)
|
|
20
|
+
|
|
21
|
+
* 新增出参:RemoteBackupVolume, BackupArchiveVolume
|
|
22
|
+
|
|
23
|
+
* [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
|
|
24
|
+
|
|
25
|
+
* 新增出参:BinlogArchiveVolume, BinlogArchiveCount
|
|
26
|
+
|
|
27
|
+
* [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
|
|
28
|
+
|
|
29
|
+
* 新增出参:DataBackupArchiveVolume, DataBackupArchiveCount
|
|
30
|
+
|
|
31
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
32
|
+
|
|
33
|
+
* 新增入参:EnableBackupArchive, BackupArchiveDays, BinlogArchiveDays, EnableBinlogArchive
|
|
34
|
+
|
|
35
|
+
|
|
13
36
|
新增数据结构:
|
|
14
37
|
|
|
15
|
-
* [
|
|
16
|
-
* [ScfParam](https://cloud.tencent.com/document/api/1083/80917#ScfParam)
|
|
38
|
+
* [RemoteBackupInfo](https://cloud.tencent.com/document/api/236/15878#RemoteBackupInfo)
|
|
17
39
|
|
|
18
40
|
修改数据结构:
|
|
19
41
|
|
|
20
|
-
* [
|
|
42
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
21
43
|
|
|
22
|
-
* 新增成员:
|
|
44
|
+
* 新增成员:Region, RemoteInfo, CosStorageType, InstanceId
|
|
23
45
|
|
|
46
|
+
* [BinlogInfo](https://cloud.tencent.com/document/api/236/15878#BinlogInfo)
|
|
24
47
|
|
|
48
|
+
* 新增成员:Region, Status, RemoteInfo, CosStorageType, InstanceId
|
|
25
49
|
|
|
26
50
|
|
|
27
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
28
51
|
|
|
29
|
-
### 第 95 次发布
|
|
30
52
|
|
|
31
|
-
|
|
53
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
54
|
+
|
|
55
|
+
### 第 87 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-10-11 06:20:53
|
|
32
58
|
|
|
33
59
|
本次发布包含了以下内容:
|
|
34
60
|
|
|
35
61
|
改善已有的文档。
|
|
36
62
|
|
|
37
|
-
|
|
63
|
+
新增接口:
|
|
38
64
|
|
|
39
|
-
* [
|
|
65
|
+
* [QueryCompanyTitle](https://cloud.tencent.com/document/api/1122/81311)
|
|
40
66
|
|
|
41
|
-
|
|
67
|
+
新增数据结构:
|
|
42
68
|
|
|
69
|
+
* [CompanyTitleResult](https://cloud.tencent.com/document/api/1122/40683#CompanyTitleResult)
|
|
43
70
|
|
|
44
71
|
|
|
45
72
|
|
|
46
|
-
##
|
|
73
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
47
74
|
|
|
48
|
-
### 第
|
|
75
|
+
### 第 65 次发布
|
|
49
76
|
|
|
50
|
-
发布时间:2022-
|
|
77
|
+
发布时间:2022-10-11 06:43:21
|
|
51
78
|
|
|
52
79
|
本次发布包含了以下内容:
|
|
53
80
|
|
|
@@ -55,39 +82,48 @@
|
|
|
55
82
|
|
|
56
83
|
修改接口:
|
|
57
84
|
|
|
58
|
-
* [
|
|
85
|
+
* [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
|
|
59
86
|
|
|
60
|
-
*
|
|
87
|
+
* 新增出参:Msg
|
|
61
88
|
|
|
62
89
|
|
|
63
90
|
|
|
64
91
|
|
|
65
|
-
##
|
|
92
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
66
93
|
|
|
67
|
-
### 第
|
|
94
|
+
### 第 13 次发布
|
|
68
95
|
|
|
69
|
-
发布时间:2022-
|
|
96
|
+
发布时间:2022-10-11 06:54:36
|
|
70
97
|
|
|
71
98
|
本次发布包含了以下内容:
|
|
72
99
|
|
|
73
100
|
改善已有的文档。
|
|
74
101
|
|
|
75
|
-
|
|
102
|
+
新增接口:
|
|
76
103
|
|
|
77
|
-
* [
|
|
104
|
+
* [CreateMesh](https://cloud.tencent.com/document/api/1261/81314)
|
|
105
|
+
* [DeleteMesh](https://cloud.tencent.com/document/api/1261/81313)
|
|
106
|
+
* [ModifyMesh](https://cloud.tencent.com/document/api/1261/81312)
|
|
78
107
|
|
|
79
|
-
* 新增入参:AllowDuplicates
|
|
80
108
|
|
|
81
|
-
* [ModifyHostsCertificate](https://cloud.tencent.com/document/api/1552/80764)
|
|
82
109
|
|
|
83
|
-
|
|
110
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
84
111
|
|
|
112
|
+
### 第 5 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2022-10-11 06:58:18
|
|
115
|
+
|
|
116
|
+
本次发布包含了以下内容:
|
|
117
|
+
|
|
118
|
+
改善已有的文档。
|
|
85
119
|
|
|
86
120
|
修改数据结构:
|
|
87
121
|
|
|
88
122
|
* [RuleCondition](https://cloud.tencent.com/document/api/1552/80721#RuleCondition)
|
|
89
123
|
|
|
90
|
-
* 新增成员:
|
|
124
|
+
* 新增成员:Name
|
|
125
|
+
|
|
126
|
+
* <font color="#dd0000">**修改成员**:</font>Values
|
|
91
127
|
|
|
92
128
|
|
|
93
129
|
|
|
@@ -96,11 +132,11 @@
|
|
|
96
132
|
|
|
97
133
|
|
|
98
134
|
|
|
99
|
-
##
|
|
135
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
100
136
|
|
|
101
|
-
### 第
|
|
137
|
+
### 第 79 次发布
|
|
102
138
|
|
|
103
|
-
发布时间:2022-
|
|
139
|
+
发布时间:2022-10-11 07:02:55
|
|
104
140
|
|
|
105
141
|
本次发布包含了以下内容:
|
|
106
142
|
|
|
@@ -108,37 +144,27 @@
|
|
|
108
144
|
|
|
109
145
|
修改接口:
|
|
110
146
|
|
|
111
|
-
* [
|
|
112
|
-
|
|
113
|
-
* 新增入参:ContentType
|
|
147
|
+
* [DeployContainerGroup](https://cloud.tencent.com/document/api/649/36071)
|
|
114
148
|
|
|
115
|
-
*
|
|
149
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
116
150
|
|
|
117
|
-
|
|
151
|
+
* [DeployGroup](https://cloud.tencent.com/document/api/649/36070)
|
|
118
152
|
|
|
119
|
-
*
|
|
153
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
120
154
|
|
|
121
155
|
|
|
122
156
|
新增数据结构:
|
|
123
157
|
|
|
124
|
-
* [
|
|
125
|
-
* [
|
|
126
|
-
* [TextLabelDistributionDetailInfoFourthClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoFourthClass)
|
|
127
|
-
* [TextLabelDistributionDetailInfoSecondClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoSecondClass)
|
|
128
|
-
* [TextLabelDistributionDetailInfoThirdClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoThirdClass)
|
|
129
|
-
* [TextLabelDistributionInfo](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionInfo)
|
|
158
|
+
* [AgentProfile](https://cloud.tencent.com/document/api/649/36099#AgentProfile)
|
|
159
|
+
* [WarmupSetting](https://cloud.tencent.com/document/api/649/36099#WarmupSetting)
|
|
130
160
|
|
|
131
161
|
修改数据结构:
|
|
132
162
|
|
|
133
|
-
* [
|
|
134
|
-
|
|
135
|
-
* 新增成员:OcrLabelInfo, TextClassificationLabelList, RowText, ContentOmit
|
|
136
|
-
|
|
163
|
+
* [VmGroup](https://cloud.tencent.com/document/api/649/36099#VmGroup)
|
|
137
164
|
|
|
165
|
+
* 新增成员:AgentProfileList, WarmupSetting
|
|
138
166
|
|
|
139
167
|
|
|
140
|
-
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
141
|
-
|
|
142
168
|
|
|
143
169
|
|
|
144
170
|
# 历次版本更新如下:
|
|
@@ -8588,8 +8614,8 @@
|
|
|
8588
8614
|
|
|
8589
8615
|
新增数据结构:
|
|
8590
8616
|
|
|
8591
|
-
* [
|
|
8592
|
-
* [
|
|
8617
|
+
* [Scf](https://cloud.tencent.com/document/api/1083/80917#Scf)
|
|
8618
|
+
* [ScfParam](https://cloud.tencent.com/document/api/1083/80917#ScfParam)
|
|
8593
8619
|
|
|
8594
8620
|
修改数据结构:
|
|
8595
8621
|
|
|
@@ -9705,6 +9731,21 @@
|
|
|
9705
9731
|
|
|
9706
9732
|
## 验证码(captcha) 版本:2019-07-22
|
|
9707
9733
|
|
|
9734
|
+
### 第 10 次发布
|
|
9735
|
+
|
|
9736
|
+
发布时间:2022-10-10 06:11:02
|
|
9737
|
+
|
|
9738
|
+
本次发布包含了以下内容:
|
|
9739
|
+
|
|
9740
|
+
改善已有的文档。
|
|
9741
|
+
|
|
9742
|
+
修改接口:
|
|
9743
|
+
|
|
9744
|
+
* [DescribeCaptchaDataSum](https://cloud.tencent.com/document/api/1110/40478)
|
|
9745
|
+
|
|
9746
|
+
* 新增出参:TicketThroughputSum, TicketInterceptSum
|
|
9747
|
+
|
|
9748
|
+
|
|
9708
9749
|
### 第 9 次发布
|
|
9709
9750
|
|
|
9710
9751
|
发布时间:2022-03-16 08:04:45
|
|
@@ -11700,6 +11741,52 @@
|
|
|
11700
11741
|
|
|
11701
11742
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11702
11743
|
|
|
11744
|
+
### 第 103 次发布
|
|
11745
|
+
|
|
11746
|
+
发布时间:2022-10-11 06:14:09
|
|
11747
|
+
|
|
11748
|
+
本次发布包含了以下内容:
|
|
11749
|
+
|
|
11750
|
+
改善已有的文档。
|
|
11751
|
+
|
|
11752
|
+
修改接口:
|
|
11753
|
+
|
|
11754
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
11755
|
+
|
|
11756
|
+
* 新增出参:EnableBackupArchive, BackupArchiveDays, EnableBinlogArchive, BinlogArchiveDays
|
|
11757
|
+
|
|
11758
|
+
* [DescribeBackupOverview](https://cloud.tencent.com/document/api/236/41229)
|
|
11759
|
+
|
|
11760
|
+
* 新增出参:RemoteBackupVolume, BackupArchiveVolume
|
|
11761
|
+
|
|
11762
|
+
* [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
|
|
11763
|
+
|
|
11764
|
+
* 新增出参:BinlogArchiveVolume, BinlogArchiveCount
|
|
11765
|
+
|
|
11766
|
+
* [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
|
|
11767
|
+
|
|
11768
|
+
* 新增出参:DataBackupArchiveVolume, DataBackupArchiveCount
|
|
11769
|
+
|
|
11770
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
11771
|
+
|
|
11772
|
+
* 新增入参:EnableBackupArchive, BackupArchiveDays, BinlogArchiveDays, EnableBinlogArchive
|
|
11773
|
+
|
|
11774
|
+
|
|
11775
|
+
新增数据结构:
|
|
11776
|
+
|
|
11777
|
+
* [[RemoteBackupInfo](https://cloud.tencent.com/document/api/236/15878#RemoteBackupInfo)](https://cloud.tencent.com/document/api/236/15878#[RemoteBackupInfo](https://cloud.tencent.com/document/api/236/15878#RemoteBackupInfo))
|
|
11778
|
+
|
|
11779
|
+
修改数据结构:
|
|
11780
|
+
|
|
11781
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
11782
|
+
|
|
11783
|
+
* 新增成员:Region, RemoteInfo, CosStorageType, InstanceId
|
|
11784
|
+
|
|
11785
|
+
* [BinlogInfo](https://cloud.tencent.com/document/api/236/15878#BinlogInfo)
|
|
11786
|
+
|
|
11787
|
+
* 新增成员:Region, Status, RemoteInfo, CosStorageType, InstanceId
|
|
11788
|
+
|
|
11789
|
+
|
|
11703
11790
|
### 第 102 次发布
|
|
11704
11791
|
|
|
11705
11792
|
发布时间:2022-09-29 06:13:46
|
|
@@ -23524,6 +23611,22 @@
|
|
|
23524
23611
|
|
|
23525
23612
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
23526
23613
|
|
|
23614
|
+
### 第 87 次发布
|
|
23615
|
+
|
|
23616
|
+
发布时间:2022-10-11 06:20:53
|
|
23617
|
+
|
|
23618
|
+
本次发布包含了以下内容:
|
|
23619
|
+
|
|
23620
|
+
改善已有的文档。
|
|
23621
|
+
|
|
23622
|
+
新增接口:
|
|
23623
|
+
|
|
23624
|
+
* [[QueryCompanyTitle](https://cloud.tencent.com/document/api/1122/81311)](https://cloud.tencent.com/document/api/#/#)
|
|
23625
|
+
|
|
23626
|
+
新增数据结构:
|
|
23627
|
+
|
|
23628
|
+
* [[CompanyTitleResult](https://cloud.tencent.com/document/api/1122/40683#CompanyTitleResult)](https://cloud.tencent.com/document/api/1122/40683#[CompanyTitleResult](https://cloud.tencent.com/document/api/1122/40683#CompanyTitleResult))
|
|
23629
|
+
|
|
23527
23630
|
### 第 86 次发布
|
|
23528
23631
|
|
|
23529
23632
|
发布时间:2022-09-27 06:17:24
|
|
@@ -27764,6 +27867,18 @@
|
|
|
27764
27867
|
|
|
27765
27868
|
## 主机安全(cwp) 版本:2018-02-28
|
|
27766
27869
|
|
|
27870
|
+
### 第 55 次发布
|
|
27871
|
+
|
|
27872
|
+
发布时间:2022-10-10 06:18:10
|
|
27873
|
+
|
|
27874
|
+
本次发布包含了以下内容:
|
|
27875
|
+
|
|
27876
|
+
改善已有的文档。
|
|
27877
|
+
|
|
27878
|
+
新增接口:
|
|
27879
|
+
|
|
27880
|
+
* [DescribeAssetHostTotalCount](https://cloud.tencent.com/document/api/296/81238)
|
|
27881
|
+
|
|
27767
27882
|
### 第 54 次发布
|
|
27768
27883
|
|
|
27769
27884
|
发布时间:2022-09-28 06:22:44
|
|
@@ -53755,6 +53870,23 @@
|
|
|
53755
53870
|
|
|
53756
53871
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
53757
53872
|
|
|
53873
|
+
### 第 25 次发布
|
|
53874
|
+
|
|
53875
|
+
发布时间:2022-10-10 06:31:49
|
|
53876
|
+
|
|
53877
|
+
本次发布包含了以下内容:
|
|
53878
|
+
|
|
53879
|
+
改善已有的文档。
|
|
53880
|
+
|
|
53881
|
+
修改接口:
|
|
53882
|
+
|
|
53883
|
+
* [InquirePriceCreateDBInstances](https://cloud.tencent.com/document/api/240/43666)
|
|
53884
|
+
|
|
53885
|
+
* 新增入参:InstanceChargeType, MongosCpu, MongosMemory, MongosNum, ConfigServerCpu, ConfigServerMemory, ConfigServerVolume
|
|
53886
|
+
|
|
53887
|
+
* <font color="#dd0000">**修改入参**:</font>Period
|
|
53888
|
+
|
|
53889
|
+
|
|
53758
53890
|
### 第 24 次发布
|
|
53759
53891
|
|
|
53760
53892
|
发布时间:2022-09-21 06:37:03
|
|
@@ -54190,6 +54322,36 @@
|
|
|
54190
54322
|
|
|
54191
54323
|
## 云监控(monitor) 版本:2018-07-24
|
|
54192
54324
|
|
|
54325
|
+
### 第 65 次发布
|
|
54326
|
+
|
|
54327
|
+
发布时间:2022-10-11 06:43:21
|
|
54328
|
+
|
|
54329
|
+
本次发布包含了以下内容:
|
|
54330
|
+
|
|
54331
|
+
改善已有的文档。
|
|
54332
|
+
|
|
54333
|
+
修改接口:
|
|
54334
|
+
|
|
54335
|
+
* [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
|
|
54336
|
+
|
|
54337
|
+
* 新增出参:Msg
|
|
54338
|
+
|
|
54339
|
+
|
|
54340
|
+
### 第 64 次发布
|
|
54341
|
+
|
|
54342
|
+
发布时间:2022-10-10 06:32:08
|
|
54343
|
+
|
|
54344
|
+
本次发布包含了以下内容:
|
|
54345
|
+
|
|
54346
|
+
改善已有的文档。
|
|
54347
|
+
|
|
54348
|
+
修改数据结构:
|
|
54349
|
+
|
|
54350
|
+
* [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
|
|
54351
|
+
|
|
54352
|
+
* 新增成员:MigrationType
|
|
54353
|
+
|
|
54354
|
+
|
|
54193
54355
|
### 第 63 次发布
|
|
54194
54356
|
|
|
54195
54357
|
发布时间:2022-09-26 06:41:40
|
|
@@ -61964,6 +62126,19 @@
|
|
|
61964
62126
|
|
|
61965
62127
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
61966
62128
|
|
|
62129
|
+
### 第 55 次发布
|
|
62130
|
+
|
|
62131
|
+
发布时间:2022-10-10 06:35:50
|
|
62132
|
+
|
|
62133
|
+
本次发布包含了以下内容:
|
|
62134
|
+
|
|
62135
|
+
改善已有的文档。
|
|
62136
|
+
|
|
62137
|
+
新增接口:
|
|
62138
|
+
|
|
62139
|
+
* [CloseSSL](https://cloud.tencent.com/document/api/239/81240)
|
|
62140
|
+
* [OpenSSL](https://cloud.tencent.com/document/api/239/81239)
|
|
62141
|
+
|
|
61967
62142
|
### 第 54 次发布
|
|
61968
62143
|
|
|
61969
62144
|
发布时间:2022-09-30 06:48:02
|
|
@@ -63113,6 +63288,25 @@
|
|
|
63113
63288
|
|
|
63114
63289
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
63115
63290
|
|
|
63291
|
+
### 第 16 次发布
|
|
63292
|
+
|
|
63293
|
+
发布时间:2022-10-10 06:36:43
|
|
63294
|
+
|
|
63295
|
+
本次发布包含了以下内容:
|
|
63296
|
+
|
|
63297
|
+
改善已有的文档。
|
|
63298
|
+
|
|
63299
|
+
修改接口:
|
|
63300
|
+
|
|
63301
|
+
* [DescribeDataFetchUrl](https://cloud.tencent.com/document/api/1464/68355)
|
|
63302
|
+
|
|
63303
|
+
* 新增入参:NetStatus
|
|
63304
|
+
|
|
63305
|
+
* [DescribeDataPerformancePage](https://cloud.tencent.com/document/api/1464/59944)
|
|
63306
|
+
|
|
63307
|
+
* 新增入参:NetStatus
|
|
63308
|
+
|
|
63309
|
+
|
|
63116
63310
|
### 第 15 次发布
|
|
63117
63311
|
|
|
63118
63312
|
发布时间:2022-09-09 06:38:13
|
|
@@ -71312,6 +71506,20 @@
|
|
|
71312
71506
|
|
|
71313
71507
|
## 服务网格(tcm) 版本:2021-04-13
|
|
71314
71508
|
|
|
71509
|
+
### 第 13 次发布
|
|
71510
|
+
|
|
71511
|
+
发布时间:2022-10-11 06:54:36
|
|
71512
|
+
|
|
71513
|
+
本次发布包含了以下内容:
|
|
71514
|
+
|
|
71515
|
+
改善已有的文档。
|
|
71516
|
+
|
|
71517
|
+
新增接口:
|
|
71518
|
+
|
|
71519
|
+
* [[CreateMesh](https://cloud.tencent.com/document/api/1261/81314)](https://cloud.tencent.com/document/api/#/#)
|
|
71520
|
+
* [[DeleteMesh](https://cloud.tencent.com/document/api/1261/81313)](https://cloud.tencent.com/document/api/#/#)
|
|
71521
|
+
* [[ModifyMesh](https://cloud.tencent.com/document/api/1261/81312)](https://cloud.tencent.com/document/api/#/#)
|
|
71522
|
+
|
|
71315
71523
|
### 第 12 次发布
|
|
71316
71524
|
|
|
71317
71525
|
发布时间:2022-09-26 06:52:58
|
|
@@ -76173,6 +76381,51 @@
|
|
|
76173
76381
|
|
|
76174
76382
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
76175
76383
|
|
|
76384
|
+
### 第 5 次发布
|
|
76385
|
+
|
|
76386
|
+
发布时间:2022-10-11 06:58:18
|
|
76387
|
+
|
|
76388
|
+
本次发布包含了以下内容:
|
|
76389
|
+
|
|
76390
|
+
改善已有的文档。
|
|
76391
|
+
|
|
76392
|
+
修改数据结构:
|
|
76393
|
+
|
|
76394
|
+
* [RuleCondition](https://cloud.tencent.com/document/api/1552/80721#RuleCondition)
|
|
76395
|
+
|
|
76396
|
+
* 新增成员:Name
|
|
76397
|
+
|
|
76398
|
+
* <font color="#dd0000">**修改成员**:</font>Values
|
|
76399
|
+
|
|
76400
|
+
|
|
76401
|
+
### 第 4 次发布
|
|
76402
|
+
|
|
76403
|
+
发布时间:2022-10-10 06:43:20
|
|
76404
|
+
|
|
76405
|
+
本次发布包含了以下内容:
|
|
76406
|
+
|
|
76407
|
+
改善已有的文档。
|
|
76408
|
+
|
|
76409
|
+
新增接口:
|
|
76410
|
+
|
|
76411
|
+
* [CreateAliasDomain](https://cloud.tencent.com/document/api/1552/81247)
|
|
76412
|
+
* [DeleteAliasDomain](https://cloud.tencent.com/document/api/1552/81246)
|
|
76413
|
+
* [DescribeAliasDomains](https://cloud.tencent.com/document/api/1552/81245)
|
|
76414
|
+
* [ModifyAliasDomain](https://cloud.tencent.com/document/api/1552/81244)
|
|
76415
|
+
* [ModifyAliasDomainStatus](https://cloud.tencent.com/document/api/1552/81243)
|
|
76416
|
+
* [ReclaimAliasDomain](https://cloud.tencent.com/document/api/1552/81242)
|
|
76417
|
+
|
|
76418
|
+
新增数据结构:
|
|
76419
|
+
|
|
76420
|
+
* [AliasDomain](https://cloud.tencent.com/document/api/1552/80721#AliasDomain)
|
|
76421
|
+
|
|
76422
|
+
修改数据结构:
|
|
76423
|
+
|
|
76424
|
+
* [RateLimitTemplate](https://cloud.tencent.com/document/api/1552/80721#RateLimitTemplate)
|
|
76425
|
+
|
|
76426
|
+
* 新增成员:Action
|
|
76427
|
+
|
|
76428
|
+
|
|
76176
76429
|
### 第 3 次发布
|
|
76177
76430
|
|
|
76178
76431
|
发布时间:2022-09-30 06:58:07
|
|
@@ -78163,12 +78416,12 @@
|
|
|
78163
78416
|
|
|
78164
78417
|
新增数据结构:
|
|
78165
78418
|
|
|
78166
|
-
* [
|
|
78167
|
-
* [
|
|
78168
|
-
* [
|
|
78169
|
-
* [
|
|
78170
|
-
* [
|
|
78171
|
-
* [
|
|
78419
|
+
* [TextLabelDistributionDetailInfoFifthClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoFifthClass)
|
|
78420
|
+
* [TextLabelDistributionDetailInfoFirstClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoFirstClass)
|
|
78421
|
+
* [TextLabelDistributionDetailInfoFourthClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoFourthClass)
|
|
78422
|
+
* [TextLabelDistributionDetailInfoSecondClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoSecondClass)
|
|
78423
|
+
* [TextLabelDistributionDetailInfoThirdClass](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionDetailInfoThirdClass)
|
|
78424
|
+
* [TextLabelDistributionInfo](https://cloud.tencent.com/document/api/851/75051#TextLabelDistributionInfo)
|
|
78172
78425
|
|
|
78173
78426
|
修改数据结构:
|
|
78174
78427
|
|
|
@@ -78847,6 +79100,19 @@
|
|
|
78847
79100
|
|
|
78848
79101
|
## 容器服务(tke) 版本:2018-05-25
|
|
78849
79102
|
|
|
79103
|
+
### 第 124 次发布
|
|
79104
|
+
|
|
79105
|
+
发布时间:2022-10-10 06:45:41
|
|
79106
|
+
|
|
79107
|
+
本次发布包含了以下内容:
|
|
79108
|
+
|
|
79109
|
+
改善已有的文档。
|
|
79110
|
+
|
|
79111
|
+
新增接口:
|
|
79112
|
+
|
|
79113
|
+
* [DescribeEdgeClusterUpgradeInfo](https://cloud.tencent.com/document/api/457/81249)
|
|
79114
|
+
* [UpdateEdgeClusterVersion](https://cloud.tencent.com/document/api/457/81248)
|
|
79115
|
+
|
|
78850
79116
|
### 第 123 次发布
|
|
78851
79117
|
|
|
78852
79118
|
发布时间:2022-09-28 06:56:37
|
|
@@ -83007,6 +83273,37 @@
|
|
|
83007
83273
|
|
|
83008
83274
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
83009
83275
|
|
|
83276
|
+
### 第 79 次发布
|
|
83277
|
+
|
|
83278
|
+
发布时间:2022-10-11 07:02:55
|
|
83279
|
+
|
|
83280
|
+
本次发布包含了以下内容:
|
|
83281
|
+
|
|
83282
|
+
改善已有的文档。
|
|
83283
|
+
|
|
83284
|
+
修改接口:
|
|
83285
|
+
|
|
83286
|
+
* [DeployContainerGroup](https://cloud.tencent.com/document/api/649/36071)
|
|
83287
|
+
|
|
83288
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
83289
|
+
|
|
83290
|
+
* [DeployGroup](https://cloud.tencent.com/document/api/649/36070)
|
|
83291
|
+
|
|
83292
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
83293
|
+
|
|
83294
|
+
|
|
83295
|
+
新增数据结构:
|
|
83296
|
+
|
|
83297
|
+
* [[AgentProfile](https://cloud.tencent.com/document/api/649/36099#AgentProfile)](https://cloud.tencent.com/document/api/649/36099#[AgentProfile](https://cloud.tencent.com/document/api/649/36099#AgentProfile))
|
|
83298
|
+
* [[WarmupSetting](https://cloud.tencent.com/document/api/649/36099#WarmupSetting)](https://cloud.tencent.com/document/api/649/36099#[WarmupSetting](https://cloud.tencent.com/document/api/649/36099#WarmupSetting))
|
|
83299
|
+
|
|
83300
|
+
修改数据结构:
|
|
83301
|
+
|
|
83302
|
+
* [VmGroup](https://cloud.tencent.com/document/api/649/36099#VmGroup)
|
|
83303
|
+
|
|
83304
|
+
* 新增成员:AgentProfileList, WarmupSetting
|
|
83305
|
+
|
|
83306
|
+
|
|
83010
83307
|
### 第 78 次发布
|
|
83011
83308
|
|
|
83012
83309
|
发布时间:2022-07-27 06:18:08
|