tencentcloud-sdk-nodejs 4.0.244 → 4.0.248
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 +431 -9
- package/README.md +1 -1
- package/package.json +1 -1
- package/products.md +27 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apm/index.ts +5 -0
- package/src/services/apm/v20210622/apm_client.ts +58 -0
- package/src/services/apm/v20210622/apm_models.ts +260 -0
- package/src/services/apm/v20210622/index.ts +6 -0
- package/src/services/asw/v20200722/asw_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +119 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +25 -1
- package/src/services/clb/v20180317/clb_models.ts +175 -18
- package/src/services/cme/v20191029/cme_client.ts +26 -21
- package/src/services/cme/v20191029/cme_models.ts +160 -144
- package/src/services/cvm/v20170312/cvm_models.ts +3 -1
- package/src/services/cwp/v20180228/cwp_models.ts +9 -8
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -1
- package/src/services/faceid/v20180301/faceid_models.ts +3 -3
- package/src/services/index.ts +3 -0
- package/src/services/ivld/index.ts +5 -0
- package/src/services/ivld/v20210903/index.ts +6 -0
- package/src/services/ivld/v20210903/ivld_client.ts +170 -0
- package/src/services/ivld/v20210903/ivld_models.ts +973 -0
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
- package/src/services/mariadb/v20170312/mariadb_models.ts +11 -1
- package/src/services/mrs/v20200910/mrs_client.ts +2 -0
- package/src/services/mrs/v20200910/mrs_models.ts +81 -5
- package/src/services/ocr/v20181119/ocr_models.ts +3 -3
- package/src/services/postgres/v20170312/postgres_models.ts +6 -6
- package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +141 -31
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_client.ts +1 -0
- package/src/services/tcb/v20180608/tcb_models.ts +48 -0
- package/src/services/thpc/index.ts +5 -0
- package/src/services/thpc/v20211109/index.ts +6 -0
- package/src/services/thpc/v20211109/thpc_client.ts +64 -0
- package/src/services/thpc/v20211109/thpc_models.ts +332 -0
- package/src/services/tke/v20180525/tke_client.ts +50 -1
- package/src/services/tke/v20180525/tke_models.ts +158 -6
- package/src/services/tsf/v20180326/tsf_client.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +85 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apm/index.d.ts +6 -0
- package/tencentcloud/services/apm/index.js +7 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +18 -0
- package/tencentcloud/services/apm/v20210622/apm_client.js +43 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +207 -0
- package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
- package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
- package/tencentcloud/services/apm/v20210622/index.js +9 -0
- package/tencentcloud/services/asw/v20200722/asw_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +100 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +12 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -15
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -21
- package/tencentcloud/services/cme/v20191029/cme_client.js +26 -21
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +155 -140
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +3 -3
- package/tencentcloud/services/index.d.ts +3 -0
- package/tencentcloud/services/index.js +6 -0
- package/tencentcloud/services/ivld/index.d.ts +6 -0
- package/tencentcloud/services/ivld/index.js +7 -0
- package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
- package/tencentcloud/services/ivld/v20210903/index.js +9 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -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 +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +9 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +123 -28
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +40 -0
- package/tencentcloud/services/thpc/index.d.ts +6 -0
- package/tencentcloud/services/thpc/index.js +7 -0
- package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20211109/index.js +9 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +136 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
- package/test/apm.v20210622.test.js +41 -0
- package/test/cfw.v20190904.test.js +10 -0
- package/test/clb.v20180317.test.js +20 -0
- package/test/ivld.v20210903.test.js +101 -0
- package/test/privatedns.v20201028.test.js +30 -0
- package/test/thpc.v20211109.test.js +41 -0
- package/test/tke.v20180525.test.js +40 -0
- package/test/tsf.v20180326.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 2 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-
|
|
7
|
+
发布时间:2021-12-01 08:02:58
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,12 +12,80 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [ScaleOutClusterMaster](https://cloud.tencent.com/document/api/457/64791)
|
|
15
|
+
* [DescribeApmInstances](https://cloud.tencent.com/document/api/1463/65103)
|
|
17
16
|
|
|
18
17
|
新增数据结构:
|
|
19
18
|
|
|
20
|
-
* [
|
|
19
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
20
|
+
* [ApmTag](https://cloud.tencent.com/document/api/1463/64927#ApmTag)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 视频智能标签(ivld) 版本:2021-09-03
|
|
25
|
+
|
|
26
|
+
### 第 1 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2021-11-30 14:02:22
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
新增接口:
|
|
35
|
+
|
|
36
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1509/65057)
|
|
37
|
+
* [DeleteMedia](https://cloud.tencent.com/document/api/1509/65062)
|
|
38
|
+
* [DescribeMedia](https://cloud.tencent.com/document/api/1509/65061)
|
|
39
|
+
* [DescribeMedias](https://cloud.tencent.com/document/api/1509/65060)
|
|
40
|
+
* [DescribeTask](https://cloud.tencent.com/document/api/1509/65056)
|
|
41
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1509/65055)
|
|
42
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1509/65054)
|
|
43
|
+
* [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
|
|
44
|
+
|
|
45
|
+
新增数据结构:
|
|
46
|
+
|
|
47
|
+
* [AppearIndexPair](https://cloud.tencent.com/document/api/1509/65063#AppearIndexPair)
|
|
48
|
+
* [AppearInfo](https://cloud.tencent.com/document/api/1509/65063#AppearInfo)
|
|
49
|
+
* [AudioInfo](https://cloud.tencent.com/document/api/1509/65063#AudioInfo)
|
|
50
|
+
* [Data](https://cloud.tencent.com/document/api/1509/65063#Data)
|
|
51
|
+
* [L1Tag](https://cloud.tencent.com/document/api/1509/65063#L1Tag)
|
|
52
|
+
* [L2Tag](https://cloud.tencent.com/document/api/1509/65063#L2Tag)
|
|
53
|
+
* [L3Tag](https://cloud.tencent.com/document/api/1509/65063#L3Tag)
|
|
54
|
+
* [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
|
|
55
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
|
|
56
|
+
* [MediaMetadata](https://cloud.tencent.com/document/api/1509/65063#MediaMetadata)
|
|
57
|
+
* [MediaPreknownInfo](https://cloud.tencent.com/document/api/1509/65063#MediaPreknownInfo)
|
|
58
|
+
* [MultiLevelTag](https://cloud.tencent.com/document/api/1509/65063#MultiLevelTag)
|
|
59
|
+
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
60
|
+
* [SortBy](https://cloud.tencent.com/document/api/1509/65063#SortBy)
|
|
61
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
|
|
62
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
|
|
63
|
+
* [TextAppearInfo](https://cloud.tencent.com/document/api/1509/65063#TextAppearInfo)
|
|
64
|
+
* [TextInfo](https://cloud.tencent.com/document/api/1509/65063#TextInfo)
|
|
65
|
+
* [VideoAppearInfo](https://cloud.tencent.com/document/api/1509/65063#VideoAppearInfo)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
70
|
+
|
|
71
|
+
### 第 21 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2021-11-30 20:01:47
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
80
|
+
|
|
81
|
+
* DataDiskPrice
|
|
82
|
+
|
|
83
|
+
修改数据结构:
|
|
84
|
+
|
|
85
|
+
* [Price](https://cloud.tencent.com/document/api/1207/47576#Price)
|
|
86
|
+
|
|
87
|
+
* <font color="#dd0000">**删除成员**:</font>DataDiskPrices
|
|
88
|
+
|
|
21
89
|
|
|
22
90
|
|
|
23
91
|
|
|
@@ -1991,6 +2059,44 @@
|
|
|
1991
2059
|
|
|
1992
2060
|
|
|
1993
2061
|
|
|
2062
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
2063
|
+
|
|
2064
|
+
### 第 2 次发布
|
|
2065
|
+
|
|
2066
|
+
发布时间:2021-12-01 08:02:58
|
|
2067
|
+
|
|
2068
|
+
本次发布包含了以下内容:
|
|
2069
|
+
|
|
2070
|
+
改善已有的文档。
|
|
2071
|
+
|
|
2072
|
+
新增接口:
|
|
2073
|
+
|
|
2074
|
+
* [[DescribeApmInstances](https://cloud.tencent.com/document/api/1463/65103)](https://cloud.tencent.com/document/api/#/#)
|
|
2075
|
+
|
|
2076
|
+
新增数据结构:
|
|
2077
|
+
|
|
2078
|
+
* [[ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)](https://cloud.tencent.com/document/api/1463/64927#[ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail))
|
|
2079
|
+
* [[ApmTag](https://cloud.tencent.com/document/api/1463/64927#ApmTag)](https://cloud.tencent.com/document/api/1463/64927#[ApmTag](https://cloud.tencent.com/document/api/1463/64927#ApmTag))
|
|
2080
|
+
|
|
2081
|
+
### 第 1 次发布
|
|
2082
|
+
|
|
2083
|
+
发布时间:2021-11-29 14:39:11
|
|
2084
|
+
|
|
2085
|
+
本次发布包含了以下内容:
|
|
2086
|
+
|
|
2087
|
+
改善已有的文档。
|
|
2088
|
+
|
|
2089
|
+
新增接口:
|
|
2090
|
+
|
|
2091
|
+
* [DescribeApmAgent](https://cloud.tencent.com/document/api/1463/64926)
|
|
2092
|
+
|
|
2093
|
+
新增数据结构:
|
|
2094
|
+
|
|
2095
|
+
* [ApmAgentInfo](https://cloud.tencent.com/document/api/1463/64927#ApmAgentInfo)
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
|
|
2099
|
+
|
|
1994
2100
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
1995
2101
|
|
|
1996
2102
|
### 第 42 次发布
|
|
@@ -11945,6 +12051,29 @@
|
|
|
11945
12051
|
|
|
11946
12052
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
11947
12053
|
|
|
12054
|
+
### 第 14 次发布
|
|
12055
|
+
|
|
12056
|
+
发布时间:2021-11-26 08:05:36
|
|
12057
|
+
|
|
12058
|
+
本次发布包含了以下内容:
|
|
12059
|
+
|
|
12060
|
+
改善已有的文档。
|
|
12061
|
+
|
|
12062
|
+
新增接口:
|
|
12063
|
+
|
|
12064
|
+
* [DescribeAddrTemplateList](https://cloud.tencent.com/document/api/1132/64831)
|
|
12065
|
+
|
|
12066
|
+
新增数据结构:
|
|
12067
|
+
|
|
12068
|
+
* [TemplateListInfo](https://cloud.tencent.com/document/api/1132/49071#TemplateListInfo)
|
|
12069
|
+
|
|
12070
|
+
修改数据结构:
|
|
12071
|
+
|
|
12072
|
+
* [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
|
|
12073
|
+
|
|
12074
|
+
* 新增成员:Id, Enable
|
|
12075
|
+
|
|
12076
|
+
|
|
11948
12077
|
### 第 13 次发布
|
|
11949
12078
|
|
|
11950
12079
|
发布时间:2021-11-18 08:04:19
|
|
@@ -12665,6 +12794,21 @@
|
|
|
12665
12794
|
|
|
12666
12795
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
12667
12796
|
|
|
12797
|
+
### 第 25 次发布
|
|
12798
|
+
|
|
12799
|
+
发布时间:2021-11-30 08:04:22
|
|
12800
|
+
|
|
12801
|
+
本次发布包含了以下内容:
|
|
12802
|
+
|
|
12803
|
+
改善已有的文档。
|
|
12804
|
+
|
|
12805
|
+
修改接口:
|
|
12806
|
+
|
|
12807
|
+
* [CreateInstancePre](https://cloud.tencent.com/document/api/597/45847)
|
|
12808
|
+
|
|
12809
|
+
* 新增出参:DeleteRouteTimestamp
|
|
12810
|
+
|
|
12811
|
+
|
|
12668
12812
|
### 第 24 次发布
|
|
12669
12813
|
|
|
12670
12814
|
发布时间:2021-11-02 08:04:08
|
|
@@ -13224,6 +13368,37 @@
|
|
|
13224
13368
|
|
|
13225
13369
|
## 负载均衡(clb) 版本:2018-03-17
|
|
13226
13370
|
|
|
13371
|
+
### 第 59 次发布
|
|
13372
|
+
|
|
13373
|
+
发布时间:2021-11-30 08:04:28
|
|
13374
|
+
|
|
13375
|
+
本次发布包含了以下内容:
|
|
13376
|
+
|
|
13377
|
+
改善已有的文档。
|
|
13378
|
+
|
|
13379
|
+
新增接口:
|
|
13380
|
+
|
|
13381
|
+
* [DescribeLoadBalancerOverview](https://cloud.tencent.com/document/api/214/64973)
|
|
13382
|
+
|
|
13383
|
+
修改数据结构:
|
|
13384
|
+
|
|
13385
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
|
|
13386
|
+
|
|
13387
|
+
* 新增成员:ClusterIds, AttributeFlags
|
|
13388
|
+
|
|
13389
|
+
|
|
13390
|
+
### 第 58 次发布
|
|
13391
|
+
|
|
13392
|
+
发布时间:2021-11-29 08:05:45
|
|
13393
|
+
|
|
13394
|
+
本次发布包含了以下内容:
|
|
13395
|
+
|
|
13396
|
+
改善已有的文档。
|
|
13397
|
+
|
|
13398
|
+
新增接口:
|
|
13399
|
+
|
|
13400
|
+
* [CloneLoadBalancer](https://cloud.tencent.com/document/api/214/64874)
|
|
13401
|
+
|
|
13227
13402
|
### 第 57 次发布
|
|
13228
13403
|
|
|
13229
13404
|
发布时间:2021-11-11 10:58:59
|
|
@@ -15096,6 +15271,21 @@
|
|
|
15096
15271
|
|
|
15097
15272
|
## 腾讯云剪(cme) 版本:2019-10-29
|
|
15098
15273
|
|
|
15274
|
+
### 第 43 次发布
|
|
15275
|
+
|
|
15276
|
+
发布时间:2021-11-26 08:06:20
|
|
15277
|
+
|
|
15278
|
+
本次发布包含了以下内容:
|
|
15279
|
+
|
|
15280
|
+
改善已有的文档。
|
|
15281
|
+
|
|
15282
|
+
修改接口:
|
|
15283
|
+
|
|
15284
|
+
* [HandleStreamConnectProject](https://cloud.tencent.com/document/api/1156/54998)
|
|
15285
|
+
|
|
15286
|
+
* 新增入参:Operator
|
|
15287
|
+
|
|
15288
|
+
|
|
15099
15289
|
### 第 42 次发布
|
|
15100
15290
|
|
|
15101
15291
|
发布时间:2021-11-17 08:08:41
|
|
@@ -22283,6 +22473,21 @@
|
|
|
22283
22473
|
|
|
22284
22474
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
22285
22475
|
|
|
22476
|
+
### 第 30 次发布
|
|
22477
|
+
|
|
22478
|
+
发布时间:2021-11-26 08:08:12
|
|
22479
|
+
|
|
22480
|
+
本次发布包含了以下内容:
|
|
22481
|
+
|
|
22482
|
+
改善已有的文档。
|
|
22483
|
+
|
|
22484
|
+
修改接口:
|
|
22485
|
+
|
|
22486
|
+
* [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
|
|
22487
|
+
|
|
22488
|
+
* 新增入参:Zones
|
|
22489
|
+
|
|
22490
|
+
|
|
22286
22491
|
### 第 29 次发布
|
|
22287
22492
|
|
|
22288
22493
|
发布时间:2021-11-17 08:10:41
|
|
@@ -34411,6 +34616,52 @@
|
|
|
34411
34616
|
|
|
34412
34617
|
|
|
34413
34618
|
|
|
34619
|
+
## 视频智能标签(ivld) 版本:2021-09-03
|
|
34620
|
+
|
|
34621
|
+
### 第 1 次发布
|
|
34622
|
+
|
|
34623
|
+
发布时间:2021-11-30 14:02:22
|
|
34624
|
+
|
|
34625
|
+
本次发布包含了以下内容:
|
|
34626
|
+
|
|
34627
|
+
改善已有的文档。
|
|
34628
|
+
|
|
34629
|
+
新增接口:
|
|
34630
|
+
|
|
34631
|
+
* [[CreateTask](https://cloud.tencent.com/document/api/1509/65057)](https://cloud.tencent.com/document/api/#/#)
|
|
34632
|
+
* [[DeleteMedia](https://cloud.tencent.com/document/api/1509/65062)](https://cloud.tencent.com/document/api/#/#)
|
|
34633
|
+
* [[DescribeMedia](https://cloud.tencent.com/document/api/1509/65061)](https://cloud.tencent.com/document/api/#/#)
|
|
34634
|
+
* [[DescribeMedias](https://cloud.tencent.com/document/api/1509/65060)](https://cloud.tencent.com/document/api/#/#)
|
|
34635
|
+
* [[DescribeTask](https://cloud.tencent.com/document/api/1509/65056)](https://cloud.tencent.com/document/api/#/#)
|
|
34636
|
+
* [[DescribeTaskDetail](https://cloud.tencent.com/document/api/1509/65055)](https://cloud.tencent.com/document/api/#/#)
|
|
34637
|
+
* [[DescribeTasks](https://cloud.tencent.com/document/api/1509/65054)](https://cloud.tencent.com/document/api/#/#)
|
|
34638
|
+
* [[ImportMedia](https://cloud.tencent.com/document/api/1509/65059)](https://cloud.tencent.com/document/api/#/#)
|
|
34639
|
+
|
|
34640
|
+
新增数据结构:
|
|
34641
|
+
|
|
34642
|
+
* [[AppearIndexPair](https://cloud.tencent.com/document/api/1509/65063#AppearIndexPair)](https://cloud.tencent.com/document/api/1509/65063#[AppearIndexPair](https://cloud.tencent.com/document/api/1509/65063#AppearIndexPair))
|
|
34643
|
+
* [[AppearInfo](https://cloud.tencent.com/document/api/1509/65063#AppearInfo)](https://cloud.tencent.com/document/api/1509/65063#[AppearInfo](https://cloud.tencent.com/document/api/1509/65063#AppearInfo))
|
|
34644
|
+
* [[AudioInfo](https://cloud.tencent.com/document/api/1509/65063#AudioInfo)](https://cloud.tencent.com/document/api/1509/65063#[AudioInfo](https://cloud.tencent.com/document/api/1509/65063#AudioInfo))
|
|
34645
|
+
* [[Data](https://cloud.tencent.com/document/api/1509/65063#Data)](https://cloud.tencent.com/document/api/1509/65063#[Data](https://cloud.tencent.com/document/api/1509/65063#Data))
|
|
34646
|
+
* [[L1Tag](https://cloud.tencent.com/document/api/1509/65063#L1Tag)](https://cloud.tencent.com/document/api/1509/65063#[L1Tag](https://cloud.tencent.com/document/api/1509/65063#L1Tag))
|
|
34647
|
+
* [[L2Tag](https://cloud.tencent.com/document/api/1509/65063#L2Tag)](https://cloud.tencent.com/document/api/1509/65063#[L2Tag](https://cloud.tencent.com/document/api/1509/65063#L2Tag))
|
|
34648
|
+
* [[L3Tag](https://cloud.tencent.com/document/api/1509/65063#L3Tag)](https://cloud.tencent.com/document/api/1509/65063#[L3Tag](https://cloud.tencent.com/document/api/1509/65063#L3Tag))
|
|
34649
|
+
* [[MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)](https://cloud.tencent.com/document/api/1509/65063#[MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter))
|
|
34650
|
+
* [[MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)](https://cloud.tencent.com/document/api/1509/65063#[MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo))
|
|
34651
|
+
* [[MediaMetadata](https://cloud.tencent.com/document/api/1509/65063#MediaMetadata)](https://cloud.tencent.com/document/api/1509/65063#[MediaMetadata](https://cloud.tencent.com/document/api/1509/65063#MediaMetadata))
|
|
34652
|
+
* [[MediaPreknownInfo](https://cloud.tencent.com/document/api/1509/65063#MediaPreknownInfo)](https://cloud.tencent.com/document/api/1509/65063#[MediaPreknownInfo](https://cloud.tencent.com/document/api/1509/65063#MediaPreknownInfo))
|
|
34653
|
+
* [[MultiLevelTag](https://cloud.tencent.com/document/api/1509/65063#MultiLevelTag)](https://cloud.tencent.com/document/api/1509/65063#[MultiLevelTag](https://cloud.tencent.com/document/api/1509/65063#MultiLevelTag))
|
|
34654
|
+
* [[ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)](https://cloud.tencent.com/document/api/1509/65063#[ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo))
|
|
34655
|
+
* [[SortBy](https://cloud.tencent.com/document/api/1509/65063#SortBy)](https://cloud.tencent.com/document/api/1509/65063#[SortBy](https://cloud.tencent.com/document/api/1509/65063#SortBy))
|
|
34656
|
+
* [[TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)](https://cloud.tencent.com/document/api/1509/65063#[TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter))
|
|
34657
|
+
* [[TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)](https://cloud.tencent.com/document/api/1509/65063#[TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo))
|
|
34658
|
+
* [[TextAppearInfo](https://cloud.tencent.com/document/api/1509/65063#TextAppearInfo)](https://cloud.tencent.com/document/api/1509/65063#[TextAppearInfo](https://cloud.tencent.com/document/api/1509/65063#TextAppearInfo))
|
|
34659
|
+
* [[TextInfo](https://cloud.tencent.com/document/api/1509/65063#TextInfo)](https://cloud.tencent.com/document/api/1509/65063#[TextInfo](https://cloud.tencent.com/document/api/1509/65063#TextInfo))
|
|
34660
|
+
* [[VideoAppearInfo](https://cloud.tencent.com/document/api/1509/65063#VideoAppearInfo)](https://cloud.tencent.com/document/api/1509/65063#[VideoAppearInfo](https://cloud.tencent.com/document/api/1509/65063#VideoAppearInfo))
|
|
34661
|
+
|
|
34662
|
+
|
|
34663
|
+
|
|
34664
|
+
|
|
34414
34665
|
## 密钥管理系统(kms) 版本:2019-01-18
|
|
34415
34666
|
|
|
34416
34667
|
### 第 15 次发布
|
|
@@ -34740,6 +34991,25 @@
|
|
|
34740
34991
|
|
|
34741
34992
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
34742
34993
|
|
|
34994
|
+
### 第 21 次发布
|
|
34995
|
+
|
|
34996
|
+
发布时间:2021-11-30 20:01:47
|
|
34997
|
+
|
|
34998
|
+
本次发布包含了以下内容:
|
|
34999
|
+
|
|
35000
|
+
改善已有的文档。
|
|
35001
|
+
|
|
35002
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
35003
|
+
|
|
35004
|
+
* DataDiskPrice
|
|
35005
|
+
|
|
35006
|
+
修改数据结构:
|
|
35007
|
+
|
|
35008
|
+
* [Price](https://cloud.tencent.com/document/api/1207/47576#Price)
|
|
35009
|
+
|
|
35010
|
+
* <font color="#dd0000">**删除成员**:</font>DataDiskPrices
|
|
35011
|
+
|
|
35012
|
+
|
|
34743
35013
|
### 第 20 次发布
|
|
34744
35014
|
|
|
34745
35015
|
发布时间:2021-10-20 08:12:10
|
|
@@ -36636,6 +36906,25 @@
|
|
|
36636
36906
|
|
|
36637
36907
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
36638
36908
|
|
|
36909
|
+
### 第 27 次发布
|
|
36910
|
+
|
|
36911
|
+
发布时间:2021-11-26 08:11:04
|
|
36912
|
+
|
|
36913
|
+
本次发布包含了以下内容:
|
|
36914
|
+
|
|
36915
|
+
改善已有的文档。
|
|
36916
|
+
|
|
36917
|
+
修改接口:
|
|
36918
|
+
|
|
36919
|
+
* [DescribeUpgradePrice](https://cloud.tencent.com/document/api/237/16183)
|
|
36920
|
+
|
|
36921
|
+
* 新增入参:NodeCount
|
|
36922
|
+
|
|
36923
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/237/16189)
|
|
36924
|
+
|
|
36925
|
+
* 新增入参:Zones
|
|
36926
|
+
|
|
36927
|
+
|
|
36639
36928
|
### 第 26 次发布
|
|
36640
36929
|
|
|
36641
36930
|
发布时间:2021-11-17 08:13:35
|
|
@@ -39837,6 +40126,26 @@
|
|
|
39837
40126
|
|
|
39838
40127
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
39839
40128
|
|
|
40129
|
+
### 第 8 次发布
|
|
40130
|
+
|
|
40131
|
+
发布时间:2021-11-30 08:10:05
|
|
40132
|
+
|
|
40133
|
+
本次发布包含了以下内容:
|
|
40134
|
+
|
|
40135
|
+
改善已有的文档。
|
|
40136
|
+
|
|
40137
|
+
新增数据结构:
|
|
40138
|
+
|
|
40139
|
+
* [Vaccination](https://cloud.tencent.com/document/api/1314/56230#Vaccination)
|
|
40140
|
+
* [VaccineCertificate](https://cloud.tencent.com/document/api/1314/56230#VaccineCertificate)
|
|
40141
|
+
|
|
40142
|
+
修改数据结构:
|
|
40143
|
+
|
|
40144
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
40145
|
+
|
|
40146
|
+
* 新增成员:VaccineCertificate
|
|
40147
|
+
|
|
40148
|
+
|
|
39840
40149
|
### 第 7 次发布
|
|
39841
40150
|
|
|
39842
40151
|
发布时间:2021-11-16 08:13:00
|
|
@@ -43007,6 +43316,24 @@
|
|
|
43007
43316
|
|
|
43008
43317
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
43009
43318
|
|
|
43319
|
+
### 第 4 次发布
|
|
43320
|
+
|
|
43321
|
+
发布时间:2021-11-30 08:10:39
|
|
43322
|
+
|
|
43323
|
+
本次发布包含了以下内容:
|
|
43324
|
+
|
|
43325
|
+
改善已有的文档。
|
|
43326
|
+
|
|
43327
|
+
新增接口:
|
|
43328
|
+
|
|
43329
|
+
* [CreatePrivateDNSAccount](https://cloud.tencent.com/document/api/1338/64976)
|
|
43330
|
+
* [DeletePrivateDNSAccount](https://cloud.tencent.com/document/api/1338/64975)
|
|
43331
|
+
* [DescribeAccountVpcList](https://cloud.tencent.com/document/api/1338/64974)
|
|
43332
|
+
|
|
43333
|
+
新增数据结构:
|
|
43334
|
+
|
|
43335
|
+
* [AccountVpcInfoOut](https://cloud.tencent.com/document/api/1338/55947#AccountVpcInfoOut)
|
|
43336
|
+
|
|
43010
43337
|
### 第 3 次发布
|
|
43011
43338
|
|
|
43012
43339
|
发布时间:2021-09-13 08:00:37
|
|
@@ -48661,6 +48988,25 @@
|
|
|
48661
48988
|
|
|
48662
48989
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
48663
48990
|
|
|
48991
|
+
### 第 76 次发布
|
|
48992
|
+
|
|
48993
|
+
发布时间:2021-11-26 08:13:21
|
|
48994
|
+
|
|
48995
|
+
本次发布包含了以下内容:
|
|
48996
|
+
|
|
48997
|
+
改善已有的文档。
|
|
48998
|
+
|
|
48999
|
+
修改接口:
|
|
49000
|
+
|
|
49001
|
+
* [DescribeCloudBaseRunOneClickTaskExternal](https://cloud.tencent.com/document/api/876/63779)
|
|
49002
|
+
|
|
49003
|
+
* 新增出参:StartTime, Steps
|
|
49004
|
+
|
|
49005
|
+
|
|
49006
|
+
新增数据结构:
|
|
49007
|
+
|
|
49008
|
+
* [OneClickTaskStepInfo](https://cloud.tencent.com/document/api/876/34822#OneClickTaskStepInfo)
|
|
49009
|
+
|
|
48664
49010
|
### 第 75 次发布
|
|
48665
49011
|
|
|
48666
49012
|
发布时间:2021-11-15 08:13:00
|
|
@@ -52182,6 +52528,36 @@
|
|
|
52182
52528
|
|
|
52183
52529
|
|
|
52184
52530
|
|
|
52531
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
52532
|
+
|
|
52533
|
+
### 第 1 次发布
|
|
52534
|
+
|
|
52535
|
+
发布时间:2021-11-29 12:09:18
|
|
52536
|
+
|
|
52537
|
+
本次发布包含了以下内容:
|
|
52538
|
+
|
|
52539
|
+
改善已有的文档。
|
|
52540
|
+
|
|
52541
|
+
新增接口:
|
|
52542
|
+
|
|
52543
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/64905)
|
|
52544
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/64904)
|
|
52545
|
+
|
|
52546
|
+
新增数据结构:
|
|
52547
|
+
|
|
52548
|
+
* [ComputeNode](https://cloud.tencent.com/document/api/1527/64906#ComputeNode)
|
|
52549
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1527/64906#DataDisk)
|
|
52550
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/64906#InstanceChargePrepaid)
|
|
52551
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/64906#InternetAccessible)
|
|
52552
|
+
* [LoginSettings](https://cloud.tencent.com/document/api/1527/64906#LoginSettings)
|
|
52553
|
+
* [ManagerNode](https://cloud.tencent.com/document/api/1527/64906#ManagerNode)
|
|
52554
|
+
* [Placement](https://cloud.tencent.com/document/api/1527/64906#Placement)
|
|
52555
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1527/64906#SystemDisk)
|
|
52556
|
+
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/64906#VirtualPrivateCloud)
|
|
52557
|
+
|
|
52558
|
+
|
|
52559
|
+
|
|
52560
|
+
|
|
52185
52561
|
## 智能钛机器学习(tia) 版本:2018-02-26
|
|
52186
52562
|
|
|
52187
52563
|
### 第 3 次发布
|
|
@@ -53778,6 +54154,36 @@
|
|
|
53778
54154
|
|
|
53779
54155
|
## 容器服务(tke) 版本:2018-05-25
|
|
53780
54156
|
|
|
54157
|
+
### 第 80 次发布
|
|
54158
|
+
|
|
54159
|
+
发布时间:2021-11-30 08:12:44
|
|
54160
|
+
|
|
54161
|
+
本次发布包含了以下内容:
|
|
54162
|
+
|
|
54163
|
+
改善已有的文档。
|
|
54164
|
+
|
|
54165
|
+
新增接口:
|
|
54166
|
+
|
|
54167
|
+
* [ForwardApplicationRequestV3](https://cloud.tencent.com/document/api/457/64978)
|
|
54168
|
+
* [GetTkeAppChartList](https://cloud.tencent.com/document/api/457/64977)
|
|
54169
|
+
|
|
54170
|
+
新增数据结构:
|
|
54171
|
+
|
|
54172
|
+
* [AppChart](https://cloud.tencent.com/document/api/457/31866#AppChart)
|
|
54173
|
+
|
|
54174
|
+
### 第 79 次发布
|
|
54175
|
+
|
|
54176
|
+
发布时间:2021-11-29 08:13:39
|
|
54177
|
+
|
|
54178
|
+
本次发布包含了以下内容:
|
|
54179
|
+
|
|
54180
|
+
改善已有的文档。
|
|
54181
|
+
|
|
54182
|
+
新增接口:
|
|
54183
|
+
|
|
54184
|
+
* [DisableClusterDeletionProtection](https://cloud.tencent.com/document/api/457/64876)
|
|
54185
|
+
* [EnableClusterDeletionProtection](https://cloud.tencent.com/document/api/457/64875)
|
|
54186
|
+
|
|
53781
54187
|
### 第 78 次发布
|
|
53782
54188
|
|
|
53783
54189
|
发布时间:2021-11-25 08:15:58
|
|
@@ -53788,12 +54194,12 @@
|
|
|
53788
54194
|
|
|
53789
54195
|
新增接口:
|
|
53790
54196
|
|
|
53791
|
-
* [
|
|
53792
|
-
* [
|
|
54197
|
+
* [ScaleInClusterMaster](https://cloud.tencent.com/document/api/457/64792)
|
|
54198
|
+
* [ScaleOutClusterMaster](https://cloud.tencent.com/document/api/457/64791)
|
|
53793
54199
|
|
|
53794
54200
|
新增数据结构:
|
|
53795
54201
|
|
|
53796
|
-
* [
|
|
54202
|
+
* [ScaleInMaster](https://cloud.tencent.com/document/api/457/31866#ScaleInMaster)
|
|
53797
54203
|
|
|
53798
54204
|
### 第 77 次发布
|
|
53799
54205
|
|
|
@@ -56305,6 +56711,22 @@
|
|
|
56305
56711
|
|
|
56306
56712
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
56307
56713
|
|
|
56714
|
+
### 第 61 次发布
|
|
56715
|
+
|
|
56716
|
+
发布时间:2021-11-30 08:13:08
|
|
56717
|
+
|
|
56718
|
+
本次发布包含了以下内容:
|
|
56719
|
+
|
|
56720
|
+
改善已有的文档。
|
|
56721
|
+
|
|
56722
|
+
新增接口:
|
|
56723
|
+
|
|
56724
|
+
* [DescribeGroupAttribute](https://cloud.tencent.com/document/api/649/64979)
|
|
56725
|
+
|
|
56726
|
+
新增数据结构:
|
|
56727
|
+
|
|
56728
|
+
* [VmGroupOther](https://cloud.tencent.com/document/api/649/36099#VmGroupOther)
|
|
56729
|
+
|
|
56308
56730
|
### 第 60 次发布
|
|
56309
56731
|
|
|
56310
56732
|
发布时间:2021-11-12 08:10:33
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
## 通过源码包安装
|
|
26
26
|
|
|
27
|
-
1. 前往 [Github
|
|
27
|
+
1. 前往 [Github 仓库](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 或者 [Gitee 仓库](https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
|
|
28
28
|
2. 解压源码包到您项目合适的位置。
|
|
29
29
|
3. 在您的代码中引用对应模块代码,可参考示例。
|
|
30
30
|
|