tencentcloud-sdk-nodejs 4.0.294 → 4.0.297
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 +298 -0
- package/SERVICE_CHANGELOG.md +293 -82
- package/package.json +1 -1
- package/products.md +22 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +20 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
- package/src/services/cls/v20201016/cls_models.ts +17 -10
- package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
- package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
- package/src/services/cvm/v20170312/cvm_models.ts +8 -7
- package/src/services/eiam/v20210420/eiam_models.ts +4 -4
- package/src/services/ess/index.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +148 -0
- package/src/services/ess/v20201111/ess_models.ts +857 -0
- package/src/services/ess/v20201111/index.ts +6 -0
- package/src/services/faceid/v20180301/faceid_models.ts +4 -0
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +81 -23
- package/src/services/live/v20180801/live_models.ts +453 -251
- package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +33 -1
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vpc/v20170312/vpc_client.ts +148 -38
- package/src/services/vpc/v20170312/vpc_models.ts +530 -62
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +17 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -6
- 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 +1476 -1378
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
- package/tencentcloud/services/ess/index.d.ts +6 -0
- package/tencentcloud/services/ess/index.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
- package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
- package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
- package/tencentcloud/services/ess/v20201111/index.js +9 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +32 -7
- package/tencentcloud/services/live/v20180801/live_client.js +41 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +392 -221
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +47 -11
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +69 -15
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +457 -56
- package/test/cloudaudit.v20190319.test.js +32 -2
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/ess.v20201111.test.js +111 -0
- package/test/live.v20180801.test.js +44 -4
- package/test/vpc.v20170312.test.js +100 -10
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,29 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 29 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-02-
|
|
7
|
+
发布时间:2022-02-28 08:05:12
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetPlaylistCommandInput)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增成员:ChangedIndex
|
|
18
18
|
|
|
19
|
-
*
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>Index
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
## 弹性伸缩(as) 版本:2018-04-19
|
|
24
23
|
|
|
25
|
-
|
|
24
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
26
25
|
|
|
27
|
-
|
|
26
|
+
### 第 22 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2022-02-28 08:05:20
|
|
28
29
|
|
|
29
30
|
本次发布包含了以下内容:
|
|
30
31
|
|
|
@@ -32,18 +33,18 @@
|
|
|
32
33
|
|
|
33
34
|
修改接口:
|
|
34
35
|
|
|
35
|
-
* [
|
|
36
|
+
* [AssociateDDoSEipLoadBalancer](https://cloud.tencent.com/document/api/1021/59863)
|
|
36
37
|
|
|
37
|
-
* 新增入参:
|
|
38
|
+
* 新增入参:Vip
|
|
38
39
|
|
|
39
40
|
|
|
40
41
|
|
|
41
42
|
|
|
42
|
-
##
|
|
43
|
+
## 云审计(cloudaudit) 版本:2019-03-19
|
|
43
44
|
|
|
44
|
-
### 第
|
|
45
|
+
### 第 11 次发布
|
|
45
46
|
|
|
46
|
-
发布时间:2022-02-
|
|
47
|
+
发布时间:2022-02-28 08:08:23
|
|
47
48
|
|
|
48
49
|
本次发布包含了以下内容:
|
|
49
50
|
|
|
@@ -51,41 +52,17 @@
|
|
|
51
52
|
|
|
52
53
|
新增接口:
|
|
53
54
|
|
|
54
|
-
* [
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
59
|
-
|
|
60
|
-
### 第 3 次发布
|
|
61
|
-
|
|
62
|
-
发布时间:2022-02-23 08:08:30
|
|
63
|
-
|
|
64
|
-
本次发布包含了以下内容:
|
|
65
|
-
|
|
66
|
-
改善已有的文档。
|
|
67
|
-
|
|
68
|
-
修改接口:
|
|
69
|
-
|
|
70
|
-
* [CreateEdgeUnitApplicationYaml](https://cloud.tencent.com/document/api/1118/66785)
|
|
71
|
-
|
|
72
|
-
* <font color="#dd0000">**修改入参**:</font>BasicInfo
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
修改数据结构:
|
|
76
|
-
|
|
77
|
-
* [MarketComponentInfo](https://cloud.tencent.com/document/api/1118/66797#MarketComponentInfo)
|
|
78
|
-
|
|
79
|
-
* 新增成员:DetailUrl, Installed
|
|
80
|
-
|
|
55
|
+
* [CreateAuditTrack](https://cloud.tencent.com/document/api/629/70383)
|
|
56
|
+
* [DeleteAuditTrack](https://cloud.tencent.com/document/api/629/70382)
|
|
57
|
+
* [ModifyAuditTrack](https://cloud.tencent.com/document/api/629/70381)
|
|
81
58
|
|
|
82
59
|
|
|
83
60
|
|
|
84
|
-
##
|
|
61
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
85
62
|
|
|
86
|
-
### 第
|
|
63
|
+
### 第 1 次发布
|
|
87
64
|
|
|
88
|
-
发布时间:2022-02-
|
|
65
|
+
发布时间:2022-02-25 16:43:22
|
|
89
66
|
|
|
90
67
|
本次发布包含了以下内容:
|
|
91
68
|
|
|
@@ -93,38 +70,27 @@
|
|
|
93
70
|
|
|
94
71
|
新增接口:
|
|
95
72
|
|
|
96
|
-
* [
|
|
73
|
+
* [CancelFlow](https://cloud.tencent.com/document/api/1323/70362)
|
|
74
|
+
* [CreateDocument](https://cloud.tencent.com/document/api/1323/70364)
|
|
75
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
76
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
77
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
78
|
+
* [DescribeFileUrls](https://cloud.tencent.com/document/api/1323/70366)
|
|
79
|
+
* [DescribeFlowBriefs](https://cloud.tencent.com/document/api/1323/70358)
|
|
80
|
+
* [DescribeThirdPartyAuthCode](https://cloud.tencent.com/document/api/1323/70368)
|
|
81
|
+
* [StartFlow](https://cloud.tencent.com/document/api/1323/70357)
|
|
97
82
|
|
|
98
83
|
新增数据结构:
|
|
99
84
|
|
|
100
|
-
* [
|
|
101
|
-
* [
|
|
102
|
-
* [
|
|
103
|
-
* [
|
|
104
|
-
* [
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
### 第 4 次发布
|
|
111
|
-
|
|
112
|
-
发布时间:2022-02-23 08:11:58
|
|
113
|
-
|
|
114
|
-
本次发布包含了以下内容:
|
|
115
|
-
|
|
116
|
-
改善已有的文档。
|
|
117
|
-
|
|
118
|
-
修改数据结构:
|
|
119
|
-
|
|
120
|
-
* [PullSmsSendStatus](https://cloud.tencent.com/document/api/382/52068#PullSmsSendStatus)
|
|
121
|
-
|
|
122
|
-
* 新增成员:SessionContext
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## 短信(sms) 版本:2019-07-11
|
|
85
|
+
* [Agent](https://cloud.tencent.com/document/api/1323/70369#Agent)
|
|
86
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
87
|
+
* [CcInfo](https://cloud.tencent.com/document/api/1323/70369#CcInfo)
|
|
88
|
+
* [Component](https://cloud.tencent.com/document/api/1323/70369#Component)
|
|
89
|
+
* [FileUrl](https://cloud.tencent.com/document/api/1323/70369#FileUrl)
|
|
90
|
+
* [FlowBrief](https://cloud.tencent.com/document/api/1323/70369#FlowBrief)
|
|
91
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
92
|
+
* [FormField](https://cloud.tencent.com/document/api/1323/70369#FormField)
|
|
93
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1323/70369#UserInfo)
|
|
128
94
|
|
|
129
95
|
|
|
130
96
|
|
|
@@ -527,6 +493,45 @@
|
|
|
527
493
|
|
|
528
494
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
529
495
|
|
|
496
|
+
### 第 29 次发布
|
|
497
|
+
|
|
498
|
+
发布时间:2022-02-28 08:05:12
|
|
499
|
+
|
|
500
|
+
本次发布包含了以下内容:
|
|
501
|
+
|
|
502
|
+
改善已有的文档。
|
|
503
|
+
|
|
504
|
+
修改数据结构:
|
|
505
|
+
|
|
506
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetPlaylistCommandInput)
|
|
507
|
+
|
|
508
|
+
* 新增成员:ChangedIndex
|
|
509
|
+
|
|
510
|
+
* <font color="#dd0000">**修改成员**:</font>Index
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
### 第 28 次发布
|
|
514
|
+
|
|
515
|
+
发布时间:2022-02-25 08:03:09
|
|
516
|
+
|
|
517
|
+
本次发布包含了以下内容:
|
|
518
|
+
|
|
519
|
+
改善已有的文档。
|
|
520
|
+
|
|
521
|
+
修改接口:
|
|
522
|
+
|
|
523
|
+
* [DescribeKTVMusicDetail](https://cloud.tencent.com/document/api/1155/56402)
|
|
524
|
+
|
|
525
|
+
* 新增出参:PreludeInterval
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
修改数据结构:
|
|
529
|
+
|
|
530
|
+
* [KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicDetailInfo)
|
|
531
|
+
|
|
532
|
+
* 新增成员:PreludeInterval
|
|
533
|
+
|
|
534
|
+
|
|
530
535
|
### 第 27 次发布
|
|
531
536
|
|
|
532
537
|
发布时间:2022-02-23 08:01:52
|
|
@@ -537,11 +542,11 @@
|
|
|
537
542
|
|
|
538
543
|
新增接口:
|
|
539
544
|
|
|
540
|
-
* [
|
|
545
|
+
* [BatchDescribeKTVMusicDetails](https://cloud.tencent.com/document/api/1155/70248)
|
|
541
546
|
|
|
542
547
|
新增数据结构:
|
|
543
548
|
|
|
544
|
-
* [
|
|
549
|
+
* [KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicDetailInfo)
|
|
545
550
|
|
|
546
551
|
### 第 26 次发布
|
|
547
552
|
|
|
@@ -1262,6 +1267,21 @@
|
|
|
1262
1267
|
|
|
1263
1268
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1264
1269
|
|
|
1270
|
+
### 第 22 次发布
|
|
1271
|
+
|
|
1272
|
+
发布时间:2022-02-28 08:05:20
|
|
1273
|
+
|
|
1274
|
+
本次发布包含了以下内容:
|
|
1275
|
+
|
|
1276
|
+
改善已有的文档。
|
|
1277
|
+
|
|
1278
|
+
修改接口:
|
|
1279
|
+
|
|
1280
|
+
* [AssociateDDoSEipLoadBalancer](https://cloud.tencent.com/document/api/1021/59863)
|
|
1281
|
+
|
|
1282
|
+
* 新增入参:Vip
|
|
1283
|
+
|
|
1284
|
+
|
|
1265
1285
|
### 第 21 次发布
|
|
1266
1286
|
|
|
1267
1287
|
发布时间:2022-02-14 08:04:59
|
|
@@ -16505,6 +16525,20 @@
|
|
|
16505
16525
|
|
|
16506
16526
|
## 云审计(cloudaudit) 版本:2019-03-19
|
|
16507
16527
|
|
|
16528
|
+
### 第 11 次发布
|
|
16529
|
+
|
|
16530
|
+
发布时间:2022-02-28 08:08:23
|
|
16531
|
+
|
|
16532
|
+
本次发布包含了以下内容:
|
|
16533
|
+
|
|
16534
|
+
改善已有的文档。
|
|
16535
|
+
|
|
16536
|
+
新增接口:
|
|
16537
|
+
|
|
16538
|
+
* [[CreateAuditTrack](https://cloud.tencent.com/document/api/629/70383)](https://cloud.tencent.com/document/api/#/#)
|
|
16539
|
+
* [[DeleteAuditTrack](https://cloud.tencent.com/document/api/629/70382)](https://cloud.tencent.com/document/api/#/#)
|
|
16540
|
+
* [[ModifyAuditTrack](https://cloud.tencent.com/document/api/629/70381)](https://cloud.tencent.com/document/api/#/#)
|
|
16541
|
+
|
|
16508
16542
|
### 第 10 次发布
|
|
16509
16543
|
|
|
16510
16544
|
发布时间:2022-02-14 08:08:17
|
|
@@ -18639,6 +18673,24 @@
|
|
|
18639
18673
|
|
|
18640
18674
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
18641
18675
|
|
|
18676
|
+
### 第 55 次发布
|
|
18677
|
+
|
|
18678
|
+
发布时间:2022-02-25 08:06:26
|
|
18679
|
+
|
|
18680
|
+
本次发布包含了以下内容:
|
|
18681
|
+
|
|
18682
|
+
改善已有的文档。
|
|
18683
|
+
|
|
18684
|
+
新增接口:
|
|
18685
|
+
|
|
18686
|
+
* [QueryExceedingInfo](https://cloud.tencent.com/document/api/1122/70343)
|
|
18687
|
+
|
|
18688
|
+
新增数据结构:
|
|
18689
|
+
|
|
18690
|
+
* [Paging](https://cloud.tencent.com/document/api/1122/40683#Paging)
|
|
18691
|
+
* [QueryExceedingInfoData](https://cloud.tencent.com/document/api/1122/40683#QueryExceedingInfoData)
|
|
18692
|
+
* [QueryExceedingInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryExceedingInfoResult)
|
|
18693
|
+
|
|
18642
18694
|
### 第 54 次发布
|
|
18643
18695
|
|
|
18644
18696
|
发布时间:2022-02-21 08:04:03
|
|
@@ -24881,7 +24933,7 @@
|
|
|
24881
24933
|
|
|
24882
24934
|
新增接口:
|
|
24883
24935
|
|
|
24884
|
-
* [
|
|
24936
|
+
* [CreateHourDCDBInstance](https://cloud.tencent.com/document/api/557/70249)
|
|
24885
24937
|
|
|
24886
24938
|
### 第 34 次发布
|
|
24887
24939
|
|
|
@@ -30320,6 +30372,43 @@
|
|
|
30320
30372
|
|
|
30321
30373
|
|
|
30322
30374
|
|
|
30375
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
30376
|
+
|
|
30377
|
+
### 第 1 次发布
|
|
30378
|
+
|
|
30379
|
+
发布时间:2022-02-25 16:43:22
|
|
30380
|
+
|
|
30381
|
+
本次发布包含了以下内容:
|
|
30382
|
+
|
|
30383
|
+
改善已有的文档。
|
|
30384
|
+
|
|
30385
|
+
新增接口:
|
|
30386
|
+
|
|
30387
|
+
* [[CancelFlow](https://cloud.tencent.com/document/api/1323/70362)](https://cloud.tencent.com/document/api/#/#)
|
|
30388
|
+
* [[CreateDocument](https://cloud.tencent.com/document/api/1323/70364)](https://cloud.tencent.com/document/api/#/#)
|
|
30389
|
+
* [[CreateFlow](https://cloud.tencent.com/document/api/1323/70361)](https://cloud.tencent.com/document/api/#/#)
|
|
30390
|
+
* [[CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)](https://cloud.tencent.com/document/api/#/#)
|
|
30391
|
+
* [[CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)](https://cloud.tencent.com/document/api/#/#)
|
|
30392
|
+
* [[DescribeFileUrls](https://cloud.tencent.com/document/api/1323/70366)](https://cloud.tencent.com/document/api/#/#)
|
|
30393
|
+
* [[DescribeFlowBriefs](https://cloud.tencent.com/document/api/1323/70358)](https://cloud.tencent.com/document/api/#/#)
|
|
30394
|
+
* [[DescribeThirdPartyAuthCode](https://cloud.tencent.com/document/api/1323/70368)](https://cloud.tencent.com/document/api/#/#)
|
|
30395
|
+
* [[StartFlow](https://cloud.tencent.com/document/api/1323/70357)](https://cloud.tencent.com/document/api/#/#)
|
|
30396
|
+
|
|
30397
|
+
新增数据结构:
|
|
30398
|
+
|
|
30399
|
+
* [[Agent](https://cloud.tencent.com/document/api/1323/70369#Agent)](https://cloud.tencent.com/document/api/1323/70369#[Agent](https://cloud.tencent.com/document/api/1323/70369#Agent))
|
|
30400
|
+
* [[ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo))
|
|
30401
|
+
* [[CcInfo](https://cloud.tencent.com/document/api/1323/70369#CcInfo)](https://cloud.tencent.com/document/api/1323/70369#[CcInfo](https://cloud.tencent.com/document/api/1323/70369#CcInfo))
|
|
30402
|
+
* [[Component](https://cloud.tencent.com/document/api/1323/70369#Component)](https://cloud.tencent.com/document/api/1323/70369#[Component](https://cloud.tencent.com/document/api/1323/70369#Component))
|
|
30403
|
+
* [[FileUrl](https://cloud.tencent.com/document/api/1323/70369#FileUrl)](https://cloud.tencent.com/document/api/1323/70369#[FileUrl](https://cloud.tencent.com/document/api/1323/70369#FileUrl))
|
|
30404
|
+
* [[FlowBrief](https://cloud.tencent.com/document/api/1323/70369#FlowBrief)](https://cloud.tencent.com/document/api/1323/70369#[FlowBrief](https://cloud.tencent.com/document/api/1323/70369#FlowBrief))
|
|
30405
|
+
* [[FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)](https://cloud.tencent.com/document/api/1323/70369#[FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover))
|
|
30406
|
+
* [[FormField](https://cloud.tencent.com/document/api/1323/70369#FormField)](https://cloud.tencent.com/document/api/1323/70369#[FormField](https://cloud.tencent.com/document/api/1323/70369#FormField))
|
|
30407
|
+
* [[UserInfo](https://cloud.tencent.com/document/api/1323/70369#UserInfo)](https://cloud.tencent.com/document/api/1323/70369#[UserInfo](https://cloud.tencent.com/document/api/1323/70369#UserInfo))
|
|
30408
|
+
|
|
30409
|
+
|
|
30410
|
+
|
|
30411
|
+
|
|
30323
30412
|
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
30324
30413
|
|
|
30325
30414
|
### 第 1 次发布
|
|
@@ -39557,6 +39646,25 @@
|
|
|
39557
39646
|
|
|
39558
39647
|
## 云直播(live) 版本:2018-08-01
|
|
39559
39648
|
|
|
39649
|
+
### 第 73 次发布
|
|
39650
|
+
|
|
39651
|
+
发布时间:2022-02-24 08:10:24
|
|
39652
|
+
|
|
39653
|
+
本次发布包含了以下内容:
|
|
39654
|
+
|
|
39655
|
+
改善已有的文档。
|
|
39656
|
+
|
|
39657
|
+
新增接口:
|
|
39658
|
+
|
|
39659
|
+
* [CreateScreenshotTask](https://cloud.tencent.com/document/api/267/70281)
|
|
39660
|
+
* [DeleteScreenshotTask](https://cloud.tencent.com/document/api/267/70280)
|
|
39661
|
+
* [DescribeScreenshotTask](https://cloud.tencent.com/document/api/267/70279)
|
|
39662
|
+
* [StopScreenshotTask](https://cloud.tencent.com/document/api/267/70278)
|
|
39663
|
+
|
|
39664
|
+
新增数据结构:
|
|
39665
|
+
|
|
39666
|
+
* [ScreenshotTask](https://cloud.tencent.com/document/api/267/20474#ScreenshotTask)
|
|
39667
|
+
|
|
39560
39668
|
### 第 72 次发布
|
|
39561
39669
|
|
|
39562
39670
|
发布时间:2022-01-05 08:10:51
|
|
@@ -42234,6 +42342,28 @@
|
|
|
42234
42342
|
|
|
42235
42343
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
42236
42344
|
|
|
42345
|
+
### 第 18 次发布
|
|
42346
|
+
|
|
42347
|
+
发布时间:2022-02-25 08:11:43
|
|
42348
|
+
|
|
42349
|
+
本次发布包含了以下内容:
|
|
42350
|
+
|
|
42351
|
+
改善已有的文档。
|
|
42352
|
+
|
|
42353
|
+
修改接口:
|
|
42354
|
+
|
|
42355
|
+
* [InquirePriceModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/43665)
|
|
42356
|
+
|
|
42357
|
+
* 新增入参:NodeNum, ReplicateSetNum
|
|
42358
|
+
|
|
42359
|
+
|
|
42360
|
+
修改数据结构:
|
|
42361
|
+
|
|
42362
|
+
* [BackupDownloadTask](https://cloud.tencent.com/document/api/240/38576#BackupDownloadTask)
|
|
42363
|
+
|
|
42364
|
+
* 新增成员:BackupMethod, BackupDesc
|
|
42365
|
+
|
|
42366
|
+
|
|
42237
42367
|
### 第 17 次发布
|
|
42238
42368
|
|
|
42239
42369
|
发布时间:2022-01-05 08:11:21
|
|
@@ -42570,15 +42700,15 @@
|
|
|
42570
42700
|
|
|
42571
42701
|
新增接口:
|
|
42572
42702
|
|
|
42573
|
-
* [
|
|
42703
|
+
* [DescribeConditionsTemplateList](https://cloud.tencent.com/document/api/248/70250)
|
|
42574
42704
|
|
|
42575
42705
|
新增数据结构:
|
|
42576
42706
|
|
|
42577
|
-
* [
|
|
42578
|
-
* [
|
|
42579
|
-
* [
|
|
42580
|
-
* [
|
|
42581
|
-
* [
|
|
42707
|
+
* [Condition](https://cloud.tencent.com/document/api/248/30354#Condition)
|
|
42708
|
+
* [EventCondition](https://cloud.tencent.com/document/api/248/30354#EventCondition)
|
|
42709
|
+
* [PolicyGroup](https://cloud.tencent.com/document/api/248/30354#PolicyGroup)
|
|
42710
|
+
* [PolicyGroupReceiverInfo](https://cloud.tencent.com/document/api/248/30354#PolicyGroupReceiverInfo)
|
|
42711
|
+
* [TemplateGroup](https://cloud.tencent.com/document/api/248/30354#TemplateGroup)
|
|
42582
42712
|
|
|
42583
42713
|
### 第 38 次发布
|
|
42584
42714
|
|
|
@@ -45425,6 +45555,28 @@
|
|
|
45425
45555
|
|
|
45426
45556
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
45427
45557
|
|
|
45558
|
+
### 第 15 次发布
|
|
45559
|
+
|
|
45560
|
+
发布时间:2022-02-24 08:11:34
|
|
45561
|
+
|
|
45562
|
+
本次发布包含了以下内容:
|
|
45563
|
+
|
|
45564
|
+
改善已有的文档。
|
|
45565
|
+
|
|
45566
|
+
修改接口:
|
|
45567
|
+
|
|
45568
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
45569
|
+
|
|
45570
|
+
* 新增入参:PythonVersion
|
|
45571
|
+
|
|
45572
|
+
|
|
45573
|
+
修改数据结构:
|
|
45574
|
+
|
|
45575
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
45576
|
+
|
|
45577
|
+
* 新增成员:PythonVersion
|
|
45578
|
+
|
|
45579
|
+
|
|
45428
45580
|
### 第 14 次发布
|
|
45429
45581
|
|
|
45430
45582
|
发布时间:2022-01-25 08:15:03
|
|
@@ -56136,6 +56288,25 @@
|
|
|
56136
56288
|
|
|
56137
56289
|
## 服务网格(tcm) 版本:2021-04-13
|
|
56138
56290
|
|
|
56291
|
+
### 第 5 次发布
|
|
56292
|
+
|
|
56293
|
+
发布时间:2022-02-25 08:14:28
|
|
56294
|
+
|
|
56295
|
+
本次发布包含了以下内容:
|
|
56296
|
+
|
|
56297
|
+
改善已有的文档。
|
|
56298
|
+
|
|
56299
|
+
新增数据结构:
|
|
56300
|
+
|
|
56301
|
+
* [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
|
|
56302
|
+
|
|
56303
|
+
修改数据结构:
|
|
56304
|
+
|
|
56305
|
+
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
|
56306
|
+
|
|
56307
|
+
* 新增成员:Enable, APM
|
|
56308
|
+
|
|
56309
|
+
|
|
56139
56310
|
### 第 4 次发布
|
|
56140
56311
|
|
|
56141
56312
|
发布时间:2022-02-16 08:11:56
|
|
@@ -63216,6 +63387,21 @@
|
|
|
63216
63387
|
|
|
63217
63388
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
63218
63389
|
|
|
63390
|
+
### 第 69 次发布
|
|
63391
|
+
|
|
63392
|
+
发布时间:2022-02-24 08:15:06
|
|
63393
|
+
|
|
63394
|
+
本次发布包含了以下内容:
|
|
63395
|
+
|
|
63396
|
+
改善已有的文档。
|
|
63397
|
+
|
|
63398
|
+
修改数据结构:
|
|
63399
|
+
|
|
63400
|
+
* [ServiceSetting](https://cloud.tencent.com/document/api/649/36099#ServiceSetting)
|
|
63401
|
+
|
|
63402
|
+
* 新增成员:OpenSessionAffinity, SessionAffinityTimeoutSeconds
|
|
63403
|
+
|
|
63404
|
+
|
|
63219
63405
|
### 第 68 次发布
|
|
63220
63406
|
|
|
63221
63407
|
发布时间:2022-01-20 08:16:32
|
|
@@ -68224,6 +68410,31 @@
|
|
|
68224
68410
|
|
|
68225
68411
|
## 私有网络(vpc) 版本:2017-03-12
|
|
68226
68412
|
|
|
68413
|
+
### 第 106 次发布
|
|
68414
|
+
|
|
68415
|
+
发布时间:2022-02-24 08:15:58
|
|
68416
|
+
|
|
68417
|
+
本次发布包含了以下内容:
|
|
68418
|
+
|
|
68419
|
+
改善已有的文档。
|
|
68420
|
+
|
|
68421
|
+
新增接口:
|
|
68422
|
+
|
|
68423
|
+
* [CreateVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70290)
|
|
68424
|
+
* [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
|
|
68425
|
+
* [DeleteVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70288)
|
|
68426
|
+
* [DeleteVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70287)
|
|
68427
|
+
* [DescribeVpnGatewaySslClients](https://cloud.tencent.com/document/api/215/70286)
|
|
68428
|
+
* [DescribeVpnGatewaySslServers](https://cloud.tencent.com/document/api/215/70285)
|
|
68429
|
+
* [DisableVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/70284)
|
|
68430
|
+
* [DownloadVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/70283)
|
|
68431
|
+
* [EnableVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/70282)
|
|
68432
|
+
|
|
68433
|
+
新增数据结构:
|
|
68434
|
+
|
|
68435
|
+
* [SslVpnClient](https://cloud.tencent.com/document/api/215/15824#SslVpnClient)
|
|
68436
|
+
* [SslVpnSever](https://cloud.tencent.com/document/api/215/15824#SslVpnSever)
|
|
68437
|
+
|
|
68227
68438
|
### 第 105 次发布
|
|
68228
68439
|
|
|
68229
68440
|
发布时间:2022-01-24 08:17:24
|