tencentcloud-sdk-nodejs 4.0.259 → 4.0.263
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 +807 -116
- package/SERVICE_CHANGELOG.md +68052 -0
- package/package.json +1 -1
- package/products.md +51 -50
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +6 -4
- package/src/services/ams/v20201229/ams_client.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +24 -0
- package/src/services/antiddos/v20200309/antiddos_client.ts +40 -3
- package/src/services/antiddos/v20200309/antiddos_models.ts +226 -121
- package/src/services/asr/v20190614/asr_models.ts +5 -0
- package/src/services/cam/v20190116/cam_client.ts +32 -8
- package/src/services/cam/v20190116/cam_models.ts +118 -18
- package/src/services/cat/v20180409/cat_client.ts +4 -2
- package/src/services/cat/v20180409/cat_models.ts +54 -8
- package/src/services/cbs/v20170312/cbs_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_client.ts +27 -39
- package/src/services/cdb/v20170320/cdb_models.ts +172 -174
- package/src/services/chdfs/v20201112/chdfs_models.ts +55 -11
- package/src/services/ckafka/v20190819/ckafka_client.ts +50 -9
- package/src/services/ckafka/v20190819/ckafka_models.ts +308 -28
- package/src/services/clb/v20180317/clb_client.ts +14 -2
- package/src/services/clb/v20180317/clb_models.ts +19 -19
- package/src/services/cme/v20191029/cme_client.ts +2 -1
- package/src/services/cme/v20191029/cme_models.ts +31 -14
- package/src/services/cvm/v20170312/cvm_client.ts +168 -76
- package/src/services/cvm/v20170312/cvm_models.ts +935 -188
- package/src/services/dlc/v20210125/dlc_client.ts +15 -2
- package/src/services/dlc/v20210125/dlc_models.ts +163 -28
- package/src/services/dts/v20180330/dts_models.ts +10 -9
- package/src/services/ecdn/v20191012/ecdn_client.ts +5 -4
- package/src/services/ecdn/v20191012/ecdn_models.ts +127 -77
- package/src/services/es/v20180416/es_client.ts +17 -2
- package/src/services/es/v20180416/es_models.ts +291 -18
- package/src/services/essbasic/v20210526/essbasic_client.ts +72 -17
- package/src/services/essbasic/v20210526/essbasic_models.ts +495 -162
- package/src/services/faceid/v20180301/faceid_client.ts +3 -2
- package/src/services/faceid/v20180301/faceid_models.ts +6 -6
- package/src/services/gme/v20180711/gme_client.ts +1 -3
- package/src/services/gme/v20180711/gme_models.ts +8 -3
- package/src/services/iecp/index.ts +5 -0
- package/src/services/iecp/v20210914/iecp_client.ts +1064 -0
- package/src/services/iecp/v20210914/iecp_models.ts +5727 -0
- package/src/services/iecp/v20210914/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +63 -41
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +3 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +56 -8
- package/src/services/nlp/v20190408/nlp_client.ts +4 -4
- package/src/services/nlp/v20190408/nlp_models.ts +3 -3
- package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
- package/src/services/ocr/v20181119/ocr_models.ts +8 -2
- package/src/services/organization/v20210331/organization_client.ts +14 -1
- package/src/services/organization/v20210331/organization_models.ts +124 -17
- package/src/services/postgres/v20170312/postgres_models.ts +56 -12
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +12 -12
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/taf/v20200210/taf_client.ts +1 -0
- package/src/services/taf/v20200210/taf_models.ts +20 -0
- package/src/services/tcss/v20201101/tcss_models.ts +33 -7
- package/src/services/tdmq/v20200217/tdmq_client.ts +29 -3
- package/src/services/tdmq/v20200217/tdmq_models.ts +337 -148
- package/src/services/tem/v20210701/tem_client.ts +139 -88
- package/src/services/tem/v20210701/tem_models.ts +171 -16
- package/src/services/thpc/v20211109/thpc_client.ts +25 -10
- package/src/services/thpc/v20211109/thpc_models.ts +259 -141
- package/src/services/tiia/v20190529/tiia_client.ts +1 -6
- package/src/services/tiia/v20190529/tiia_models.ts +1 -1
- package/src/services/tiw/v20190919/tiw_models.ts +13 -2
- package/src/services/tke/v20180525/tke_models.ts +19 -4
- package/src/services/tms/v20201229/tms_models.ts +13 -1
- package/src/services/tsf/v20180326/tsf_client.ts +2 -0
- package/src/services/tsf/v20180326/tsf_models.ts +61 -1
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vm/v20201229/vm_models.ts +30 -0
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +360 -360
- package/src/services/vpc/v20170312/vpc_models.ts +41 -1
- package/src/services/wav/v20210129/wav_client.ts +45 -7
- package/src/services/wav/v20210129/wav_models.ts +370 -134
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -2
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +20 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +13 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +18 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +196 -105
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +11 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +15 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +102 -16
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +2 -2
- package/tencentcloud/services/cat/v20180409/cat_client.js +2 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +47 -8
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +10 -14
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +13 -19
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +144 -147
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +47 -11
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +261 -24
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +19 -19
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +28 -13
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +76 -44
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +95 -49
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +747 -122
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +136 -24
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +9 -9
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +113 -70
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +242 -18
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +31 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +38 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +401 -121
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +2 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +2 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -6
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -3
- package/tencentcloud/services/gme/v20180711/gme_client.js +1 -3
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -3
- package/tencentcloud/services/iecp/index.d.ts +6 -0
- package/tencentcloud/services/iecp/index.js +7 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +334 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +517 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +4845 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.js +18 -0
- package/tencentcloud/services/iecp/v20210914/index.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +57 -39
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +48 -8
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +4 -4
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +4 -4
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +3 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +107 -16
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +46 -10
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +12 -12
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +17 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +27 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +288 -128
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +52 -33
- package/tencentcloud/services/tem/v20210701/tem_client.js +75 -48
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +147 -15
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +235 -135
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +12 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +11 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +51 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +25 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +360 -360
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +33 -1
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -1
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -0
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +314 -116
- package/test/antiddos.v20200309.test.js +30 -0
- package/test/cam.v20190116.test.js +22 -2
- package/test/cdb.v20170320.test.js +20 -30
- package/test/ckafka.v20190819.test.js +32 -2
- package/test/cvm.v20170312.test.js +82 -12
- package/test/dlc.v20210125.test.js +10 -0
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +34 -4
- package/test/iecp.v20210914.test.js +831 -0
- package/test/organization.v20210331.test.js +10 -0
- package/test/tdmq.v20200217.test.js +20 -0
- package/test/tem.v20210701.test.js +74 -34
- package/test/thpc.v20211109.test.js +10 -0
- package/test/wav.v20210129.test.js +30 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Release 4.0.263
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 3 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-12-
|
|
7
|
+
发布时间:2021-12-28 08:09:51
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,46 +12,44 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [DescribeProbeTasks](https://cloud.tencent.com/document/api/280/66212)
|
|
15
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
17
16
|
|
|
18
17
|
新增数据结构:
|
|
19
18
|
|
|
20
|
-
* [
|
|
21
|
-
* [ProbeTaskBasicConfiguration](https://cloud.tencent.com/document/api/280/40931#ProbeTaskBasicConfiguration)
|
|
19
|
+
* [OrgPermission](https://cloud.tencent.com/document/api/850/67060#OrgPermission)
|
|
22
20
|
|
|
23
|
-
### 第 3 次发布
|
|
24
21
|
|
|
25
|
-
|
|
22
|
+
|
|
23
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
# Release 4.0.262
|
|
28
|
+
|
|
29
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
30
|
+
|
|
31
|
+
### 第 59 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2021-12-27 08:08:41
|
|
26
34
|
|
|
27
35
|
本次发布包含了以下内容:
|
|
28
36
|
|
|
29
37
|
改善已有的文档。
|
|
30
38
|
|
|
31
|
-
|
|
39
|
+
修改接口:
|
|
32
40
|
|
|
33
|
-
* [
|
|
34
|
-
* [DescribeDetailedSingleProbeData](https://cloud.tencent.com/document/api/280/66205)
|
|
35
|
-
* [DescribeProbeNodes](https://cloud.tencent.com/document/api/280/66204)
|
|
36
|
-
* [ResumeProbeTask](https://cloud.tencent.com/document/api/280/66203)
|
|
37
|
-
* [SuspendProbeTask](https://cloud.tencent.com/document/api/280/66202)
|
|
38
|
-
* [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
|
|
41
|
+
* [GeneralHandwritingOCR](https://cloud.tencent.com/document/api/866/36212)
|
|
39
42
|
|
|
40
|
-
|
|
43
|
+
* 新增入参:EnableDetectText
|
|
41
44
|
|
|
42
|
-
* [DetailedSingleDataDefine](https://cloud.tencent.com/document/api/280/40931#DetailedSingleDataDefine)
|
|
43
|
-
* [Field](https://cloud.tencent.com/document/api/280/40931#Field)
|
|
44
|
-
* [Label](https://cloud.tencent.com/document/api/280/40931#Label)
|
|
45
|
-
* [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
|
|
46
|
-
* [TaskResult](https://cloud.tencent.com/document/api/280/40931#TaskResult)
|
|
47
45
|
|
|
48
46
|
|
|
49
47
|
|
|
50
|
-
##
|
|
48
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
51
49
|
|
|
52
|
-
### 第
|
|
50
|
+
### 第 24 次发布
|
|
53
51
|
|
|
54
|
-
发布时间:2021-12-
|
|
52
|
+
发布时间:2021-12-27 08:11:32
|
|
55
53
|
|
|
56
54
|
本次发布包含了以下内容:
|
|
57
55
|
|
|
@@ -59,48 +57,97 @@
|
|
|
59
57
|
|
|
60
58
|
修改接口:
|
|
61
59
|
|
|
62
|
-
* [
|
|
60
|
+
* [CreateSnapshotTask](https://cloud.tencent.com/document/api/1137/59004)
|
|
63
61
|
|
|
64
|
-
* 新增入参:
|
|
62
|
+
* 新增入参:SnapshotMode
|
|
65
63
|
|
|
66
64
|
|
|
67
|
-
新增数据结构:
|
|
68
65
|
|
|
69
|
-
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
70
66
|
|
|
67
|
+
# Release 4.0.261
|
|
71
68
|
|
|
69
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
72
70
|
|
|
73
|
-
|
|
71
|
+
### 第 40 次发布
|
|
74
72
|
|
|
75
|
-
|
|
73
|
+
发布时间:2021-12-23 08:06:14
|
|
76
74
|
|
|
77
|
-
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
新增接口:
|
|
80
|
+
|
|
81
|
+
* [GetRolePermissionBoundary](https://cloud.tencent.com/document/api/598/66679)
|
|
82
|
+
* [GetUserPermissionBoundary](https://cloud.tencent.com/document/api/598/66680)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
87
|
+
|
|
88
|
+
### 第 75 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2021-12-24 08:06:02
|
|
78
91
|
|
|
79
92
|
本次发布包含了以下内容:
|
|
80
93
|
|
|
81
94
|
改善已有的文档。
|
|
82
95
|
|
|
83
|
-
|
|
96
|
+
新增接口:
|
|
84
97
|
|
|
85
|
-
* [
|
|
98
|
+
* [StartReplication](https://cloud.tencent.com/document/api/236/66849)
|
|
99
|
+
* [StopReplication](https://cloud.tencent.com/document/api/236/66848)
|
|
86
100
|
|
|
87
|
-
* 新增入参:Domains
|
|
88
101
|
|
|
89
102
|
|
|
103
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
104
|
+
|
|
105
|
+
### 第 32 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2021-12-23 08:07:26
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
新增接口:
|
|
114
|
+
|
|
115
|
+
* [SendMessage](https://cloud.tencent.com/document/api/597/66682)
|
|
116
|
+
|
|
117
|
+
新增数据结构:
|
|
118
|
+
|
|
119
|
+
* [BatchContent](https://cloud.tencent.com/document/api/597/40861#BatchContent)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
124
|
+
|
|
125
|
+
### 第 46 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2021-12-24 08:07:24
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
新增数据结构:
|
|
134
|
+
|
|
135
|
+
* [TextSlotInfo](https://cloud.tencent.com/document/api/1156/40360#TextSlotInfo)
|
|
136
|
+
|
|
90
137
|
修改数据结构:
|
|
91
138
|
|
|
92
|
-
* [
|
|
139
|
+
* [SlotInfo](https://cloud.tencent.com/document/api/1156/40360#SlotInfo)
|
|
93
140
|
|
|
94
|
-
* 新增成员:
|
|
141
|
+
* 新增成员:DefaultTextSlotInfo
|
|
95
142
|
|
|
96
143
|
|
|
97
144
|
|
|
98
145
|
|
|
99
|
-
##
|
|
146
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
100
147
|
|
|
101
|
-
### 第
|
|
148
|
+
### 第 21 次发布
|
|
102
149
|
|
|
103
|
-
发布时间:2021-12-
|
|
150
|
+
发布时间:2021-12-22 16:41:08
|
|
104
151
|
|
|
105
152
|
本次发布包含了以下内容:
|
|
106
153
|
|
|
@@ -108,23 +155,21 @@
|
|
|
108
155
|
|
|
109
156
|
新增接口:
|
|
110
157
|
|
|
111
|
-
* [
|
|
112
|
-
* [DeleteConsumer](https://cloud.tencent.com/document/api/614/66227)
|
|
113
|
-
* [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
|
|
114
|
-
* [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
|
|
158
|
+
* [DescribeViews](https://cloud.tencent.com/document/api/845/66674)
|
|
115
159
|
|
|
116
160
|
新增数据结构:
|
|
117
161
|
|
|
118
|
-
* [
|
|
119
|
-
* [
|
|
162
|
+
* [ClusterView](https://cloud.tencent.com/document/api/845/30634#ClusterView)
|
|
163
|
+
* [KibanaView](https://cloud.tencent.com/document/api/845/30634#KibanaView)
|
|
164
|
+
* [NodeView](https://cloud.tencent.com/document/api/845/30634#NodeView)
|
|
120
165
|
|
|
121
166
|
|
|
122
167
|
|
|
123
|
-
##
|
|
168
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
124
169
|
|
|
125
|
-
### 第
|
|
170
|
+
### 第 9 次发布
|
|
126
171
|
|
|
127
|
-
发布时间:2021-12-
|
|
172
|
+
发布时间:2021-12-23 08:10:29
|
|
128
173
|
|
|
129
174
|
本次发布包含了以下内容:
|
|
130
175
|
|
|
@@ -132,15 +177,24 @@
|
|
|
132
177
|
|
|
133
178
|
新增接口:
|
|
134
179
|
|
|
135
|
-
* [
|
|
180
|
+
* [DescribeFlowDetailInfo](https://cloud.tencent.com/document/api/1420/66683)
|
|
136
181
|
|
|
182
|
+
新增数据结构:
|
|
137
183
|
|
|
184
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1420/61525#FlowApproverDetail)
|
|
185
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1420/61525#FlowDetailInfo)
|
|
138
186
|
|
|
139
|
-
## 数据湖计算(dlc) 版本:2021-01-25
|
|
140
187
|
|
|
141
|
-
### 第 8 次发布
|
|
142
188
|
|
|
143
|
-
|
|
189
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
194
|
+
|
|
195
|
+
### 第 16 次发布
|
|
196
|
+
|
|
197
|
+
发布时间:2021-12-23 08:10:54
|
|
144
198
|
|
|
145
199
|
本次发布包含了以下内容:
|
|
146
200
|
|
|
@@ -148,57 +202,266 @@
|
|
|
148
202
|
|
|
149
203
|
修改接口:
|
|
150
204
|
|
|
151
|
-
* [
|
|
205
|
+
* [ScanVoice](https://cloud.tencent.com/document/api/607/37622)
|
|
152
206
|
|
|
153
|
-
* 新增入参:
|
|
207
|
+
* 新增入参:Lang
|
|
154
208
|
|
|
155
|
-
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
156
209
|
|
|
157
|
-
* 新增入参:DataEngineName
|
|
158
210
|
|
|
159
|
-
* [DescribeDatabases](https://cloud.tencent.com/document/api/1342/53773)
|
|
160
211
|
|
|
161
|
-
|
|
212
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
162
213
|
|
|
163
|
-
|
|
214
|
+
### 第 1 次发布
|
|
164
215
|
|
|
165
|
-
|
|
216
|
+
发布时间:2021-12-23 14:56:48
|
|
217
|
+
|
|
218
|
+
本次发布包含了以下内容:
|
|
219
|
+
|
|
220
|
+
改善已有的文档。
|
|
221
|
+
|
|
222
|
+
新增接口:
|
|
223
|
+
|
|
224
|
+
* [ApplyMarketComponent](https://cloud.tencent.com/document/api/1118/66787)
|
|
225
|
+
* [CreateApplicationVisualization](https://cloud.tencent.com/document/api/1118/66796)
|
|
226
|
+
* [CreateConfigMap](https://cloud.tencent.com/document/api/1118/66729)
|
|
227
|
+
* [CreateEdgeNode](https://cloud.tencent.com/document/api/1118/66767)
|
|
228
|
+
* [CreateEdgeNodeGroup](https://cloud.tencent.com/document/api/1118/66766)
|
|
229
|
+
* [CreateEdgeNodeUnitTemplate](https://cloud.tencent.com/document/api/1118/66765)
|
|
230
|
+
* [CreateEdgeUnitApplicationVisualization](https://cloud.tencent.com/document/api/1118/66786)
|
|
231
|
+
* [CreateEdgeUnitApplicationYaml](https://cloud.tencent.com/document/api/1118/66785)
|
|
232
|
+
* [CreateEdgeUnitCloud](https://cloud.tencent.com/document/api/1118/66764)
|
|
233
|
+
* [CreateNamespace](https://cloud.tencent.com/document/api/1118/66728)
|
|
234
|
+
* [CreateSecret](https://cloud.tencent.com/document/api/1118/66727)
|
|
235
|
+
* [CreateUpdateNodeUnit](https://cloud.tencent.com/document/api/1118/66763)
|
|
236
|
+
* [DeleteApplications](https://cloud.tencent.com/document/api/1118/66795)
|
|
237
|
+
* [DeleteConfigMap](https://cloud.tencent.com/document/api/1118/66726)
|
|
238
|
+
* [DeleteEdgeNodeGroup](https://cloud.tencent.com/document/api/1118/66762)
|
|
239
|
+
* [DeleteEdgeNodeUnitTemplates](https://cloud.tencent.com/document/api/1118/66761)
|
|
240
|
+
* [DeleteEdgeNodes](https://cloud.tencent.com/document/api/1118/66760)
|
|
241
|
+
* [DeleteEdgeUnitApplications](https://cloud.tencent.com/document/api/1118/66784)
|
|
242
|
+
* [DeleteEdgeUnitCloud](https://cloud.tencent.com/document/api/1118/66759)
|
|
243
|
+
* [DeleteEdgeUnitDeployGridItem](https://cloud.tencent.com/document/api/1118/66758)
|
|
244
|
+
* [DeleteEdgeUnitPod](https://cloud.tencent.com/document/api/1118/66757)
|
|
245
|
+
* [DeleteNamespace](https://cloud.tencent.com/document/api/1118/66725)
|
|
246
|
+
* [DeleteNodeUnit](https://cloud.tencent.com/document/api/1118/66756)
|
|
247
|
+
* [DeleteSecret](https://cloud.tencent.com/document/api/1118/66724)
|
|
248
|
+
* [DescribeApplicationVisualization](https://cloud.tencent.com/document/api/1118/66794)
|
|
249
|
+
* [DescribeApplicationYaml](https://cloud.tencent.com/document/api/1118/66793)
|
|
250
|
+
* [DescribeApplicationYamlError](https://cloud.tencent.com/document/api/1118/66792)
|
|
251
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1118/66791)
|
|
252
|
+
* [DescribeConfigMap](https://cloud.tencent.com/document/api/1118/66723)
|
|
253
|
+
* [DescribeConfigMapYamlError](https://cloud.tencent.com/document/api/1118/66722)
|
|
254
|
+
* [DescribeConfigMaps](https://cloud.tencent.com/document/api/1118/66721)
|
|
255
|
+
* [DescribeEdgeAgentNodeInstaller](https://cloud.tencent.com/document/api/1118/66755)
|
|
256
|
+
* [DescribeEdgeDefaultVpc](https://cloud.tencent.com/document/api/1118/66754)
|
|
257
|
+
* [DescribeEdgeNode](https://cloud.tencent.com/document/api/1118/66753)
|
|
258
|
+
* [DescribeEdgeNodePodContainers](https://cloud.tencent.com/document/api/1118/66752)
|
|
259
|
+
* [DescribeEdgeNodePods](https://cloud.tencent.com/document/api/1118/66751)
|
|
260
|
+
* [DescribeEdgeNodes](https://cloud.tencent.com/document/api/1118/66750)
|
|
261
|
+
* [DescribeEdgeOperationLogs](https://cloud.tencent.com/document/api/1118/66720)
|
|
262
|
+
* [DescribeEdgePod](https://cloud.tencent.com/document/api/1118/66749)
|
|
263
|
+
* [DescribeEdgeUnitApplicationEvents](https://cloud.tencent.com/document/api/1118/66783)
|
|
264
|
+
* [DescribeEdgeUnitApplicationLogs](https://cloud.tencent.com/document/api/1118/66782)
|
|
265
|
+
* [DescribeEdgeUnitApplicationPodContainers](https://cloud.tencent.com/document/api/1118/66781)
|
|
266
|
+
* [DescribeEdgeUnitApplicationPods](https://cloud.tencent.com/document/api/1118/66780)
|
|
267
|
+
* [DescribeEdgeUnitApplicationVisualization](https://cloud.tencent.com/document/api/1118/66779)
|
|
268
|
+
* [DescribeEdgeUnitApplicationYaml](https://cloud.tencent.com/document/api/1118/66778)
|
|
269
|
+
* [DescribeEdgeUnitApplicationYamlError](https://cloud.tencent.com/document/api/1118/66777)
|
|
270
|
+
* [DescribeEdgeUnitApplications](https://cloud.tencent.com/document/api/1118/66776)
|
|
271
|
+
* [DescribeEdgeUnitCloud](https://cloud.tencent.com/document/api/1118/66748)
|
|
272
|
+
* [DescribeEdgeUnitDeployGrid](https://cloud.tencent.com/document/api/1118/66747)
|
|
273
|
+
* [DescribeEdgeUnitDeployGridItem](https://cloud.tencent.com/document/api/1118/66746)
|
|
274
|
+
* [DescribeEdgeUnitDeployGridItemYaml](https://cloud.tencent.com/document/api/1118/66745)
|
|
275
|
+
* [DescribeEdgeUnitExtra](https://cloud.tencent.com/document/api/1118/66744)
|
|
276
|
+
* [DescribeEdgeUnitGridEvents](https://cloud.tencent.com/document/api/1118/66743)
|
|
277
|
+
* [DescribeEdgeUnitGridPods](https://cloud.tencent.com/document/api/1118/66742)
|
|
278
|
+
* [DescribeEdgeUnitMonitorStatus](https://cloud.tencent.com/document/api/1118/66741)
|
|
279
|
+
* [DescribeEdgeUnitNodeGroup](https://cloud.tencent.com/document/api/1118/66775)
|
|
280
|
+
* [DescribeEdgeUnitNodeUnitTemplates](https://cloud.tencent.com/document/api/1118/66740)
|
|
281
|
+
* [DescribeEdgeUnitsCloud](https://cloud.tencent.com/document/api/1118/66739)
|
|
282
|
+
* [DescribeMonitorMetrics](https://cloud.tencent.com/document/api/1118/66738)
|
|
283
|
+
* [DescribeNamespace](https://cloud.tencent.com/document/api/1118/66719)
|
|
284
|
+
* [DescribeNamespaceResources](https://cloud.tencent.com/document/api/1118/66737)
|
|
285
|
+
* [DescribeNamespaces](https://cloud.tencent.com/document/api/1118/66718)
|
|
286
|
+
* [DescribeNodeUnit](https://cloud.tencent.com/document/api/1118/66736)
|
|
287
|
+
* [DescribeNodeUnitTemplateOnNodeGroup](https://cloud.tencent.com/document/api/1118/66735)
|
|
288
|
+
* [DescribeSecret](https://cloud.tencent.com/document/api/1118/66717)
|
|
289
|
+
* [DescribeSecretYamlError](https://cloud.tencent.com/document/api/1118/66716)
|
|
290
|
+
* [DescribeSecrets](https://cloud.tencent.com/document/api/1118/66715)
|
|
291
|
+
* [GetMarketComponent](https://cloud.tencent.com/document/api/1118/66774)
|
|
292
|
+
* [GetMarketComponentList](https://cloud.tencent.com/document/api/1118/66773)
|
|
293
|
+
* [ModifyApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66790)
|
|
294
|
+
* [ModifyApplicationVisualization](https://cloud.tencent.com/document/api/1118/66789)
|
|
295
|
+
* [ModifyConfigMap](https://cloud.tencent.com/document/api/1118/66714)
|
|
296
|
+
* [ModifyEdgeNodeLabels](https://cloud.tencent.com/document/api/1118/66734)
|
|
297
|
+
* [ModifyEdgeUnit](https://cloud.tencent.com/document/api/1118/66733)
|
|
298
|
+
* [ModifyEdgeUnitApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66772)
|
|
299
|
+
* [ModifyEdgeUnitApplicationVisualization](https://cloud.tencent.com/document/api/1118/66771)
|
|
300
|
+
* [ModifyEdgeUnitApplicationYaml](https://cloud.tencent.com/document/api/1118/66770)
|
|
301
|
+
* [ModifyEdgeUnitDeployGridItem](https://cloud.tencent.com/document/api/1118/66732)
|
|
302
|
+
* [ModifyNodeUnitTemplate](https://cloud.tencent.com/document/api/1118/66731)
|
|
303
|
+
* [ModifySecret](https://cloud.tencent.com/document/api/1118/66713)
|
|
304
|
+
* [RedeployEdgeUnitApplication](https://cloud.tencent.com/document/api/1118/66769)
|
|
305
|
+
|
|
306
|
+
新增数据结构:
|
|
307
|
+
|
|
308
|
+
* [ApplicationBasicConfig](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicConfig)
|
|
309
|
+
* [ApplicationBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationBasicInfo)
|
|
310
|
+
* [ApplicationDeployMode](https://cloud.tencent.com/document/api/1118/66797#ApplicationDeployMode)
|
|
311
|
+
* [ApplicationStatusInfo](https://cloud.tencent.com/document/api/1118/66797#ApplicationStatusInfo)
|
|
312
|
+
* [ApplicationTemplate](https://cloud.tencent.com/document/api/1118/66797#ApplicationTemplate)
|
|
313
|
+
* [ConfigMapBasicInfo](https://cloud.tencent.com/document/api/1118/66797#ConfigMapBasicInfo)
|
|
314
|
+
* [Container](https://cloud.tencent.com/document/api/1118/66797#Container)
|
|
315
|
+
* [ContainerStatus](https://cloud.tencent.com/document/api/1118/66797#ContainerStatus)
|
|
316
|
+
* [CronJob](https://cloud.tencent.com/document/api/1118/66797#CronJob)
|
|
317
|
+
* [DockerConfig](https://cloud.tencent.com/document/api/1118/66797#DockerConfig)
|
|
318
|
+
* [EdgeCloudCluster](https://cloud.tencent.com/document/api/1118/66797#EdgeCloudCluster)
|
|
319
|
+
* [EdgeNodeInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeNodeInfo)
|
|
320
|
+
* [EdgeNodeInstallerOnline](https://cloud.tencent.com/document/api/1118/66797#EdgeNodeInstallerOnline)
|
|
321
|
+
* [EdgeNodeLabel](https://cloud.tencent.com/document/api/1118/66797#EdgeNodeLabel)
|
|
322
|
+
* [EdgeNodePodContainerInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeNodePodContainerInfo)
|
|
323
|
+
* [EdgeNodePodInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeNodePodInfo)
|
|
324
|
+
* [EdgeNodeResourceInfo](https://cloud.tencent.com/document/api/1118/66797#EdgeNodeResourceInfo)
|
|
325
|
+
* [EdgeUnitStatisticItem](https://cloud.tencent.com/document/api/1118/66797#EdgeUnitStatisticItem)
|
|
326
|
+
* [Env](https://cloud.tencent.com/document/api/1118/66797#Env)
|
|
327
|
+
* [EnvValueSelector](https://cloud.tencent.com/document/api/1118/66797#EnvValueSelector)
|
|
328
|
+
* [Event](https://cloud.tencent.com/document/api/1118/66797#Event)
|
|
329
|
+
* [FieldSort](https://cloud.tencent.com/document/api/1118/66797#FieldSort)
|
|
330
|
+
* [GridDetail](https://cloud.tencent.com/document/api/1118/66797#GridDetail)
|
|
331
|
+
* [GridEventInfo](https://cloud.tencent.com/document/api/1118/66797#GridEventInfo)
|
|
332
|
+
* [GridInfo](https://cloud.tencent.com/document/api/1118/66797#GridInfo)
|
|
333
|
+
* [GridItemInfo](https://cloud.tencent.com/document/api/1118/66797#GridItemInfo)
|
|
334
|
+
* [GridPodInfo](https://cloud.tencent.com/document/api/1118/66797#GridPodInfo)
|
|
335
|
+
* [HorizontalPodAutoscaler](https://cloud.tencent.com/document/api/1118/66797#HorizontalPodAutoscaler)
|
|
336
|
+
* [HttpHeader](https://cloud.tencent.com/document/api/1118/66797#HttpHeader)
|
|
337
|
+
* [HttpProbe](https://cloud.tencent.com/document/api/1118/66797#HttpProbe)
|
|
338
|
+
* [Job](https://cloud.tencent.com/document/api/1118/66797#Job)
|
|
339
|
+
* [KeyValueObj](https://cloud.tencent.com/document/api/1118/66797#KeyValueObj)
|
|
340
|
+
* [Label](https://cloud.tencent.com/document/api/1118/66797#Label)
|
|
341
|
+
* [MarketComponentInfo](https://cloud.tencent.com/document/api/1118/66797#MarketComponentInfo)
|
|
342
|
+
* [MonitorMetricsColumn](https://cloud.tencent.com/document/api/1118/66797#MonitorMetricsColumn)
|
|
343
|
+
* [NamespaceInfo](https://cloud.tencent.com/document/api/1118/66797#NamespaceInfo)
|
|
344
|
+
* [NamespaceResource](https://cloud.tencent.com/document/api/1118/66797#NamespaceResource)
|
|
345
|
+
* [NodeGroupInfo](https://cloud.tencent.com/document/api/1118/66797#NodeGroupInfo)
|
|
346
|
+
* [NodeGroupNodeUnitTemplateInfo](https://cloud.tencent.com/document/api/1118/66797#NodeGroupNodeUnitTemplateInfo)
|
|
347
|
+
* [NodeSimpleInfo](https://cloud.tencent.com/document/api/1118/66797#NodeSimpleInfo)
|
|
348
|
+
* [NodeUnitInfo](https://cloud.tencent.com/document/api/1118/66797#NodeUnitInfo)
|
|
349
|
+
* [NodeUnitNodeInfo](https://cloud.tencent.com/document/api/1118/66797#NodeUnitNodeInfo)
|
|
350
|
+
* [NodeUnitTemplate](https://cloud.tencent.com/document/api/1118/66797#NodeUnitTemplate)
|
|
351
|
+
* [OperationLog](https://cloud.tencent.com/document/api/1118/66797#OperationLog)
|
|
352
|
+
* [OperationLogsCondition](https://cloud.tencent.com/document/api/1118/66797#OperationLogsCondition)
|
|
353
|
+
* [PodStatus](https://cloud.tencent.com/document/api/1118/66797#PodStatus)
|
|
354
|
+
* [PortConfig](https://cloud.tencent.com/document/api/1118/66797#PortConfig)
|
|
355
|
+
* [Probe](https://cloud.tencent.com/document/api/1118/66797#Probe)
|
|
356
|
+
* [ResourceMetricTarget](https://cloud.tencent.com/document/api/1118/66797#ResourceMetricTarget)
|
|
357
|
+
* [SecretItem](https://cloud.tencent.com/document/api/1118/66797#SecretItem)
|
|
358
|
+
* [SecurityCapabilities](https://cloud.tencent.com/document/api/1118/66797#SecurityCapabilities)
|
|
359
|
+
* [SecurityContext](https://cloud.tencent.com/document/api/1118/66797#SecurityContext)
|
|
360
|
+
* [Service](https://cloud.tencent.com/document/api/1118/66797#Service)
|
|
361
|
+
* [Sort](https://cloud.tencent.com/document/api/1118/66797#Sort)
|
|
362
|
+
* [TcpProbe](https://cloud.tencent.com/document/api/1118/66797#TcpProbe)
|
|
363
|
+
* [Volume](https://cloud.tencent.com/document/api/1118/66797#Volume)
|
|
364
|
+
* [VolumeConfigMap](https://cloud.tencent.com/document/api/1118/66797#VolumeConfigMap)
|
|
365
|
+
* [VolumeConfigMapKeyToPath](https://cloud.tencent.com/document/api/1118/66797#VolumeConfigMapKeyToPath)
|
|
366
|
+
* [VolumeHostPath](https://cloud.tencent.com/document/api/1118/66797#VolumeHostPath)
|
|
367
|
+
* [VolumeMount](https://cloud.tencent.com/document/api/1118/66797#VolumeMount)
|
|
368
|
+
* [VolumeNFS](https://cloud.tencent.com/document/api/1118/66797#VolumeNFS)
|
|
166
369
|
|
|
167
|
-
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
168
370
|
|
|
169
|
-
* 新增入参:DataEngineName
|
|
170
371
|
|
|
171
|
-
|
|
372
|
+
## 密钥管理系统(kms) 版本:2019-01-18
|
|
172
373
|
|
|
173
|
-
|
|
374
|
+
### 第 16 次发布
|
|
375
|
+
|
|
376
|
+
发布时间:2021-12-23 08:12:09
|
|
377
|
+
|
|
378
|
+
本次发布包含了以下内容:
|
|
379
|
+
|
|
380
|
+
改善已有的文档。
|
|
381
|
+
|
|
382
|
+
修改接口:
|
|
383
|
+
|
|
384
|
+
* [Decrypt](https://cloud.tencent.com/document/api/573/34429)
|
|
385
|
+
|
|
386
|
+
* 新增入参:EncryptionPublicKey, EncryptionAlgorithm
|
|
387
|
+
|
|
388
|
+
* [GenerateDataKey](https://cloud.tencent.com/document/api/573/34419)
|
|
389
|
+
|
|
390
|
+
* 新增入参:EncryptionPublicKey, EncryptionAlgorithm
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
396
|
+
|
|
397
|
+
### 第 22 次发布
|
|
398
|
+
|
|
399
|
+
发布时间:2021-12-24 08:13:26
|
|
400
|
+
|
|
401
|
+
本次发布包含了以下内容:
|
|
402
|
+
|
|
403
|
+
改善已有的文档。
|
|
404
|
+
|
|
405
|
+
修改接口:
|
|
406
|
+
|
|
407
|
+
* [CreateDBInstances](https://cloud.tencent.com/document/api/409/16771)
|
|
408
|
+
|
|
409
|
+
* 新增入参:DBMajorVersion, DBKernelVersion
|
|
410
|
+
|
|
411
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
412
|
+
|
|
413
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
414
|
+
|
|
415
|
+
* 新增入参:DBMajorVersion, DBKernelVersion
|
|
416
|
+
|
|
417
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
174
418
|
|
|
175
419
|
|
|
176
420
|
修改数据结构:
|
|
177
421
|
|
|
178
|
-
* [
|
|
422
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
179
423
|
|
|
180
|
-
* 新增成员:
|
|
424
|
+
* 新增成员:DBMajorVersion
|
|
181
425
|
|
|
182
|
-
* [
|
|
426
|
+
* [ServerlessDBInstance](https://cloud.tencent.com/document/api/409/16778#ServerlessDBInstance)
|
|
183
427
|
|
|
184
|
-
* 新增成员:
|
|
428
|
+
* 新增成员:DBMajorVersion
|
|
185
429
|
|
|
186
|
-
* [
|
|
430
|
+
* [SpecItemInfo](https://cloud.tencent.com/document/api/409/16778#SpecItemInfo)
|
|
187
431
|
|
|
188
|
-
* 新增成员:
|
|
432
|
+
* 新增成员:MajorVersion, KernelVersion
|
|
189
433
|
|
|
190
|
-
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
191
434
|
|
|
192
|
-
* 新增成员:UpdateTime, DataEngineId, OperateUin, DataEngineName, InputType, InputConf, DataNumber, CanDownload
|
|
193
435
|
|
|
194
436
|
|
|
437
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
195
438
|
|
|
439
|
+
### 第 11 次发布
|
|
196
440
|
|
|
197
|
-
|
|
441
|
+
发布时间:2021-12-23 08:14:47
|
|
198
442
|
|
|
199
|
-
|
|
443
|
+
本次发布包含了以下内容:
|
|
200
444
|
|
|
201
|
-
|
|
445
|
+
改善已有的文档。
|
|
446
|
+
|
|
447
|
+
新增数据结构:
|
|
448
|
+
|
|
449
|
+
* [Device](https://cloud.tencent.com/document/api/1031/43310#Device)
|
|
450
|
+
|
|
451
|
+
修改数据结构:
|
|
452
|
+
|
|
453
|
+
* [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
|
|
454
|
+
|
|
455
|
+
* 新增成员:DeviceList
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
461
|
+
|
|
462
|
+
### 第 9 次发布
|
|
463
|
+
|
|
464
|
+
发布时间:2021-12-23 08:16:03
|
|
202
465
|
|
|
203
466
|
本次发布包含了以下内容:
|
|
204
467
|
|
|
@@ -206,34 +469,50 @@
|
|
|
206
469
|
|
|
207
470
|
新增接口:
|
|
208
471
|
|
|
209
|
-
* [
|
|
472
|
+
* [RestartApplication](https://cloud.tencent.com/document/api/1371/66685)
|
|
473
|
+
* [StopApplication](https://cloud.tencent.com/document/api/1371/66684)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
210
478
|
|
|
211
479
|
|
|
212
480
|
|
|
213
481
|
## 容器服务(tke) 版本:2018-05-25
|
|
214
482
|
|
|
215
|
-
### 第
|
|
483
|
+
### 第 83 次发布
|
|
216
484
|
|
|
217
|
-
发布时间:2021-12-
|
|
485
|
+
发布时间:2021-12-24 08:16:08
|
|
218
486
|
|
|
219
487
|
本次发布包含了以下内容:
|
|
220
488
|
|
|
221
489
|
改善已有的文档。
|
|
222
490
|
|
|
491
|
+
修改接口:
|
|
492
|
+
|
|
493
|
+
* [DescribeEKSClusterCredential](https://cloud.tencent.com/document/api/457/52351)
|
|
494
|
+
|
|
495
|
+
* 新增出参:ProxyLB
|
|
496
|
+
|
|
497
|
+
* [UpdateEKSCluster](https://cloud.tencent.com/document/api/457/52349)
|
|
498
|
+
|
|
499
|
+
* 新增入参:ProxyLB
|
|
500
|
+
|
|
501
|
+
|
|
223
502
|
修改数据结构:
|
|
224
503
|
|
|
225
|
-
* [
|
|
504
|
+
* [ClusterPublicLB](https://cloud.tencent.com/document/api/457/31866#ClusterPublicLB)
|
|
226
505
|
|
|
227
|
-
* 新增成员:
|
|
506
|
+
* 新增成员:SecurityGroup
|
|
228
507
|
|
|
229
508
|
|
|
230
509
|
|
|
231
510
|
|
|
232
|
-
##
|
|
511
|
+
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
233
512
|
|
|
234
|
-
### 第
|
|
513
|
+
### 第 63 次发布
|
|
235
514
|
|
|
236
|
-
发布时间:2021-12-
|
|
515
|
+
发布时间:2021-12-24 08:16:33
|
|
237
516
|
|
|
238
517
|
本次发布包含了以下内容:
|
|
239
518
|
|
|
@@ -241,23 +520,34 @@
|
|
|
241
520
|
|
|
242
521
|
修改接口:
|
|
243
522
|
|
|
244
|
-
* [
|
|
523
|
+
* [DescribeMicroservices](https://cloud.tencent.com/document/api/649/36084)
|
|
245
524
|
|
|
246
|
-
* 新增入参:
|
|
525
|
+
* 新增入参:MicroserviceNameList
|
|
247
526
|
|
|
248
527
|
|
|
249
|
-
|
|
528
|
+
### 第 62 次发布
|
|
250
529
|
|
|
251
|
-
|
|
530
|
+
发布时间:2021-12-23 08:16:46
|
|
252
531
|
|
|
253
|
-
|
|
532
|
+
本次发布包含了以下内容:
|
|
254
533
|
|
|
255
|
-
|
|
534
|
+
改善已有的文档。
|
|
256
535
|
|
|
257
|
-
|
|
536
|
+
修改接口:
|
|
537
|
+
|
|
538
|
+
* [DeployContainerGroup](https://cloud.tencent.com/document/api/649/36071)
|
|
258
539
|
|
|
540
|
+
* 新增入参:VolumeInfos, VolumeMountInfos
|
|
259
541
|
|
|
260
542
|
|
|
543
|
+
新增数据结构:
|
|
544
|
+
|
|
545
|
+
* [VolumeInfo](https://cloud.tencent.com/document/api/649/36099#VolumeInfo)
|
|
546
|
+
* [VolumeMountInfo](https://cloud.tencent.com/document/api/649/36099#VolumeMountInfo)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
# 本版本更新包含以下内容:
|
|
261
551
|
|
|
262
552
|
# 历次版本更新如下:
|
|
263
553
|
|
|
@@ -1139,6 +1429,33 @@
|
|
|
1139
1429
|
|
|
1140
1430
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
1141
1431
|
|
|
1432
|
+
### 第 3 次发布
|
|
1433
|
+
|
|
1434
|
+
发布时间:2021-12-20 08:02:28
|
|
1435
|
+
|
|
1436
|
+
本次发布包含了以下内容:
|
|
1437
|
+
|
|
1438
|
+
改善已有的文档。
|
|
1439
|
+
|
|
1440
|
+
修改数据结构:
|
|
1441
|
+
|
|
1442
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1219/53259#AudioResult)
|
|
1443
|
+
|
|
1444
|
+
* 新增成员:SubLabel
|
|
1445
|
+
|
|
1446
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
1447
|
+
|
|
1448
|
+
* 新增成员:SubLabel
|
|
1449
|
+
|
|
1450
|
+
* [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailTextResult)
|
|
1451
|
+
|
|
1452
|
+
* 新增成员:SubLabel
|
|
1453
|
+
|
|
1454
|
+
* [TaskLabel](https://cloud.tencent.com/document/api/1219/53259#TaskLabel)
|
|
1455
|
+
|
|
1456
|
+
* 新增成员:SubLabel
|
|
1457
|
+
|
|
1458
|
+
|
|
1142
1459
|
### 第 2 次发布
|
|
1143
1460
|
|
|
1144
1461
|
发布时间:2021-06-04 16:38:43
|
|
@@ -1193,6 +1510,24 @@
|
|
|
1193
1510
|
|
|
1194
1511
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1195
1512
|
|
|
1513
|
+
### 第 17 次发布
|
|
1514
|
+
|
|
1515
|
+
发布时间:2021-12-20 17:09:09
|
|
1516
|
+
|
|
1517
|
+
本次发布包含了以下内容:
|
|
1518
|
+
|
|
1519
|
+
改善已有的文档。
|
|
1520
|
+
|
|
1521
|
+
新增接口:
|
|
1522
|
+
|
|
1523
|
+
* [CreateDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/66356)
|
|
1524
|
+
* [DeleteDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/66355)
|
|
1525
|
+
* [DescribeDDoSBlackWhiteIpList](https://cloud.tencent.com/document/api/1021/66354)
|
|
1526
|
+
|
|
1527
|
+
新增数据结构:
|
|
1528
|
+
|
|
1529
|
+
* [IpSegment](https://cloud.tencent.com/document/api/1021/57582#IpSegment)
|
|
1530
|
+
|
|
1196
1531
|
### 第 16 次发布
|
|
1197
1532
|
|
|
1198
1533
|
发布时间:2021-12-15 08:02:37
|
|
@@ -7479,13 +7814,13 @@
|
|
|
7479
7814
|
|
|
7480
7815
|
新增接口:
|
|
7481
7816
|
|
|
7482
|
-
* [
|
|
7483
|
-
* [
|
|
7817
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
7818
|
+
* [DescribeProbeTasks](https://cloud.tencent.com/document/api/280/66212)
|
|
7484
7819
|
|
|
7485
7820
|
新增数据结构:
|
|
7486
7821
|
|
|
7487
|
-
* [
|
|
7488
|
-
* [
|
|
7822
|
+
* [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
|
|
7823
|
+
* [ProbeTaskBasicConfiguration](https://cloud.tencent.com/document/api/280/40931#ProbeTaskBasicConfiguration)
|
|
7489
7824
|
|
|
7490
7825
|
### 第 3 次发布
|
|
7491
7826
|
|
|
@@ -7497,20 +7832,20 @@
|
|
|
7497
7832
|
|
|
7498
7833
|
新增接口:
|
|
7499
7834
|
|
|
7500
|
-
* [
|
|
7501
|
-
* [
|
|
7502
|
-
* [
|
|
7503
|
-
* [
|
|
7504
|
-
* [
|
|
7505
|
-
* [
|
|
7835
|
+
* [DeleteProbeTask](https://cloud.tencent.com/document/api/280/66206)
|
|
7836
|
+
* [DescribeDetailedSingleProbeData](https://cloud.tencent.com/document/api/280/66205)
|
|
7837
|
+
* [DescribeProbeNodes](https://cloud.tencent.com/document/api/280/66204)
|
|
7838
|
+
* [ResumeProbeTask](https://cloud.tencent.com/document/api/280/66203)
|
|
7839
|
+
* [SuspendProbeTask](https://cloud.tencent.com/document/api/280/66202)
|
|
7840
|
+
* [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
|
|
7506
7841
|
|
|
7507
7842
|
新增数据结构:
|
|
7508
7843
|
|
|
7509
|
-
* [
|
|
7510
|
-
* [
|
|
7511
|
-
* [
|
|
7512
|
-
* [
|
|
7513
|
-
* [
|
|
7844
|
+
* [DetailedSingleDataDefine](https://cloud.tencent.com/document/api/280/40931#DetailedSingleDataDefine)
|
|
7845
|
+
* [Field](https://cloud.tencent.com/document/api/280/40931#Field)
|
|
7846
|
+
* [Label](https://cloud.tencent.com/document/api/280/40931#Label)
|
|
7847
|
+
* [NodeDefine](https://cloud.tencent.com/document/api/280/40931#NodeDefine)
|
|
7848
|
+
* [TaskResult](https://cloud.tencent.com/document/api/280/40931#TaskResult)
|
|
7514
7849
|
|
|
7515
7850
|
### 第 2 次发布
|
|
7516
7851
|
|
|
@@ -7609,6 +7944,21 @@
|
|
|
7609
7944
|
|
|
7610
7945
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7611
7946
|
|
|
7947
|
+
### 第 35 次发布
|
|
7948
|
+
|
|
7949
|
+
发布时间:2021-12-21 08:01:42
|
|
7950
|
+
|
|
7951
|
+
本次发布包含了以下内容:
|
|
7952
|
+
|
|
7953
|
+
改善已有的文档。
|
|
7954
|
+
|
|
7955
|
+
修改接口:
|
|
7956
|
+
|
|
7957
|
+
* [ApplySnapshot](https://cloud.tencent.com/document/api/362/15643)
|
|
7958
|
+
|
|
7959
|
+
* 新增入参:AutoStopInstance, AutoStartInstance
|
|
7960
|
+
|
|
7961
|
+
|
|
7612
7962
|
### 第 34 次发布
|
|
7613
7963
|
|
|
7614
7964
|
发布时间:2021-12-17 08:07:31
|
|
@@ -7626,7 +7976,7 @@
|
|
|
7626
7976
|
|
|
7627
7977
|
新增数据结构:
|
|
7628
7978
|
|
|
7629
|
-
* [
|
|
7979
|
+
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
7630
7980
|
|
|
7631
7981
|
### 第 33 次发布
|
|
7632
7982
|
|
|
@@ -12985,6 +13335,36 @@
|
|
|
12985
13335
|
|
|
12986
13336
|
## 云 HDFS(chdfs) 版本:2020-11-12
|
|
12987
13337
|
|
|
13338
|
+
### 第 3 次发布
|
|
13339
|
+
|
|
13340
|
+
发布时间:2021-12-21 08:02:31
|
|
13341
|
+
|
|
13342
|
+
本次发布包含了以下内容:
|
|
13343
|
+
|
|
13344
|
+
改善已有的文档。
|
|
13345
|
+
|
|
13346
|
+
修改接口:
|
|
13347
|
+
|
|
13348
|
+
* [CreateFileSystem](https://cloud.tencent.com/document/api/1105/51148)
|
|
13349
|
+
|
|
13350
|
+
* 新增入参:EnableRanger, RangerServiceAddresses
|
|
13351
|
+
|
|
13352
|
+
* [DescribeFileSystem](https://cloud.tencent.com/document/api/1105/51147)
|
|
13353
|
+
|
|
13354
|
+
* 新增出参:StandardCapacityUsed, DegradeCapacityUsed
|
|
13355
|
+
|
|
13356
|
+
* [ModifyFileSystem](https://cloud.tencent.com/document/api/1105/51145)
|
|
13357
|
+
|
|
13358
|
+
* 新增入参:EnableRanger, RangerServiceAddresses
|
|
13359
|
+
|
|
13360
|
+
|
|
13361
|
+
修改数据结构:
|
|
13362
|
+
|
|
13363
|
+
* [FileSystem](https://cloud.tencent.com/document/api/1105/51158#FileSystem)
|
|
13364
|
+
|
|
13365
|
+
* 新增成员:EnableRanger, RangerServiceAddresses
|
|
13366
|
+
|
|
13367
|
+
|
|
12988
13368
|
### 第 2 次发布
|
|
12989
13369
|
|
|
12990
13370
|
发布时间:2021-01-22 08:03:07
|
|
@@ -13289,6 +13669,47 @@
|
|
|
13289
13669
|
|
|
13290
13670
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
13291
13671
|
|
|
13672
|
+
### 第 30 次发布
|
|
13673
|
+
|
|
13674
|
+
发布时间:2021-12-21 08:02:41
|
|
13675
|
+
|
|
13676
|
+
本次发布包含了以下内容:
|
|
13677
|
+
|
|
13678
|
+
改善已有的文档。
|
|
13679
|
+
|
|
13680
|
+
修改接口:
|
|
13681
|
+
|
|
13682
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
|
|
13683
|
+
|
|
13684
|
+
* 新增入参:Tags
|
|
13685
|
+
|
|
13686
|
+
|
|
13687
|
+
### 第 29 次发布
|
|
13688
|
+
|
|
13689
|
+
发布时间:2021-12-20 08:04:36
|
|
13690
|
+
|
|
13691
|
+
本次发布包含了以下内容:
|
|
13692
|
+
|
|
13693
|
+
改善已有的文档。
|
|
13694
|
+
|
|
13695
|
+
新增接口:
|
|
13696
|
+
|
|
13697
|
+
* [BatchModifyGroupOffsets](https://cloud.tencent.com/document/api/597/66319)
|
|
13698
|
+
* [BatchModifyTopicAttributes](https://cloud.tencent.com/document/api/597/66318)
|
|
13699
|
+
|
|
13700
|
+
新增数据结构:
|
|
13701
|
+
|
|
13702
|
+
* [BatchModifyTopicInfo](https://cloud.tencent.com/document/api/597/40861#BatchModifyTopicInfo)
|
|
13703
|
+
* [BatchModifyTopicResultDTO](https://cloud.tencent.com/document/api/597/40861#BatchModifyTopicResultDTO)
|
|
13704
|
+
* [Partitions](https://cloud.tencent.com/document/api/597/40861#Partitions)
|
|
13705
|
+
|
|
13706
|
+
修改数据结构:
|
|
13707
|
+
|
|
13708
|
+
* [ZoneResponse](https://cloud.tencent.com/document/api/597/40861#ZoneResponse)
|
|
13709
|
+
|
|
13710
|
+
* 新增成员:PublicNetwork, PublicNetworkLimit
|
|
13711
|
+
|
|
13712
|
+
|
|
13292
13713
|
### 第 28 次发布
|
|
13293
13714
|
|
|
13294
13715
|
发布时间:2021-12-14 08:07:08
|
|
@@ -15529,15 +15950,15 @@
|
|
|
15529
15950
|
|
|
15530
15951
|
新增接口:
|
|
15531
15952
|
|
|
15532
|
-
* [
|
|
15533
|
-
* [
|
|
15534
|
-
* [
|
|
15535
|
-
* [
|
|
15953
|
+
* [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
|
|
15954
|
+
* [DeleteConsumer](https://cloud.tencent.com/document/api/614/66227)
|
|
15955
|
+
* [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
|
|
15956
|
+
* [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
|
|
15536
15957
|
|
|
15537
15958
|
新增数据结构:
|
|
15538
15959
|
|
|
15539
|
-
* [
|
|
15540
|
-
* [
|
|
15960
|
+
* [Ckafka](https://cloud.tencent.com/document/api/614/56471#Ckafka)
|
|
15961
|
+
* [ConsumerContent](https://cloud.tencent.com/document/api/614/56471#ConsumerContent)
|
|
15541
15962
|
|
|
15542
15963
|
### 第 12 次发布
|
|
15543
15964
|
|
|
@@ -18863,6 +19284,64 @@
|
|
|
18863
19284
|
|
|
18864
19285
|
## 云服务器(cvm) 版本:2017-03-12
|
|
18865
19286
|
|
|
19287
|
+
### 第 67 次发布
|
|
19288
|
+
|
|
19289
|
+
发布时间:2021-12-21 08:03:40
|
|
19290
|
+
|
|
19291
|
+
本次发布包含了以下内容:
|
|
19292
|
+
|
|
19293
|
+
改善已有的文档。
|
|
19294
|
+
|
|
19295
|
+
新增数据结构:
|
|
19296
|
+
|
|
19297
|
+
* [LaunchTemplateVersionData](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateVersionData)
|
|
19298
|
+
|
|
19299
|
+
修改数据结构:
|
|
19300
|
+
|
|
19301
|
+
* [LaunchTemplate](https://cloud.tencent.com/document/api/213/15753#LaunchTemplate)
|
|
19302
|
+
|
|
19303
|
+
* 新增成员:LaunchTemplateId, LaunchTemplateVersion
|
|
19304
|
+
|
|
19305
|
+
* [LaunchTemplateInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateInfo)
|
|
19306
|
+
|
|
19307
|
+
* 新增成员:LatestVersionNumber, LaunchTemplateId, LaunchTemplateName, DefaultVersionNumber, LaunchTemplateVersionCount, CreatedBy, CreationTime
|
|
19308
|
+
|
|
19309
|
+
* [LaunchTemplateVersionInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateVersionInfo)
|
|
19310
|
+
|
|
19311
|
+
* 新增成员:LaunchTemplateVersion, LaunchTemplateVersionData, CreationTime, LaunchTemplateId, IsDefaultVersion, LaunchTemplateVersionDescription, CreatedBy
|
|
19312
|
+
|
|
19313
|
+
|
|
19314
|
+
### 第 66 次发布
|
|
19315
|
+
|
|
19316
|
+
发布时间:2021-12-20 08:05:40
|
|
19317
|
+
|
|
19318
|
+
本次发布包含了以下内容:
|
|
19319
|
+
|
|
19320
|
+
改善已有的文档。
|
|
19321
|
+
|
|
19322
|
+
新增接口:
|
|
19323
|
+
|
|
19324
|
+
* [CreateLaunchTemplate](https://cloud.tencent.com/document/api/213/66327)
|
|
19325
|
+
* [CreateLaunchTemplateVersion](https://cloud.tencent.com/document/api/213/66326)
|
|
19326
|
+
* [DeleteLaunchTemplate](https://cloud.tencent.com/document/api/213/66325)
|
|
19327
|
+
* [DeleteLaunchTemplateVersions](https://cloud.tencent.com/document/api/213/66324)
|
|
19328
|
+
* [DescribeLaunchTemplateVersions](https://cloud.tencent.com/document/api/213/66323)
|
|
19329
|
+
* [DescribeLaunchTemplates](https://cloud.tencent.com/document/api/213/66322)
|
|
19330
|
+
* [ModifyLaunchTemplateDefaultVersion](https://cloud.tencent.com/document/api/213/66321)
|
|
19331
|
+
|
|
19332
|
+
修改接口:
|
|
19333
|
+
|
|
19334
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
|
19335
|
+
|
|
19336
|
+
* 新增入参:LaunchTemplate
|
|
19337
|
+
|
|
19338
|
+
|
|
19339
|
+
新增数据结构:
|
|
19340
|
+
|
|
19341
|
+
* [LaunchTemplate](https://cloud.tencent.com/document/api/213/15753#LaunchTemplate)
|
|
19342
|
+
* [LaunchTemplateInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateInfo)
|
|
19343
|
+
* [LaunchTemplateVersionInfo](https://cloud.tencent.com/document/api/213/15753#LaunchTemplateVersionInfo)
|
|
19344
|
+
|
|
18866
19345
|
### 第 65 次发布
|
|
18867
19346
|
|
|
18868
19347
|
发布时间:2021-12-13 08:07:20
|
|
@@ -23203,7 +23682,7 @@
|
|
|
23203
23682
|
|
|
23204
23683
|
新增接口:
|
|
23205
23684
|
|
|
23206
|
-
* [
|
|
23685
|
+
* [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/557/66229)
|
|
23207
23686
|
|
|
23208
23687
|
### 第 30 次发布
|
|
23209
23688
|
|
|
@@ -24760,6 +25239,21 @@
|
|
|
24760
25239
|
|
|
24761
25240
|
## 数据传输服务(dts) 版本:2018-03-30
|
|
24762
25241
|
|
|
25242
|
+
### 第 16 次发布
|
|
25243
|
+
|
|
25244
|
+
发布时间:2021-12-21 08:05:11
|
|
25245
|
+
|
|
25246
|
+
本次发布包含了以下内容:
|
|
25247
|
+
|
|
25248
|
+
改善已有的文档。
|
|
25249
|
+
|
|
25250
|
+
修改接口:
|
|
25251
|
+
|
|
25252
|
+
* [CreateMigrateJob](https://cloud.tencent.com/document/api/571/18141)
|
|
25253
|
+
|
|
25254
|
+
* 新增入参:Tags
|
|
25255
|
+
|
|
25256
|
+
|
|
24763
25257
|
### 第 15 次发布
|
|
24764
25258
|
|
|
24765
25259
|
发布时间:2021-11-09 08:10:46
|
|
@@ -28313,6 +28807,31 @@
|
|
|
28313
28807
|
|
|
28314
28808
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
28315
28809
|
|
|
28810
|
+
### 第 7 次发布
|
|
28811
|
+
|
|
28812
|
+
发布时间:2021-12-21 08:05:51
|
|
28813
|
+
|
|
28814
|
+
本次发布包含了以下内容:
|
|
28815
|
+
|
|
28816
|
+
改善已有的文档。
|
|
28817
|
+
|
|
28818
|
+
新增接口:
|
|
28819
|
+
|
|
28820
|
+
* [GetDownloadFlowUrl](https://cloud.tencent.com/document/api/1420/66368)
|
|
28821
|
+
* [OperateChannelTemplate](https://cloud.tencent.com/document/api/1420/66367)
|
|
28822
|
+
|
|
28823
|
+
新增数据结构:
|
|
28824
|
+
|
|
28825
|
+
* [AuthFailMessage](https://cloud.tencent.com/document/api/1420/61525#AuthFailMessage)
|
|
28826
|
+
* [DownloadFlowInfo](https://cloud.tencent.com/document/api/1420/61525#DownloadFlowInfo)
|
|
28827
|
+
|
|
28828
|
+
修改数据结构:
|
|
28829
|
+
|
|
28830
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
28831
|
+
|
|
28832
|
+
* 新增成员:PreReadTime
|
|
28833
|
+
|
|
28834
|
+
|
|
28316
28835
|
### 第 6 次发布
|
|
28317
28836
|
|
|
28318
28837
|
发布时间:2021-11-08 08:06:21
|
|
@@ -36170,6 +36689,27 @@
|
|
|
36170
36689
|
|
|
36171
36690
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
36172
36691
|
|
|
36692
|
+
### 第 23 次发布
|
|
36693
|
+
|
|
36694
|
+
发布时间:2021-12-20 08:09:41
|
|
36695
|
+
|
|
36696
|
+
本次发布包含了以下内容:
|
|
36697
|
+
|
|
36698
|
+
改善已有的文档。
|
|
36699
|
+
|
|
36700
|
+
修改接口:
|
|
36701
|
+
|
|
36702
|
+
* [InquirePriceRenewInstances](https://cloud.tencent.com/document/api/1207/55557)
|
|
36703
|
+
|
|
36704
|
+
* 新增入参:RenewDataDisk, AlignInstanceExpiredTime
|
|
36705
|
+
|
|
36706
|
+
* 新增出参:DataDiskPriceSet
|
|
36707
|
+
|
|
36708
|
+
|
|
36709
|
+
新增数据结构:
|
|
36710
|
+
|
|
36711
|
+
* [DataDiskPrice](https://cloud.tencent.com/document/api/1207/47576#DataDiskPrice)
|
|
36712
|
+
|
|
36173
36713
|
### 第 22 次发布
|
|
36174
36714
|
|
|
36175
36715
|
发布时间:2021-12-16 08:11:07
|
|
@@ -38145,7 +38685,7 @@
|
|
|
38145
38685
|
|
|
38146
38686
|
新增接口:
|
|
38147
38687
|
|
|
38148
|
-
* [
|
|
38688
|
+
* [DescribeFileDownloadUrl](https://cloud.tencent.com/document/api/237/66230)
|
|
38149
38689
|
|
|
38150
38690
|
### 第 27 次发布
|
|
38151
38691
|
|
|
@@ -42245,6 +42785,21 @@
|
|
|
42245
42785
|
|
|
42246
42786
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
42247
42787
|
|
|
42788
|
+
### 第 13 次发布
|
|
42789
|
+
|
|
42790
|
+
发布时间:2021-12-21 08:08:44
|
|
42791
|
+
|
|
42792
|
+
本次发布包含了以下内容:
|
|
42793
|
+
|
|
42794
|
+
改善已有的文档。
|
|
42795
|
+
|
|
42796
|
+
修改数据结构:
|
|
42797
|
+
|
|
42798
|
+
* [RunJobDescription](https://cloud.tencent.com/document/api/849/52010#RunJobDescription)
|
|
42799
|
+
|
|
42800
|
+
* 新增成员:SavepointPath, SavepointId
|
|
42801
|
+
|
|
42802
|
+
|
|
42248
42803
|
### 第 12 次发布
|
|
42249
42804
|
|
|
42250
42805
|
发布时间:2021-12-07 08:09:58
|
|
@@ -53468,6 +54023,24 @@
|
|
|
53468
54023
|
|
|
53469
54024
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
53470
54025
|
|
|
54026
|
+
### 第 26 次发布
|
|
54027
|
+
|
|
54028
|
+
发布时间:2021-12-21 08:11:07
|
|
54029
|
+
|
|
54030
|
+
本次发布包含了以下内容:
|
|
54031
|
+
|
|
54032
|
+
改善已有的文档。
|
|
54033
|
+
|
|
54034
|
+
新增接口:
|
|
54035
|
+
|
|
54036
|
+
* [DescribePublisherSummary](https://cloud.tencent.com/document/api/1179/66370)
|
|
54037
|
+
* [DescribePublishers](https://cloud.tencent.com/document/api/1179/66369)
|
|
54038
|
+
|
|
54039
|
+
新增数据结构:
|
|
54040
|
+
|
|
54041
|
+
* [Publisher](https://cloud.tencent.com/document/api/1179/46089#Publisher)
|
|
54042
|
+
* [Sort](https://cloud.tencent.com/document/api/1179/46089#Sort)
|
|
54043
|
+
|
|
53471
54044
|
### 第 25 次发布
|
|
53472
54045
|
|
|
53473
54046
|
发布时间:2021-12-14 08:15:22
|
|
@@ -54353,6 +54926,18 @@
|
|
|
54353
54926
|
|
|
54354
54927
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
54355
54928
|
|
|
54929
|
+
### 第 7 次发布
|
|
54930
|
+
|
|
54931
|
+
发布时间:2021-12-21 08:11:22
|
|
54932
|
+
|
|
54933
|
+
本次发布包含了以下内容:
|
|
54934
|
+
|
|
54935
|
+
改善已有的文档。
|
|
54936
|
+
|
|
54937
|
+
新增接口:
|
|
54938
|
+
|
|
54939
|
+
* [RollingUpdateApplicationByVersion](https://cloud.tencent.com/document/api/1371/66371)
|
|
54940
|
+
|
|
54356
54941
|
### 第 6 次发布
|
|
54357
54942
|
|
|
54358
54943
|
发布时间:2021-12-09 08:11:43
|
|
@@ -54508,6 +55093,21 @@
|
|
|
54508
55093
|
|
|
54509
55094
|
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
54510
55095
|
|
|
55096
|
+
### 第 5 次发布
|
|
55097
|
+
|
|
55098
|
+
发布时间:2021-12-21 08:11:27
|
|
55099
|
+
|
|
55100
|
+
本次发布包含了以下内容:
|
|
55101
|
+
|
|
55102
|
+
改善已有的文档。
|
|
55103
|
+
|
|
55104
|
+
修改数据结构:
|
|
55105
|
+
|
|
55106
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/64906#CFSOption)
|
|
55107
|
+
|
|
55108
|
+
* <font color="#dd0000">**修改成员**:</font>Protocol, StorageType
|
|
55109
|
+
|
|
55110
|
+
|
|
54511
55111
|
### 第 4 次发布
|
|
54512
55112
|
|
|
54513
55113
|
发布时间:2021-12-16 08:15:07
|
|
@@ -57945,6 +58545,28 @@
|
|
|
57945
58545
|
|
|
57946
58546
|
## 文本内容安全(tms) 版本:2020-12-29
|
|
57947
58547
|
|
|
58548
|
+
### 第 3 次发布
|
|
58549
|
+
|
|
58550
|
+
发布时间:2021-12-20 08:14:04
|
|
58551
|
+
|
|
58552
|
+
本次发布包含了以下内容:
|
|
58553
|
+
|
|
58554
|
+
改善已有的文档。
|
|
58555
|
+
|
|
58556
|
+
修改接口:
|
|
58557
|
+
|
|
58558
|
+
* [TextModeration](https://cloud.tencent.com/document/api/1124/51860)
|
|
58559
|
+
|
|
58560
|
+
* 新增出参:SubLabel
|
|
58561
|
+
|
|
58562
|
+
|
|
58563
|
+
修改数据结构:
|
|
58564
|
+
|
|
58565
|
+
* [DetailResults](https://cloud.tencent.com/document/api/1124/51861#DetailResults)
|
|
58566
|
+
|
|
58567
|
+
* 新增成员:SubLabel
|
|
58568
|
+
|
|
58569
|
+
|
|
57948
58570
|
### 第 2 次发布
|
|
57949
58571
|
|
|
57950
58572
|
发布时间:2021-08-03 08:01:39
|
|
@@ -60830,6 +61452,37 @@
|
|
|
60830
61452
|
|
|
60831
61453
|
## 视频内容安全(vm) 版本:2020-12-29
|
|
60832
61454
|
|
|
61455
|
+
### 第 3 次发布
|
|
61456
|
+
|
|
61457
|
+
发布时间:2021-12-20 08:14:38
|
|
61458
|
+
|
|
61459
|
+
本次发布包含了以下内容:
|
|
61460
|
+
|
|
61461
|
+
改善已有的文档。
|
|
61462
|
+
|
|
61463
|
+
修改数据结构:
|
|
61464
|
+
|
|
61465
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1265/51881#AudioResult)
|
|
61466
|
+
|
|
61467
|
+
* 新增成员:SubLabel
|
|
61468
|
+
|
|
61469
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
|
|
61470
|
+
|
|
61471
|
+
* 新增成员:SubLabel
|
|
61472
|
+
|
|
61473
|
+
* [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailTextResult)
|
|
61474
|
+
|
|
61475
|
+
* 新增成员:SubLabel
|
|
61476
|
+
|
|
61477
|
+
* [ImageResult](https://cloud.tencent.com/document/api/1265/51881#ImageResult)
|
|
61478
|
+
|
|
61479
|
+
* 新增成员:SubLabel
|
|
61480
|
+
|
|
61481
|
+
* [TaskLabel](https://cloud.tencent.com/document/api/1265/51881#TaskLabel)
|
|
61482
|
+
|
|
61483
|
+
* 新增成员:SubLabel
|
|
61484
|
+
|
|
61485
|
+
|
|
60833
61486
|
### 第 2 次发布
|
|
60834
61487
|
|
|
60835
61488
|
发布时间:2021-01-13 08:00:04
|
|
@@ -63611,6 +64264,25 @@
|
|
|
63611
64264
|
|
|
63612
64265
|
## 私有网络(vpc) 版本:2017-03-12
|
|
63613
64266
|
|
|
64267
|
+
### 第 104 次发布
|
|
64268
|
+
|
|
64269
|
+
发布时间:2021-12-20 08:15:01
|
|
64270
|
+
|
|
64271
|
+
本次发布包含了以下内容:
|
|
64272
|
+
|
|
64273
|
+
改善已有的文档。
|
|
64274
|
+
|
|
64275
|
+
修改接口:
|
|
64276
|
+
|
|
64277
|
+
* [CreateVpnConnection](https://cloud.tencent.com/document/api/215/17522)
|
|
64278
|
+
|
|
64279
|
+
* 新增入参:NegotiationType, DpdEnable, DpdTimeout, DpdAction
|
|
64280
|
+
|
|
64281
|
+
* [ModifyVpnConnectionAttribute](https://cloud.tencent.com/document/api/215/17508)
|
|
64282
|
+
|
|
64283
|
+
* 新增入参:NegotiationType, DpdEnable, DpdTimeout, DpdAction
|
|
64284
|
+
|
|
64285
|
+
|
|
63614
64286
|
### 第 103 次发布
|
|
63615
64287
|
|
|
63616
64288
|
发布时间:2021-12-17 08:18:55
|
|
@@ -66233,6 +66905,25 @@
|
|
|
66233
66905
|
|
|
66234
66906
|
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
66235
66907
|
|
|
66908
|
+
### 第 9 次发布
|
|
66909
|
+
|
|
66910
|
+
发布时间:2021-12-21 08:13:33
|
|
66911
|
+
|
|
66912
|
+
本次发布包含了以下内容:
|
|
66913
|
+
|
|
66914
|
+
改善已有的文档。
|
|
66915
|
+
|
|
66916
|
+
新增接口:
|
|
66917
|
+
|
|
66918
|
+
* [CreateLead](https://cloud.tencent.com/document/api/1318/66374)
|
|
66919
|
+
* [QueryDealerInfoList](https://cloud.tencent.com/document/api/1318/66373)
|
|
66920
|
+
* [QueryVehicleInfoList](https://cloud.tencent.com/document/api/1318/66372)
|
|
66921
|
+
|
|
66922
|
+
新增数据结构:
|
|
66923
|
+
|
|
66924
|
+
* [DealerInfo](https://cloud.tencent.com/document/api/1318/56791#DealerInfo)
|
|
66925
|
+
* [VehicleInfo](https://cloud.tencent.com/document/api/1318/56791#VehicleInfo)
|
|
66926
|
+
|
|
66236
66927
|
### 第 8 次发布
|
|
66237
66928
|
|
|
66238
66929
|
发布时间:2021-09-30 08:11:50
|