tencentcloud-sdk-nodejs 4.0.467 → 4.0.469

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +110 -0
  2. package/SERVICE_CHANGELOG.md +97 -251
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +4 -4
  7. package/src/services/dlc/v20210125/dlc_client.ts +35 -11
  8. package/src/services/dlc/v20210125/dlc_models.ts +210 -120
  9. package/src/services/emr/v20190103/emr_models.ts +11 -0
  10. package/src/services/ess/v20201111/ess_models.ts +5 -4
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
  12. package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
  13. package/src/services/partners/v20180321/partners_client.ts +4 -4
  14. package/src/services/partners/v20180321/partners_models.ts +10 -10
  15. package/src/services/thpc/v20220401/thpc_models.ts +5 -0
  16. package/src/services/vod/v20180717/vod_client.ts +13 -9
  17. package/src/services/vpc/v20170312/vpc_models.ts +19 -13
  18. package/tencentcloud/common/sdk_version.d.ts +1 -1
  19. package/tencentcloud/common/sdk_version.js +1 -1
  20. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  21. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +11 -3
  22. package/tencentcloud/services/dlc/v20210125/dlc_client.js +15 -3
  23. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +178 -101
  24. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -0
  25. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -3
  26. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
  27. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
  28. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +4 -4
  29. package/tencentcloud/services/partners/v20180321/partners_client.js +4 -4
  30. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +10 -10
  31. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -0
  32. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -4
  33. package/tencentcloud/services/vod/v20180717/vod_client.js +8 -4
  34. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
  35. package/test/dlc.v20210125.test.js +22 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,113 @@
1
+ # Release 4.0.469
2
+
3
+ ## 数据湖计算(dlc) 版本:2021-01-25
4
+
5
+ ### 第 33 次发布
6
+
7
+ 发布时间:2022-10-27 14:41:42
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CreateResultDownload](https://cloud.tencent.com/document/api/1342/82008)
16
+ * [DescribeResultDownload](https://cloud.tencent.com/document/api/1342/82007)
17
+
18
+
19
+
20
+ # Release 4.0.468
21
+
22
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
23
+
24
+ ### 第 38 次发布
25
+
26
+ 发布时间:2022-10-27 06:31:19
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
35
+
36
+ * 新增入参:AutoRenew
37
+
38
+
39
+ 修改数据结构:
40
+
41
+ * [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
42
+
43
+ * 新增成员:IsHandsCluster
44
+
45
+
46
+
47
+
48
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
49
+
50
+ ### 第 27 次发布
51
+
52
+ 发布时间:2022-10-27 06:45:50
53
+
54
+ 本次发布包含了以下内容:
55
+
56
+ 改善已有的文档。
57
+
58
+ 修改数据结构:
59
+
60
+ * [WorkSpaceClusterItem](https://cloud.tencent.com/document/api/849/52010#WorkSpaceClusterItem)
61
+
62
+ * 新增成员:ProjectId, ProjectIdStr
63
+
64
+
65
+
66
+
67
+ ## 高性能计算平台(thpc) 版本:2022-04-01
68
+
69
+ ### 第 4 次发布
70
+
71
+ 发布时间:2022-10-27 07:00:42
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改数据结构:
78
+
79
+ * [ClusterOverview](https://cloud.tencent.com/document/api/1527/72108#ClusterOverview)
80
+
81
+ * 新增成员:VpcId
82
+
83
+
84
+
85
+
86
+ ## 高性能计算平台(thpc) 版本:2021-11-09
87
+
88
+
89
+
90
+ ## 私有网络(vpc) 版本:2017-03-12
91
+
92
+ ### 第 127 次发布
93
+
94
+ 发布时间:2022-10-27 07:09:19
95
+
96
+ 本次发布包含了以下内容:
97
+
98
+ 改善已有的文档。
99
+
100
+ 修改数据结构:
101
+
102
+ * [NetworkInterface](https://cloud.tencent.com/document/api/215/15824#NetworkInterface)
103
+
104
+ * 新增成员:ResourceId
105
+
106
+ * <font color="#dd0000">**修改成员**:</font>NetworkInterfaceId, NetworkInterfaceName, SubnetId, VpcId, MacAddress, State, PrivateIpAddressSet, Ipv6AddressSet, TagSet, EniType, Business, CdcId, AttachType
107
+
108
+
109
+
110
+
1
111
  # Release 4.0.467
2
112
 
3
113
  ## DDoS 防护(antiddos) 版本:2020-03-09
@@ -1,246 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## DDoS 防护(antiddos) 版本:2020-03-09
4
-
5
- ### 第 43 次发布
6
-
7
- 发布时间:2022-10-26 06:07:49
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
16
-
17
- * 新增入参:FilterLightFlag, FilterChannelFlag
18
-
19
-
20
-
21
-
22
- ## 云呼叫中心(ccc) 版本:2020-02-10
23
-
24
- ### 第 32 次发布
25
-
26
- 发布时间:2022-10-26 06:15:12
27
-
28
- 本次发布包含了以下内容:
29
-
30
- 改善已有的文档。
31
-
32
- 修改接口:
33
-
34
- * [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
35
-
36
- * 新增入参:Variables
37
-
38
-
39
- 新增数据结构:
40
-
41
- * [Variable](https://cloud.tencent.com/document/api/679/47715#Variable)
42
-
43
-
44
-
45
- ## 日志服务(cls) 版本:2020-10-16
46
-
47
- ### 第 31 次发布
48
-
49
- 发布时间:2022-10-26 06:21:36
50
-
51
- 本次发布包含了以下内容:
52
-
53
- 改善已有的文档。
54
-
55
- 修改接口:
56
-
57
- * [SearchLog](https://cloud.tencent.com/document/api/614/56447)
58
-
59
- * 新增入参:SamplingRate
60
-
61
-
62
-
63
-
64
- ## 企业收付平台(cpdp) 版本:2019-08-20
65
-
66
- ### 第 92 次发布
67
-
68
- 发布时间:2022-10-26 06:23:03
69
-
70
- 本次发布包含了以下内容:
71
-
72
- 改善已有的文档。
73
-
74
- 修改接口:
75
-
76
- * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
77
-
78
- * 新增入参:ExternalAttachmentDataList
79
-
80
-
81
- 新增数据结构:
82
-
83
- * [CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)
84
-
85
- 修改数据结构:
86
-
87
- * [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
88
-
89
- * 新增成员:ExternalAttachmentDataList
90
-
91
-
92
-
93
-
94
- ## 主机安全(cwp) 版本:2018-02-28
95
-
96
- ### 第 60 次发布
97
-
98
- 发布时间:2022-10-26 06:25:43
99
-
100
- 本次发布包含了以下内容:
101
-
102
- 改善已有的文档。
103
-
104
- 修改接口:
105
-
106
- * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
107
-
108
- * 新增出参:EnableInspiredEngine
109
-
110
- * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
111
-
112
- * 新增入参:EnableInspiredEngine
113
-
114
-
115
-
116
-
117
- ## 电子签服务(ess) 版本:2020-11-11
118
-
119
- ### 第 21 次发布
120
-
121
- 发布时间:2022-10-26 06:35:22
122
-
123
- 本次发布包含了以下内容:
124
-
125
- 改善已有的文档。
126
-
127
- 新增数据结构:
128
-
129
- * [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
130
-
131
- 修改数据结构:
132
-
133
- * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
134
-
135
- * 新增成员:ApproverOption
136
-
137
-
138
-
139
-
140
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
141
-
142
- ### 第 38 次发布
143
-
144
- 发布时间:2022-10-26 06:35:40
145
-
146
- 本次发布包含了以下内容:
147
-
148
- 改善已有的文档。
149
-
150
- 新增数据结构:
151
-
152
- * [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
153
-
154
- 修改数据结构:
155
-
156
- * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
157
-
158
- * 新增成员:ApproverOption, ApproverNeedSignReview
159
-
160
-
161
-
162
-
163
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
164
-
165
-
166
-
167
- ## 媒体智能标签(ivld) 版本:2021-09-03
168
-
169
- ### 第 8 次发布
170
-
171
- 发布时间:2022-10-25 19:11:18
172
-
173
- 本次发布包含了以下内容:
174
-
175
- 改善已有的文档。
176
-
177
- 修改数据结构:
178
-
179
- * [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
180
-
181
- * 新增成员:AppearRect
182
-
183
-
184
-
185
-
186
- ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
187
-
188
- ### 第 43 次发布
189
-
190
- 发布时间:2022-10-26 06:46:25
191
-
192
- 本次发布包含了以下内容:
193
-
194
- 改善已有的文档。
195
-
196
- 新增接口:
197
-
198
- * [ModifyInstanceNetwork](https://cloud.tencent.com/document/api/237/81949)
199
- * [ModifyInstanceVip](https://cloud.tencent.com/document/api/237/81948)
200
- * [ModifyInstanceVport](https://cloud.tencent.com/document/api/237/81947)
201
-
202
-
203
-
204
- ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
205
-
206
- ### 第 11 次发布
207
-
208
- 发布时间:2022-10-26 06:52:45
209
-
210
- 本次发布包含了以下内容:
211
-
212
- 改善已有的文档。
213
-
214
- 新增接口:
215
-
216
- * [ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)
217
-
218
-
219
-
220
- ## 邮件推送(ses) 版本:2020-10-02
221
-
222
- ### 第 15 次发布
223
-
224
- 发布时间:2022-10-26 06:55:19
225
-
226
- 本次发布包含了以下内容:
227
-
228
- 改善已有的文档。
229
-
230
- 修改数据结构:
231
-
232
- * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
233
-
234
- * 新增成员:TermCycle
235
-
236
-
237
-
238
-
239
- ## 标签(tag) 版本:2018-08-13
3
+ ## 数据湖计算(dlc) 版本:2021-01-25
240
4
 
241
- ### 第 12 次发布
5
+ ### 第 33 次发布
242
6
 
243
- 发布时间:2022-10-26 06:58:19
7
+ 发布时间:2022-10-27 14:41:42
244
8
 
245
9
  本次发布包含了以下内容:
246
10
 
@@ -248,8 +12,8 @@
248
12
 
249
13
  新增接口:
250
14
 
251
- * [AddProject](https://cloud.tencent.com/document/api/651/81952)
252
- * [UpdateProject](https://cloud.tencent.com/document/api/651/81951)
15
+ * [CreateResultDownload](https://cloud.tencent.com/document/api/1342/82008)
16
+ * [DescribeResultDownload](https://cloud.tencent.com/document/api/1342/82007)
253
17
 
254
18
 
255
19
 
@@ -11378,7 +11142,7 @@
11378
11142
 
11379
11143
  新增数据结构:
11380
11144
 
11381
- * [[Variable](https://cloud.tencent.com/document/api/679/47715#Variable)](https://cloud.tencent.com/document/api/679/47715#[Variable](https://cloud.tencent.com/document/api/679/47715#Variable))
11145
+ * [Variable](https://cloud.tencent.com/document/api/679/47715#Variable)
11382
11146
 
11383
11147
  ### 第 31 次发布
11384
11148
 
@@ -23942,7 +23706,7 @@
23942
23706
 
23943
23707
  新增数据结构:
23944
23708
 
23945
- * [[CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)](https://cloud.tencent.com/document/api/1122/40683#[CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData))
23709
+ * [CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)
23946
23710
 
23947
23711
  修改数据结构:
23948
23712
 
@@ -33485,6 +33249,19 @@
33485
33249
 
33486
33250
  ## 数据湖计算(dlc) 版本:2021-01-25
33487
33251
 
33252
+ ### 第 33 次发布
33253
+
33254
+ 发布时间:2022-10-27 14:41:42
33255
+
33256
+ 本次发布包含了以下内容:
33257
+
33258
+ 改善已有的文档。
33259
+
33260
+ 新增接口:
33261
+
33262
+ * [[CreateResultDownload](https://cloud.tencent.com/document/api/1342/82008)](https://cloud.tencent.com/document/api/#/#)
33263
+ * [[DescribeResultDownload](https://cloud.tencent.com/document/api/1342/82007)](https://cloud.tencent.com/document/api/#/#)
33264
+
33488
33265
  ### 第 32 次发布
33489
33266
 
33490
33267
  发布时间:2022-09-14 06:20:02
@@ -37785,6 +37562,28 @@
37785
37562
 
37786
37563
  ## 弹性 MapReduce(emr) 版本:2019-01-03
37787
37564
 
37565
+ ### 第 38 次发布
37566
+
37567
+ 发布时间:2022-10-27 06:31:19
37568
+
37569
+ 本次发布包含了以下内容:
37570
+
37571
+ 改善已有的文档。
37572
+
37573
+ 修改接口:
37574
+
37575
+ * [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
37576
+
37577
+ * 新增入参:AutoRenew
37578
+
37579
+
37580
+ 修改数据结构:
37581
+
37582
+ * [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
37583
+
37584
+ * 新增成员:IsHandsCluster
37585
+
37586
+
37788
37587
  ### 第 37 次发布
37789
37588
 
37790
37589
  发布时间:2022-09-06 06:30:34
@@ -39607,7 +39406,7 @@
39607
39406
 
39608
39407
  新增数据结构:
39609
39408
 
39610
- * [[ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)](https://cloud.tencent.com/document/api/1323/70369#[ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption))
39409
+ * [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
39611
39410
 
39612
39411
  修改数据结构:
39613
39412
 
@@ -40115,7 +39914,7 @@
40115
39914
 
40116
39915
  新增数据结构:
40117
39916
 
40118
- * [[ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)](https://cloud.tencent.com/document/api/1420/61525#[ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption))
39917
+ * [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
40119
39918
 
40120
39919
  修改数据结构:
40121
39920
 
@@ -53370,9 +53169,9 @@
53370
53169
 
53371
53170
  新增接口:
53372
53171
 
53373
- * [[ModifyInstanceNetwork](https://cloud.tencent.com/document/api/237/81949)](https://cloud.tencent.com/document/api/#/#)
53374
- * [[ModifyInstanceVip](https://cloud.tencent.com/document/api/237/81948)](https://cloud.tencent.com/document/api/#/#)
53375
- * [[ModifyInstanceVport](https://cloud.tencent.com/document/api/237/81947)](https://cloud.tencent.com/document/api/#/#)
53172
+ * [ModifyInstanceNetwork](https://cloud.tencent.com/document/api/237/81949)
53173
+ * [ModifyInstanceVip](https://cloud.tencent.com/document/api/237/81948)
53174
+ * [ModifyInstanceVport](https://cloud.tencent.com/document/api/237/81947)
53376
53175
 
53377
53176
  ### 第 42 次发布
53378
53177
 
@@ -59128,6 +58927,21 @@
59128
58927
 
59129
58928
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
59130
58929
 
58930
+ ### 第 27 次发布
58931
+
58932
+ 发布时间:2022-10-27 06:45:50
58933
+
58934
+ 本次发布包含了以下内容:
58935
+
58936
+ 改善已有的文档。
58937
+
58938
+ 修改数据结构:
58939
+
58940
+ * [WorkSpaceClusterItem](https://cloud.tencent.com/document/api/849/52010#WorkSpaceClusterItem)
58941
+
58942
+ * 新增成员:ProjectId, ProjectIdStr
58943
+
58944
+
59131
58945
  ### 第 26 次发布
59132
58946
 
59133
58947
  发布时间:2022-09-27 06:36:12
@@ -62605,7 +62419,7 @@
62605
62419
 
62606
62420
  新增接口:
62607
62421
 
62608
- * [[ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)](https://cloud.tencent.com/document/api/#/#)
62422
+ * [ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)
62609
62423
 
62610
62424
  ### 第 10 次发布
62611
62425
 
@@ -68977,8 +68791,8 @@
68977
68791
 
68978
68792
  新增接口:
68979
68793
 
68980
- * [[AddProject](https://cloud.tencent.com/document/api/651/81952)](https://cloud.tencent.com/document/api/#/#)
68981
- * [[UpdateProject](https://cloud.tencent.com/document/api/651/81951)](https://cloud.tencent.com/document/api/#/#)
68794
+ * [AddProject](https://cloud.tencent.com/document/api/651/81952)
68795
+ * [UpdateProject](https://cloud.tencent.com/document/api/651/81951)
68982
68796
 
68983
68797
  ### 第 11 次发布
68984
68798
 
@@ -78665,6 +78479,21 @@
78665
78479
 
78666
78480
  ## 高性能计算平台(thpc) 版本:2022-04-01
78667
78481
 
78482
+ ### 第 4 次发布
78483
+
78484
+ 发布时间:2022-10-27 07:00:42
78485
+
78486
+ 本次发布包含了以下内容:
78487
+
78488
+ 改善已有的文档。
78489
+
78490
+ 修改数据结构:
78491
+
78492
+ * [ClusterOverview](https://cloud.tencent.com/document/api/1527/72108#ClusterOverview)
78493
+
78494
+ * 新增成员:VpcId
78495
+
78496
+
78668
78497
  ### 第 3 次发布
78669
78498
 
78670
78499
  发布时间:2022-10-21 06:49:31
@@ -91307,6 +91136,23 @@
91307
91136
 
91308
91137
  ## 私有网络(vpc) 版本:2017-03-12
91309
91138
 
91139
+ ### 第 127 次发布
91140
+
91141
+ 发布时间:2022-10-27 07:09:19
91142
+
91143
+ 本次发布包含了以下内容:
91144
+
91145
+ 改善已有的文档。
91146
+
91147
+ 修改数据结构:
91148
+
91149
+ * [NetworkInterface](https://cloud.tencent.com/document/api/215/15824#NetworkInterface)
91150
+
91151
+ * 新增成员:ResourceId
91152
+
91153
+ * <font color="#dd0000">**修改成员**:</font>NetworkInterfaceId, NetworkInterfaceName, SubnetId, VpcId, MacAddress, State, PrivateIpAddressSet, Ipv6AddressSet, TagSet, EniType, Business, CdcId, AttachType
91154
+
91155
+
91310
91156
  ### 第 126 次发布
91311
91157
 
91312
91158
  发布时间:2022-09-29 07:02:19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.467",
3
+ "version": "4.0.469",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -37,7 +37,7 @@
37
37
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
38
38
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
39
39
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
40
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-14 06:13:09 |
40
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-10-27 06:14:10 |
41
41
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-10-26 06:15:12 |
42
42
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-10-11 06:14:09 |
43
43
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
@@ -73,7 +73,7 @@
73
73
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
74
74
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
75
75
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-31 06:24:58 |
76
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-09-14 06:20:02 |
76
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-10-27 14:41:42 |
77
77
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-09-16 06:21:57 |
78
78
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
79
79
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -86,10 +86,10 @@
86
86
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
87
87
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
88
88
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
89
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-10-25 06:33:28 |
89
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-10-27 06:31:19 |
90
90
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-10-25 06:33:48 |
91
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-10-26 06:35:22 |
92
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-26 06:35:40 |
91
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-10-27 06:32:05 |
92
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-10-27 06:32:21 |
93
93
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
94
94
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-10-17 06:26:28 |
95
95
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -137,10 +137,10 @@
137
137
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
138
138
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
139
139
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
140
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-09-27 06:36:12 |
140
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-10-27 06:45:50 |
141
141
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-30 06:45:38 |
142
142
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-09-23 06:41:45 |
143
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
143
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-10-27 06:47:01 |
144
144
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
145
145
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
146
146
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-10-26 06:52:45 |
@@ -186,7 +186,7 @@
186
186
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-10-10 06:42:56 |
187
187
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-10-25 07:01:06 |
188
188
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-10-25 07:02:19 |
189
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-10-21 06:49:31 |
189
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-10-27 07:00:42 |
190
190
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
191
191
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
192
192
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -202,14 +202,14 @@
202
202
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-26 07:10:48 |
203
203
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-10-19 15:31:57 |
204
204
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-25 07:07:46 |
205
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-11 07:02:55 |
205
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-27 07:04:36 |
206
206
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
207
207
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-09-08 06:47:44 |
208
208
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
209
209
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-10-21 06:54:07 |
210
210
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
211
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-10-14 06:59:02 |
212
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-10 06:50:01 |
211
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-10-27 07:07:32 |
212
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-27 07:09:19 |
213
213
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
214
214
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
215
215
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-10-20 07:01:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.467"
1
+ export const sdkVersion = "4.0.469"
@@ -1365,14 +1365,14 @@ export interface DescribeDiskOperationLogsResponse {
1365
1365
  */
1366
1366
  export interface ResizeDiskRequest {
1367
1367
  /**
1368
- * 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
1368
+ * 云硬盘扩容后的大小,单位为GB,必须大于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。
1369
1369
  */
1370
- DiskId: string
1370
+ DiskSize: number
1371
1371
 
1372
1372
  /**
1373
- * 云硬盘扩容后的大小,单位为GB,必须大于当前云硬盘大小。云盘大小取值范围参见云硬盘[产品分类](/document/product/362/2353)的说明。
1373
+ * 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。
1374
1374
  */
1375
- DiskSize: number
1375
+ DiskId: string
1376
1376
  }
1377
1377
 
1378
1378
  /**