tencentcloud-sdk-nodejs-csip 4.0.715 → 4.0.716
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 +248 -0
- package/SERVICE_CHANGELOG.md +308 -337
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/services/csip/v20221121/csip_client.ts +15 -2
- package/src/services/csip/v20221121/csip_models.ts +145 -32
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +142 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,251 @@
|
|
|
1
|
+
# Release 4.0.716
|
|
2
|
+
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
|
+
|
|
5
|
+
### 第 49 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-10-27 15:51:05
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateSavingPlanOrder](https://cloud.tencent.com/document/api/555/100825)
|
|
16
|
+
* [DescribeSavingPlanCoverage](https://cloud.tencent.com/document/api/555/100824)
|
|
17
|
+
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/555/100823)
|
|
18
|
+
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/555/100822)
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [SavingPlanCoverageDetail](https://cloud.tencent.com/document/api/555/19183#SavingPlanCoverageDetail)
|
|
23
|
+
* [SavingPlanCoverageRate](https://cloud.tencent.com/document/api/555/19183#SavingPlanCoverageRate)
|
|
24
|
+
* [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/555/19183#SavingPlanOverviewDetail)
|
|
25
|
+
* [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/555/19183#SavingPlanUsageDetail)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
30
|
+
|
|
31
|
+
### 第 18 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2023-10-30 00:24:02
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
新增接口:
|
|
40
|
+
|
|
41
|
+
* [DescribeVULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/100951)
|
|
42
|
+
|
|
43
|
+
新增数据结构:
|
|
44
|
+
|
|
45
|
+
* [VULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/90825#VULRiskAdvanceCFGList)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
50
|
+
|
|
51
|
+
### 第 119 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2023-10-30 00:24:37
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [ImportKeyPair](https://cloud.tencent.com/document/api/213/15703)
|
|
62
|
+
|
|
63
|
+
* <font color="#dd0000">**修改出参**:</font>KeyId
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
69
|
+
|
|
70
|
+
### 第 67 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2023-10-30 00:33:47
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
修改接口:
|
|
79
|
+
|
|
80
|
+
* [CreateDCDBInstance](https://cloud.tencent.com/document/api/557/16135)
|
|
81
|
+
|
|
82
|
+
* 新增入参:DcnSyncMode
|
|
83
|
+
|
|
84
|
+
* [CreateDedicatedClusterDCDBInstance](https://cloud.tencent.com/document/api/557/61369)
|
|
85
|
+
|
|
86
|
+
* 新增入参:DcnSyncMode
|
|
87
|
+
|
|
88
|
+
* [DescribeDCDBInstanceDetail](https://cloud.tencent.com/document/api/557/89385)
|
|
89
|
+
|
|
90
|
+
* 新增出参:IsDcnStrongSyncSupported, IsDcnSwitchSupported
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
修改数据结构:
|
|
94
|
+
|
|
95
|
+
* [DcnDetailItem](https://cloud.tencent.com/document/api/557/16142#DcnDetailItem)
|
|
96
|
+
|
|
97
|
+
* 新增成员:DcnStatusDesc, PolarisInstanceId, PolarisInstanceName, PolarisNamespace, PolarisService, PolarisServiceStatus, PolarisServiceStatusDesc, PolarisRegion, IsDcnSwitchSupported
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
103
|
+
|
|
104
|
+
### 第 49 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2023-10-30 00:42:05
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
新增接口:
|
|
113
|
+
|
|
114
|
+
* [DescribeDiagnose](https://cloud.tencent.com/document/api/845/100954)
|
|
115
|
+
* [DescribeInstancePluginList](https://cloud.tencent.com/document/api/845/100953)
|
|
116
|
+
* [GetDiagnoseSettings](https://cloud.tencent.com/document/api/845/100952)
|
|
117
|
+
|
|
118
|
+
新增数据结构:
|
|
119
|
+
|
|
120
|
+
* [DescribeInstancePluginInfo](https://cloud.tencent.com/document/api/845/30634#DescribeInstancePluginInfo)
|
|
121
|
+
* [DiagnoseJobMeta](https://cloud.tencent.com/document/api/845/30634#DiagnoseJobMeta)
|
|
122
|
+
* [DiagnoseJobResult](https://cloud.tencent.com/document/api/845/30634#DiagnoseJobResult)
|
|
123
|
+
* [DiagnoseResult](https://cloud.tencent.com/document/api/845/30634#DiagnoseResult)
|
|
124
|
+
* [Dimension](https://cloud.tencent.com/document/api/845/30634#Dimension)
|
|
125
|
+
* [JobParam](https://cloud.tencent.com/document/api/845/30634#JobParam)
|
|
126
|
+
* [LogDetail](https://cloud.tencent.com/document/api/845/30634#LogDetail)
|
|
127
|
+
* [Metric](https://cloud.tencent.com/document/api/845/30634#Metric)
|
|
128
|
+
* [MetricDetail](https://cloud.tencent.com/document/api/845/30634#MetricDetail)
|
|
129
|
+
* [SettingDetail](https://cloud.tencent.com/document/api/845/30634#SettingDetail)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
134
|
+
|
|
135
|
+
### 第 59 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2023-10-30 00:58:10
|
|
138
|
+
|
|
139
|
+
本次发布包含了以下内容:
|
|
140
|
+
|
|
141
|
+
改善已有的文档。
|
|
142
|
+
|
|
143
|
+
修改接口:
|
|
144
|
+
|
|
145
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/237/16180)
|
|
146
|
+
|
|
147
|
+
* 新增入参:DcnSyncMode
|
|
148
|
+
|
|
149
|
+
* [CreateDedicatedClusterDBInstance](https://cloud.tencent.com/document/api/237/61370)
|
|
150
|
+
|
|
151
|
+
* 新增入参:DcnSyncMode
|
|
152
|
+
|
|
153
|
+
* [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
|
|
154
|
+
|
|
155
|
+
* 新增出参:IsDcnStrongSyncSupported, IsDcnSwitchSupported
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
修改数据结构:
|
|
159
|
+
|
|
160
|
+
* [DcnDetailItem](https://cloud.tencent.com/document/api/237/16191#DcnDetailItem)
|
|
161
|
+
|
|
162
|
+
* 新增成员:DcnStatusDesc, PolarisInstanceId, PolarisInstanceName, PolarisNamespace, PolarisService, PolarisServiceStatus, PolarisServiceStatusDesc, PolarisRegion, IsDcnSwitchSupported
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
168
|
+
|
|
169
|
+
### 第 114 次发布
|
|
170
|
+
|
|
171
|
+
发布时间:2023-10-30 01:04:20
|
|
172
|
+
|
|
173
|
+
本次发布包含了以下内容:
|
|
174
|
+
|
|
175
|
+
改善已有的文档。
|
|
176
|
+
|
|
177
|
+
修改接口:
|
|
178
|
+
|
|
179
|
+
* [DriverLicenseOCR](https://cloud.tencent.com/document/api/866/36213)
|
|
180
|
+
|
|
181
|
+
* 新增出参:BackPageName, BackPageCardCode
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
187
|
+
|
|
188
|
+
### 第 7 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2023-10-27 16:07:10
|
|
191
|
+
|
|
192
|
+
本次发布包含了以下内容:
|
|
193
|
+
|
|
194
|
+
改善已有的文档。
|
|
195
|
+
|
|
196
|
+
新增接口:
|
|
197
|
+
|
|
198
|
+
* [GetRunMetadataFile](https://cloud.tencent.com/document/api/1643/100858)
|
|
199
|
+
* [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
|
|
200
|
+
* [TerminateRunGroup](https://cloud.tencent.com/document/api/1643/100856)
|
|
201
|
+
|
|
202
|
+
新增数据结构:
|
|
203
|
+
|
|
204
|
+
* [GitInfo](https://cloud.tencent.com/document/api/1643/89100#GitInfo)
|
|
205
|
+
|
|
206
|
+
修改数据结构:
|
|
207
|
+
|
|
208
|
+
* [Run](https://cloud.tencent.com/document/api/1643/89100#Run)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
214
|
+
|
|
215
|
+
### 第 61 次发布
|
|
216
|
+
|
|
217
|
+
发布时间:2023-10-27 10:26:11
|
|
218
|
+
|
|
219
|
+
本次发布包含了以下内容:
|
|
220
|
+
|
|
221
|
+
改善已有的文档。
|
|
222
|
+
|
|
223
|
+
新增接口:
|
|
224
|
+
|
|
225
|
+
* [BindSecurityTemplateToEntity](https://cloud.tencent.com/document/api/1552/100814)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
234
|
+
|
|
235
|
+
### 第 176 次发布
|
|
236
|
+
|
|
237
|
+
发布时间:2023-10-30 01:36:36
|
|
238
|
+
|
|
239
|
+
本次发布包含了以下内容:
|
|
240
|
+
|
|
241
|
+
改善已有的文档。
|
|
242
|
+
|
|
243
|
+
新增接口:
|
|
244
|
+
|
|
245
|
+
* [ModifyVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/100955)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
1
249
|
# Release 4.0.715
|
|
2
250
|
|
|
3
251
|
## 应用性能监控(apm) 版本:2021-06-22
|