tencentcloud-sdk-nodejs 4.0.233 → 4.0.237
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 +443 -85
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +0 -12
- package/src/services/as/v20180419/as_models.ts +0 -75
- package/src/services/ccc/v20200210/ccc_models.ts +6 -0
- package/src/services/cdb/v20170320/cdb_client.ts +37 -12
- package/src/services/cdb/v20170320/cdb_models.ts +163 -68
- package/src/services/cdn/v20180606/cdn_models.ts +15 -9
- package/src/services/clb/v20180317/clb_client.ts +14 -1
- package/src/services/clb/v20180317/clb_models.ts +54 -19
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
- package/src/services/cme/v20191029/cme_models.ts +4 -4
- 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_models.ts +3 -3
- package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
- package/src/services/ecm/v20190719/ecm_models.ts +6 -1
- package/src/services/ie/v20200304/ie_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mrs/v20200910/mrs_client.ts +11 -5
- package/src/services/mrs/v20200910/mrs_models.ts +249 -81
- package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
- package/src/services/ocr/v20181119/ocr_models.ts +3 -3
- package/src/services/postgres/v20170312/postgres_models.ts +12 -9
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +18 -6
- package/src/services/tcb/v20180608/tcb_client.ts +18 -6
- package/src/services/tcb/v20180608/tcb_models.ts +87 -0
- 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/tiw/v20190919/tiw_models.ts +5 -4
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +6 -6
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- 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/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/ccc/v20200210/ccc_models.d.ts +5 -0
- 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/cdn/v20180606/cdn_models.d.ts +14 -8
- 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/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -4
- 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_models.d.ts +3 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -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/live/v20180801/live_client.d.ts +2 -2
- package/tencentcloud/services/live/v20180801/live_client.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +220 -75
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +12 -9
- 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 +15 -5
- 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 +72 -0
- 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/tiw/v20190919/tiw_models.d.ts +5 -4
- 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/tse/v20201207/tse_models.d.ts +20 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
- 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/tcb.v20180608.test.js +12 -2
- package/test/tcm.v20210413.test.js +41 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,158 +1,137 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 17 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-16 08:06:45
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [DescribeExclusiveInstances](https://cloud.tencent.com/document/api/628/63805)
|
|
17
|
-
* [ModifyExclusiveInstance](https://cloud.tencent.com/document/api/628/63804)
|
|
15
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
18
16
|
|
|
19
|
-
|
|
17
|
+
* 新增成员:Uui
|
|
20
18
|
|
|
21
|
-
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid)
|
|
22
|
-
* [InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail)
|
|
23
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo)
|
|
24
|
-
* [InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput)
|
|
25
|
-
* [NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig)
|
|
26
|
-
* [ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo)
|
|
27
|
-
* [VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig)
|
|
28
19
|
|
|
29
20
|
|
|
30
21
|
|
|
31
|
-
##
|
|
22
|
+
## 云审计(cloudaudit) 版本:2019-03-19
|
|
32
23
|
|
|
33
|
-
### 第
|
|
24
|
+
### 第 9 次发布
|
|
34
25
|
|
|
35
|
-
发布时间:2021-11-
|
|
26
|
+
发布时间:2021-11-16 08:07:51
|
|
36
27
|
|
|
37
28
|
本次发布包含了以下内容:
|
|
38
29
|
|
|
39
30
|
改善已有的文档。
|
|
40
31
|
|
|
41
|
-
|
|
32
|
+
修改接口:
|
|
42
33
|
|
|
43
|
-
* [
|
|
34
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/629/54488)
|
|
44
35
|
|
|
45
|
-
*
|
|
36
|
+
* 新增出参:TotalCount
|
|
46
37
|
|
|
47
38
|
|
|
48
39
|
|
|
49
40
|
|
|
50
|
-
##
|
|
41
|
+
## 腾讯云剪(cme) 版本:2019-10-29
|
|
51
42
|
|
|
52
|
-
### 第
|
|
43
|
+
### 第 41 次发布
|
|
53
44
|
|
|
54
|
-
发布时间:2021-11-
|
|
45
|
+
发布时间:2021-11-16 08:08:03
|
|
55
46
|
|
|
56
47
|
本次发布包含了以下内容:
|
|
57
48
|
|
|
58
49
|
改善已有的文档。
|
|
59
50
|
|
|
60
|
-
|
|
51
|
+
修改接口:
|
|
61
52
|
|
|
62
|
-
* [
|
|
63
|
-
* [DescribeBatchProduction](https://cloud.tencent.com/document/api/1081/63808)
|
|
64
|
-
* [GetBatchProductionsList](https://cloud.tencent.com/document/api/1081/63807)
|
|
53
|
+
* [DescribeResourceAuthorization](https://cloud.tencent.com/document/api/1156/43251)
|
|
65
54
|
|
|
66
|
-
|
|
55
|
+
* <font color="#dd0000">**修改入参**:</font>Owner, Resource
|
|
67
56
|
|
|
68
|
-
* [BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo)
|
|
69
57
|
|
|
70
58
|
|
|
71
59
|
|
|
72
|
-
##
|
|
60
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
73
61
|
|
|
74
|
-
### 第
|
|
62
|
+
### 第 7 次发布
|
|
75
63
|
|
|
76
|
-
发布时间:2021-11-
|
|
64
|
+
发布时间:2021-11-16 08:13:00
|
|
77
65
|
|
|
78
66
|
本次发布包含了以下内容:
|
|
79
67
|
|
|
80
68
|
改善已有的文档。
|
|
81
69
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
* [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/53633)
|
|
70
|
+
新增数据结构:
|
|
85
71
|
|
|
86
|
-
|
|
72
|
+
* [BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart)
|
|
73
|
+
* [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
|
|
74
|
+
* [EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc)
|
|
75
|
+
* [EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan)
|
|
76
|
+
* [Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine)
|
|
77
|
+
* [Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)
|
|
87
78
|
|
|
79
|
+
修改数据结构:
|
|
88
80
|
|
|
81
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
89
82
|
|
|
83
|
+
* 新增成员:Endoscopy, Prescription
|
|
90
84
|
|
|
91
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
92
85
|
|
|
93
86
|
|
|
94
87
|
|
|
95
|
-
##
|
|
88
|
+
## 短信(sms) 版本:2021-01-11
|
|
96
89
|
|
|
97
|
-
### 第
|
|
90
|
+
### 第 3 次发布
|
|
98
91
|
|
|
99
|
-
发布时间:2021-11-
|
|
92
|
+
发布时间:2021-11-16 08:13:49
|
|
100
93
|
|
|
101
94
|
本次发布包含了以下内容:
|
|
102
95
|
|
|
103
96
|
改善已有的文档。
|
|
104
97
|
|
|
105
|
-
新增接口:
|
|
106
|
-
|
|
107
|
-
* [RecognizeContainerOCR](https://cloud.tencent.com/document/api/866/63810)
|
|
108
|
-
|
|
109
98
|
修改接口:
|
|
110
99
|
|
|
111
|
-
* [
|
|
112
|
-
|
|
113
|
-
* 新增出参:Signature, IssueDate, HomePageNumber, HouseholderName, Relationship, OtherAddresses, ReligiousBelief, Height, BloodType, MaritalStatus, VeteranStatus, Profession, MoveToCityInformation, MoveToSiteInformation, RegistrationDate, FormerName
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
119
|
-
|
|
120
|
-
### 第 74 次发布
|
|
121
|
-
|
|
122
|
-
发布时间:2021-11-10 08:11:02
|
|
100
|
+
* [DescribeSmsTemplateList](https://cloud.tencent.com/document/api/382/52067)
|
|
123
101
|
|
|
124
|
-
|
|
102
|
+
* 新增入参:Limit, Offset
|
|
125
103
|
|
|
126
|
-
|
|
104
|
+
* <font color="#dd0000">**修改入参**:</font>TemplateIdSet
|
|
127
105
|
|
|
128
|
-
修改接口:
|
|
129
106
|
|
|
130
|
-
* [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
|
|
131
107
|
|
|
132
|
-
* 新增出参:UserEnvId
|
|
133
108
|
|
|
109
|
+
## 短信(sms) 版本:2019-07-11
|
|
134
110
|
|
|
135
111
|
|
|
136
112
|
|
|
137
|
-
##
|
|
113
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
138
114
|
|
|
139
|
-
### 第
|
|
115
|
+
### 第 12 次发布
|
|
140
116
|
|
|
141
|
-
发布时间:2021-11-
|
|
117
|
+
发布时间:2021-11-16 08:15:49
|
|
142
118
|
|
|
143
119
|
本次发布包含了以下内容:
|
|
144
120
|
|
|
145
121
|
改善已有的文档。
|
|
146
122
|
|
|
147
|
-
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
126
|
+
|
|
127
|
+
* 新增出参:ConsoleInternetAddress, ConsoleIntranetAddress
|
|
148
128
|
|
|
149
|
-
* [LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo)
|
|
150
129
|
|
|
151
130
|
修改数据结构:
|
|
152
131
|
|
|
153
|
-
* [
|
|
132
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
154
133
|
|
|
155
|
-
* 新增成员:
|
|
134
|
+
* 新增成员:EnableConsoleInternet, EnableConsoleIntranet
|
|
156
135
|
|
|
157
136
|
|
|
158
137
|
|
|
@@ -1518,19 +1497,19 @@
|
|
|
1518
1497
|
|
|
1519
1498
|
新增接口:
|
|
1520
1499
|
|
|
1521
|
-
* [
|
|
1522
|
-
* [
|
|
1523
|
-
* [
|
|
1500
|
+
* [DescribeExclusiveInstanceDetail](https://cloud.tencent.com/document/api/628/63806)
|
|
1501
|
+
* [DescribeExclusiveInstances](https://cloud.tencent.com/document/api/628/63805)
|
|
1502
|
+
* [ModifyExclusiveInstance](https://cloud.tencent.com/document/api/628/63804)
|
|
1524
1503
|
|
|
1525
1504
|
新增数据结构:
|
|
1526
1505
|
|
|
1527
|
-
* [
|
|
1528
|
-
* [
|
|
1529
|
-
* [
|
|
1530
|
-
* [
|
|
1531
|
-
* [
|
|
1532
|
-
* [
|
|
1533
|
-
* [
|
|
1506
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/628/45244#InstanceChargePrepaid)
|
|
1507
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/628/45244#InstanceDetail)
|
|
1508
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/628/45244#InstanceInfo)
|
|
1509
|
+
* [InstanceParameterInput](https://cloud.tencent.com/document/api/628/45244#InstanceParameterInput)
|
|
1510
|
+
* [NetworkConfig](https://cloud.tencent.com/document/api/628/45244#NetworkConfig)
|
|
1511
|
+
* [ParameterInfo](https://cloud.tencent.com/document/api/628/45244#ParameterInfo)
|
|
1512
|
+
* [VpcConfig](https://cloud.tencent.com/document/api/628/45244#VpcConfig)
|
|
1534
1513
|
|
|
1535
1514
|
### 第 20 次发布
|
|
1536
1515
|
|
|
@@ -2051,6 +2030,18 @@
|
|
|
2051
2030
|
|
|
2052
2031
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2053
2032
|
|
|
2033
|
+
### 第 42 次发布
|
|
2034
|
+
|
|
2035
|
+
发布时间:2021-11-15 08:04:22
|
|
2036
|
+
|
|
2037
|
+
本次发布包含了以下内容:
|
|
2038
|
+
|
|
2039
|
+
改善已有的文档。
|
|
2040
|
+
|
|
2041
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
2042
|
+
|
|
2043
|
+
* CreatePaiInstance
|
|
2044
|
+
|
|
2054
2045
|
### 第 41 次发布
|
|
2055
2046
|
|
|
2056
2047
|
发布时间:2021-10-27 08:02:46
|
|
@@ -7880,6 +7871,21 @@
|
|
|
7880
7871
|
|
|
7881
7872
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
7882
7873
|
|
|
7874
|
+
### 第 17 次发布
|
|
7875
|
+
|
|
7876
|
+
发布时间:2021-11-16 08:06:45
|
|
7877
|
+
|
|
7878
|
+
本次发布包含了以下内容:
|
|
7879
|
+
|
|
7880
|
+
改善已有的文档。
|
|
7881
|
+
|
|
7882
|
+
修改数据结构:
|
|
7883
|
+
|
|
7884
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
7885
|
+
|
|
7886
|
+
* 新增成员:Uui
|
|
7887
|
+
|
|
7888
|
+
|
|
7883
7889
|
### 第 16 次发布
|
|
7884
7890
|
|
|
7885
7891
|
发布时间:2021-11-01 08:06:08
|
|
@@ -8193,6 +8199,23 @@
|
|
|
8193
8199
|
|
|
8194
8200
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8195
8201
|
|
|
8202
|
+
### 第 72 次发布
|
|
8203
|
+
|
|
8204
|
+
发布时间:2021-11-11 10:57:53
|
|
8205
|
+
|
|
8206
|
+
本次发布包含了以下内容:
|
|
8207
|
+
|
|
8208
|
+
改善已有的文档。
|
|
8209
|
+
|
|
8210
|
+
新增接口:
|
|
8211
|
+
|
|
8212
|
+
* [DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63891)
|
|
8213
|
+
* [ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/236/63890)
|
|
8214
|
+
|
|
8215
|
+
新增数据结构:
|
|
8216
|
+
|
|
8217
|
+
* [BackupLimitVpcItem](https://cloud.tencent.com/document/api/236/15878#BackupLimitVpcItem)
|
|
8218
|
+
|
|
8196
8219
|
### 第 71 次发布
|
|
8197
8220
|
|
|
8198
8221
|
发布时间:2021-11-01 08:06:13
|
|
@@ -13132,6 +13155,22 @@
|
|
|
13132
13155
|
|
|
13133
13156
|
## 负载均衡(clb) 版本:2018-03-17
|
|
13134
13157
|
|
|
13158
|
+
### 第 57 次发布
|
|
13159
|
+
|
|
13160
|
+
发布时间:2021-11-11 10:58:59
|
|
13161
|
+
|
|
13162
|
+
本次发布包含了以下内容:
|
|
13163
|
+
|
|
13164
|
+
改善已有的文档。
|
|
13165
|
+
|
|
13166
|
+
新增接口:
|
|
13167
|
+
|
|
13168
|
+
* [ModifyLoadBalancerSla](https://cloud.tencent.com/document/api/214/63892)
|
|
13169
|
+
|
|
13170
|
+
新增数据结构:
|
|
13171
|
+
|
|
13172
|
+
* [SlaUpdateParam](https://cloud.tencent.com/document/api/214/30694#SlaUpdateParam)
|
|
13173
|
+
|
|
13135
13174
|
### 第 56 次发布
|
|
13136
13175
|
|
|
13137
13176
|
发布时间:2021-11-02 08:04:16
|
|
@@ -14381,6 +14420,21 @@
|
|
|
14381
14420
|
|
|
14382
14421
|
## 云审计(cloudaudit) 版本:2019-03-19
|
|
14383
14422
|
|
|
14423
|
+
### 第 9 次发布
|
|
14424
|
+
|
|
14425
|
+
发布时间:2021-11-16 08:07:51
|
|
14426
|
+
|
|
14427
|
+
本次发布包含了以下内容:
|
|
14428
|
+
|
|
14429
|
+
改善已有的文档。
|
|
14430
|
+
|
|
14431
|
+
修改接口:
|
|
14432
|
+
|
|
14433
|
+
* [DescribeEvents](https://cloud.tencent.com/document/api/629/54488)
|
|
14434
|
+
|
|
14435
|
+
* 新增出参:TotalCount
|
|
14436
|
+
|
|
14437
|
+
|
|
14384
14438
|
### 第 8 次发布
|
|
14385
14439
|
|
|
14386
14440
|
发布时间:2021-06-17 08:11:39
|
|
@@ -14973,6 +15027,21 @@
|
|
|
14973
15027
|
|
|
14974
15028
|
## 腾讯云剪(cme) 版本:2019-10-29
|
|
14975
15029
|
|
|
15030
|
+
### 第 41 次发布
|
|
15031
|
+
|
|
15032
|
+
发布时间:2021-11-16 08:08:03
|
|
15033
|
+
|
|
15034
|
+
本次发布包含了以下内容:
|
|
15035
|
+
|
|
15036
|
+
改善已有的文档。
|
|
15037
|
+
|
|
15038
|
+
修改接口:
|
|
15039
|
+
|
|
15040
|
+
* [DescribeResourceAuthorization](https://cloud.tencent.com/document/api/1156/43251)
|
|
15041
|
+
|
|
15042
|
+
* <font color="#dd0000">**修改入参**:</font>Owner, Resource
|
|
15043
|
+
|
|
15044
|
+
|
|
14976
15045
|
### 第 40 次发布
|
|
14977
15046
|
|
|
14978
15047
|
发布时间:2021-11-01 08:07:26
|
|
@@ -16300,6 +16369,23 @@
|
|
|
16300
16369
|
|
|
16301
16370
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
16302
16371
|
|
|
16372
|
+
### 第 50 次发布
|
|
16373
|
+
|
|
16374
|
+
发布时间:2021-11-12 15:56:31
|
|
16375
|
+
|
|
16376
|
+
本次发布包含了以下内容:
|
|
16377
|
+
|
|
16378
|
+
改善已有的文档。
|
|
16379
|
+
|
|
16380
|
+
新增接口:
|
|
16381
|
+
|
|
16382
|
+
* [CreateAnchor](https://cloud.tencent.com/document/api/1122/63932)
|
|
16383
|
+
* [UploadFile](https://cloud.tencent.com/document/api/1122/63931)
|
|
16384
|
+
|
|
16385
|
+
新增数据结构:
|
|
16386
|
+
|
|
16387
|
+
* [AnchorExtendInfo](https://cloud.tencent.com/document/api/1122/40683#AnchorExtendInfo)
|
|
16388
|
+
|
|
16303
16389
|
### 第 49 次发布
|
|
16304
16390
|
|
|
16305
16391
|
发布时间:2021-11-04 08:06:43
|
|
@@ -24038,6 +24124,21 @@
|
|
|
24038
24124
|
|
|
24039
24125
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
24040
24126
|
|
|
24127
|
+
### 第 58 次发布
|
|
24128
|
+
|
|
24129
|
+
发布时间:2021-11-11 11:01:56
|
|
24130
|
+
|
|
24131
|
+
本次发布包含了以下内容:
|
|
24132
|
+
|
|
24133
|
+
改善已有的文档。
|
|
24134
|
+
|
|
24135
|
+
修改接口:
|
|
24136
|
+
|
|
24137
|
+
* [CreateListener](https://cloud.tencent.com/document/api/1108/48466)
|
|
24138
|
+
|
|
24139
|
+
* 新增入参:EndPorts
|
|
24140
|
+
|
|
24141
|
+
|
|
24041
24142
|
### 第 57 次发布
|
|
24042
24143
|
|
|
24043
24144
|
发布时间:2021-11-10 08:06:34
|
|
@@ -32126,13 +32227,13 @@
|
|
|
32126
32227
|
|
|
32127
32228
|
新增接口:
|
|
32128
32229
|
|
|
32129
|
-
* [
|
|
32130
|
-
* [
|
|
32131
|
-
* [
|
|
32230
|
+
* [CreateBatchProduction](https://cloud.tencent.com/document/api/1081/63809)
|
|
32231
|
+
* [DescribeBatchProduction](https://cloud.tencent.com/document/api/1081/63808)
|
|
32232
|
+
* [GetBatchProductionsList](https://cloud.tencent.com/document/api/1081/63807)
|
|
32132
32233
|
|
|
32133
32234
|
新增数据结构:
|
|
32134
32235
|
|
|
32135
|
-
* [
|
|
32236
|
+
* [BatchProductionInfo](https://cloud.tencent.com/document/api/1081/34988#BatchProductionInfo)
|
|
32136
32237
|
|
|
32137
32238
|
### 第 35 次发布
|
|
32138
32239
|
|
|
@@ -37493,6 +37594,21 @@
|
|
|
37493
37594
|
|
|
37494
37595
|
## 云监控(monitor) 版本:2018-07-24
|
|
37495
37596
|
|
|
37597
|
+
### 第 31 次发布
|
|
37598
|
+
|
|
37599
|
+
发布时间:2021-11-15 08:10:59
|
|
37600
|
+
|
|
37601
|
+
本次发布包含了以下内容:
|
|
37602
|
+
|
|
37603
|
+
改善已有的文档。
|
|
37604
|
+
|
|
37605
|
+
修改数据结构:
|
|
37606
|
+
|
|
37607
|
+
* [TagInstance](https://cloud.tencent.com/document/api/248/30354#TagInstance)
|
|
37608
|
+
|
|
37609
|
+
* <font color="#dd0000">**修改成员**:</font>RegionId
|
|
37610
|
+
|
|
37611
|
+
|
|
37496
37612
|
### 第 30 次发布
|
|
37497
37613
|
|
|
37498
37614
|
发布时间:2021-09-23 08:10:38
|
|
@@ -39377,6 +39493,30 @@
|
|
|
39377
39493
|
|
|
39378
39494
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
39379
39495
|
|
|
39496
|
+
### 第 7 次发布
|
|
39497
|
+
|
|
39498
|
+
发布时间:2021-11-16 08:13:00
|
|
39499
|
+
|
|
39500
|
+
本次发布包含了以下内容:
|
|
39501
|
+
|
|
39502
|
+
改善已有的文档。
|
|
39503
|
+
|
|
39504
|
+
新增数据结构:
|
|
39505
|
+
|
|
39506
|
+
* [[BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart)](https://cloud.tencent.com/document/api/1314/56230#[BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart))
|
|
39507
|
+
* [[Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)](https://cloud.tencent.com/document/api/1314/56230#[Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy))
|
|
39508
|
+
* [[EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc)](https://cloud.tencent.com/document/api/1314/56230#[EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc))
|
|
39509
|
+
* [[EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan)](https://cloud.tencent.com/document/api/1314/56230#[EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan))
|
|
39510
|
+
* [[Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine)](https://cloud.tencent.com/document/api/1314/56230#[Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine))
|
|
39511
|
+
* [[Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)](https://cloud.tencent.com/document/api/1314/56230#[Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription))
|
|
39512
|
+
|
|
39513
|
+
修改数据结构:
|
|
39514
|
+
|
|
39515
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
39516
|
+
|
|
39517
|
+
* 新增成员:Endoscopy, Prescription
|
|
39518
|
+
|
|
39519
|
+
|
|
39380
39520
|
### 第 6 次发布
|
|
39381
39521
|
|
|
39382
39522
|
发布时间:2021-10-21 11:32:09
|
|
@@ -40114,6 +40254,27 @@
|
|
|
40114
40254
|
|
|
40115
40255
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
40116
40256
|
|
|
40257
|
+
### 第 11 次发布
|
|
40258
|
+
|
|
40259
|
+
发布时间:2021-11-15 08:11:30
|
|
40260
|
+
|
|
40261
|
+
本次发布包含了以下内容:
|
|
40262
|
+
|
|
40263
|
+
改善已有的文档。
|
|
40264
|
+
|
|
40265
|
+
修改接口:
|
|
40266
|
+
|
|
40267
|
+
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
40268
|
+
|
|
40269
|
+
* 新增入参:FolderId
|
|
40270
|
+
|
|
40271
|
+
* <font color="#dd0000">**修改入参**:</font>Name
|
|
40272
|
+
|
|
40273
|
+
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
40274
|
+
|
|
40275
|
+
* 新增入参:ResourceConfigVersion
|
|
40276
|
+
|
|
40277
|
+
|
|
40117
40278
|
### 第 10 次发布
|
|
40118
40279
|
|
|
40119
40280
|
发布时间:2021-09-24 10:00:20
|
|
@@ -40320,7 +40481,7 @@
|
|
|
40320
40481
|
|
|
40321
40482
|
新增接口:
|
|
40322
40483
|
|
|
40323
|
-
* [
|
|
40484
|
+
* [RecognizeContainerOCR](https://cloud.tencent.com/document/api/866/63810)
|
|
40324
40485
|
|
|
40325
40486
|
修改接口:
|
|
40326
40487
|
|
|
@@ -44774,6 +44935,23 @@
|
|
|
44774
44935
|
|
|
44775
44936
|
## 短信(sms) 版本:2021-01-11
|
|
44776
44937
|
|
|
44938
|
+
### 第 3 次发布
|
|
44939
|
+
|
|
44940
|
+
发布时间:2021-11-16 08:13:49
|
|
44941
|
+
|
|
44942
|
+
本次发布包含了以下内容:
|
|
44943
|
+
|
|
44944
|
+
改善已有的文档。
|
|
44945
|
+
|
|
44946
|
+
修改接口:
|
|
44947
|
+
|
|
44948
|
+
* [DescribeSmsTemplateList](https://cloud.tencent.com/document/api/382/52067)
|
|
44949
|
+
|
|
44950
|
+
* 新增入参:Limit, Offset
|
|
44951
|
+
|
|
44952
|
+
* <font color="#dd0000">**修改入参**:</font>TemplateIdSet
|
|
44953
|
+
|
|
44954
|
+
|
|
44777
44955
|
### 第 2 次发布
|
|
44778
44956
|
|
|
44779
44957
|
发布时间:2021-09-23 08:11:56
|
|
@@ -48042,6 +48220,25 @@
|
|
|
48042
48220
|
|
|
48043
48221
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
48044
48222
|
|
|
48223
|
+
### 第 75 次发布
|
|
48224
|
+
|
|
48225
|
+
发布时间:2021-11-15 08:13:00
|
|
48226
|
+
|
|
48227
|
+
本次发布包含了以下内容:
|
|
48228
|
+
|
|
48229
|
+
改善已有的文档。
|
|
48230
|
+
|
|
48231
|
+
新增接口:
|
|
48232
|
+
|
|
48233
|
+
* [ModifyCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/63949)
|
|
48234
|
+
|
|
48235
|
+
修改数据结构:
|
|
48236
|
+
|
|
48237
|
+
* [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
|
|
48238
|
+
|
|
48239
|
+
* 新增成员:Architecture
|
|
48240
|
+
|
|
48241
|
+
|
|
48045
48242
|
### 第 74 次发布
|
|
48046
48243
|
|
|
48047
48244
|
发布时间:2021-11-10 08:11:02
|
|
@@ -49732,6 +49929,60 @@
|
|
|
49732
49929
|
|
|
49733
49930
|
|
|
49734
49931
|
|
|
49932
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
49933
|
+
|
|
49934
|
+
### 第 1 次发布
|
|
49935
|
+
|
|
49936
|
+
发布时间:2021-11-10 15:03:56
|
|
49937
|
+
|
|
49938
|
+
本次发布包含了以下内容:
|
|
49939
|
+
|
|
49940
|
+
改善已有的文档。
|
|
49941
|
+
|
|
49942
|
+
新增接口:
|
|
49943
|
+
|
|
49944
|
+
* [DescribeMesh](https://cloud.tencent.com/document/api/1261/63842)
|
|
49945
|
+
* [DescribeMeshList](https://cloud.tencent.com/document/api/1261/63841)
|
|
49946
|
+
|
|
49947
|
+
新增数据结构:
|
|
49948
|
+
|
|
49949
|
+
* [AccessLogConfig](https://cloud.tencent.com/document/api/1261/63843#AccessLogConfig)
|
|
49950
|
+
* [ActiveOperation](https://cloud.tencent.com/document/api/1261/63843#ActiveOperation)
|
|
49951
|
+
* [AutoInjectionNamespaceState](https://cloud.tencent.com/document/api/1261/63843#AutoInjectionNamespaceState)
|
|
49952
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
49953
|
+
* [Cluster](https://cloud.tencent.com/document/api/1261/63843#Cluster)
|
|
49954
|
+
* [ClusterConfig](https://cloud.tencent.com/document/api/1261/63843#ClusterConfig)
|
|
49955
|
+
* [ClusterStatus](https://cloud.tencent.com/document/api/1261/63843#ClusterStatus)
|
|
49956
|
+
* [DeployConfig](https://cloud.tencent.com/document/api/1261/63843#DeployConfig)
|
|
49957
|
+
* [EgressGateway](https://cloud.tencent.com/document/api/1261/63843#EgressGateway)
|
|
49958
|
+
* [Filter](https://cloud.tencent.com/document/api/1261/63843#Filter)
|
|
49959
|
+
* [GrafanaInfo](https://cloud.tencent.com/document/api/1261/63843#GrafanaInfo)
|
|
49960
|
+
* [HorizontalPodAutoscalerSpec](https://cloud.tencent.com/document/api/1261/63843#HorizontalPodAutoscalerSpec)
|
|
49961
|
+
* [IngressGateway](https://cloud.tencent.com/document/api/1261/63843#IngressGateway)
|
|
49962
|
+
* [IngressGatewayStatus](https://cloud.tencent.com/document/api/1261/63843#IngressGatewayStatus)
|
|
49963
|
+
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
49964
|
+
* [IstiodConfig](https://cloud.tencent.com/document/api/1261/63843#IstiodConfig)
|
|
49965
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
|
|
49966
|
+
* [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
|
|
49967
|
+
* [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
|
|
49968
|
+
* [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
|
|
49969
|
+
* [MeshStatus](https://cloud.tencent.com/document/api/1261/63843#MeshStatus)
|
|
49970
|
+
* [MetricSpec](https://cloud.tencent.com/document/api/1261/63843#MetricSpec)
|
|
49971
|
+
* [PodsMetricSource](https://cloud.tencent.com/document/api/1261/63843#PodsMetricSource)
|
|
49972
|
+
* [PrometheusConfig](https://cloud.tencent.com/document/api/1261/63843#PrometheusConfig)
|
|
49973
|
+
* [PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus)
|
|
49974
|
+
* [Resource](https://cloud.tencent.com/document/api/1261/63843#Resource)
|
|
49975
|
+
* [ResourceMetricSource](https://cloud.tencent.com/document/api/1261/63843#ResourceMetricSource)
|
|
49976
|
+
* [ResourceRequirements](https://cloud.tencent.com/document/api/1261/63843#ResourceRequirements)
|
|
49977
|
+
* [SelectedItems](https://cloud.tencent.com/document/api/1261/63843#SelectedItems)
|
|
49978
|
+
* [SelectedRange](https://cloud.tencent.com/document/api/1261/63843#SelectedRange)
|
|
49979
|
+
* [Service](https://cloud.tencent.com/document/api/1261/63843#Service)
|
|
49980
|
+
* [TracingConfig](https://cloud.tencent.com/document/api/1261/63843#TracingConfig)
|
|
49981
|
+
* [WorkloadConfig](https://cloud.tencent.com/document/api/1261/63843#WorkloadConfig)
|
|
49982
|
+
|
|
49983
|
+
|
|
49984
|
+
|
|
49985
|
+
|
|
49735
49986
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
49736
49987
|
|
|
49737
49988
|
### 第 39 次发布
|
|
@@ -51936,7 +52187,7 @@
|
|
|
51936
52187
|
|
|
51937
52188
|
新增数据结构:
|
|
51938
52189
|
|
|
51939
|
-
* [
|
|
52190
|
+
* [LemmaInfo](https://cloud.tencent.com/document/api/865/35474#LemmaInfo)
|
|
51940
52191
|
|
|
51941
52192
|
修改数据结构:
|
|
51942
52193
|
|
|
@@ -55274,6 +55525,28 @@
|
|
|
55274
55525
|
|
|
55275
55526
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
55276
55527
|
|
|
55528
|
+
### 第 12 次发布
|
|
55529
|
+
|
|
55530
|
+
发布时间:2021-11-16 08:15:49
|
|
55531
|
+
|
|
55532
|
+
本次发布包含了以下内容:
|
|
55533
|
+
|
|
55534
|
+
改善已有的文档。
|
|
55535
|
+
|
|
55536
|
+
修改接口:
|
|
55537
|
+
|
|
55538
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
55539
|
+
|
|
55540
|
+
* 新增出参:ConsoleInternetAddress, ConsoleIntranetAddress
|
|
55541
|
+
|
|
55542
|
+
|
|
55543
|
+
修改数据结构:
|
|
55544
|
+
|
|
55545
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
55546
|
+
|
|
55547
|
+
* 新增成员:EnableConsoleInternet, EnableConsoleIntranet
|
|
55548
|
+
|
|
55549
|
+
|
|
55277
55550
|
### 第 11 次发布
|
|
55278
55551
|
|
|
55279
55552
|
发布时间:2021-10-27 08:12:44
|
|
@@ -55493,6 +55766,91 @@
|
|
|
55493
55766
|
|
|
55494
55767
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
55495
55768
|
|
|
55769
|
+
### 第 60 次发布
|
|
55770
|
+
|
|
55771
|
+
发布时间:2021-11-12 08:10:33
|
|
55772
|
+
|
|
55773
|
+
本次发布包含了以下内容:
|
|
55774
|
+
|
|
55775
|
+
改善已有的文档。
|
|
55776
|
+
|
|
55777
|
+
修改接口:
|
|
55778
|
+
|
|
55779
|
+
* [CreateApplication](https://cloud.tencent.com/document/api/649/36094)
|
|
55780
|
+
|
|
55781
|
+
* 新增入参:ProgramIdList
|
|
55782
|
+
|
|
55783
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/649/36049)
|
|
55784
|
+
|
|
55785
|
+
* 新增入参:KuberneteApiServer, KuberneteNativeType, KuberneteNativeSecret, ProgramIdList
|
|
55786
|
+
|
|
55787
|
+
* [CreateConfig](https://cloud.tencent.com/document/api/649/38348)
|
|
55788
|
+
|
|
55789
|
+
* 新增入参:ProgramIdList
|
|
55790
|
+
|
|
55791
|
+
* [CreateFileConfig](https://cloud.tencent.com/document/api/649/58594)
|
|
55792
|
+
|
|
55793
|
+
* 新增入参:ProgramIdList
|
|
55794
|
+
|
|
55795
|
+
* [CreateGatewayApi](https://cloud.tencent.com/document/api/649/50639)
|
|
55796
|
+
|
|
55797
|
+
* 新增入参:ProgramIdList
|
|
55798
|
+
|
|
55799
|
+
* [CreateLane](https://cloud.tencent.com/document/api/649/44508)
|
|
55800
|
+
|
|
55801
|
+
* 新增入参:ProgramIdList
|
|
55802
|
+
|
|
55803
|
+
* [CreateLaneRule](https://cloud.tencent.com/document/api/649/44507)
|
|
55804
|
+
|
|
55805
|
+
* 新增入参:ProgramIdList
|
|
55806
|
+
|
|
55807
|
+
* [CreateNamespace](https://cloud.tencent.com/document/api/649/36098)
|
|
55808
|
+
|
|
55809
|
+
* 新增入参:ProgramIdList
|
|
55810
|
+
|
|
55811
|
+
* [CreatePublicConfig](https://cloud.tencent.com/document/api/649/38347)
|
|
55812
|
+
|
|
55813
|
+
* 新增入参:ProgramIdList
|
|
55814
|
+
|
|
55815
|
+
* [DescribeConfigSummary](https://cloud.tencent.com/document/api/649/38341)
|
|
55816
|
+
|
|
55817
|
+
* 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
|
|
55818
|
+
|
|
55819
|
+
* [DescribeGroups](https://cloud.tencent.com/document/api/649/36065)
|
|
55820
|
+
|
|
55821
|
+
* 新增入参:GroupIdList
|
|
55822
|
+
|
|
55823
|
+
* [DescribeLaneRules](https://cloud.tencent.com/document/api/649/44505)
|
|
55824
|
+
|
|
55825
|
+
* 新增入参:RuleIdList
|
|
55826
|
+
|
|
55827
|
+
* [DescribeLanes](https://cloud.tencent.com/document/api/649/44504)
|
|
55828
|
+
|
|
55829
|
+
* 新增入参:LaneIdList, DisableProgramAuthCheck
|
|
55830
|
+
|
|
55831
|
+
* <font color="#dd0000">**修改入参**:</font>Limit, Offset
|
|
55832
|
+
|
|
55833
|
+
* [DescribePublicConfigSummary](https://cloud.tencent.com/document/api/649/38336)
|
|
55834
|
+
|
|
55835
|
+
* 新增入参:ConfigTagList, DisableProgramAuthCheck, ConfigIdList
|
|
55836
|
+
|
|
55837
|
+
* [DescribeServerlessGroups](https://cloud.tencent.com/document/api/649/39421)
|
|
55838
|
+
|
|
55839
|
+
* 新增入参:GroupIdList
|
|
55840
|
+
|
|
55841
|
+
* [DescribeSimpleApplications](https://cloud.tencent.com/document/api/649/36089)
|
|
55842
|
+
|
|
55843
|
+
* 新增入参:DisableProgramAuthCheck
|
|
55844
|
+
|
|
55845
|
+
* [DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)
|
|
55846
|
+
|
|
55847
|
+
* 新增入参:DisableProgramAuthCheck
|
|
55848
|
+
|
|
55849
|
+
* [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)
|
|
55850
|
+
|
|
55851
|
+
* 新增入参:DisableProgramAuthCheck
|
|
55852
|
+
|
|
55853
|
+
|
|
55496
55854
|
### 第 59 次发布
|
|
55497
55855
|
|
|
55498
55856
|
发布时间:2021-10-21 11:40:48
|