tencentcloud-sdk-nodejs 4.0.232 → 4.0.236
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 +436 -64
- package/package.json +1 -1
- package/products.md +154 -153
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +60 -17
- package/src/services/apigateway/v20180808/apigateway_models.ts +420 -70
- package/src/services/as/v20180419/as_client.ts +0 -12
- package/src/services/as/v20180419/as_models.ts +0 -75
- package/src/services/cdb/v20170320/cdb_client.ts +37 -12
- package/src/services/cdb/v20170320/cdb_models.ts +163 -68
- package/src/services/clb/v20180317/clb_client.ts +14 -1
- package/src/services/clb/v20180317/clb_models.ts +54 -19
- package/src/services/cme/v20191029/cme_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +39 -14
- package/src/services/cpdp/v20190820/cpdp_models.ts +774 -637
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +14 -11
- package/src/services/ecm/v20190719/ecm_models.ts +12 -1
- package/src/services/ie/v20200304/ie_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mrs/v20200910/mrs_models.ts +2 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
- package/src/services/ocr/v20181119/ocr_client.ts +13 -0
- package/src/services/ocr/v20181119/ocr_models.ts +203 -27
- package/src/services/postgres/v20170312/postgres_models.ts +14 -11
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +8 -6
- package/src/services/tcb/v20180608/tcb_client.ts +18 -6
- package/src/services/tcb/v20180608/tcb_models.ts +93 -1
- package/src/services/tcm/index.ts +5 -0
- package/src/services/tcm/v20210413/index.ts +6 -0
- package/src/services/tcm/v20210413/tcm_client.ts +88 -0
- package/src/services/tcm/v20210413/tcm_models.ts +891 -0
- package/src/services/tiia/v20190529/tiia_client.ts +1 -0
- package/src/services/tiia/v20190529/tiia_models.ts +29 -0
- package/src/services/tiw/v20190919/tiw_models.ts +3 -2
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +6 -6
- package/src/services/tsf/v20180326/tsf_models.ts +146 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +354 -60
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
- package/tencentcloud/services/as/v20180419/as_client.js +0 -6
- package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +11 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +15 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -61
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +47 -16
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +569 -451
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -6
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -1
- package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +173 -27
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -11
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -6
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +77 -1
- package/tencentcloud/services/tcm/index.d.ts +6 -0
- package/tencentcloud/services/tcm/index.js +7 -0
- package/tencentcloud/services/tcm/v20210413/index.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/index.js +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +18 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +43 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +746 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.js +18 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
- package/test/apigateway.v20180808.test.js +34 -4
- package/test/as.v20180419.test.js +0 -10
- package/test/cdb.v20170320.test.js +22 -2
- package/test/clb.v20180317.test.js +10 -0
- package/test/cpdp.v20190820.test.js +20 -0
- package/test/iotexplorer.v20190423.test.js +32 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tcb.v20180608.test.js +12 -2
- package/test/tcm.v20210413.test.js +41 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,33 +1,26 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 42 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-15 08:04:22
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [KeyValue](https://cloud.tencent.com/document/api/1264/63113#KeyValue)
|
|
16
|
-
|
|
17
|
-
修改数据结构:
|
|
18
|
-
|
|
19
|
-
* [RiskFieldsDesc](https://cloud.tencent.com/document/api/1264/63113#RiskFieldsDesc)
|
|
20
|
-
|
|
21
|
-
* 新增成员:FieldDict
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
22
14
|
|
|
15
|
+
* CreatePaiInstance
|
|
23
16
|
|
|
24
17
|
|
|
25
18
|
|
|
26
|
-
##
|
|
19
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
27
20
|
|
|
28
|
-
### 第
|
|
21
|
+
### 第 50 次发布
|
|
29
22
|
|
|
30
|
-
发布时间:2021-11-
|
|
23
|
+
发布时间:2021-11-12 15:56:31
|
|
31
24
|
|
|
32
25
|
本次发布包含了以下内容:
|
|
33
26
|
|
|
@@ -35,49 +28,39 @@
|
|
|
35
28
|
|
|
36
29
|
新增接口:
|
|
37
30
|
|
|
38
|
-
* [
|
|
31
|
+
* [CreateAnchor](https://cloud.tencent.com/document/api/1122/63932)
|
|
32
|
+
* [UploadFile](https://cloud.tencent.com/document/api/1122/63931)
|
|
39
33
|
|
|
40
34
|
新增数据结构:
|
|
41
35
|
|
|
42
|
-
* [
|
|
43
|
-
* [BotStatsDetailData](https://cloud.tencent.com/document/api/228/30987#BotStatsDetailData)
|
|
44
|
-
|
|
45
|
-
修改数据结构:
|
|
46
|
-
|
|
47
|
-
* [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
|
|
48
|
-
|
|
49
|
-
* 新增成员:ConfigId
|
|
50
|
-
|
|
36
|
+
* [AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo)
|
|
51
37
|
|
|
52
38
|
|
|
53
39
|
|
|
54
|
-
##
|
|
40
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
55
41
|
|
|
56
|
-
### 第
|
|
42
|
+
### 第 31 次发布
|
|
57
43
|
|
|
58
|
-
发布时间:2021-11-
|
|
44
|
+
发布时间:2021-11-15 08:10:59
|
|
59
45
|
|
|
60
46
|
本次发布包含了以下内容:
|
|
61
47
|
|
|
62
48
|
改善已有的文档。
|
|
63
49
|
|
|
64
|
-
|
|
50
|
+
修改数据结构:
|
|
65
51
|
|
|
66
|
-
*
|
|
67
|
-
* ModifySyncJob
|
|
52
|
+
* [TagInstance](https://cloud.tencent.com/document/api/248/30354#TagInstance)
|
|
68
53
|
|
|
69
|
-
<font color="#dd0000"
|
|
54
|
+
* <font color="#dd0000">**修改成员**:</font>RegionId
|
|
70
55
|
|
|
71
|
-
* SyncCheckStepInfo
|
|
72
|
-
* SyncOption
|
|
73
56
|
|
|
74
57
|
|
|
75
58
|
|
|
76
|
-
##
|
|
59
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
77
60
|
|
|
78
|
-
### 第
|
|
61
|
+
### 第 11 次发布
|
|
79
62
|
|
|
80
|
-
发布时间:2021-11-
|
|
63
|
+
发布时间:2021-11-15 08:11:30
|
|
81
64
|
|
|
82
65
|
本次发布包含了以下内容:
|
|
83
66
|
|
|
@@ -85,18 +68,24 @@
|
|
|
85
68
|
|
|
86
69
|
修改接口:
|
|
87
70
|
|
|
88
|
-
* [
|
|
71
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
89
72
|
|
|
90
|
-
* 新增入参:
|
|
73
|
+
* 新增入参:FolderId
|
|
74
|
+
|
|
75
|
+
* <font color="#dd0000">**修改入参**:</font>Name
|
|
76
|
+
|
|
77
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
78
|
+
|
|
79
|
+
* 新增入参:ResourceConfigVersion
|
|
91
80
|
|
|
92
81
|
|
|
93
82
|
|
|
94
83
|
|
|
95
84
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
96
85
|
|
|
97
|
-
### 第
|
|
86
|
+
### 第 75 次发布
|
|
98
87
|
|
|
99
|
-
发布时间:2021-11-
|
|
88
|
+
发布时间:2021-11-15 08:13:00
|
|
100
89
|
|
|
101
90
|
本次发布包含了以下内容:
|
|
102
91
|
|
|
@@ -104,26 +93,13 @@
|
|
|
104
93
|
|
|
105
94
|
新增接口:
|
|
106
95
|
|
|
107
|
-
* [
|
|
108
|
-
* [DescribeCloudBaseRunServerDomainName](https://cloud.tencent.com/document/api/876/63778)
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## 图像分析(tiia) 版本:2019-05-29
|
|
113
|
-
|
|
114
|
-
### 第 17 次发布
|
|
115
|
-
|
|
116
|
-
发布时间:2021-11-09 08:16:08
|
|
117
|
-
|
|
118
|
-
本次发布包含了以下内容:
|
|
96
|
+
* [ModifyCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/63949)
|
|
119
97
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
修改接口:
|
|
98
|
+
修改数据结构:
|
|
123
99
|
|
|
124
|
-
* [
|
|
100
|
+
* [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
|
|
125
101
|
|
|
126
|
-
*
|
|
102
|
+
* 新增成员:Architecture
|
|
127
103
|
|
|
128
104
|
|
|
129
105
|
|
|
@@ -359,7 +335,7 @@
|
|
|
359
335
|
|
|
360
336
|
新增数据结构:
|
|
361
337
|
|
|
362
|
-
* [
|
|
338
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1264/63113#KeyValue)
|
|
363
339
|
|
|
364
340
|
修改数据结构:
|
|
365
341
|
|
|
@@ -1479,6 +1455,30 @@
|
|
|
1479
1455
|
|
|
1480
1456
|
## API网关(apigateway) 版本:2018-08-08
|
|
1481
1457
|
|
|
1458
|
+
### 第 21 次发布
|
|
1459
|
+
|
|
1460
|
+
发布时间:2021-11-10 08:02:05
|
|
1461
|
+
|
|
1462
|
+
本次发布包含了以下内容:
|
|
1463
|
+
|
|
1464
|
+
改善已有的文档。
|
|
1465
|
+
|
|
1466
|
+
新增接口:
|
|
1467
|
+
|
|
1468
|
+
* [DescribeExclusiveInstanceDetail](https://cloud.tencent.com/document/api/628/63806)
|
|
1469
|
+
* [DescribeExclusiveInstances](https://cloud.tencent.com/document/api/628/63805)
|
|
1470
|
+
* [ModifyExclusiveInstance](https://cloud.tencent.com/document/api/628/63804)
|
|
1471
|
+
|
|
1472
|
+
新增数据结构:
|
|
1473
|
+
|
|
1474
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid)
|
|
1475
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail)
|
|
1476
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo)
|
|
1477
|
+
* [InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput)
|
|
1478
|
+
* [NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig)
|
|
1479
|
+
* [ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo)
|
|
1480
|
+
* [VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig)
|
|
1481
|
+
|
|
1482
1482
|
### 第 20 次发布
|
|
1483
1483
|
|
|
1484
1484
|
发布时间:2021-11-04 08:03:57
|
|
@@ -1998,6 +1998,18 @@
|
|
|
1998
1998
|
|
|
1999
1999
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2000
2000
|
|
|
2001
|
+
### 第 42 次发布
|
|
2002
|
+
|
|
2003
|
+
发布时间:2021-11-15 08:04:22
|
|
2004
|
+
|
|
2005
|
+
本次发布包含了以下内容:
|
|
2006
|
+
|
|
2007
|
+
改善已有的文档。
|
|
2008
|
+
|
|
2009
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
2010
|
+
|
|
2011
|
+
* CreatePaiInstance
|
|
2012
|
+
|
|
2001
2013
|
### 第 41 次发布
|
|
2002
2014
|
|
|
2003
2015
|
发布时间:2021-10-27 08:02:46
|
|
@@ -8140,6 +8152,23 @@
|
|
|
8140
8152
|
|
|
8141
8153
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8142
8154
|
|
|
8155
|
+
### 第 72 次发布
|
|
8156
|
+
|
|
8157
|
+
发布时间:2021-11-11 10:57:53
|
|
8158
|
+
|
|
8159
|
+
本次发布包含了以下内容:
|
|
8160
|
+
|
|
8161
|
+
改善已有的文档。
|
|
8162
|
+
|
|
8163
|
+
新增接口:
|
|
8164
|
+
|
|
8165
|
+
* [DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63891)
|
|
8166
|
+
* [ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63890)
|
|
8167
|
+
|
|
8168
|
+
新增数据结构:
|
|
8169
|
+
|
|
8170
|
+
* [BackupLimitVpcItem](https://cloud.tencent.com/document/api/236/15878#BackupLimitVpcItem)
|
|
8171
|
+
|
|
8143
8172
|
### 第 71 次发布
|
|
8144
8173
|
|
|
8145
8174
|
发布时间:2021-11-01 08:06:13
|
|
@@ -9650,12 +9679,12 @@
|
|
|
9650
9679
|
|
|
9651
9680
|
新增接口:
|
|
9652
9681
|
|
|
9653
|
-
* [
|
|
9682
|
+
* [DescribeScdnBotData](https://cloud.tencent.com/document/api/228/63777)
|
|
9654
9683
|
|
|
9655
9684
|
新增数据结构:
|
|
9656
9685
|
|
|
9657
|
-
* [
|
|
9658
|
-
* [
|
|
9686
|
+
* [BotStats](https://cloud.tencent.com/document/api/228/30987#BotStats)
|
|
9687
|
+
* [BotStatsDetailData](https://cloud.tencent.com/document/api/228/30987#BotStatsDetailData)
|
|
9659
9688
|
|
|
9660
9689
|
修改数据结构:
|
|
9661
9690
|
|
|
@@ -13079,6 +13108,22 @@
|
|
|
13079
13108
|
|
|
13080
13109
|
## 负载均衡(clb) 版本:2018-03-17
|
|
13081
13110
|
|
|
13111
|
+
### 第 57 次发布
|
|
13112
|
+
|
|
13113
|
+
发布时间:2021-11-11 10:58:59
|
|
13114
|
+
|
|
13115
|
+
本次发布包含了以下内容:
|
|
13116
|
+
|
|
13117
|
+
改善已有的文档。
|
|
13118
|
+
|
|
13119
|
+
新增接口:
|
|
13120
|
+
|
|
13121
|
+
* [ModifyLoadBalancerSla](https://cloud.tencent.com/document/api/214/63892)
|
|
13122
|
+
|
|
13123
|
+
新增数据结构:
|
|
13124
|
+
|
|
13125
|
+
* [SlaUpdateParam](https://cloud.tencent.com/document/api/214/30694#SlaUpdateParam)
|
|
13126
|
+
|
|
13082
13127
|
### 第 56 次发布
|
|
13083
13128
|
|
|
13084
13129
|
发布时间:2021-11-02 08:04:16
|
|
@@ -16247,6 +16292,23 @@
|
|
|
16247
16292
|
|
|
16248
16293
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
16249
16294
|
|
|
16295
|
+
### 第 50 次发布
|
|
16296
|
+
|
|
16297
|
+
发布时间:2021-11-12 15:56:31
|
|
16298
|
+
|
|
16299
|
+
本次发布包含了以下内容:
|
|
16300
|
+
|
|
16301
|
+
改善已有的文档。
|
|
16302
|
+
|
|
16303
|
+
新增接口:
|
|
16304
|
+
|
|
16305
|
+
* [[CreateAnchor](https://cloud.tencent.com/document/api/1122/63932)](https://cloud.tencent.com/document/api/#/#)
|
|
16306
|
+
* [[UploadFile](https://cloud.tencent.com/document/api/1122/63931)](https://cloud.tencent.com/document/api/#/#)
|
|
16307
|
+
|
|
16308
|
+
新增数据结构:
|
|
16309
|
+
|
|
16310
|
+
* [[AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo)](https://cloud.tencent.com/document/api/1122/40683#[AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo))
|
|
16311
|
+
|
|
16250
16312
|
### 第 49 次发布
|
|
16251
16313
|
|
|
16252
16314
|
发布时间:2021-11-04 08:06:43
|
|
@@ -23985,6 +24047,36 @@
|
|
|
23985
24047
|
|
|
23986
24048
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
23987
24049
|
|
|
24050
|
+
### 第 58 次发布
|
|
24051
|
+
|
|
24052
|
+
发布时间:2021-11-11 11:01:56
|
|
24053
|
+
|
|
24054
|
+
本次发布包含了以下内容:
|
|
24055
|
+
|
|
24056
|
+
改善已有的文档。
|
|
24057
|
+
|
|
24058
|
+
修改接口:
|
|
24059
|
+
|
|
24060
|
+
* [CreateListener](https://cloud.tencent.com/document/api/1108/48466)
|
|
24061
|
+
|
|
24062
|
+
* 新增入参:EndPorts
|
|
24063
|
+
|
|
24064
|
+
|
|
24065
|
+
### 第 57 次发布
|
|
24066
|
+
|
|
24067
|
+
发布时间:2021-11-10 08:06:34
|
|
24068
|
+
|
|
24069
|
+
本次发布包含了以下内容:
|
|
24070
|
+
|
|
24071
|
+
改善已有的文档。
|
|
24072
|
+
|
|
24073
|
+
修改数据结构:
|
|
24074
|
+
|
|
24075
|
+
* [Listener](https://cloud.tencent.com/document/api/1108/42574#Listener)
|
|
24076
|
+
|
|
24077
|
+
* 新增成员:EndPort
|
|
24078
|
+
|
|
24079
|
+
|
|
23988
24080
|
### 第 56 次发布
|
|
23989
24081
|
|
|
23990
24082
|
发布时间:2021-10-27 08:07:01
|
|
@@ -32048,6 +32140,24 @@
|
|
|
32048
32140
|
|
|
32049
32141
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
32050
32142
|
|
|
32143
|
+
### 第 36 次发布
|
|
32144
|
+
|
|
32145
|
+
发布时间:2021-11-10 08:08:03
|
|
32146
|
+
|
|
32147
|
+
本次发布包含了以下内容:
|
|
32148
|
+
|
|
32149
|
+
改善已有的文档。
|
|
32150
|
+
|
|
32151
|
+
新增接口:
|
|
32152
|
+
|
|
32153
|
+
* [CreateBatchProduction](https://cloud.tencent.com/document/api/1081/63809)
|
|
32154
|
+
* [DescribeBatchProduction](https://cloud.tencent.com/document/api/1081/63808)
|
|
32155
|
+
* [GetBatchProductionsList](https://cloud.tencent.com/document/api/1081/63807)
|
|
32156
|
+
|
|
32157
|
+
新增数据结构:
|
|
32158
|
+
|
|
32159
|
+
* [BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo)
|
|
32160
|
+
|
|
32051
32161
|
### 第 35 次发布
|
|
32052
32162
|
|
|
32053
32163
|
发布时间:2021-10-27 08:08:37
|
|
@@ -33336,6 +33446,21 @@
|
|
|
33336
33446
|
|
|
33337
33447
|
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
33338
33448
|
|
|
33449
|
+
### 第 12 次发布
|
|
33450
|
+
|
|
33451
|
+
发布时间:2021-11-10 08:08:18
|
|
33452
|
+
|
|
33453
|
+
本次发布包含了以下内容:
|
|
33454
|
+
|
|
33455
|
+
改善已有的文档。
|
|
33456
|
+
|
|
33457
|
+
修改接口:
|
|
33458
|
+
|
|
33459
|
+
* [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/53633)
|
|
33460
|
+
|
|
33461
|
+
* 新增入参:ChannelId
|
|
33462
|
+
|
|
33463
|
+
|
|
33339
33464
|
### 第 11 次发布
|
|
33340
33465
|
|
|
33341
33466
|
发布时间:2021-07-30 08:02:18
|
|
@@ -37392,6 +37517,21 @@
|
|
|
37392
37517
|
|
|
37393
37518
|
## 云监控(monitor) 版本:2018-07-24
|
|
37394
37519
|
|
|
37520
|
+
### 第 31 次发布
|
|
37521
|
+
|
|
37522
|
+
发布时间:2021-11-15 08:10:59
|
|
37523
|
+
|
|
37524
|
+
本次发布包含了以下内容:
|
|
37525
|
+
|
|
37526
|
+
改善已有的文档。
|
|
37527
|
+
|
|
37528
|
+
修改数据结构:
|
|
37529
|
+
|
|
37530
|
+
* [TagInstance](https://cloud.tencent.com/document/api/248/30354#TagInstance)
|
|
37531
|
+
|
|
37532
|
+
* <font color="#dd0000">**修改成员**:</font>RegionId
|
|
37533
|
+
|
|
37534
|
+
|
|
37395
37535
|
### 第 30 次发布
|
|
37396
37536
|
|
|
37397
37537
|
发布时间:2021-09-23 08:10:38
|
|
@@ -40013,6 +40153,27 @@
|
|
|
40013
40153
|
|
|
40014
40154
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
40015
40155
|
|
|
40156
|
+
### 第 11 次发布
|
|
40157
|
+
|
|
40158
|
+
发布时间:2021-11-15 08:11:30
|
|
40159
|
+
|
|
40160
|
+
本次发布包含了以下内容:
|
|
40161
|
+
|
|
40162
|
+
改善已有的文档。
|
|
40163
|
+
|
|
40164
|
+
修改接口:
|
|
40165
|
+
|
|
40166
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
40167
|
+
|
|
40168
|
+
* 新增入参:FolderId
|
|
40169
|
+
|
|
40170
|
+
* <font color="#dd0000">**修改入参**:</font>Name
|
|
40171
|
+
|
|
40172
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
40173
|
+
|
|
40174
|
+
* 新增入参:ResourceConfigVersion
|
|
40175
|
+
|
|
40176
|
+
|
|
40016
40177
|
### 第 10 次发布
|
|
40017
40178
|
|
|
40018
40179
|
发布时间:2021-09-24 10:00:20
|
|
@@ -40209,6 +40370,25 @@
|
|
|
40209
40370
|
|
|
40210
40371
|
## 文字识别(ocr) 版本:2018-11-19
|
|
40211
40372
|
|
|
40373
|
+
### 第 58 次发布
|
|
40374
|
+
|
|
40375
|
+
发布时间:2021-11-10 08:09:29
|
|
40376
|
+
|
|
40377
|
+
本次发布包含了以下内容:
|
|
40378
|
+
|
|
40379
|
+
改善已有的文档。
|
|
40380
|
+
|
|
40381
|
+
新增接口:
|
|
40382
|
+
|
|
40383
|
+
* [RecognizeContainerOCR](https://cloud.tencent.com/document/api/866/63810)
|
|
40384
|
+
|
|
40385
|
+
修改接口:
|
|
40386
|
+
|
|
40387
|
+
* [ResidenceBookletOCR](https://cloud.tencent.com/document/api/866/40036)
|
|
40388
|
+
|
|
40389
|
+
* 新增出参:Signature, IssueDate, HomePageNumber, HouseholderName, Relationship, OtherAddresses, ReligiousBelief, Height, BloodType, MaritalStatus, VeteranStatus, Profession, MoveToCityInformation, MoveToSiteInformation, RegistrationDate, FormerName
|
|
40390
|
+
|
|
40391
|
+
|
|
40212
40392
|
### 第 57 次发布
|
|
40213
40393
|
|
|
40214
40394
|
发布时间:2021-11-09 08:13:57
|
|
@@ -47922,6 +48102,40 @@
|
|
|
47922
48102
|
|
|
47923
48103
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
47924
48104
|
|
|
48105
|
+
### 第 75 次发布
|
|
48106
|
+
|
|
48107
|
+
发布时间:2021-11-15 08:13:00
|
|
48108
|
+
|
|
48109
|
+
本次发布包含了以下内容:
|
|
48110
|
+
|
|
48111
|
+
改善已有的文档。
|
|
48112
|
+
|
|
48113
|
+
新增接口:
|
|
48114
|
+
|
|
48115
|
+
* [[ModifyCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/63949)](https://cloud.tencent.com/document/api/#/#)
|
|
48116
|
+
|
|
48117
|
+
修改数据结构:
|
|
48118
|
+
|
|
48119
|
+
* [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
|
|
48120
|
+
|
|
48121
|
+
* 新增成员:Architecture
|
|
48122
|
+
|
|
48123
|
+
|
|
48124
|
+
### 第 74 次发布
|
|
48125
|
+
|
|
48126
|
+
发布时间:2021-11-10 08:11:02
|
|
48127
|
+
|
|
48128
|
+
本次发布包含了以下内容:
|
|
48129
|
+
|
|
48130
|
+
改善已有的文档。
|
|
48131
|
+
|
|
48132
|
+
修改接口:
|
|
48133
|
+
|
|
48134
|
+
* [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
|
|
48135
|
+
|
|
48136
|
+
* 新增出参:UserEnvId
|
|
48137
|
+
|
|
48138
|
+
|
|
47925
48139
|
### 第 73 次发布
|
|
47926
48140
|
|
|
47927
48141
|
发布时间:2021-11-09 08:15:23
|
|
@@ -47932,8 +48146,8 @@
|
|
|
47932
48146
|
|
|
47933
48147
|
新增接口:
|
|
47934
48148
|
|
|
47935
|
-
* [
|
|
47936
|
-
* [
|
|
48149
|
+
* [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
|
|
48150
|
+
* [DescribeCloudBaseRunServerDomainName](https://cloud.tencent.com/document/api/876/63778)
|
|
47937
48151
|
|
|
47938
48152
|
### 第 72 次发布
|
|
47939
48153
|
|
|
@@ -49597,6 +49811,60 @@
|
|
|
49597
49811
|
|
|
49598
49812
|
|
|
49599
49813
|
|
|
49814
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
49815
|
+
|
|
49816
|
+
### 第 1 次发布
|
|
49817
|
+
|
|
49818
|
+
发布时间:2021-11-10 15:03:56
|
|
49819
|
+
|
|
49820
|
+
本次发布包含了以下内容:
|
|
49821
|
+
|
|
49822
|
+
改善已有的文档。
|
|
49823
|
+
|
|
49824
|
+
新增接口:
|
|
49825
|
+
|
|
49826
|
+
* [DescribeMesh](https://cloud.tencent.com/document/api/1261/63842)
|
|
49827
|
+
* [DescribeMeshList](https://cloud.tencent.com/document/api/1261/63841)
|
|
49828
|
+
|
|
49829
|
+
新增数据结构:
|
|
49830
|
+
|
|
49831
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
49832
|
+
* [ActiveOperation](https://cloud.tencent.com/document/api/1261/63843#ActiveOperation)
|
|
49833
|
+
* [AutoInjectionNamespaceState](https://cloud.tencent.com/document/api/1261/63843#AutoInjectionNamespaceState)
|
|
49834
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
49835
|
+
* [Cluster](https://cloud.tencent.com/document/api/1261/63843#Cluster)
|
|
49836
|
+
* [ClusterConfig](https://cloud.tencent.com/document/api/1261/63843#ClusterConfig)
|
|
49837
|
+
* [ClusterStatus](https://cloud.tencent.com/document/api/1261/63843#ClusterStatus)
|
|
49838
|
+
* [DeployConfig](https://cloud.tencent.com/document/api/1261/63843#DeployConfig)
|
|
49839
|
+
* [EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway)
|
|
49840
|
+
* [Filter](https://cloud.tencent.com/document/api/1261/63843#Filter)
|
|
49841
|
+
* [GrafanaInfo](https://cloud.tencent.com/document/api/1261/63843#GrafanaInfo)
|
|
49842
|
+
* [HorizontalPodAutoscalerSpec](https://cloud.tencent.com/document/api/1261/63843#HorizontalPodAutoscalerSpec)
|
|
49843
|
+
* [IngressGateway](https://cloud.tencent.com/document/api/1261/63843#IngressGateway)
|
|
49844
|
+
* [IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus)
|
|
49845
|
+
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
49846
|
+
* [IstiodConfig](https://cloud.tencent.com/document/api/1261/63843#IstiodConfig)
|
|
49847
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
|
|
49848
|
+
* [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
|
|
49849
|
+
* [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
|
|
49850
|
+
* [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
|
|
49851
|
+
* [MeshStatus](https://cloud.tencent.com/document/api/1261/63843#MeshStatus)
|
|
49852
|
+
* [MetricSpec](https://cloud.tencent.com/document/api/1261/63843#MetricSpec)
|
|
49853
|
+
* [PodsMetricSource](https://cloud.tencent.com/document/api/1261/63843#PodsMetricSource)
|
|
49854
|
+
* [PrometheusConfig](https://cloud.tencent.com/document/api/1261/63843#PrometheusConfig)
|
|
49855
|
+
* [PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus)
|
|
49856
|
+
* [Resource](https://cloud.tencent.com/document/api/1261/63843#Resource)
|
|
49857
|
+
* [ResourceMetricSource](https://cloud.tencent.com/document/api/1261/63843#ResourceMetricSource)
|
|
49858
|
+
* [ResourceRequirements](https://cloud.tencent.com/document/api/1261/63843#ResourceRequirements)
|
|
49859
|
+
* [SelectedItems](https://cloud.tencent.com/document/api/1261/63843#SelectedItems)
|
|
49860
|
+
* [SelectedRange](https://cloud.tencent.com/document/api/1261/63843#SelectedRange)
|
|
49861
|
+
* [Service](https://cloud.tencent.com/document/api/1261/63843#Service)
|
|
49862
|
+
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
|
49863
|
+
* [WorkloadConfig](https://cloud.tencent.com/document/api/1261/63843#WorkloadConfig)
|
|
49864
|
+
|
|
49865
|
+
|
|
49866
|
+
|
|
49867
|
+
|
|
49600
49868
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
49601
49869
|
|
|
49602
49870
|
### 第 39 次发布
|
|
@@ -51791,6 +52059,25 @@
|
|
|
51791
52059
|
|
|
51792
52060
|
## 图像分析(tiia) 版本:2019-05-29
|
|
51793
52061
|
|
|
52062
|
+
### 第 18 次发布
|
|
52063
|
+
|
|
52064
|
+
发布时间:2021-11-10 08:11:42
|
|
52065
|
+
|
|
52066
|
+
本次发布包含了以下内容:
|
|
52067
|
+
|
|
52068
|
+
改善已有的文档。
|
|
52069
|
+
|
|
52070
|
+
新增数据结构:
|
|
52071
|
+
|
|
52072
|
+
* [LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo)
|
|
52073
|
+
|
|
52074
|
+
修改数据结构:
|
|
52075
|
+
|
|
52076
|
+
* [ProductInfo](https://cloud.tencent.com/document/api/865/35474#ProductInfo)
|
|
52077
|
+
|
|
52078
|
+
* 新增成员:LemmaInfoList
|
|
52079
|
+
|
|
52080
|
+
|
|
51794
52081
|
### 第 17 次发布
|
|
51795
52082
|
|
|
51796
52083
|
发布时间:2021-11-09 08:16:08
|
|
@@ -55339,6 +55626,91 @@
|
|
|
55339
55626
|
|
|
55340
55627
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
55341
55628
|
|
|
55629
|
+
### 第 60 次发布
|
|
55630
|
+
|
|
55631
|
+
发布时间:2021-11-12 08:10:33
|
|
55632
|
+
|
|
55633
|
+
本次发布包含了以下内容:
|
|
55634
|
+
|
|
55635
|
+
改善已有的文档。
|
|
55636
|
+
|
|
55637
|
+
修改接口:
|
|
55638
|
+
|
|
55639
|
+
* [CreateApplication](https://cloud.tencent.com/document/api/649/36094)
|
|
55640
|
+
|
|
55641
|
+
* 新增入参:ProgramIdList
|
|
55642
|
+
|
|
55643
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/649/36049)
|
|
55644
|
+
|
|
55645
|
+
* 新增入参:KuberneteApiServer, KuberneteNativeType, KuberneteNativeSecret, ProgramIdList
|
|
55646
|
+
|
|
55647
|
+
* [CreateConfig](https://cloud.tencent.com/document/api/649/38348)
|
|
55648
|
+
|
|
55649
|
+
* 新增入参:ProgramIdList
|
|
55650
|
+
|
|
55651
|
+
* [CreateFileConfig](https://cloud.tencent.com/document/api/649/58594)
|
|
55652
|
+
|
|
55653
|
+
* 新增入参:ProgramIdList
|
|
55654
|
+
|
|
55655
|
+
* [CreateGatewayApi](https://cloud.tencent.com/document/api/649/50639)
|
|
55656
|
+
|
|
55657
|
+
* 新增入参:ProgramIdList
|
|
55658
|
+
|
|
55659
|
+
* [CreateLane](https://cloud.tencent.com/document/api/649/44508)
|
|
55660
|
+
|
|
55661
|
+
* 新增入参:ProgramIdList
|
|
55662
|
+
|
|
55663
|
+
* [CreateLaneRule](https://cloud.tencent.com/document/api/649/44507)
|
|
55664
|
+
|
|
55665
|
+
* 新增入参:ProgramIdList
|
|
55666
|
+
|
|
55667
|
+
* [CreateNamespace](https://cloud.tencent.com/document/api/649/36098)
|
|
55668
|
+
|
|
55669
|
+
* 新增入参:ProgramIdList
|
|
55670
|
+
|
|
55671
|
+
* [CreatePublicConfig](https://cloud.tencent.com/document/api/649/38347)
|
|
55672
|
+
|
|
55673
|
+
* 新增入参:ProgramIdList
|
|
55674
|
+
|
|
55675
|
+
* [DescribeConfigSummary](https://cloud.tencent.com/document/api/649/38341)
|
|
55676
|
+
|
|
55677
|
+
* 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
|
|
55678
|
+
|
|
55679
|
+
* [DescribeGroups](https://cloud.tencent.com/document/api/649/36065)
|
|
55680
|
+
|
|
55681
|
+
* 新增入参:GroupIdList
|
|
55682
|
+
|
|
55683
|
+
* [DescribeLaneRules](https://cloud.tencent.com/document/api/649/44505)
|
|
55684
|
+
|
|
55685
|
+
* 新增入参:RuleIdList
|
|
55686
|
+
|
|
55687
|
+
* [DescribeLanes](https://cloud.tencent.com/document/api/649/44504)
|
|
55688
|
+
|
|
55689
|
+
* 新增入参:LaneIdList, DisableProgramAuthCheck
|
|
55690
|
+
|
|
55691
|
+
* <font color="#dd0000">**修改入参**:</font>Limit, Offset
|
|
55692
|
+
|
|
55693
|
+
* [DescribePublicConfigSummary](https://cloud.tencent.com/document/api/649/38336)
|
|
55694
|
+
|
|
55695
|
+
* 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
|
|
55696
|
+
|
|
55697
|
+
* [DescribeServerlessGroups](https://cloud.tencent.com/document/api/649/39421)
|
|
55698
|
+
|
|
55699
|
+
* 新增入参:GroupIdList
|
|
55700
|
+
|
|
55701
|
+
* [DescribeSimpleApplications](https://cloud.tencent.com/document/api/649/36089)
|
|
55702
|
+
|
|
55703
|
+
* 新增入参:DisableProgramAuthCheck
|
|
55704
|
+
|
|
55705
|
+
* [DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)
|
|
55706
|
+
|
|
55707
|
+
* 新增入参:DisableProgramAuthCheck
|
|
55708
|
+
|
|
55709
|
+
* [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)
|
|
55710
|
+
|
|
55711
|
+
* 新增入参:DisableProgramAuthCheck
|
|
55712
|
+
|
|
55713
|
+
|
|
55342
55714
|
### 第 59 次发布
|
|
55343
55715
|
|
|
55344
55716
|
发布时间:2021-10-21 11:40:48
|