tencentcloud-sdk-nodejs 4.0.456 → 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 +169 -0
- package/SERVICE_CHANGELOG.md +218 -84
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +162 -10
- package/src/services/cpdp/v20190820/cpdp_client.ts +13 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +92 -0
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +5 -0
- package/src/services/redis/v20180412/redis_models.ts +10 -10
- package/src/services/tcm/v20210413/tcm_client.ts +44 -8
- package/src/services/tcm/v20210413/tcm_models.ts +165 -39
- package/src/services/teo/v20220901/teo_models.ts +18 -5
- package/src/services/tsf/v20180326/tsf_client.ts +2 -0
- package/src/services/tsf/v20180326/tsf_models.ts +74 -1
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +133 -10
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +78 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +10 -10
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +15 -3
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +21 -3
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +141 -34
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +17 -5
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +62 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/tcm.v20210413.test.js +32 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,172 @@
|
|
|
1
|
+
# Release 4.0.457
|
|
2
|
+
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
|
+
|
|
5
|
+
### 第 103 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-10-11 06:14:09
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
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
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [RemoteBackupInfo](https://cloud.tencent.com/document/api/236/15878#RemoteBackupInfo)
|
|
39
|
+
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
43
|
+
|
|
44
|
+
* 新增成员:Region, RemoteInfo, CosStorageType, InstanceId
|
|
45
|
+
|
|
46
|
+
* [BinlogInfo](https://cloud.tencent.com/document/api/236/15878#BinlogInfo)
|
|
47
|
+
|
|
48
|
+
* 新增成员:Region, Status, RemoteInfo, CosStorageType, InstanceId
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
54
|
+
|
|
55
|
+
### 第 87 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-10-11 06:20:53
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
新增接口:
|
|
64
|
+
|
|
65
|
+
* [QueryCompanyTitle](https://cloud.tencent.com/document/api/1122/81311)
|
|
66
|
+
|
|
67
|
+
新增数据结构:
|
|
68
|
+
|
|
69
|
+
* [CompanyTitleResult](https://cloud.tencent.com/document/api/1122/40683#CompanyTitleResult)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
74
|
+
|
|
75
|
+
### 第 65 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-10-11 06:43:21
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
|
|
86
|
+
|
|
87
|
+
* 新增出参:Msg
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
93
|
+
|
|
94
|
+
### 第 13 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2022-10-11 06:54:36
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
新增接口:
|
|
103
|
+
|
|
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)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
111
|
+
|
|
112
|
+
### 第 5 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2022-10-11 06:58:18
|
|
115
|
+
|
|
116
|
+
本次发布包含了以下内容:
|
|
117
|
+
|
|
118
|
+
改善已有的文档。
|
|
119
|
+
|
|
120
|
+
修改数据结构:
|
|
121
|
+
|
|
122
|
+
* [RuleCondition](https://cloud.tencent.com/document/api/1552/80721#RuleCondition)
|
|
123
|
+
|
|
124
|
+
* 新增成员:Name
|
|
125
|
+
|
|
126
|
+
* <font color="#dd0000">**修改成员**:</font>Values
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
136
|
+
|
|
137
|
+
### 第 79 次发布
|
|
138
|
+
|
|
139
|
+
发布时间:2022-10-11 07:02:55
|
|
140
|
+
|
|
141
|
+
本次发布包含了以下内容:
|
|
142
|
+
|
|
143
|
+
改善已有的文档。
|
|
144
|
+
|
|
145
|
+
修改接口:
|
|
146
|
+
|
|
147
|
+
* [DeployContainerGroup](https://cloud.tencent.com/document/api/649/36071)
|
|
148
|
+
|
|
149
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
150
|
+
|
|
151
|
+
* [DeployGroup](https://cloud.tencent.com/document/api/649/36070)
|
|
152
|
+
|
|
153
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
新增数据结构:
|
|
157
|
+
|
|
158
|
+
* [AgentProfile](https://cloud.tencent.com/document/api/649/36099#AgentProfile)
|
|
159
|
+
* [WarmupSetting](https://cloud.tencent.com/document/api/649/36099#WarmupSetting)
|
|
160
|
+
|
|
161
|
+
修改数据结构:
|
|
162
|
+
|
|
163
|
+
* [VmGroup](https://cloud.tencent.com/document/api/649/36099#VmGroup)
|
|
164
|
+
|
|
165
|
+
* 新增成员:AgentProfileList, WarmupSetting
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
1
170
|
# Release 4.0.456
|
|
2
171
|
|
|
3
172
|
## 验证码(captcha) 版本:2019-07-22
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 103 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-10-
|
|
7
|
+
发布时间:2022-10-11 06:14:09
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,78 +12,88 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeBackupConfig](https://cloud.tencent.com/document/api/236/15837)
|
|
16
16
|
|
|
17
|
-
* 新增出参:
|
|
17
|
+
* 新增出参:EnableBackupArchive, BackupArchiveDays, EnableBinlogArchive, BinlogArchiveDays
|
|
18
18
|
|
|
19
|
+
* [DescribeBackupOverview](https://cloud.tencent.com/document/api/236/41229)
|
|
19
20
|
|
|
21
|
+
* 新增出参:RemoteBackupVolume, BackupArchiveVolume
|
|
20
22
|
|
|
23
|
+
* [DescribeBinlogBackupOverview](https://cloud.tencent.com/document/api/236/41227)
|
|
21
24
|
|
|
22
|
-
|
|
25
|
+
* 新增出参:BinlogArchiveVolume, BinlogArchiveCount
|
|
23
26
|
|
|
24
|
-
|
|
27
|
+
* [DescribeDataBackupOverview](https://cloud.tencent.com/document/api/236/41226)
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
* 新增出参:DataBackupArchiveVolume, DataBackupArchiveCount
|
|
27
30
|
|
|
28
|
-
|
|
31
|
+
* [ModifyBackupConfig](https://cloud.tencent.com/document/api/236/15839)
|
|
29
32
|
|
|
30
|
-
|
|
33
|
+
* 新增入参:EnableBackupArchive, BackupArchiveDays, BinlogArchiveDays, EnableBinlogArchive
|
|
31
34
|
|
|
32
|
-
新增接口:
|
|
33
35
|
|
|
34
|
-
|
|
36
|
+
新增数据结构:
|
|
35
37
|
|
|
38
|
+
* [RemoteBackupInfo](https://cloud.tencent.com/document/api/236/15878#RemoteBackupInfo)
|
|
36
39
|
|
|
40
|
+
修改数据结构:
|
|
37
41
|
|
|
38
|
-
|
|
42
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
39
43
|
|
|
40
|
-
|
|
44
|
+
* 新增成员:Region, RemoteInfo, CosStorageType, InstanceId
|
|
41
45
|
|
|
42
|
-
|
|
46
|
+
* [BinlogInfo](https://cloud.tencent.com/document/api/236/15878#BinlogInfo)
|
|
43
47
|
|
|
44
|
-
|
|
48
|
+
* 新增成员:Region, Status, RemoteInfo, CosStorageType, InstanceId
|
|
45
49
|
|
|
46
|
-
改善已有的文档。
|
|
47
50
|
|
|
48
|
-
修改接口:
|
|
49
51
|
|
|
50
|
-
* [InquirePriceCreateDBInstances](https://cloud.tencent.com/document/api/240/43666)
|
|
51
52
|
|
|
52
|
-
|
|
53
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
53
54
|
|
|
54
|
-
|
|
55
|
+
### 第 87 次发布
|
|
55
56
|
|
|
57
|
+
发布时间:2022-10-11 06:20:53
|
|
56
58
|
|
|
59
|
+
本次发布包含了以下内容:
|
|
57
60
|
|
|
61
|
+
改善已有的文档。
|
|
58
62
|
|
|
59
|
-
|
|
63
|
+
新增接口:
|
|
64
|
+
|
|
65
|
+
* [QueryCompanyTitle](https://cloud.tencent.com/document/api/1122/81311)
|
|
66
|
+
|
|
67
|
+
新增数据结构:
|
|
68
|
+
|
|
69
|
+
* [CompanyTitleResult](https://cloud.tencent.com/document/api/1122/40683#CompanyTitleResult)
|
|
60
70
|
|
|
61
71
|
|
|
62
72
|
|
|
63
73
|
## 云监控(monitor) 版本:2018-07-24
|
|
64
74
|
|
|
65
|
-
### 第
|
|
75
|
+
### 第 65 次发布
|
|
66
76
|
|
|
67
|
-
发布时间:2022-10-
|
|
77
|
+
发布时间:2022-10-11 06:43:21
|
|
68
78
|
|
|
69
79
|
本次发布包含了以下内容:
|
|
70
80
|
|
|
71
81
|
改善已有的文档。
|
|
72
82
|
|
|
73
|
-
|
|
83
|
+
修改接口:
|
|
74
84
|
|
|
75
|
-
* [
|
|
85
|
+
* [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
|
|
76
86
|
|
|
77
|
-
*
|
|
87
|
+
* 新增出参:Msg
|
|
78
88
|
|
|
79
89
|
|
|
80
90
|
|
|
81
91
|
|
|
82
|
-
##
|
|
92
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
83
93
|
|
|
84
|
-
### 第
|
|
94
|
+
### 第 13 次发布
|
|
85
95
|
|
|
86
|
-
发布时间:2022-10-
|
|
96
|
+
发布时间:2022-10-11 06:54:36
|
|
87
97
|
|
|
88
98
|
本次发布包含了以下内容:
|
|
89
99
|
|
|
@@ -91,84 +101,69 @@
|
|
|
91
101
|
|
|
92
102
|
新增接口:
|
|
93
103
|
|
|
94
|
-
* [
|
|
95
|
-
* [
|
|
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)
|
|
96
107
|
|
|
97
108
|
|
|
98
109
|
|
|
99
|
-
##
|
|
110
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
100
111
|
|
|
101
|
-
### 第
|
|
112
|
+
### 第 5 次发布
|
|
102
113
|
|
|
103
|
-
发布时间:2022-10-
|
|
114
|
+
发布时间:2022-10-11 06:58:18
|
|
104
115
|
|
|
105
116
|
本次发布包含了以下内容:
|
|
106
117
|
|
|
107
118
|
改善已有的文档。
|
|
108
119
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
* [DescribeDataFetchUrl](https://cloud.tencent.com/document/api/1464/68355)
|
|
112
|
-
|
|
113
|
-
* 新增入参:NetStatus
|
|
114
|
-
|
|
115
|
-
* [DescribeDataPerformancePage](https://cloud.tencent.com/document/api/1464/59944)
|
|
116
|
-
|
|
117
|
-
* 新增入参:NetStatus
|
|
118
|
-
|
|
119
|
-
|
|
120
|
+
修改数据结构:
|
|
120
121
|
|
|
122
|
+
* [RuleCondition](https://cloud.tencent.com/document/api/1552/80721#RuleCondition)
|
|
121
123
|
|
|
122
|
-
|
|
124
|
+
* 新增成员:Name
|
|
123
125
|
|
|
124
|
-
|
|
126
|
+
* <font color="#dd0000">**修改成员**:</font>Values
|
|
125
127
|
|
|
126
|
-
发布时间:2022-10-10 06:43:20
|
|
127
128
|
|
|
128
|
-
本次发布包含了以下内容:
|
|
129
129
|
|
|
130
|
-
改善已有的文档。
|
|
131
130
|
|
|
132
|
-
|
|
131
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
133
132
|
|
|
134
|
-
* [CreateAliasDomain](https://cloud.tencent.com/document/api/1552/81247)
|
|
135
|
-
* [DeleteAliasDomain](https://cloud.tencent.com/document/api/1552/81246)
|
|
136
|
-
* [DescribeAliasDomains](https://cloud.tencent.com/document/api/1552/81245)
|
|
137
|
-
* [ModifyAliasDomain](https://cloud.tencent.com/document/api/1552/81244)
|
|
138
|
-
* [ModifyAliasDomainStatus](https://cloud.tencent.com/document/api/1552/81243)
|
|
139
|
-
* [ReclaimAliasDomain](https://cloud.tencent.com/document/api/1552/81242)
|
|
140
133
|
|
|
141
|
-
新增数据结构:
|
|
142
134
|
|
|
143
|
-
|
|
135
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
144
136
|
|
|
145
|
-
|
|
137
|
+
### 第 79 次发布
|
|
146
138
|
|
|
147
|
-
|
|
139
|
+
发布时间:2022-10-11 07:02:55
|
|
148
140
|
|
|
149
|
-
|
|
141
|
+
本次发布包含了以下内容:
|
|
150
142
|
|
|
143
|
+
改善已有的文档。
|
|
151
144
|
|
|
145
|
+
修改接口:
|
|
152
146
|
|
|
147
|
+
* [DeployContainerGroup](https://cloud.tencent.com/document/api/649/36071)
|
|
153
148
|
|
|
154
|
-
|
|
149
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
155
150
|
|
|
151
|
+
* [DeployGroup](https://cloud.tencent.com/document/api/649/36070)
|
|
156
152
|
|
|
153
|
+
* 新增入参:AgentProfileList, WarmupSetting
|
|
157
154
|
|
|
158
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
159
155
|
|
|
160
|
-
|
|
156
|
+
新增数据结构:
|
|
161
157
|
|
|
162
|
-
|
|
158
|
+
* [AgentProfile](https://cloud.tencent.com/document/api/649/36099#AgentProfile)
|
|
159
|
+
* [WarmupSetting](https://cloud.tencent.com/document/api/649/36099#WarmupSetting)
|
|
163
160
|
|
|
164
|
-
|
|
161
|
+
修改数据结构:
|
|
165
162
|
|
|
166
|
-
|
|
163
|
+
* [VmGroup](https://cloud.tencent.com/document/api/649/36099#VmGroup)
|
|
167
164
|
|
|
168
|
-
|
|
165
|
+
* 新增成员:AgentProfileList, WarmupSetting
|
|
169
166
|
|
|
170
|
-
* [DescribeEdgeClusterUpgradeInfo](https://cloud.tencent.com/document/api/457/81249)
|
|
171
|
-
* [UpdateEdgeClusterVersion](https://cloud.tencent.com/document/api/457/81248)
|
|
172
167
|
|
|
173
168
|
|
|
174
169
|
|
|
@@ -11746,6 +11741,52 @@
|
|
|
11746
11741
|
|
|
11747
11742
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11748
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
|
+
|
|
11749
11790
|
### 第 102 次发布
|
|
11750
11791
|
|
|
11751
11792
|
发布时间:2022-09-29 06:13:46
|
|
@@ -23570,6 +23611,22 @@
|
|
|
23570
23611
|
|
|
23571
23612
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
23572
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
|
+
|
|
23573
23630
|
### 第 86 次发布
|
|
23574
23631
|
|
|
23575
23632
|
发布时间:2022-09-27 06:17:24
|
|
@@ -27820,7 +27877,7 @@
|
|
|
27820
27877
|
|
|
27821
27878
|
新增接口:
|
|
27822
27879
|
|
|
27823
|
-
* [
|
|
27880
|
+
* [DescribeAssetHostTotalCount](https://cloud.tencent.com/document/api/296/81238)
|
|
27824
27881
|
|
|
27825
27882
|
### 第 54 次发布
|
|
27826
27883
|
|
|
@@ -54265,6 +54322,21 @@
|
|
|
54265
54322
|
|
|
54266
54323
|
## 云监控(monitor) 版本:2018-07-24
|
|
54267
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
|
+
|
|
54268
54340
|
### 第 64 次发布
|
|
54269
54341
|
|
|
54270
54342
|
发布时间:2022-10-10 06:32:08
|
|
@@ -62064,8 +62136,8 @@
|
|
|
62064
62136
|
|
|
62065
62137
|
新增接口:
|
|
62066
62138
|
|
|
62067
|
-
* [
|
|
62068
|
-
* [
|
|
62139
|
+
* [CloseSSL](https://cloud.tencent.com/document/api/239/81240)
|
|
62140
|
+
* [OpenSSL](https://cloud.tencent.com/document/api/239/81239)
|
|
62069
62141
|
|
|
62070
62142
|
### 第 54 次发布
|
|
62071
62143
|
|
|
@@ -71434,6 +71506,20 @@
|
|
|
71434
71506
|
|
|
71435
71507
|
## 服务网格(tcm) 版本:2021-04-13
|
|
71436
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
|
+
|
|
71437
71523
|
### 第 12 次发布
|
|
71438
71524
|
|
|
71439
71525
|
发布时间:2022-09-26 06:52:58
|
|
@@ -76295,6 +76381,23 @@
|
|
|
76295
76381
|
|
|
76296
76382
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
76297
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
|
+
|
|
76298
76401
|
### 第 4 次发布
|
|
76299
76402
|
|
|
76300
76403
|
发布时间:2022-10-10 06:43:20
|
|
@@ -76305,16 +76408,16 @@
|
|
|
76305
76408
|
|
|
76306
76409
|
新增接口:
|
|
76307
76410
|
|
|
76308
|
-
* [
|
|
76309
|
-
* [
|
|
76310
|
-
* [
|
|
76311
|
-
* [
|
|
76312
|
-
* [
|
|
76313
|
-
* [
|
|
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)
|
|
76314
76417
|
|
|
76315
76418
|
新增数据结构:
|
|
76316
76419
|
|
|
76317
|
-
* [
|
|
76420
|
+
* [AliasDomain](https://cloud.tencent.com/document/api/1552/80721#AliasDomain)
|
|
76318
76421
|
|
|
76319
76422
|
修改数据结构:
|
|
76320
76423
|
|
|
@@ -79007,8 +79110,8 @@
|
|
|
79007
79110
|
|
|
79008
79111
|
新增接口:
|
|
79009
79112
|
|
|
79010
|
-
* [
|
|
79011
|
-
* [
|
|
79113
|
+
* [DescribeEdgeClusterUpgradeInfo](https://cloud.tencent.com/document/api/457/81249)
|
|
79114
|
+
* [UpdateEdgeClusterVersion](https://cloud.tencent.com/document/api/457/81248)
|
|
79012
79115
|
|
|
79013
79116
|
### 第 123 次发布
|
|
79014
79117
|
|
|
@@ -83170,6 +83273,37 @@
|
|
|
83170
83273
|
|
|
83171
83274
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
83172
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
|
+
|
|
83173
83307
|
### 第 78 次发布
|
|
83174
83308
|
|
|
83175
83309
|
发布时间:2022-07-27 06:18:08
|