tencentcloud-sdk-nodejs 4.0.296 → 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 +96 -0
- package/SERVICE_CHANGELOG.md +130 -54
- package/package.json +1 -1
- package/products.md +8 -7
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +10 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +1 -1
- 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 +6 -5
- 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/index.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +3 -2
- 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 +9 -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/cam/v20190116/cam_models.d.ts +1 -1
- 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 +4 -3
- 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/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
- package/test/cloudaudit.v20190319.test.js +32 -2
- package/test/ess.v20201111.test.js +111 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,99 @@
|
|
|
1
|
+
# Release 4.0.297
|
|
2
|
+
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
|
+
|
|
5
|
+
### 第 29 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-02-28 08:05:12
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetPlaylistCommandInput)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ChangedIndex
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>Index
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
25
|
+
|
|
26
|
+
### 第 22 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2022-02-28 08:05:20
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [AssociateDDoSEipLoadBalancer](https://cloud.tencent.com/document/api/1021/59863)
|
|
37
|
+
|
|
38
|
+
* 新增入参:Vip
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 云审计(cloudaudit) 版本:2019-03-19
|
|
44
|
+
|
|
45
|
+
### 第 11 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-02-28 08:08:23
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
新增接口:
|
|
54
|
+
|
|
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)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
62
|
+
|
|
63
|
+
### 第 1 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2022-02-25 16:43:22
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
新增接口:
|
|
72
|
+
|
|
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)
|
|
82
|
+
|
|
83
|
+
新增数据结构:
|
|
84
|
+
|
|
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)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
1
97
|
# Release 4.0.296
|
|
2
98
|
|
|
3
99
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,102 +2,95 @@
|
|
|
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
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeKTVMusicDetail](https://cloud.tencent.com/document/api/1155/56402)
|
|
16
|
-
|
|
17
|
-
* 新增出参:PreludeInterval
|
|
18
|
-
|
|
19
|
-
|
|
20
13
|
修改数据结构:
|
|
21
14
|
|
|
22
|
-
* [
|
|
15
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1155/40113#SetPlaylistCommandInput)
|
|
23
16
|
|
|
24
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:ChangedIndex
|
|
25
18
|
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>Index
|
|
26
20
|
|
|
27
21
|
|
|
28
22
|
|
|
29
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
30
23
|
|
|
31
|
-
|
|
24
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
32
25
|
|
|
33
|
-
|
|
26
|
+
### 第 22 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2022-02-28 08:05:20
|
|
34
29
|
|
|
35
30
|
本次发布包含了以下内容:
|
|
36
31
|
|
|
37
32
|
改善已有的文档。
|
|
38
33
|
|
|
39
|
-
|
|
34
|
+
修改接口:
|
|
40
35
|
|
|
41
|
-
* [
|
|
36
|
+
* [AssociateDDoSEipLoadBalancer](https://cloud.tencent.com/document/api/1021/59863)
|
|
42
37
|
|
|
43
|
-
|
|
38
|
+
* 新增入参:Vip
|
|
44
39
|
|
|
45
|
-
* [Paging](https://cloud.tencent.com/document/api/1122/40683#Paging)
|
|
46
|
-
* [QueryExceedingInfoData](https://cloud.tencent.com/document/api/1122/40683#QueryExceedingInfoData)
|
|
47
|
-
* [QueryExceedingInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryExceedingInfoResult)
|
|
48
40
|
|
|
49
41
|
|
|
50
42
|
|
|
51
|
-
##
|
|
43
|
+
## 云审计(cloudaudit) 版本:2019-03-19
|
|
52
44
|
|
|
53
|
-
### 第
|
|
45
|
+
### 第 11 次发布
|
|
54
46
|
|
|
55
|
-
发布时间:2022-02-
|
|
47
|
+
发布时间:2022-02-28 08:08:23
|
|
56
48
|
|
|
57
49
|
本次发布包含了以下内容:
|
|
58
50
|
|
|
59
51
|
改善已有的文档。
|
|
60
52
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
* [InquirePriceModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/43665)
|
|
64
|
-
|
|
65
|
-
* 新增入参:NodeNum, ReplicateSetNum
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
修改数据结构:
|
|
69
|
-
|
|
70
|
-
* [BackupDownloadTask](https://cloud.tencent.com/document/api/240/38576#BackupDownloadTask)
|
|
71
|
-
|
|
72
|
-
* 新增成员:BackupMethod, BackupDesc
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
53
|
+
新增接口:
|
|
76
54
|
|
|
77
|
-
|
|
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)
|
|
78
58
|
|
|
79
59
|
|
|
80
60
|
|
|
81
|
-
##
|
|
61
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
82
62
|
|
|
83
|
-
### 第
|
|
63
|
+
### 第 1 次发布
|
|
84
64
|
|
|
85
|
-
发布时间:2022-02-25
|
|
65
|
+
发布时间:2022-02-25 16:43:22
|
|
86
66
|
|
|
87
67
|
本次发布包含了以下内容:
|
|
88
68
|
|
|
89
69
|
改善已有的文档。
|
|
90
70
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
* [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
|
|
94
|
-
|
|
95
|
-
修改数据结构:
|
|
71
|
+
新增接口:
|
|
96
72
|
|
|
97
|
-
* [
|
|
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)
|
|
98
82
|
|
|
99
|
-
|
|
83
|
+
新增数据结构:
|
|
100
84
|
|
|
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)
|
|
101
94
|
|
|
102
95
|
|
|
103
96
|
|
|
@@ -500,6 +493,23 @@
|
|
|
500
493
|
|
|
501
494
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
502
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
|
+
|
|
503
513
|
### 第 28 次发布
|
|
504
514
|
|
|
505
515
|
发布时间:2022-02-25 08:03:09
|
|
@@ -1257,6 +1267,21 @@
|
|
|
1257
1267
|
|
|
1258
1268
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1259
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
|
+
|
|
1260
1285
|
### 第 21 次发布
|
|
1261
1286
|
|
|
1262
1287
|
发布时间:2022-02-14 08:04:59
|
|
@@ -16500,6 +16525,20 @@
|
|
|
16500
16525
|
|
|
16501
16526
|
## 云审计(cloudaudit) 版本:2019-03-19
|
|
16502
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
|
+
|
|
16503
16542
|
### 第 10 次发布
|
|
16504
16543
|
|
|
16505
16544
|
发布时间:2022-02-14 08:08:17
|
|
@@ -18644,13 +18683,13 @@
|
|
|
18644
18683
|
|
|
18645
18684
|
新增接口:
|
|
18646
18685
|
|
|
18647
|
-
* [
|
|
18686
|
+
* [QueryExceedingInfo](https://cloud.tencent.com/document/api/1122/70343)
|
|
18648
18687
|
|
|
18649
18688
|
新增数据结构:
|
|
18650
18689
|
|
|
18651
|
-
* [
|
|
18652
|
-
* [
|
|
18653
|
-
* [
|
|
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)
|
|
18654
18693
|
|
|
18655
18694
|
### 第 54 次发布
|
|
18656
18695
|
|
|
@@ -30333,6 +30372,43 @@
|
|
|
30333
30372
|
|
|
30334
30373
|
|
|
30335
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
|
+
|
|
30336
30412
|
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
30337
30413
|
|
|
30338
30414
|
### 第 1 次发布
|
|
@@ -56222,7 +56298,7 @@
|
|
|
56222
56298
|
|
|
56223
56299
|
新增数据结构:
|
|
56224
56300
|
|
|
56225
|
-
* [
|
|
56301
|
+
* [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
|
|
56226
56302
|
|
|
56227
56303
|
修改数据结构:
|
|
56228
56304
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-02-21 08:00:45 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-28 08:05:12 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-28 08:05:20 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-02-21 08:01:06 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-28 08:05:38 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-23 08:02:26 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
|
|
30
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-02-
|
|
30
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-02-28 08:06:43 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
44
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-25 08:05:41 |
|
|
45
45
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-22 08:03:47 |
|
|
46
|
-
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-
|
|
46
|
+
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
48
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-
|
|
48
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-28 08:08:30 |
|
|
49
49
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
50
50
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-02-21 08:04:00 |
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-02-21 08:06:47 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
|
|
77
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-02-25 16:43:22 |
|
|
77
78
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
78
79
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
79
80
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-25 08:09:07 |
|
|
@@ -182,7 +183,7 @@
|
|
|
182
183
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
183
184
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
184
185
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-21 08:14:18 |
|
|
185
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-
|
|
186
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-28 08:19:45 |
|
|
186
187
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
187
188
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
188
189
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.297"
|
|
@@ -1393,15 +1393,23 @@ export interface SetPlaylistCommandInput {
|
|
|
1393
1393
|
* 变更类型,取值有:
|
|
1394
1394
|
<li>Add:添加</li>
|
|
1395
1395
|
<li>Delete:删除</li>
|
|
1396
|
+
<li>ClearList:清空歌曲列表</li>
|
|
1397
|
+
<li>Move:移动歌曲</li>
|
|
1396
1398
|
*/
|
|
1397
1399
|
Type: string
|
|
1398
1400
|
|
|
1399
1401
|
/**
|
|
1400
1402
|
* 歌单索引位置,
|
|
1401
1403
|
当 Type 取 Add 时,-1表示添加在列表最后位置,大于-1表示要添加的位置;
|
|
1402
|
-
当 Type 取 Delete
|
|
1404
|
+
当 Type 取 Delete 时,表示待删除歌曲的位置;
|
|
1405
|
+
当 Type 取 Move 时,表示待调整歌曲的位置。
|
|
1403
1406
|
*/
|
|
1404
|
-
Index
|
|
1407
|
+
Index?: number
|
|
1408
|
+
|
|
1409
|
+
/**
|
|
1410
|
+
* 当 Type 取 Move 时,必填,表示移动歌曲的目标位置。
|
|
1411
|
+
*/
|
|
1412
|
+
ChangedIndex?: number
|
|
1405
1413
|
|
|
1406
1414
|
/**
|
|
1407
1415
|
* 歌曲 ID 列表,当 Type 取 Add 时,必填。
|
|
@@ -2944,9 +2944,14 @@ export interface AssociateDDoSEipLoadBalancerRequest {
|
|
|
2944
2944
|
LoadBalancerID: string
|
|
2945
2945
|
|
|
2946
2946
|
/**
|
|
2947
|
-
*
|
|
2947
|
+
* CLB所在地域,例如:ap-hongkong。
|
|
2948
2948
|
*/
|
|
2949
2949
|
LoadBalancerRegion: string
|
|
2950
|
+
|
|
2951
|
+
/**
|
|
2952
|
+
* CLB内网IP
|
|
2953
|
+
*/
|
|
2954
|
+
Vip?: string
|
|
2950
2955
|
}
|
|
2951
2956
|
|
|
2952
2957
|
/**
|
|
@@ -24,21 +24,26 @@ import {
|
|
|
24
24
|
GetAttributeKeyRequest,
|
|
25
25
|
DescribeAuditTracksResponse,
|
|
26
26
|
DeleteAuditResponse,
|
|
27
|
-
|
|
27
|
+
ModifyAuditTrackResponse,
|
|
28
28
|
InquireAuditCreditRequest,
|
|
29
29
|
DescribeEventsResponse,
|
|
30
30
|
ListCosEnableRegionResponse,
|
|
31
31
|
LookUpEventsRequest,
|
|
32
32
|
StartLoggingRequest,
|
|
33
|
+
UpdateAuditRequest,
|
|
33
34
|
DescribeAuditTracksRequest,
|
|
34
35
|
CreateAuditResponse,
|
|
36
|
+
DeleteAuditTrackRequest,
|
|
35
37
|
StartLoggingResponse,
|
|
36
38
|
AttributeKeyDetail,
|
|
37
39
|
ListCosEnableRegionRequest,
|
|
38
40
|
ListKeyAliasByRegionResponse,
|
|
41
|
+
CreateAuditTrackResponse,
|
|
39
42
|
Resource,
|
|
40
43
|
ListAuditsRequest,
|
|
44
|
+
ModifyAuditTrackRequest,
|
|
41
45
|
StopLoggingResponse,
|
|
46
|
+
CreateAuditTrackRequest,
|
|
42
47
|
LookupAttribute,
|
|
43
48
|
ListAuditsResponse,
|
|
44
49
|
KeyMetadata,
|
|
@@ -52,6 +57,7 @@ import {
|
|
|
52
57
|
GetAttributeKeyResponse,
|
|
53
58
|
ListCmqEnableRegionResponse,
|
|
54
59
|
LookUpEventsResponse,
|
|
60
|
+
DeleteAuditTrackResponse,
|
|
55
61
|
CosRegionInfo,
|
|
56
62
|
DescribeAuditResponse,
|
|
57
63
|
Event,
|
|
@@ -67,6 +73,16 @@ export class Client extends AbstractClient {
|
|
|
67
73
|
super("cloudaudit.tencentcloudapi.com", "2019-03-19", clientConfig)
|
|
68
74
|
}
|
|
69
75
|
|
|
76
|
+
/**
|
|
77
|
+
* 修改云审计跟踪
|
|
78
|
+
*/
|
|
79
|
+
async ModifyAuditTrack(
|
|
80
|
+
req?: ModifyAuditTrackRequest,
|
|
81
|
+
cb?: (error: string, rep: ModifyAuditTrackResponse) => void
|
|
82
|
+
): Promise<ModifyAuditTrackResponse> {
|
|
83
|
+
return this.request("ModifyAuditTrack", req, cb)
|
|
84
|
+
}
|
|
85
|
+
|
|
70
86
|
/**
|
|
71
87
|
* 开启跟踪集
|
|
72
88
|
*/
|
|
@@ -77,6 +93,16 @@ export class Client extends AbstractClient {
|
|
|
77
93
|
return this.request("StartLogging", req, cb)
|
|
78
94
|
}
|
|
79
95
|
|
|
96
|
+
/**
|
|
97
|
+
* 查询云审计支持的cos可用区
|
|
98
|
+
*/
|
|
99
|
+
async ListCosEnableRegion(
|
|
100
|
+
req: ListCosEnableRegionRequest,
|
|
101
|
+
cb?: (error: string, rep: ListCosEnableRegionResponse) => void
|
|
102
|
+
): Promise<ListCosEnableRegionResponse> {
|
|
103
|
+
return this.request("ListCosEnableRegion", req, cb)
|
|
104
|
+
}
|
|
105
|
+
|
|
80
106
|
/**
|
|
81
107
|
* 查询AttributeKey的有效取值范围
|
|
82
108
|
*/
|
|
@@ -87,6 +113,16 @@ export class Client extends AbstractClient {
|
|
|
87
113
|
return this.request("GetAttributeKey", req, cb)
|
|
88
114
|
}
|
|
89
115
|
|
|
116
|
+
/**
|
|
117
|
+
* 创建跟踪集
|
|
118
|
+
*/
|
|
119
|
+
async CreateAuditTrack(
|
|
120
|
+
req?: CreateAuditTrackRequest,
|
|
121
|
+
cb?: (error: string, rep: CreateAuditTrackResponse) => void
|
|
122
|
+
): Promise<CreateAuditTrackResponse> {
|
|
123
|
+
return this.request("CreateAuditTrack", req, cb)
|
|
124
|
+
}
|
|
125
|
+
|
|
90
126
|
/**
|
|
91
127
|
* 查询云审计支持的cmq的可用区
|
|
92
128
|
*/
|
|
@@ -196,13 +232,13 @@ export class Client extends AbstractClient {
|
|
|
196
232
|
}
|
|
197
233
|
|
|
198
234
|
/**
|
|
199
|
-
*
|
|
235
|
+
* 删除云审计跟踪集
|
|
200
236
|
*/
|
|
201
|
-
async
|
|
202
|
-
req
|
|
203
|
-
cb?: (error: string, rep:
|
|
204
|
-
): Promise<
|
|
205
|
-
return this.request("
|
|
237
|
+
async DeleteAuditTrack(
|
|
238
|
+
req?: DeleteAuditTrackRequest,
|
|
239
|
+
cb?: (error: string, rep: DeleteAuditTrackResponse) => void
|
|
240
|
+
): Promise<DeleteAuditTrackResponse> {
|
|
241
|
+
return this.request("DeleteAuditTrack", req, cb)
|
|
206
242
|
}
|
|
207
243
|
|
|
208
244
|
/**
|