tencentcloud-sdk-nodejs 4.0.242 → 4.0.243
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 +160 -57
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +2 -2
- package/src/services/postgres/v20170312/postgres_client.ts +2 -1
- package/src/services/postgres/v20170312/postgres_models.ts +89 -12
- package/src/services/tat/v20201028/tat_models.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +700 -440
- package/src/services/tdmq/v20200217/tdmq_models.ts +1488 -279
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +74 -9
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +221 -137
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +330 -204
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1254 -234
- package/test/tdmq.v20200217.test.js +346 -136
package/CHANGELOG.md
CHANGED
|
@@ -1,73 +1,60 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 视频处理(mps) 版本:2019-06-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 36 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-24 08:11:23
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [MediaProcessTaskTranscodeResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskTranscodeResult)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增成员:Progress
|
|
18
18
|
|
|
19
|
-
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
|
|
23
|
-
##
|
|
22
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
24
23
|
|
|
25
|
-
### 第
|
|
24
|
+
### 第 20 次发布
|
|
26
25
|
|
|
27
|
-
发布时间:2021-11-
|
|
26
|
+
发布时间:2021-11-24 08:12:02
|
|
28
27
|
|
|
29
28
|
本次发布包含了以下内容:
|
|
30
29
|
|
|
31
30
|
改善已有的文档。
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
36
|
-
|
|
37
|
-
* 新增入参:BusinessCode
|
|
38
|
-
|
|
39
|
-
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
40
|
-
|
|
41
|
-
* 新增入参:BusinessCode
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## 智能保险助手(cii) 版本:2021-04-08
|
|
32
|
+
新增数据结构:
|
|
47
33
|
|
|
48
|
-
|
|
34
|
+
* [NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess)
|
|
49
35
|
|
|
50
|
-
|
|
36
|
+
修改数据结构:
|
|
51
37
|
|
|
52
|
-
|
|
38
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
53
39
|
|
|
54
|
-
|
|
40
|
+
* 新增成员:DBKernelVersion, NetworkAccessList
|
|
55
41
|
|
|
56
|
-
|
|
42
|
+
* [ReadOnlyGroup](https://cloud.tencent.com/document/api/409/16778#ReadOnlyGroup)
|
|
57
43
|
|
|
58
|
-
*
|
|
44
|
+
* 新增成员:NetworkAccessList
|
|
59
45
|
|
|
46
|
+
* [ServerlessDBInstance](https://cloud.tencent.com/document/api/409/16778#ServerlessDBInstance)
|
|
60
47
|
|
|
48
|
+
* 新增成员:DBKernelVersion
|
|
61
49
|
|
|
62
|
-
## 智能保险助手(cii) 版本:2020-12-10
|
|
63
50
|
|
|
64
51
|
|
|
65
52
|
|
|
66
|
-
##
|
|
53
|
+
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
67
54
|
|
|
68
|
-
### 第
|
|
55
|
+
### 第 14 次发布
|
|
69
56
|
|
|
70
|
-
发布时间:2021-11-
|
|
57
|
+
发布时间:2021-11-24 08:13:01
|
|
71
58
|
|
|
72
59
|
本次发布包含了以下内容:
|
|
73
60
|
|
|
@@ -75,41 +62,57 @@
|
|
|
75
62
|
|
|
76
63
|
修改接口:
|
|
77
64
|
|
|
78
|
-
* [
|
|
79
|
-
|
|
80
|
-
* 新增入参:ImageUrl, VideoUrl
|
|
81
|
-
|
|
82
|
-
* <font color="#dd0000">**修改入参**:</font>ImageBase64, VideoBase64
|
|
83
|
-
|
|
84
|
-
* [LivenessRecognition](https://cloud.tencent.com/document/api/1007/31818)
|
|
85
|
-
|
|
86
|
-
* 新增入参:VideoUrl
|
|
65
|
+
* [CreateCommand](https://cloud.tencent.com/document/api/1340/52684)
|
|
87
66
|
|
|
88
|
-
*
|
|
67
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
89
68
|
|
|
90
69
|
|
|
91
70
|
|
|
92
71
|
|
|
93
|
-
##
|
|
72
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
94
73
|
|
|
95
|
-
### 第
|
|
74
|
+
### 第 23 次发布
|
|
96
75
|
|
|
97
|
-
发布时间:2021-11-
|
|
76
|
+
发布时间:2021-11-24 08:13:42
|
|
98
77
|
|
|
99
78
|
本次发布包含了以下内容:
|
|
100
79
|
|
|
101
80
|
改善已有的文档。
|
|
102
81
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/53958)
|
|
106
|
-
|
|
107
|
-
* 新增入参:ChannelId, UserId
|
|
108
|
-
|
|
82
|
+
新增接口:
|
|
109
83
|
|
|
84
|
+
* [CreateAMQPCluster](https://cloud.tencent.com/document/api/1179/64661)
|
|
85
|
+
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
86
|
+
* [CreateAMQPQueue](https://cloud.tencent.com/document/api/1179/64671)
|
|
87
|
+
* [CreateAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64670)
|
|
88
|
+
* [CreateAMQPVHost](https://cloud.tencent.com/document/api/1179/64660)
|
|
89
|
+
* [DeleteAMQPCluster](https://cloud.tencent.com/document/api/1179/64656)
|
|
90
|
+
* [DeleteAMQPExchange](https://cloud.tencent.com/document/api/1179/64669)
|
|
91
|
+
* [DeleteAMQPQueue](https://cloud.tencent.com/document/api/1179/64668)
|
|
92
|
+
* [DeleteAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64667)
|
|
93
|
+
* [DeleteAMQPVHost](https://cloud.tencent.com/document/api/1179/64659)
|
|
94
|
+
* [DescribeAMQPCluster](https://cloud.tencent.com/document/api/1179/64655)
|
|
95
|
+
* [DescribeAMQPClusters](https://cloud.tencent.com/document/api/1179/64654)
|
|
96
|
+
* [DescribeAMQPCreateQuota](https://cloud.tencent.com/document/api/1179/64653)
|
|
97
|
+
* [DescribeAMQPExchanges](https://cloud.tencent.com/document/api/1179/64666)
|
|
98
|
+
* [DescribeAMQPQueues](https://cloud.tencent.com/document/api/1179/64665)
|
|
99
|
+
* [DescribeAMQPRouteRelations](https://cloud.tencent.com/document/api/1179/64664)
|
|
100
|
+
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
101
|
+
* [ModifyAMQPCluster](https://cloud.tencent.com/document/api/1179/64652)
|
|
102
|
+
* [ModifyAMQPExchange](https://cloud.tencent.com/document/api/1179/64663)
|
|
103
|
+
* [ModifyAMQPQueue](https://cloud.tencent.com/document/api/1179/64662)
|
|
104
|
+
* [ModifyAMQPVHost](https://cloud.tencent.com/document/api/1179/64657)
|
|
110
105
|
|
|
106
|
+
新增数据结构:
|
|
111
107
|
|
|
112
|
-
|
|
108
|
+
* [AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig)
|
|
109
|
+
* [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
|
|
110
|
+
* [AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo)
|
|
111
|
+
* [AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats)
|
|
112
|
+
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
113
|
+
* [AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)
|
|
114
|
+
* [AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation)
|
|
115
|
+
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
113
116
|
|
|
114
117
|
|
|
115
118
|
|
|
@@ -1042,11 +1045,11 @@
|
|
|
1042
1045
|
|
|
1043
1046
|
新增接口:
|
|
1044
1047
|
|
|
1045
|
-
* [
|
|
1048
|
+
* [ModifyNewDomainRules](https://cloud.tencent.com/document/api/1021/64631)
|
|
1046
1049
|
|
|
1047
1050
|
新增数据结构:
|
|
1048
1051
|
|
|
1049
|
-
* [
|
|
1052
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
1050
1053
|
|
|
1051
1054
|
### 第 13 次发布
|
|
1052
1055
|
|
|
@@ -12572,7 +12575,7 @@
|
|
|
12572
12575
|
|
|
12573
12576
|
新增接口:
|
|
12574
12577
|
|
|
12575
|
-
* [
|
|
12578
|
+
* [UploadMedicalFile](https://cloud.tencent.com/document/api/1368/64633)
|
|
12576
12579
|
|
|
12577
12580
|
### 第 6 次发布
|
|
12578
12581
|
|
|
@@ -38684,6 +38687,21 @@
|
|
|
38684
38687
|
|
|
38685
38688
|
## 视频处理(mps) 版本:2019-06-12
|
|
38686
38689
|
|
|
38690
|
+
### 第 36 次发布
|
|
38691
|
+
|
|
38692
|
+
发布时间:2021-11-24 08:11:23
|
|
38693
|
+
|
|
38694
|
+
本次发布包含了以下内容:
|
|
38695
|
+
|
|
38696
|
+
改善已有的文档。
|
|
38697
|
+
|
|
38698
|
+
修改数据结构:
|
|
38699
|
+
|
|
38700
|
+
* [MediaProcessTaskTranscodeResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskTranscodeResult)
|
|
38701
|
+
|
|
38702
|
+
* 新增成员:Progress
|
|
38703
|
+
|
|
38704
|
+
|
|
38687
38705
|
### 第 35 次发布
|
|
38688
38706
|
|
|
38689
38707
|
发布时间:2021-10-13 08:09:46
|
|
@@ -42610,6 +42628,33 @@
|
|
|
42610
42628
|
|
|
42611
42629
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
42612
42630
|
|
|
42631
|
+
### 第 20 次发布
|
|
42632
|
+
|
|
42633
|
+
发布时间:2021-11-24 08:12:02
|
|
42634
|
+
|
|
42635
|
+
本次发布包含了以下内容:
|
|
42636
|
+
|
|
42637
|
+
改善已有的文档。
|
|
42638
|
+
|
|
42639
|
+
新增数据结构:
|
|
42640
|
+
|
|
42641
|
+
* [[NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess)](https://cloud.tencent.com/document/api/409/16778#[NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess))
|
|
42642
|
+
|
|
42643
|
+
修改数据结构:
|
|
42644
|
+
|
|
42645
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
42646
|
+
|
|
42647
|
+
* 新增成员:DBKernelVersion, NetworkAccessList
|
|
42648
|
+
|
|
42649
|
+
* [ReadOnlyGroup](https://cloud.tencent.com/document/api/409/16778#ReadOnlyGroup)
|
|
42650
|
+
|
|
42651
|
+
* 新增成员:NetworkAccessList
|
|
42652
|
+
|
|
42653
|
+
* [ServerlessDBInstance](https://cloud.tencent.com/document/api/409/16778#ServerlessDBInstance)
|
|
42654
|
+
|
|
42655
|
+
* 新增成员:DBKernelVersion
|
|
42656
|
+
|
|
42657
|
+
|
|
42613
42658
|
### 第 19 次发布
|
|
42614
42659
|
|
|
42615
42660
|
发布时间:2021-11-04 08:11:48
|
|
@@ -47459,6 +47504,21 @@
|
|
|
47459
47504
|
|
|
47460
47505
|
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
47461
47506
|
|
|
47507
|
+
### 第 14 次发布
|
|
47508
|
+
|
|
47509
|
+
发布时间:2021-11-24 08:13:01
|
|
47510
|
+
|
|
47511
|
+
本次发布包含了以下内容:
|
|
47512
|
+
|
|
47513
|
+
改善已有的文档。
|
|
47514
|
+
|
|
47515
|
+
修改接口:
|
|
47516
|
+
|
|
47517
|
+
* [CreateCommand](https://cloud.tencent.com/document/api/1340/52684)
|
|
47518
|
+
|
|
47519
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
47520
|
+
|
|
47521
|
+
|
|
47462
47522
|
### 第 13 次发布
|
|
47463
47523
|
|
|
47464
47524
|
发布时间:2021-09-23 08:12:30
|
|
@@ -51257,6 +51317,49 @@
|
|
|
51257
51317
|
|
|
51258
51318
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
51259
51319
|
|
|
51320
|
+
### 第 23 次发布
|
|
51321
|
+
|
|
51322
|
+
发布时间:2021-11-24 08:13:42
|
|
51323
|
+
|
|
51324
|
+
本次发布包含了以下内容:
|
|
51325
|
+
|
|
51326
|
+
改善已有的文档。
|
|
51327
|
+
|
|
51328
|
+
新增接口:
|
|
51329
|
+
|
|
51330
|
+
* [[CreateAMQPCluster](https://cloud.tencent.com/document/api/1179/64661)](https://cloud.tencent.com/document/api/#/#)
|
|
51331
|
+
* [[CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)](https://cloud.tencent.com/document/api/#/#)
|
|
51332
|
+
* [[CreateAMQPQueue](https://cloud.tencent.com/document/api/1179/64671)](https://cloud.tencent.com/document/api/#/#)
|
|
51333
|
+
* [[CreateAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64670)](https://cloud.tencent.com/document/api/#/#)
|
|
51334
|
+
* [[CreateAMQPVHost](https://cloud.tencent.com/document/api/1179/64660)](https://cloud.tencent.com/document/api/#/#)
|
|
51335
|
+
* [[DeleteAMQPCluster](https://cloud.tencent.com/document/api/1179/64656)](https://cloud.tencent.com/document/api/#/#)
|
|
51336
|
+
* [[DeleteAMQPExchange](https://cloud.tencent.com/document/api/1179/64669)](https://cloud.tencent.com/document/api/#/#)
|
|
51337
|
+
* [[DeleteAMQPQueue](https://cloud.tencent.com/document/api/1179/64668)](https://cloud.tencent.com/document/api/#/#)
|
|
51338
|
+
* [[DeleteAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64667)](https://cloud.tencent.com/document/api/#/#)
|
|
51339
|
+
* [[DeleteAMQPVHost](https://cloud.tencent.com/document/api/1179/64659)](https://cloud.tencent.com/document/api/#/#)
|
|
51340
|
+
* [[DescribeAMQPCluster](https://cloud.tencent.com/document/api/1179/64655)](https://cloud.tencent.com/document/api/#/#)
|
|
51341
|
+
* [[DescribeAMQPClusters](https://cloud.tencent.com/document/api/1179/64654)](https://cloud.tencent.com/document/api/#/#)
|
|
51342
|
+
* [[DescribeAMQPCreateQuota](https://cloud.tencent.com/document/api/1179/64653)](https://cloud.tencent.com/document/api/#/#)
|
|
51343
|
+
* [[DescribeAMQPExchanges](https://cloud.tencent.com/document/api/1179/64666)](https://cloud.tencent.com/document/api/#/#)
|
|
51344
|
+
* [[DescribeAMQPQueues](https://cloud.tencent.com/document/api/1179/64665)](https://cloud.tencent.com/document/api/#/#)
|
|
51345
|
+
* [[DescribeAMQPRouteRelations](https://cloud.tencent.com/document/api/1179/64664)](https://cloud.tencent.com/document/api/#/#)
|
|
51346
|
+
* [[DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)](https://cloud.tencent.com/document/api/#/#)
|
|
51347
|
+
* [[ModifyAMQPCluster](https://cloud.tencent.com/document/api/1179/64652)](https://cloud.tencent.com/document/api/#/#)
|
|
51348
|
+
* [[ModifyAMQPExchange](https://cloud.tencent.com/document/api/1179/64663)](https://cloud.tencent.com/document/api/#/#)
|
|
51349
|
+
* [[ModifyAMQPQueue](https://cloud.tencent.com/document/api/1179/64662)](https://cloud.tencent.com/document/api/#/#)
|
|
51350
|
+
* [[ModifyAMQPVHost](https://cloud.tencent.com/document/api/1179/64657)](https://cloud.tencent.com/document/api/#/#)
|
|
51351
|
+
|
|
51352
|
+
新增数据结构:
|
|
51353
|
+
|
|
51354
|
+
* [[AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig))
|
|
51355
|
+
* [[AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail))
|
|
51356
|
+
* [[AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo))
|
|
51357
|
+
* [[AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats))
|
|
51358
|
+
* [[AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)](https://cloud.tencent.com/document/api/1179/46089#[AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange))
|
|
51359
|
+
* [[AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)](https://cloud.tencent.com/document/api/1179/46089#[AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail))
|
|
51360
|
+
* [[AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation)](https://cloud.tencent.com/document/api/1179/46089#[AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation))
|
|
51361
|
+
* [[AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)](https://cloud.tencent.com/document/api/1179/46089#[AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost))
|
|
51362
|
+
|
|
51260
51363
|
### 第 22 次发布
|
|
51261
51364
|
|
|
51262
51365
|
发布时间:2021-10-27 20:52:54
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-11-24 08:04:10 |
|
|
15
15
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
|
|
16
16
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
|
|
17
17
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-10 08:02:31 |
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-23 08:04:46 |
|
|
41
41
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
42
42
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
43
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-
|
|
43
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-24 08:06:10 |
|
|
44
44
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-17 08:08:17 |
|
|
45
45
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
|
|
46
46
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
51
51
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-17 08:08:58 |
|
|
52
52
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
53
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-
|
|
53
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-24 08:07:07 |
|
|
54
54
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-22 08:04:43 |
|
|
55
55
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
56
56
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
|
|
107
107
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-11-10 08:08:57 |
|
|
108
108
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-18 08:10:15 |
|
|
109
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-
|
|
109
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
|
|
110
110
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-16 08:13:00 |
|
|
111
111
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
112
112
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2021-11-10 08:09:22 |
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
|
|
115
115
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
116
116
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-15 08:11:30 |
|
|
117
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-
|
|
117
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-24 08:11:46 |
|
|
118
118
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
|
|
119
119
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
120
120
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
121
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-
|
|
121
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-24 08:12:02 |
|
|
122
122
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-10 08:09:59 |
|
|
123
123
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
|
|
124
124
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
|
|
140
140
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
|
|
141
141
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
|
|
142
|
-
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-11-
|
|
142
|
+
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-11-24 08:13:01 |
|
|
143
143
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
144
144
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
|
|
145
145
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
152
152
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
|
|
153
153
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
154
|
-
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-
|
|
154
|
+
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-24 08:13:42 |
|
|
155
155
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
|
|
156
156
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
157
157
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.243"
|
|
@@ -2886,7 +2886,7 @@ export interface CreatePluginRequest {
|
|
|
2886
2886
|
PluginName: string
|
|
2887
2887
|
|
|
2888
2888
|
/**
|
|
2889
|
-
* 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth。
|
|
2889
|
+
* 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth,Routing,TrafficControlByParameter。
|
|
2890
2890
|
*/
|
|
2891
2891
|
PluginType: string
|
|
2892
2892
|
|
|
@@ -105,22 +105,22 @@ export interface DeleteAclRequest {
|
|
|
105
105
|
InstanceId: string
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
|
-
* Acl资源类型,(
|
|
108
|
+
* Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
|
109
109
|
*/
|
|
110
110
|
ResourceType: number
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
|
-
* 资源名称,和resourceType相关,如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group
|
|
113
|
+
* 资源名称,和resourceType相关,如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group名称,当resourceType为CLUSTER时,该字段可为空。
|
|
114
114
|
*/
|
|
115
115
|
ResourceName: string
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
|
-
* Acl操作方式,(
|
|
118
|
+
* Acl操作方式,(2:ALL,3:READ,4:WRITE,5:CREATE,6:DELETE,7:ALTER,8:DESCRIBE,9:CLUSTER_ACTION,10:DESCRIBE_CONFIGS,11:ALTER_CONFIGS,12:IDEMPOTENT_WRITE)
|
|
119
119
|
*/
|
|
120
120
|
Operation: number
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
|
-
* 权限类型,(
|
|
123
|
+
* 权限类型,(2:DENY,3:ALLOW),当前ckakfa支持ALLOW(相当于白名单),其它用于后续兼容开源kafka的acl时使用
|
|
124
124
|
*/
|
|
125
125
|
PermissionType: number
|
|
126
126
|
|
|
@@ -227,12 +227,12 @@ export interface DescribeACLRequest {
|
|
|
227
227
|
InstanceId: string
|
|
228
228
|
|
|
229
229
|
/**
|
|
230
|
-
* Acl资源类型,(
|
|
230
|
+
* Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
|
231
231
|
*/
|
|
232
232
|
ResourceType: number
|
|
233
233
|
|
|
234
234
|
/**
|
|
235
|
-
* 资源名称,和resourceType相关,如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group
|
|
235
|
+
* 资源名称,和resourceType相关,如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group名称,当resourceType为CLUSTER时,该字段可为空。
|
|
236
236
|
*/
|
|
237
237
|
ResourceName: string
|
|
238
238
|
|
|
@@ -594,7 +594,7 @@ export interface DescribeACLResponse {
|
|
|
594
594
|
/**
|
|
595
595
|
* 返回的ACL结果集对象
|
|
596
596
|
*/
|
|
597
|
-
Result
|
|
597
|
+
Result: AclResponse
|
|
598
598
|
|
|
599
599
|
/**
|
|
600
600
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1024,22 +1024,22 @@ export interface CreateAclRequest {
|
|
|
1024
1024
|
InstanceId: string
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
|
-
* Acl资源类型,(
|
|
1027
|
+
* Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
|
1028
1028
|
*/
|
|
1029
1029
|
ResourceType: number
|
|
1030
1030
|
|
|
1031
1031
|
/**
|
|
1032
|
-
* Acl操作方式,(
|
|
1032
|
+
* Acl操作方式,(2:ALL,3:READ,4:WRITE,5:CREATE,6:DELETE,7:ALTER,8:DESCRIBE,9:CLUSTER_ACTION,10:DESCRIBE_CONFIGS,11:ALTER_CONFIGS,12:IDEMPOTENT_WRITE)
|
|
1033
1033
|
*/
|
|
1034
1034
|
Operation: number
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
* 权限类型,(
|
|
1037
|
+
* 权限类型,(2:DENY,3:ALLOW),当前ckakfa支持ALLOW(相当于白名单),其它用于后续兼容开源kafka的acl时使用
|
|
1038
1038
|
*/
|
|
1039
1039
|
PermissionType: number
|
|
1040
1040
|
|
|
1041
1041
|
/**
|
|
1042
|
-
* 资源名称,和resourceType相关,如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group
|
|
1042
|
+
* 资源名称,和resourceType相关,如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group名称,当resourceType为CLUSTER时,该字段可为空。
|
|
1043
1043
|
*/
|
|
1044
1044
|
ResourceName?: string
|
|
1045
1045
|
|
|
@@ -1300,7 +1300,7 @@ export interface DeleteAclResponse {
|
|
|
1300
1300
|
/**
|
|
1301
1301
|
* 返回结果
|
|
1302
1302
|
*/
|
|
1303
|
-
Result
|
|
1303
|
+
Result: JgwOperateResponse
|
|
1304
1304
|
|
|
1305
1305
|
/**
|
|
1306
1306
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3137,7 +3137,7 @@ export interface DescribeZoneInstanceConfigInfosRequest {
|
|
|
3137
3137
|
<p style="padding-left: 30px;">按照【<strong>实例机型</strong>】进行过滤。不同实例机型指定了不同的资源规格,具体取值可通过调用接口 [DescribeInstanceTypeConfigs](https://cloud.tencent.com/document/product/213/15749) 来获得最新的规格表或参见[实例类型](https://cloud.tencent.com/document/product/213/11518)描述。若不指定该参数,则默认机型为S1.SMALL1。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
3138
3138
|
<li><strong>instance-charge-type</strong></li>
|
|
3139
3139
|
<p style="padding-left: 30px;">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 )</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
|
3140
|
-
每次请求的`Filters`的上限为10,`Filter.Values`的上限为
|
|
3140
|
+
每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。
|
|
3141
3141
|
*/
|
|
3142
3142
|
Filters?: Array<Filter>
|
|
3143
3143
|
}
|
|
@@ -3896,6 +3896,12 @@ export interface MediaProcessTaskTranscodeResult {
|
|
|
3896
3896
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3897
3897
|
*/
|
|
3898
3898
|
Output: MediaTranscodeItem
|
|
3899
|
+
|
|
3900
|
+
/**
|
|
3901
|
+
* 转码进度,取值范围 [0-100]
|
|
3902
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3903
|
+
*/
|
|
3904
|
+
Progress: number
|
|
3899
3905
|
}
|
|
3900
3906
|
|
|
3901
3907
|
/**
|
|
@@ -532,7 +532,7 @@ export class Client extends AbstractClient {
|
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
/**
|
|
535
|
-
*
|
|
535
|
+
* 本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。
|
|
536
536
|
*/
|
|
537
537
|
async GeneralFastOCR(
|
|
538
538
|
req: GeneralFastOCRRequest,
|
|
@@ -5066,12 +5066,12 @@ export interface GeneralEfficientOCRResponse {
|
|
|
5066
5066
|
/**
|
|
5067
5067
|
* 检测到的文本信息,包括文本行内容、置信度、文本行坐标以及文本行旋转纠正后的坐标,具体内容请点击左侧链接。
|
|
5068
5068
|
*/
|
|
5069
|
-
TextDetections
|
|
5069
|
+
TextDetections: Array<TextDetection>
|
|
5070
5070
|
|
|
5071
5071
|
/**
|
|
5072
5072
|
* 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
|
5073
5073
|
*/
|
|
5074
|
-
Angel
|
|
5074
|
+
Angel: number
|
|
5075
5075
|
|
|
5076
5076
|
/**
|
|
5077
5077
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -60,9 +60,10 @@ import {
|
|
|
60
60
|
ModifyAccountRemarkResponse,
|
|
61
61
|
UpgradeDBInstanceRequest,
|
|
62
62
|
DescribeZonesRequest,
|
|
63
|
+
SpecInfo,
|
|
63
64
|
DescribeReadOnlyGroupsResponse,
|
|
64
65
|
SetAutoRenewFlagResponse,
|
|
65
|
-
|
|
66
|
+
NetworkAccess,
|
|
66
67
|
ResetAccountPasswordResponse,
|
|
67
68
|
ModifyDBInstancesProjectResponse,
|
|
68
69
|
ReadOnlyGroup,
|